Class TorsoValidation
The schema of torso workload validation data.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class TorsoValidation : IDirectResponseSchema
Properties
AgentVersion
Required. agent_version lists the version of the agent that collected this data.
Declaration
[JsonProperty("agentVersion")]
public virtual string AgentVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceName
Required. instance_name lists the human readable name of the instance that the data comes from.
Declaration
[JsonProperty("instanceName")]
public virtual string InstanceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. project_id lists the human readable cloud project that the data comes from.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationDetails
Required. validation_details contains the pairs of validation data: field name & field value.
Declaration
[JsonProperty("validationDetails")]
public virtual IDictionary<string, string> ValidationDetails { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
WorkloadType
Required. workload_type specifies the type of torso workload.
Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
Type | Description |
---|---|
string |