Resource: ReservationBlocksGetResponse
JSON representation |
---|
{ "resource": { "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "count": integer, "inUseCount": integer, "reservationMaintenance": { "upcomingGroupMaintenance": { "type": enum, "canReschedule": boolean, "windowStartTime": string, "windowEndTime": string, "latestWindowStartTime": string, "maintenanceStatus": enum }, "maintenanceOngoingCount": integer, "maintenancePendingCount": integer, "schedulingType": enum }, "status": enum, "physicalTopology": { "cluster": string, "block": 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 block 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 block 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 resources that are allocated in this reservation block. |
resource.inUseCount |
[Output Only] The number of instances that are currently in use on this reservation block. |
resource.reservationMaintenance |
[Output Only] Maintenance information for this reservation block. |
resource.reservationMaintenance.upcomingGroupMaintenance |
Maintenance information on this group of VMs. |
resource.reservationMaintenance.upcomingGroupMaintenance.type |
Defines the type of maintenance. |
resource.reservationMaintenance.upcomingGroupMaintenance.canReschedule |
Indicates if the maintenance can be customer triggered. |
resource.reservationMaintenance.upcomingGroupMaintenance.windowStartTime |
The current start time of the maintenance window. This timestamp value is in RFC3339 text format. |
resource.reservationMaintenance.upcomingGroupMaintenance.windowEndTime |
The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format. |
resource.reservationMaintenance.upcomingGroupMaintenance.latestWindowStartTime |
The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format. |
resource.reservationMaintenance.upcomingGroupMaintenance.maintenanceStatus |
|
resource.reservationMaintenance.maintenanceOngoingCount |
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have ongoing maintenance. |
resource.reservationMaintenance.maintenancePendingCount |
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have pending maintenance. |
resource.reservationMaintenance.schedulingType |
The type of maintenance for the reservation. |
resource.status |
[Output Only] Status of the reservation block. |
resource.physicalTopology |
[Output Only] The physical topology of the reservation block. |
resource.physicalTopology.cluster |
The cluster name of the reservation block. |
resource.physicalTopology.block |
The hash of the capacity block within the cluster. |
Methods |
|
---|---|
|
Retrieves information about the specified reservation block. |
|
Retrieves a list of reservation blocks under a single reservation. |
|
Allows customers to perform maintenance on a reservation block |