parent
c26c17aa28
commit
aa32ae65a6
1 changed files with 3 additions and 0 deletions
|
@ -65,12 +65,14 @@ options:
|
||||||
- The physical network where this network object is implemented.
|
- The physical network where this network object is implemented.
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
|
version_added: "2.1"
|
||||||
provider_network_type:
|
provider_network_type:
|
||||||
description:
|
description:
|
||||||
- The type of physical network that maps to this network resource.
|
- The type of physical network that maps to this network resource.
|
||||||
choices: ['flat', 'vlan', 'vxlan', 'gre']
|
choices: ['flat', 'vlan', 'vxlan', 'gre']
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
|
version_added: "2.1"
|
||||||
provider_segmentation_id:
|
provider_segmentation_id:
|
||||||
description:
|
description:
|
||||||
- An isolated segment on the physical network. The I(network_type)
|
- An isolated segment on the physical network. The I(network_type)
|
||||||
|
@ -79,6 +81,7 @@ options:
|
||||||
the I(network_type) value is gre, this ID is a gre key.
|
the I(network_type) value is gre, this ID is a gre key.
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
|
version_added: "2.1"
|
||||||
requirements: ["shade"]
|
requirements: ["shade"]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue