mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 23:47:36 +00:00
Remove version_added from return values and docs fragments. (#150)
This commit is contained in:
parent
fab6b980d2
commit
b161c59a05
63 changed files with 0 additions and 94 deletions
|
|
@ -181,7 +181,6 @@ cidrs:
|
|||
returned: success
|
||||
type: list
|
||||
sample: [ '0.0.0.0/0' ]
|
||||
version_added: '2.5'
|
||||
protocol:
|
||||
description: Protocol of the rule.
|
||||
returned: success
|
||||
|
|
|
|||
|
|
@ -341,7 +341,6 @@ default_ip6:
|
|||
returned: if available
|
||||
type: str
|
||||
sample: 2a04:c43:c00:a07:4b4:beff:fe00:74
|
||||
version_added: '2.6'
|
||||
public_ip:
|
||||
description: Public IP address with instance via static NAT rule.
|
||||
returned: if available
|
||||
|
|
@ -362,7 +361,6 @@ template_display_text:
|
|||
returned: success
|
||||
type: str
|
||||
sample: Linux Debian 9 64-bit 200G Disk (2017-10-08-622866)
|
||||
version_added: '2.6'
|
||||
service_offering:
|
||||
description: Name of the service offering the instance has.
|
||||
returned: success
|
||||
|
|
@ -403,7 +401,6 @@ host:
|
|||
returned: success and instance is running
|
||||
type: str
|
||||
sample: host-01.example.com
|
||||
version_added: '2.6'
|
||||
instance_name:
|
||||
description: Internal name of the instance (ROOT admin only).
|
||||
returned: success
|
||||
|
|
|
|||
|
|
@ -178,7 +178,6 @@ host:
|
|||
returned: success and instance is running
|
||||
type: str
|
||||
sample: host01.example.com
|
||||
version_added: '2.6'
|
||||
instance_name:
|
||||
description: Internal name of the instance (ROOT admin only).
|
||||
returned: success
|
||||
|
|
@ -193,7 +192,6 @@ nic:
|
|||
description: List of dictionaries of the instance nics.
|
||||
returned: success
|
||||
type: complex
|
||||
version_added: '2.8'
|
||||
contains:
|
||||
broadcasturi:
|
||||
description: The broadcast uri of the nic.
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ instances:
|
|||
returned: success and instance is running
|
||||
type: str
|
||||
sample: host01.example.com
|
||||
version_added: '2.6'
|
||||
instance_name:
|
||||
description: Internal name of the instance (ROOT admin only).
|
||||
returned: success
|
||||
|
|
@ -202,7 +201,6 @@ instances:
|
|||
description: List of dictionaries of the instance nics.
|
||||
returned: success
|
||||
type: complex
|
||||
version_added: '2.8'
|
||||
contains:
|
||||
broadcasturi:
|
||||
description: The broadcast uri of the nic.
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@ tags:
|
|||
returned: success
|
||||
type: dict
|
||||
sample: '[ { "key": "myCustomID", "value": "5510c31a-416e-11e8-9013-02000a6b00bf" } ]'
|
||||
version_added: '2.6'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
|
|||
|
|
@ -182,31 +182,26 @@ is_public:
|
|||
returned: success
|
||||
type: bool
|
||||
sample: true
|
||||
version_added: '2.4'
|
||||
bootable:
|
||||
description: True if the ISO is bootable.
|
||||
returned: success
|
||||
type: bool
|
||||
sample: true
|
||||
version_added: '2.4'
|
||||
is_featured:
|
||||
description: True if the ISO is featured.
|
||||
returned: success
|
||||
type: bool
|
||||
sample: true
|
||||
version_added: '2.4'
|
||||
format:
|
||||
description: Format of the ISO.
|
||||
returned: success
|
||||
type: str
|
||||
sample: ISO
|
||||
version_added: '2.4'
|
||||
os_type:
|
||||
description: Typo of the OS.
|
||||
returned: success
|
||||
type: str
|
||||
sample: CentOS 6.5 (64-bit)
|
||||
version_added: '2.4'
|
||||
checksum:
|
||||
description: MD5 checksum of the ISO.
|
||||
returned: success
|
||||
|
|
@ -222,7 +217,6 @@ cross_zones:
|
|||
returned: success
|
||||
type: bool
|
||||
sample: false
|
||||
version_added: '2.4'
|
||||
domain:
|
||||
description: Domain the ISO is related to.
|
||||
returned: success
|
||||
|
|
@ -243,7 +237,6 @@ tags:
|
|||
returned: success
|
||||
type: dict
|
||||
sample: '[ { "key": "foo", "value": "bar" } ]'
|
||||
version_added: '2.4'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
|
|||
|
|
@ -287,13 +287,11 @@ acl:
|
|||
returned: success
|
||||
type: str
|
||||
sample: My ACL
|
||||
version_added: '2.5'
|
||||
acl_id:
|
||||
description: ID of the access control list for the VPC network tier.
|
||||
returned: success
|
||||
type: str
|
||||
sample: dfafcd55-0510-4b8c-b6c5-b8cedb4cfd88
|
||||
version_added: '2.5'
|
||||
broadcast_domain_type:
|
||||
description: Broadcast domain type of the network.
|
||||
returned: success
|
||||
|
|
@ -334,25 +332,21 @@ network_offering_display_text:
|
|||
returned: success
|
||||
type: str
|
||||
sample: Offering for Isolated Vpc networks with Source Nat service enabled
|
||||
version_added: '2.5'
|
||||
network_offering_conserve_mode:
|
||||
description: Whether the network offering has IP conserve mode enabled or not.
|
||||
returned: success
|
||||
type: bool
|
||||
sample: false
|
||||
version_added: '2.5'
|
||||
network_offering_availability:
|
||||
description: The availability of the network offering the network is created from
|
||||
returned: success
|
||||
type: str
|
||||
sample: Optional
|
||||
version_added: '2.5'
|
||||
is_system:
|
||||
description: Whether the network is system related or not.
|
||||
returned: success
|
||||
type: bool
|
||||
sample: false
|
||||
version_added: '2.5'
|
||||
vpc:
|
||||
description: Name of the VPC.
|
||||
returned: if available
|
||||
|
|
|
|||
|
|
@ -179,7 +179,6 @@ cidrs:
|
|||
returned: success
|
||||
type: list
|
||||
sample: [ 0.0.0.0/0 ]
|
||||
version_added: '2.9'
|
||||
rule_position:
|
||||
description: Position of the network ACL rule.
|
||||
returned: success
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@ for_vpc:
|
|||
returned: success
|
||||
type: bool
|
||||
sample: false
|
||||
version_added: '2.8'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
|
|||
|
|
@ -382,7 +382,6 @@ is_customized:
|
|||
returned: success
|
||||
type: bool
|
||||
sample: false
|
||||
version_added: '2.8'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
|
|||
|
|
@ -264,7 +264,6 @@ url:
|
|||
returned: success when I(state=extracted)
|
||||
type: str
|
||||
sample: http://1.12.3.4/userdata/387e2c7c-7c42-4ecc-b4ed-84e8367a1965.vhd
|
||||
version_added: '2.8'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue