Show / Hide Table of Contents

Class AcceleratorTopologiesInfoAcceleratorTopologyInfo

Info for a slice of a given topology.

Inheritance
object
AcceleratorTopologiesInfoAcceleratorTopologyInfo
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class AcceleratorTopologiesInfoAcceleratorTopologyInfo : IDirectResponseSchema

Properties

AcceleratorTopology

The accelerator topology.

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

InfoPerTopologyStates

Info for each topology state.

Declaration
[JsonProperty("infoPerTopologyStates")]
public virtual IList<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState> InfoPerTopologyStates { get; set; }
Property Value
Type Description
IList<AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX