mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-04 05:04:27 -07:00
Merge 314bebe2e8
into eef427d24e
This commit is contained in:
commit
cb9b99aa16
4 changed files with 211 additions and 0 deletions
|
@ -475,6 +475,33 @@ resources:
|
|||
should be specified.
|
||||
returned: success
|
||||
type: dict
|
||||
reservationAffinity:
|
||||
description:
|
||||
- Specifies the reservations that this instance can consume from.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
consumeReservationType:
|
||||
description:
|
||||
- 'Specifies the type of reservation from which this instance can consume
|
||||
resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION.'
|
||||
returned: success
|
||||
type: str
|
||||
key:
|
||||
description:
|
||||
- Corresponds to the label key of a reservation resource. To target
|
||||
a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name
|
||||
as the key and specify the name of your reservation as its value.
|
||||
returned: success
|
||||
type: str
|
||||
values:
|
||||
description:
|
||||
- Corresponds to the label values of a reservation resource. This can
|
||||
be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name"
|
||||
to target a shared reservation in the same zone but in a different
|
||||
project.
|
||||
returned: success
|
||||
type: list
|
||||
scheduling:
|
||||
description:
|
||||
- Sets the scheduling options for this instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue