VMware Cloud Director API - GatewayIpsecVpnEndpointType
GatewayIpsecVpnEndpointType
- Type:
- GatewayIpsecVpnEndpointType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents an IPSec VPN endpoint.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<GatewayIpsecVpnEndpointType xmlns="http://www.vmware.com/vcloud/v1.5">
<Network href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<PublicIp> IpAddressType </PublicIp>
</GatewayIpsecVpnEndpointType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Network ReferenceType Yes always 5.1 External network reference. PublicIp IpAddressType No always 5.1 Public IP for IPSec endpoint. 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.