Show / Hide Table of Contents

Class TorsoValidation

The schema of torso workload validation data.

Inheritance
object
TorsoValidation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX