public class IpsecVpnService extends NetworkServiceType<IpsecVpnService>
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
IpsecVpnService.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalIpAddress |
protected List<IpsecVpnTunnel> |
ipsecVpnTunnels |
protected String |
publicIpAddress |
| Modifier and Type | Method and Description |
|---|---|
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() |
isEnabled, toStringprotected String externalIpAddress
protected String publicIpAddress
protected List<IpsecVpnTunnel> ipsecVpnTunnels
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>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.