Show / Hide Table of Contents

Class ResourceStatusPhysicalHostTopology

Represents the physical host topology of the host on which the VM is running.

Inheritance
object
ResourceStatusPhysicalHostTopology
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX