public sealed class ResourceStatusPhysicalHostTopology : IMessage<ResourceStatusPhysicalHostTopology>, IEquatable<ResourceStatusPhysicalHostTopology>, IDeepCloneable<ResourceStatusPhysicalHostTopology>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ResourceStatusPhysicalHostTopology.
Represents the physical host topology of the host on which the VM is running.
Implements
IMessageResourceStatusPhysicalHostTopology, IEquatableResourceStatusPhysicalHostTopology, IDeepCloneableResourceStatusPhysicalHostTopology, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourceStatusPhysicalHostTopology()
public ResourceStatusPhysicalHostTopology()
ResourceStatusPhysicalHostTopology(ResourceStatusPhysicalHostTopology)
public ResourceStatusPhysicalHostTopology(ResourceStatusPhysicalHostTopology other)
Parameter | |
---|---|
Name | Description |
other |
ResourceStatusPhysicalHostTopology |
Properties
Block
public string Block { get; set; }
[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
Property Value | |
---|---|
Type | Description |
string |
Cluster
public string Cluster { get; set; }
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
Property Value | |
---|---|
Type | Description |
string |
HasBlock
public bool HasBlock { get; }
Gets whether the "block" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasCluster
public bool HasCluster { get; }
Gets whether the "cluster" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasHost
public bool HasHost { get; }
Gets whether the "host" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSubblock
public bool HasSubblock { get; }
Gets whether the "subblock" field is set
Property Value | |
---|---|
Type | Description |
bool |
Host
public string Host { get; set; }
[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency.
Property Value | |
---|---|
Type | Description |
string |
Subblock
public string Subblock { get; set; }
[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block.
Property Value | |
---|---|
Type | Description |
string |