IpsecVpnServiceType

Element:
IpsecVpnService
Type:
IpsecVpnServiceType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents an IPSec-VPN network service.
Since:
1.5
Schema:
network.xsd
Media type(s):
None
Extends:
NetworkServiceType
XML Representation:
<IpsecVpnService xmlns="http://www.vmware.com/vcloud/v1.5">
    <IsEnabled> xs:boolean </IsEnabled>
    <ExternalIpAddress> IpAddressType </ExternalIpAddress>
    <PublicIpAddress> IpAddressType </PublicIpAddress>
    <IpsecVpnTunnel>
        <Name> xs:string </Name>
        <Description> xs:string </Description>
        <IpsecVpnPeer/>
        <PeerIpAddress> IpAddressType </PeerIpAddress>
        <PeerNetworkAddress> IpAddressType </PeerNetworkAddress>
        <PeerNetworkMask> IpAddressType </PeerNetworkMask>
        <SharedSecret> xs:string </SharedSecret>
        <EncryptionProtocol> xs:string </EncryptionProtocol>
        <Mtu> xs:int </Mtu>
        <IsEnabled> xs:boolean </IsEnabled>
        <IsOperational> xs:boolean </IsOperational>
        <ErrorDetails> xs:string </ErrorDetails>
    </IpsecVpnTunnel>
</IpsecVpnService>

Elements

Element Type Required Modifiable Since Deprecated Description
ExternalIpAddress IpAddressType No none 1.5 IP address of external enterface of the Edge.
IpsecVpnTunnel IpsecVpnTunnelType No always 1.5 Details of an IPSec-VPN tunnel.
IsEnabled boolean No always 1.5 Enable or disable the service using this flag
PublicIpAddress IpAddressType No always 1.5 Public IP address of the Edge.
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.