mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 19:31:23 -07:00
Merge 314bebe2e8
into 99ac225a1a
This commit is contained in:
commit
ab19223c36
4 changed files with 211 additions and 0 deletions
|
@ -478,6 +478,32 @@ resources:
|
|||
If the network is in custom subnet mode, then this field 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