Class ResourcePolicyWorkloadPolicy
Represents the workload policy.
Inheritance
ResourcePolicyWorkloadPolicy
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicyWorkloadPolicy : IDirectResponseSchema
Properties
AcceleratorTopology
Declaration
[JsonProperty("acceleratorTopology")]
public virtual string AcceleratorTopology { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MaxTopologyDistance
Declaration
[JsonProperty("maxTopologyDistance")]
public virtual string MaxTopologyDistance { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements