|
||||||||||
| 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.NetworkServiceType<IpsecVpnService>
org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnService
public class IpsecVpnService
Represents an IPSec-VPN network service.
Java class for IpsecVpnService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpsecVpnService">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}NetworkServiceType">
<sequence>
<element name="ExternalIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType" minOccurs="0"/>
<element name="PublicIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType" minOccurs="0"/>
<element name="IpsecVpnTunnel" type="{http://www.vmware.com/vcloud/v1.5}IpsecVpnTunnelType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
IpsecVpnService.Builder
|
| Field Summary | |
|---|---|
protected String |
externalIpAddress
|
protected List<IpsecVpnTunnel> |
ipsecVpnTunnels
|
protected String |
publicIpAddress
|
| Method Summary | |
|---|---|
static IpsecVpnService.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getExternalIpAddress()
Gets the value of the externalIpAddress property. |
List<IpsecVpnTunnel> |
getIpsecVpnTunnels()
Gets the value of the ipsecVpnTunnel property. |
String |
getPublicIpAddress()
Gets the value of the publicIpAddress property. |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
IpsecVpnService.Builder |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.network.NetworkServiceType |
|---|
isEnabled, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String externalIpAddress
protected String publicIpAddress
protected List<IpsecVpnTunnel> ipsecVpnTunnels
| Method Detail |
|---|
public static IpsecVpnService.Builder builder()
public IpsecVpnService.Builder toBuilder()
toBuilder in class NetworkServiceType<IpsecVpnService>public String getExternalIpAddress()
Stringpublic String getPublicIpAddress()
Stringpublic List<IpsecVpnTunnel> getIpsecVpnTunnels()
public boolean equals(Object o)
equals in class NetworkServiceType<IpsecVpnService>public int hashCode()
hashCode in class NetworkServiceType<IpsecVpnService>protected com.google.common.base.Objects.ToStringHelper string()
string in class NetworkServiceType<IpsecVpnService>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||