Compute Engine v1 API - Class InstanceGroupManagerStatusAcceleratorTopology (3.26.0)

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

Inheritance

object > InstanceGroupManagerStatusAcceleratorTopology

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagerStatusAcceleratorTopology()

public InstanceGroupManagerStatusAcceleratorTopology()

InstanceGroupManagerStatusAcceleratorTopology(InstanceGroupManagerStatusAcceleratorTopology)

public InstanceGroupManagerStatusAcceleratorTopology(InstanceGroupManagerStatusAcceleratorTopology other)
Parameter
Name Description
other InstanceGroupManagerStatusAcceleratorTopology

Properties

AcceleratorTopology

public string AcceleratorTopology { get; set; }

Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

Property Value
Type Description
string

HasAcceleratorTopology

public bool HasAcceleratorTopology { get; }

Gets whether the "accelerator_topology" 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; }

Output only. [Output Only] The state of the accelerator topology. Check the State enum for the list of possible values.

Property Value
Type Description
string

StateDetails

public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails StateDetails { get; set; }

Output only. [Output Only] The result of the latest accelerator topology state check.

Property Value
Type Description
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails