Class ResourceStatusPhysicalHostTopology
Represents the physical host topology of the host on which the VM is running.
Inheritance
ResourceStatusPhysicalHostTopology
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourceStatusPhysicalHostTopology : IDirectResponseSchema
Properties
Block
Declaration
[JsonProperty("block")]
public virtual string Block { get; set; }
Property Value
Cluster
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Host
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Subblock
Declaration
[JsonProperty("subblock")]
public virtual string Subblock { get; set; }
Property Value
Implements