Class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyInfo
Inheritance
InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyInfo
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyInfo : IDirectResponseSchema
Properties
AcceleratorTopology
Topology in the format of: "16x16", "4x4x4", etc.
Declaration
[JsonProperty("acceleratorTopology")]
public virtual string AcceleratorTopology { get; set; }
Property Value
AcceleratorTopologyHealth
Declaration
[JsonProperty("acceleratorTopologyHealth")]
public virtual string AcceleratorTopologyHealth { get; set; }
Property Value
AcceleratorTopologyState
Declaration
[JsonProperty("acceleratorTopologyState")]
public virtual InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState AcceleratorTopologyState { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InstancesHealth
Declaration
[JsonProperty("instancesHealth")]
public virtual string InstancesHealth { get; set; }
Property Value
Parent
Identified by the topology Id in the accelerator_topology_info map. Empty for the top-level topology
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Implements