Class ReservationBlockPhysicalTopologyInstance
The instances information for a given Block
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ReservationBlockPhysicalTopologyInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceId
The InstanceId of the instance
Declaration
[JsonProperty("instanceId")]
public virtual ulong? InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
PhysicalHostTopology
Output only. The PhysicalHostTopology of instances within a Block resource.
Declaration
[JsonProperty("physicalHostTopology")]
public virtual ReservationBlockPhysicalTopologyInstancePhysicalHostTopology PhysicalHostTopology { get; set; }
Property Value
| Type | Description |
|---|---|
| ReservationBlockPhysicalTopologyInstancePhysicalHostTopology |
ProjectId
Project where the instance lives
Declaration
[JsonProperty("projectId")]
public virtual ulong? ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |