mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-30 15:38:53 +00:00
remove required=false from docs (#11055)
This commit is contained in:
parent
49c7253f24
commit
a9a4f89033
158 changed files with 0 additions and 743 deletions
|
|
@ -116,12 +116,10 @@ options:
|
|||
is not specified or is set to 0, the default system disk size is the minimum value of the system disk in the image
|
||||
(min_disk attribute of the image).
|
||||
type: int
|
||||
required: false
|
||||
snapshot_id:
|
||||
description:
|
||||
- Specifies the snapshot ID or ID of the original data disk contained in the full-ECS image.
|
||||
type: str
|
||||
required: false
|
||||
vpc_id:
|
||||
description:
|
||||
- Specifies the ID of the VPC to which the ECS belongs.
|
||||
|
|
@ -136,13 +134,11 @@ options:
|
|||
username or the username in reverse. The Windows ECS password cannot contain the username, the username in reverse,
|
||||
or more than two consecutive characters in the username.
|
||||
type: str
|
||||
required: false
|
||||
data_volumes:
|
||||
description:
|
||||
- Specifies the data disks of ECS instance.
|
||||
type: list
|
||||
elements: dict
|
||||
required: false
|
||||
suboptions:
|
||||
volume_id:
|
||||
description:
|
||||
|
|
@ -153,58 +149,48 @@ options:
|
|||
description:
|
||||
- Specifies the disk device name.
|
||||
type: str
|
||||
required: false
|
||||
description:
|
||||
description:
|
||||
- Specifies the description of an ECS, which is a null string by default. Can contain a maximum of 85 characters. Cannot
|
||||
contain special characters, such as V(<) and V(>).
|
||||
type: str
|
||||
required: false
|
||||
eip_id:
|
||||
description:
|
||||
- Specifies the ID of the elastic IP address assigned to the ECS. Only elastic IP addresses in the DOWN state can be
|
||||
assigned.
|
||||
type: str
|
||||
required: false
|
||||
enable_auto_recovery:
|
||||
description:
|
||||
- Specifies whether automatic recovery is enabled on the ECS.
|
||||
type: bool
|
||||
required: false
|
||||
enterprise_project_id:
|
||||
description:
|
||||
- Specifies the ID of the enterprise project to which the ECS belongs.
|
||||
type: str
|
||||
required: false
|
||||
security_groups:
|
||||
description:
|
||||
- Specifies the security groups of the ECS. If this parameter is left blank, the default security group is bound to
|
||||
the ECS by default.
|
||||
type: list
|
||||
elements: str
|
||||
required: false
|
||||
server_metadata:
|
||||
description:
|
||||
- Specifies the metadata of ECS to be created.
|
||||
type: dict
|
||||
required: false
|
||||
server_tags:
|
||||
description:
|
||||
- Specifies the tags of an ECS. When you create ECSs, one ECS supports up to 10 tags.
|
||||
type: dict
|
||||
required: false
|
||||
ssh_key_name:
|
||||
description:
|
||||
- Specifies the name of the SSH key used for logging in to the ECS.
|
||||
type: str
|
||||
required: false
|
||||
user_data:
|
||||
description:
|
||||
- Specifies the user data to be injected during the ECS creation process. Text, text files, and gzip files can be injected.
|
||||
The content to be injected must be encoded with base64. The maximum size of the content to be injected (before encoding)
|
||||
is 32 KB. For Linux ECSs, this parameter does not take effect when adminPass is used.
|
||||
type: str
|
||||
required: false
|
||||
extends_documentation_fragment:
|
||||
- community.general.hwc
|
||||
- community.general.attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue