Class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology
The PhysicalHostTopology of the instance within a Block resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Host
Host hash for a given instance
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubBlock
Sub block hash for a given instance
Declaration
[JsonProperty("subBlock")]
public virtual string SubBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| string |