Class ResourcePolicyWorkloadPolicy
Represents the workload policy.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourcePolicyWorkloadPolicy : IDirectResponseSchema
Properties
AcceleratorTopology
Specifies the topology required to create a partition for VMs that have interconnected GPUs.
Declaration
[JsonProperty("acceleratorTopology")]
public virtual string AcceleratorTopology { 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 |
MaxTopologyDistance
Specifies the maximum distance between instances.
Declaration
[JsonProperty("maxTopologyDistance")]
public virtual string MaxTopologyDistance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Specifies the intent of the instance placement in the MIG.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |