mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
cloudstack: fix VPC doc
This commit is contained in:
parent
a79386f2f5
commit
e93bdb80d3
1 changed files with 5 additions and 6 deletions
|
@ -59,14 +59,14 @@ options:
|
||||||
gateway:
|
gateway:
|
||||||
description:
|
description:
|
||||||
- The gateway of the network.
|
- The gateway of the network.
|
||||||
- Required for shared networks and isolated networks when it belongs to VPC.
|
- Required for shared networks and isolated networks when it belongs to a VPC.
|
||||||
- Only considered on create.
|
- Only considered on create.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
netmask:
|
netmask:
|
||||||
description:
|
description:
|
||||||
- The netmask of the network.
|
- The netmask of the network.
|
||||||
- Required for shared networks and isolated networks when it belongs to VPC.
|
- Required for shared networks and isolated networks when it belongs to a VPC.
|
||||||
- Only considered on create.
|
- Only considered on create.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
@ -91,7 +91,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
gateway_ipv6:
|
gateway_ipv6:
|
||||||
description:
|
description:
|
||||||
- The gateway of the IPv6 network.
|
- The gateway of the IPv6 network.
|
||||||
- Required for shared networks.
|
- Required for shared networks.
|
||||||
- Only considered on create.
|
- Only considered on create.
|
||||||
required: false
|
required: false
|
||||||
|
@ -103,12 +103,12 @@ options:
|
||||||
default: null
|
default: null
|
||||||
vpc:
|
vpc:
|
||||||
description:
|
description:
|
||||||
- The ID or VID of the network.
|
- Name of the VPC of the network.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
isolated_pvlan:
|
isolated_pvlan:
|
||||||
description:
|
description:
|
||||||
- The isolated private vlan for this network.
|
- The isolated private VLAN for this network.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
clean_up:
|
clean_up:
|
||||||
|
@ -342,7 +342,6 @@ class AnsibleCloudStackNetwork(AnsibleCloudStack):
|
||||||
'dns1': 'dns1',
|
'dns1': 'dns1',
|
||||||
'dns2': 'dns2',
|
'dns2': 'dns2',
|
||||||
}
|
}
|
||||||
|
|
||||||
self.network = None
|
self.network = None
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue