mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
commit
86cba60a8d
3 changed files with 4 additions and 7 deletions
|
@ -86,8 +86,7 @@ options:
|
|||
suboptions:
|
||||
type:
|
||||
description:
|
||||
- The type of supported feature. Read [Enabling guest operating system features](U(https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features))
|
||||
to see a list of available options.
|
||||
- The type of supported feature.
|
||||
- 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "UEFI_COMPATIBLE",
|
||||
"VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"'
|
||||
required: false
|
||||
|
@ -347,8 +346,7 @@ guestOsFeatures:
|
|||
contains:
|
||||
type:
|
||||
description:
|
||||
- The type of supported feature. Read [Enabling guest operating system features](U(https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features))
|
||||
to see a list of available options.
|
||||
- The type of supported feature.
|
||||
returned: success
|
||||
type: str
|
||||
id:
|
||||
|
|
|
@ -195,8 +195,7 @@ resources:
|
|||
contains:
|
||||
type:
|
||||
description:
|
||||
- The type of supported feature. Read [Enabling guest operating system features](U(https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features))
|
||||
to see a list of available options.
|
||||
- The type of supported feature.
|
||||
returned: success
|
||||
type: str
|
||||
id:
|
||||
|
|
|
@ -527,7 +527,7 @@ options:
|
|||
- Configuration for controlling how IPs are allocated in the cluster.
|
||||
required: false
|
||||
type: dict
|
||||
version_added: '2.9'
|
||||
version_added: '2.10'
|
||||
suboptions:
|
||||
enabled:
|
||||
description:
|
||||
|
|
Loading…
Add table
Reference in a new issue