Class ReservationSlotPhysicalTopology
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationSlotPhysicalTopology : IDirectResponseSchema
Properties
Block
The unique identifier of the capacity block within the cluster.
Declaration
[JsonProperty("block")]
public virtual string Block { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Cluster
The cluster name of the reservation sub-block.
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
The unique identifier of the capacity host within the capacity sub-block.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubBlock
The unique identifier of the capacity sub-block within the capacity block.
Declaration
[JsonProperty("subBlock")]
public virtual string SubBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| string |