- Resource: ReservationBlocksGetResponse
- ReservationBlock
- Status
- PhysicalTopology
- Instance
- PhysicalHostTopology
- HealthInfo
- HealthStatus
- Methods
Resource: ReservationBlocksGetResponse
JSON representation |
---|
{
"resource": {
object ( |
Fields | |
---|---|
resource |
|
ReservationBlock
Represents a reservation block resource.
JSON representation |
---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "count": integer, "inUseCount": integer, "reservationMaintenance": { object ( |
Fields | |
---|---|
kind |
[Output Only] Type of the resource. Always
for reservation blocks. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
[Output Only] The name of this reservation block generated by Trusted Cloud Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern a-z? |
zone |
[Output Only] Zone in which the reservation block resides. |
selfLink |
[Output Only] Server-defined fully-qualified URL for this resource. |
selfLinkWithId |
[Output Only] Server-defined URL for this resource with the resource id. |
count |
[Output Only] The number of resources that are allocated in this reservation block. |
inUseCount |
[Output Only] The number of instances that are currently in use on this reservation block. |
reservationMaintenance |
[Output Only] Maintenance information for this reservation block. |
status |
[Output Only] Status of the reservation block. |
physicalTopology |
[Output Only] The physical topology of the reservation block. |
reservationSubBlockCount |
[Output Only] The number of reservation subBlocks associated with this reservation block. |
reservationSubBlockInUseCount |
[Output Only] The number of in-use reservation subBlocks associated with this reservation block. If at least one VM is running on a subBlock, it is considered in-use. |
healthInfo |
[Output Only] Health information for the reservation block. |
Status
Enums | |
---|---|
INVALID |
|
CREATING |
Resources are being allocated for the reservation block. |
READY |
Reservation block has allocated all its resources. |
DELETING |
Reservation block is currently being deleted. |
PhysicalTopology
JSON representation |
---|
{
"cluster": string,
"block": string,
"instances": [
{
object ( |
Fields | |
---|---|
cluster |
The cluster name of the reservation block. |
block |
The hash of the capacity block within the cluster. |
instances[] |
The detailed instances information for a given Block |
Instance
The instances information for a given Block
JSON representation |
---|
{
"instanceId": string,
"projectId": string,
"physicalHostTopology": {
object ( |
Fields | |
---|---|
instanceId |
The InstanceId of the instance |
projectId |
Project where the instance lives |
physicalHostTopology |
The PhysicalHostTopology of instances within a Block resource. |
PhysicalHostTopology
The PhysicalHostTopology of the instance within a Block resource.
JSON representation |
---|
{ "subBlock": string, "host": string } |
Fields | |
---|---|
subBlock |
Sub block hash for a given instance |
host |
Host hash for a given instance |
HealthInfo
Health information for the reservation block.
JSON representation |
---|
{
"healthStatus": enum ( |
Fields | |
---|---|
healthStatus |
The health status of the reservation block. |
healthySubBlockCount |
The number of subBlocks that are healthy. |
degradedSubBlockCount |
The number of subBlocks that are degraded. |
HealthStatus
Enums | |
---|---|
HEALTH_STATUS_UNSPECIFIED |
The health status of the reservation block is unspecified. |
HEALTHY |
The reservation block is healthy. |
DEGRADED |
The reservation block is degraded. |
Methods |
|
---|---|
|
The method compute.v1.ReservationBlocksService.Get is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ReservationBlocksService.List is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ReservationBlocksService.PerformMaintenance is not available in Trusted Cloud by S3NS. |