org.jclouds.vcloud.director.v1_5.domain.network
Class IpsecVpnRemotePeer

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnPeerType<T>
      extended by org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnManagedPeerType<IpsecVpnRemotePeer>
          extended by org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnRemotePeer

public class IpsecVpnRemotePeer
extends IpsecVpnManagedPeerType<IpsecVpnRemotePeer>

Gives more details of remote peer end point.

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>
 


Nested Class Summary
static class IpsecVpnRemotePeer.Builder
           
 
Field Summary
protected  String vcdOrganization
           
protected  String vcdUrl
           
protected  String vcdUsername
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnManagedPeerType
id, name
 
Method Summary
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()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnManagedPeerType
getId, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

vcdUrl

protected String vcdUrl

vcdOrganization

protected String vcdOrganization

vcdUsername

protected String vcdUsername
Method Detail

builder

public static IpsecVpnRemotePeer.Builder builder()

toBuilder

public IpsecVpnRemotePeer.Builder toBuilder()

getVcdUrl

public String getVcdUrl()
Gets the value of the vcdUrl property.

Returns:
possible object is String

getVcdOrganization

public String getVcdOrganization()
Gets the value of the vcdOrganization property.

Returns:
possible object is String

getVcdUsername

public String getVcdUsername()
Gets the value of the vcdUsername property.

Returns:
possible object is String

equals

public boolean equals(Object o)
Overrides:
equals in class IpsecVpnManagedPeerType<IpsecVpnRemotePeer>

hashCode

public int hashCode()
Overrides:
hashCode in class IpsecVpnManagedPeerType<IpsecVpnRemotePeer>

string

protected com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class IpsecVpnManagedPeerType<IpsecVpnRemotePeer>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.