GatewayIpsecVpnTunnelType

Type:
GatewayIpsecVpnTunnelType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents an IPSec VPN tunnel.
Since:
5.1
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<GatewayIpsecVpnTunnelType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Name> xs:string </Name>
    <Description> xs:string </Description>
    <IpsecVpnPeer/>
    <PeerIpAddress> IpAddressType </PeerIpAddress>
    <PeerId> xs:string </PeerId>
    <LocalIpAddress> IpAddressType </LocalIpAddress>
    <LocalId> xs:string </LocalId>
    <LocalSubnet>
        <Name> xs:string </Name>
        <Gateway> IpAddressType </Gateway>
        <Netmask> IpAddressType </Netmask>
    </LocalSubnet>
    <PeerSubnet>
        <Name> xs:string </Name>
        <Gateway> IpAddressType </Gateway>
        <Netmask> IpAddressType </Netmask>
    </PeerSubnet>
    <SharedSecret> xs:string </SharedSecret>
    <SharedSecretEncrypted> xs:boolean </SharedSecretEncrypted>
    <EncryptionProtocol> xs:string </EncryptionProtocol>
    <Mtu> xs:int </Mtu>
    <IsEnabled> xs:boolean </IsEnabled>
    <IsOperational> xs:boolean </IsOperational>
    <ErrorDetails> xs:string </ErrorDetails>
</GatewayIpsecVpnTunnelType>

Elements

Element Type Required Modifiable Since Deprecated Description
Description string No always 5.1 A description of the tunnel.
EncryptionProtocol string Yes always 5.1 Encryption protocol to be used. One of: AES, AES256, TRIPLEDES
ErrorDetails string No always 5.1 Error details of the tunnel.
IpsecVpnPeer IpsecVpnPeerType No 1.5 Details about the peer network.
IsEnabled boolean No always 5.1 True if the tunnel is enabled.
IsOperational boolean No always 5.1 True if the tunnel is operational.
LocalId string Yes always 5.1 Id for local end point
LocalIpAddress IpAddressType Yes always 5.1 Address of the local network.
LocalSubnet IpsecVpnSubnetType Yes always 5.1 List of local subnets in the tunnel.
Mtu int Yes always 5.1 MTU for the tunnel.
Name string Yes always 5.1 The name of the tunnel.
PeerId string Yes always 5.1 Id for the peer end point
PeerIpAddress IpAddressType Yes always 5.1 IP address of the peer endpoint.
PeerSubnet IpsecVpnSubnetType Yes always 5.1 List of peer subnets in the tunnel.
SharedSecret string Yes always 5.1 Shared secret used for authentication.
SharedSecretEncrypted boolean No always 5.1 True if shared secret is encrypted.
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.