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

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.IpsecVpnUnmanagedPeerType<IpsecVpnThirdPartyPeer>
          extended by org.jclouds.vcloud.director.v1_5.domain.network.IpsecVpnThirdPartyPeer

public class IpsecVpnThirdPartyPeer
extends IpsecVpnUnmanagedPeerType<IpsecVpnThirdPartyPeer>

Gives more details of third party peer end point.

Java class for IpsecVpnThirdPartyPeer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IpsecVpnThirdPartyPeer">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}IpsecVpnUnmanagedPeerType">
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class IpsecVpnThirdPartyPeer.Builder
           
 
Method Summary
static IpsecVpnThirdPartyPeer.Builder builder()
           
 IpsecVpnThirdPartyPeer.Builder toBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static IpsecVpnThirdPartyPeer.Builder builder()

toBuilder

public IpsecVpnThirdPartyPeer.Builder toBuilder()


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