mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -45,6 +45,7 @@ options:
|
||||
- Clean up all domain resources like child domains and accounts.
|
||||
- Considered on C(state=absent).
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- State of the domain.
|
||||
@@ -55,6 +56,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
||||
@@ -59,15 +59,18 @@ options:
|
||||
is_featured:
|
||||
description:
|
||||
- Register the ISO to be featured. Only used if C(state) is present.
|
||||
type: bool
|
||||
is_dynamically_scalable:
|
||||
description:
|
||||
- Register the ISO having XS/VMWare tools installed inorder to support dynamic scaling of VM cpu/memory. Only used if C(state) is present.
|
||||
type: bool
|
||||
checksum:
|
||||
description:
|
||||
- The MD5 checksum value of this ISO. If set, we search by checksum instead of name.
|
||||
bootable:
|
||||
description:
|
||||
- Register the ISO to be bootable. Only used if C(state) is present.
|
||||
type: bool
|
||||
domain:
|
||||
description:
|
||||
- Domain the ISO is related to.
|
||||
|
||||
@@ -64,6 +64,7 @@ options:
|
||||
description:
|
||||
- True if network offering supports persistent networks
|
||||
- defaulted to false if not specified
|
||||
type: bool
|
||||
keepalive_enabled:
|
||||
description:
|
||||
- If true keepalive will be turned on in the loadbalancer.
|
||||
|
||||
@@ -61,6 +61,7 @@ options:
|
||||
- Whether the firewall rule for public port should be created, while creating the new rule.
|
||||
- Use M(cs_firewall) for managing firewall rules.
|
||||
default: false
|
||||
type: bool
|
||||
vm_guest_ip:
|
||||
description:
|
||||
- VM guest NIC secondary IP address for the port forwarding rule.
|
||||
@@ -90,6 +91,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||
|
||||
@@ -68,6 +68,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
||||
@@ -61,7 +61,8 @@ options:
|
||||
managed:
|
||||
description:
|
||||
- Whether the storage pool should be managed by CloudStack.
|
||||
- Only considere on creation.
|
||||
- Only considered on creation.
|
||||
type: bool
|
||||
hypervisor:
|
||||
description:
|
||||
- Required when creating a zone scoped pool.
|
||||
|
||||
@@ -48,6 +48,7 @@ options:
|
||||
description:
|
||||
- Snapshot memory if set to true.
|
||||
default: false
|
||||
type: bool
|
||||
zone:
|
||||
description:
|
||||
- Name of the zone in which the VM is in. If not set, default zone is used.
|
||||
@@ -70,6 +71,7 @@ options:
|
||||
- Poll async jobs until job has finished.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||
|
||||
@@ -56,6 +56,7 @@ options:
|
||||
- Whether to display the volume to the end user or not.
|
||||
- Allowed to Root Admins only.
|
||||
default: true
|
||||
type: bool
|
||||
domain:
|
||||
description:
|
||||
- Name of the domain the volume to be deployed in.
|
||||
@@ -78,12 +79,14 @@ options:
|
||||
force:
|
||||
description:
|
||||
- Force removal of volume even it is attached to a VM.
|
||||
- Considered on C(state=absnet) only.
|
||||
- Considered on C(state=absent) only.
|
||||
default: false
|
||||
type: bool
|
||||
shrink_ok:
|
||||
description:
|
||||
- Whether to allow to shrink the volume.
|
||||
default: false
|
||||
type: bool
|
||||
vm:
|
||||
description:
|
||||
- Name of the virtual machine to attach the volume to.
|
||||
@@ -100,6 +103,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||
|
||||
@@ -53,6 +53,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ options:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user