Class ResourceStatusPhysicalHostTopologyAdditionalAttributes
Additional location information of the running instance.
Implements
Inherited Members
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 |