mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
commit
86cba60a8d
3 changed files with 4 additions and 7 deletions
|
@ -86,8 +86,7 @@ options:
|
||||||
suboptions:
|
suboptions:
|
||||||
type:
|
type:
|
||||||
description:
|
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))
|
- The type of supported feature.
|
||||||
to see a list of available options.
|
|
||||||
- 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "UEFI_COMPATIBLE",
|
- 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "UEFI_COMPATIBLE",
|
||||||
"VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"'
|
"VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"'
|
||||||
required: false
|
required: false
|
||||||
|
@ -347,8 +346,7 @@ guestOsFeatures:
|
||||||
contains:
|
contains:
|
||||||
type:
|
type:
|
||||||
description:
|
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))
|
- The type of supported feature.
|
||||||
to see a list of available options.
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
id:
|
id:
|
||||||
|
|
|
@ -195,8 +195,7 @@ resources:
|
||||||
contains:
|
contains:
|
||||||
type:
|
type:
|
||||||
description:
|
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))
|
- The type of supported feature.
|
||||||
to see a list of available options.
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
id:
|
id:
|
||||||
|
|
|
@ -527,7 +527,7 @@ options:
|
||||||
- Configuration for controlling how IPs are allocated in the cluster.
|
- Configuration for controlling how IPs are allocated in the cluster.
|
||||||
required: false
|
required: false
|
||||||
type: dict
|
type: dict
|
||||||
version_added: '2.9'
|
version_added: '2.10'
|
||||||
suboptions:
|
suboptions:
|
||||||
enabled:
|
enabled:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue