Class InstanceGroupManagerStatusAcceleratorTopology
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerStatusAcceleratorTopology : IDirectResponseSchema
Properties
AcceleratorTopology
Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.
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 |
State
Output only. [Output Only] The state of the accelerator topology.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateDetails
Output only. [Output Only] The result of the latest accelerator topology state check.
Declaration
[JsonProperty("stateDetails")]
public virtual InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails StateDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails |