public class IpsecVpnRemotePeer extends IpsecVpnManagedPeerType<IpsecVpnRemotePeer>
Java class for IpsecVpnRemotePeer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpsecVpnRemotePeer">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}IpsecVpnManagedPeerType">
<sequence>
<element name="VcdUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VcdOrganization" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VcdUsername" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IpsecVpnRemotePeer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
vcdOrganization |
protected String |
vcdUrl |
protected String |
vcdUsername |
id, name| Modifier and Type | Method and Description |
|---|---|
static IpsecVpnRemotePeer.Builder |
builder() |
boolean |
equals(Object o) |
String |
getVcdOrganization()
Gets the value of the vcdOrganization property.
|
String |
getVcdUrl()
Gets the value of the vcdUrl property.
|
String |
getVcdUsername()
Gets the value of the vcdUsername property.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
IpsecVpnRemotePeer.Builder |
toBuilder() |
getId, getName, toStringprotected String vcdUrl
protected String vcdOrganization
protected String vcdUsername
public static IpsecVpnRemotePeer.Builder builder()
public IpsecVpnRemotePeer.Builder toBuilder()
public String getVcdUrl()
Stringpublic String getVcdOrganization()
Stringpublic String getVcdUsername()
Stringpublic boolean equals(Object o)
equals in class IpsecVpnManagedPeerType<IpsecVpnRemotePeer>public int hashCode()
hashCode in class IpsecVpnManagedPeerType<IpsecVpnRemotePeer>protected com.google.common.base.Objects.ToStringHelper string()
string in class IpsecVpnManagedPeerType<IpsecVpnRemotePeer>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.