Class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState
Info for each topology state.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState : IDirectResponseSchema
Properties
Count
The number of accelerator topologies in this state.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
The state of the accelerator topology.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |