Show / Hide Table of Contents

Class InstanceGroupManagerStatusAcceleratorTopology

Inheritance
object
InstanceGroupManagerStatusAcceleratorTopology
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerStatusAcceleratorTopology : IDirectResponseSchema

Properties

AcceleratorTopology

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

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

State

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

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateDetails

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

Declaration
[JsonProperty("stateDetails")]
public virtual InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails StateDetails { get; set; }
Property Value
Type Description
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX