Resource: ReservationGroup
A reservation group is a container for reservations.
| JSON representation |
|---|
{ "name": string, "creationTime": string, "updateTime": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the reservation group, e.g., |
creationTime |
Output only. Creation time of the reservation group. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last update time of the reservation group via a user operation. This timestamp is updated only when an update operation explicitly targets this reservation group directly. It is not updated when parent or child groups are created, updated, or deleted. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Creates a new reservation group. |
|
Deletes a reservation. |
|
Returns information about the reservation group. |
|
Lists all the reservation groups for the project in the specified location. |