Class MultiMigStatusAcceleratorTopology
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class MultiMigStatusAcceleratorTopology : 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 |
AcceleratorTopologyState
Output only. [Output Only] The state of the accelerator topology.
Declaration
[JsonProperty("acceleratorTopologyState")]
public virtual string AcceleratorTopologyState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AcceleratorTopologyStateLastCheck
Output only. [Output Only] The result of the latest accelerator topology state check.
Declaration
[JsonProperty("acceleratorTopologyStateLastCheck")]
public virtual MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck AcceleratorTopologyStateLastCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |