public sealed class ResourceStatusPhysicalHostTopologyAdditionalAttributes : IMessage<ResourceStatusPhysicalHostTopologyAdditionalAttributes>, IEquatable<ResourceStatusPhysicalHostTopologyAdditionalAttributes>, IDeepCloneable<ResourceStatusPhysicalHostTopologyAdditionalAttributes>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ResourceStatusPhysicalHostTopologyAdditionalAttributes.
Additional location information of the running instance.
Implements
IMessageResourceStatusPhysicalHostTopologyAdditionalAttributes, IEquatableResourceStatusPhysicalHostTopologyAdditionalAttributes, IDeepCloneableResourceStatusPhysicalHostTopologyAdditionalAttributes, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourceStatusPhysicalHostTopologyAdditionalAttributes()
public ResourceStatusPhysicalHostTopologyAdditionalAttributes()ResourceStatusPhysicalHostTopologyAdditionalAttributes(ResourceStatusPhysicalHostTopologyAdditionalAttributes)
public ResourceStatusPhysicalHostTopologyAdditionalAttributes(ResourceStatusPhysicalHostTopologyAdditionalAttributes other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceStatusPhysicalHostTopologyAdditionalAttributes |
Properties
AcceleratorTopologyIds
public MapField<string, string> AcceleratorTopologyIds { get; }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.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|