TorsoValidation
import type { TorsoValidation } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
The schema of torso workload validation data.
interface TorsoValidation {
agentVersion?: string;
instanceName?: string;
projectId?: string;
validationDetails?: {};
[key: string]: string;
workloadType?:
} | "WORKLOAD_TYPE_UNSPECIFIED"
| "MYSQL"
| "ORACLE"
| "REDIS";
§Properties
§
agentVersion?: string
[src]Required. agent_version lists the version of the agent that collected this data.
§
instanceName?: string
[src]Required. instance_name lists the human readable name of the instance that the data comes from.
§
projectId?: string
[src]Required. project_id lists the human readable cloud project that the data comes from.