|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnTunnel
public class IpsecVpnTunnel
Represents details of an IPSec-VPN tunnel.
Java class for IpsecVpnTunnel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpsecVpnTunnel">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.vmware.com/vcloud/v1.5}IpsecVpnPeer"/>
<element name="PeerIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType"/>
<element name="PeerNetworkAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType"/>
<element name="PeerNetworkMask" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType"/>
<element name="SharedSecret" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EncryptionProtocol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Mtu" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsOperational" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ErrorDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
IpsecVpnTunnel.Builder
|
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
encryptionProtocol
|
protected String |
errorDetails
|
protected IpsecVpnPeerType<?> |
ipsecVpnPeer
|
protected boolean |
isEnabled
|
protected Boolean |
isOperational
|
protected int |
mtu
|
protected String |
name
|
protected String |
peerIpAddress
|
protected String |
peerNetworkAddress
|
protected String |
peerNetworkMask
|
protected String |
sharedSecret
|
| Method Summary | |
|---|---|
static IpsecVpnTunnel.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getDescription()
Gets the value of the description property. |
String |
getEncryptionProtocol()
Gets the value of the encryptionProtocol property. |
String |
getErrorDetails()
Gets the value of the errorDetails property. |
IpsecVpnPeerType<?> |
getIpsecVpnPeer()
Details about the peer network. |
int |
getMtu()
Gets the value of the mtu property. |
String |
getName()
Gets the value of the name property. |
String |
getPeerIpAddress()
Gets the value of the peerIpAddress property. |
String |
getPeerNetworkAddress()
Gets the value of the peerNetworkAddress property. |
String |
getPeerNetworkMask()
Gets the value of the peerNetworkMask property. |
String |
getSharedSecret()
Gets the value of the sharedSecret property. |
int |
hashCode()
|
boolean |
isEnabled()
Gets the value of the isEnabled property. |
Boolean |
isOperational()
Gets the value of the isOperational property. |
IpsecVpnTunnel.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String description
protected IpsecVpnPeerType<?> ipsecVpnPeer
protected String peerIpAddress
protected String peerNetworkAddress
protected String peerNetworkMask
protected String sharedSecret
protected String encryptionProtocol
protected int mtu
protected boolean isEnabled
protected Boolean isOperational
protected String errorDetails
| Method Detail |
|---|
public static IpsecVpnTunnel.Builder builder()
public IpsecVpnTunnel.Builder toBuilder()
public String getName()
public String getDescription()
public IpsecVpnPeerType<?> getIpsecVpnPeer()
public String getPeerIpAddress()
public String getPeerNetworkAddress()
public String getPeerNetworkMask()
public String getSharedSecret()
public String getEncryptionProtocol()
public int getMtu()
public boolean isEnabled()
public Boolean isOperational()
public String getErrorDetails()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||