Show / Hide Table of Contents

Class ResourceStatusPhysicalHostTopologyAdditionalAttributes

Additional location information of the running instance.

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

Properties

AcceleratorTopologyIds

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.

Declaration
[JsonProperty("acceleratorTopologyIds")]
public virtual IDictionary<string, string> AcceleratorTopologyIds { get; set; }
Property Value
Type Description
IDictionary<string, string>

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