vCloud API - IpsecVpnSubnetType
IpsecVpnSubnetType
- Type:
- IpsecVpnSubnetType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents subnet details.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <IpsecVpnSubnetType xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<Name> xs:string </Name>
<Gateway> IpAddressType </Gateway>
<Netmask> IpAddressType </Netmask>
</IpsecVpnSubnetType>
Elements
-
Element Type Required Modifiable Since Deprecated Description Gateway IpAddressType Yes always 5.1 Subnet Gateway. Name string Yes always 5.1 Gateway Name. Netmask IpAddressType Yes always 5.1 Subnet Netmask. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.