VMware VSHIELD APP 1.0.0 UPDATE 1 - API Programming Manual page 81

Vshield api
Hide thumbs Also See for VSHIELD APP 1.0.0 UPDATE 1 - API:
Table of Contents

Advertisement

<xs:element minOccurs="0" name="Snapshots" type="Snapshots"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="IpsecVPNConfig">
<xs:choice>
<xs:element minOccurs="0" name="SiteToSiteIpsec" type="SiteToSiteIpsec"/>
<xs:element minOccurs="0" name="IpsecService" type="xs:string" />
</xs:choice>
</xs:complexType>
<xs:complexType name="SiteToSiteIpsec">
<xs:choice>
<xs:element name="VPNServerConfig" type="VPNServerConfig"/>
<xs:element maxOccurs="unbounded" name="VPNSite" type="VPNSite"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="VPNServerConfig">
<xs:sequence>
<xs:element name="externalIpAddress" type="IP" />
<xs:element minOccurs="0" name="natedPublicIpAddress" type="IP" />
<xs:element minOccurs="0" name="log" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="VPNSite">
<xs:sequence>
<xs:element minOccurs="0" name="Configuration" type="VPNSiteConfig"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="VPNTunnel" type="VPNTunnel"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VPNSiteConfig">
<xs:sequence>
<xs:element name="siteName">
</xs:element>
<xs:element name="remoteEndPointexternalIpAddress" type="IP" />
<xs:element name="sharedSecret">
</xs:element>
<xs:element name="mtu">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VPNTunnel">
<xs:sequence>
<xs:element minOccurs="0" name="Configuration" type="VPNTunnelConfig"/>
VMware, Inc.
<!--
Only in Response from Server
<!-- Only in Response from Server -->
<!-- This might be absent when addSite api is called -->
<!-- This might be absent when addTunnel api is called -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9_]+"/> <!-- siteName should contain only
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
alphanumeric characters -->
-->
Appendix
81

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VSHIELD APP 1.0.0 UPDATE 1 - API and is the answer not in the manual?

Questions and answers

Table of Contents