Class AcceleratorTopologiesInfoAcceleratorTopologyInfo
Info for a slice of a given topology.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class AcceleratorTopologiesInfoAcceleratorTopologyInfo : IDirectResponseSchema
Properties
AcceleratorTopology
The accelerator topology.
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 |
InfoPerTopologyStates
Info for each topology state.
Declaration
[JsonProperty("infoPerTopologyStates")]
public virtual IList<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState> InfoPerTopologyStates { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState> |