Compute Engine v1 API - Class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState (3.22.0)

public sealed class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState : IMessage<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>, IEquatable<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>, IDeepCloneable<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState.

Info for each topology state.

Inheritance

object > AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState

Namespace

Google.Cloud.Compute.V1

Assembly

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