- Resource: ReservationSubBlocksGetResponse
- ReservationSubBlock
- Status
- PhysicalTopology
- HealthInfo
- HealthStatus
- Methods
Resource: ReservationSubBlocksGetResponse
JSON representation |
---|
{
"resource": {
object ( |
Fields | |
---|---|
resource |
|
ReservationSubBlock
Represents a reservation subBlock resource.
JSON representation |
---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "count": integer, "inUseCount": integer, "reservationSubBlockMaintenance": { object ( |
Fields | |
---|---|
kind |
[Output Only] Type of the resource. Always
for reservation subBlocks. |
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 subBlock 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 subBlock 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 hosts that are allocated in this reservation subBlock. |
inUseCount |
[Output Only] The number of instances that are currently in use on this reservation subBlock. |
reservationSubBlockMaintenance |
Maintenance information for this reservation subBlock. |
status |
[Output Only] Status of the reservation subBlock. |
physicalTopology |
[Output Only] The physical topology of the reservation subBlock. |
healthInfo |
[Output Only] Health information for the reservation subBlock. |
Status
Enums | |
---|---|
INVALID |
|
CREATING |
Resources are being allocated for the reservation subBlock. |
READY |
Reservation subBlock has allocated all its resources. |
DELETING |
Reservation subBlock is currently being deleted. |
PhysicalTopology
JSON representation |
---|
{ "cluster": string, "block": string, "subBlock": string } |
Fields | |
---|---|
cluster |
The cluster name of the reservation subBlock. |
block |
The hash of the capacity block within the cluster. |
subBlock |
The hash of the capacity sub-block within the capacity block. |
HealthInfo
Health information for the reservation subBlock.
JSON representation |
---|
{
"healthStatus": enum ( |
Fields | |
---|---|
healthStatus |
The health status of the reservation subBlock. |
healthyHostCount |
The number of healthy hosts in the reservation subBlock. |
degradedHostCount |
The number of degraded hosts in the reservation subBlock. |
healthyInfraCount |
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock. |
degradedInfraCount |
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock. |
HealthStatus
Enums | |
---|---|
HEALTH_STATUS_UNSPECIFIED |
The health status of the reservation subBlock is unspecified. |
HEALTHY |
The reservation subBlock is healthy. |
DEGRADED |
The reservation subBlock is degraded. |
Methods |
|
---|---|
|
The method compute.v1.ReservationSubBlocksService.Get is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ReservationSubBlocksService.List is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ReservationSubBlocksService.PerformMaintenance is not available in Trusted Cloud by S3NS. |