Class ResourceStatusPhysicalHostTopology
Represents the physical host topology of the host on which the VM is running.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourceStatusPhysicalHostTopology : IDirectResponseSchema
Properties
Block
[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
Declaration
[JsonProperty("block")]
public virtual string Block { get; set; }
Property Value
Type | Description |
---|---|
string |
Cluster
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { 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 |
Host
[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.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Subblock
[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.
Declaration
[JsonProperty("subblock")]
public virtual string Subblock { get; set; }
Property Value
Type | Description |
---|---|
string |