VMware Cloud Director API - IpsecVpnRemotePeer
IpsecVpnRemotePeerType
- Element:
- IpsecVpnRemotePeer
- Type:
- IpsecVpnRemotePeerType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Gives more details of remote peer end point.
- Since:
- 1.5
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- IpsecVpnManagedPeerType
- XML Representation:
-
<IpsecVpnRemotePeer xmlns="http://www.vmware.com/vcloud/v1.5">
<Id> xs:string </Id>
<Name> xs:string </Name>
<VcdUrl> xs:string </VcdUrl>
<VcdOrganization> xs:string </VcdOrganization>
<VcdUsername> xs:string </VcdUsername>
</IpsecVpnRemotePeer>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Id string Yes always 1.5 ID of peer network. Name string Yes always 1.5 Name of the peer network. VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. VcdOrganization string Yes always 1.5 Organization which contains the peer network. VcdUrl string Yes always 1.5 REST API URL of the peer cloud. VcdUsername string Yes always 1.5 Username to be used to log in to peer cloud.