Resource: ReservationSubBlocksGetResponse
JSON representation |
---|
{ "resource": { "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "count": integer, "inUseCount": integer, "status": enum, "physicalTopology": { "cluster": string, "block": string, "subBlock": string } } } |
Fields | |
---|---|
resource |
|
resource.kind |
[Output Only] Type of the resource. Always |
resource.id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
resource.creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
resource.name |
[Output Only] The name of this reservation subBlock generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern a-z? |
resource.zone |
[Output Only] Zone in which the reservation subBlock resides. |
resource.selfLink |
[Output Only] Server-defined fully-qualified URL for this resource. |
resource.selfLinkWithId |
[Output Only] Server-defined URL for this resource with the resource id. |
resource.count |
[Output Only] The number of hosts that are allocated in this reservation subBlock. |
resource.inUseCount |
[Output Only] The number of instances that are currently in use on this reservation subBlock. |
resource.status |
[Output Only] Status of the reservation subBlock. |
resource.physicalTopology |
[Output Only] The physical topology of the reservation subBlock. |
resource.physicalTopology.cluster |
The cluster name of the reservation subBlock. |
resource.physicalTopology.block |
The hash of the capacity block within the cluster. |
resource.physicalTopology.subBlock |
The hash of the capacity sub-block within the capacity block. |
Methods |
|
---|---|
|
Retrieves information about the specified reservation subBlock. |
|
Retrieves a list of reservation subBlocks under a single reservation. |