public sealed class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState : IMessage<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>, IEquatable<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>, IDeepCloneable<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState.
Info for each topology state.
Implements
IMessageAcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState, IEquatableAcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState, IDeepCloneableAcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState()
public AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState()AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState(AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState)
public AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState(AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState other)| Parameter | |
|---|---|
| Name | Description |
other |
AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState |
Properties
Count
public int Count { get; set; }The number of accelerator topologies in this state.
| Property Value | |
|---|---|
| Type | Description |
int |
|
HasCount
public bool HasCount { get; }Gets whether the "count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasState
public bool HasState { get; }Gets whether the "state" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public string State { get; set; }The state of the accelerator topology. Check the State enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|