Show / Hide Table of Contents

Class MultiMigStatusAcceleratorTopology

Inheritance
object
MultiMigStatusAcceleratorTopology
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 MultiMigStatusAcceleratorTopology : 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

AcceleratorTopologyState

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

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

AcceleratorTopologyStateLastCheck

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

Declaration
[JsonProperty("acceleratorTopologyStateLastCheck")]
public virtual MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck AcceleratorTopologyStateLastCheck { get; set; }
Property Value
Type Description
MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX