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

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

Advertisement

vShield API Programming Guide
<xs:complexType name="DHCPConfigParams">
<xs:sequence>
<xs:element minOccurs="0" name="domainName">
</xs:element>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IpRange">
<xs:sequence>
<xs:element name="rangeStart" type="IP" />
<xs:element name="rangeEnd" type="IP" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="Snapshots">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="timestamp" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="IP">
<xs:restriction base="xs:string">
<xs:pattern value="((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.)
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Moid">
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
VPN Schema
This schema configures VPN parameters for a node.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VShieldEdgeConfig">
<xs:complexType>
<xs:all minOccurs="0">
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="VPNConfig">
<xs:choice>
<xs:element name="IpsecVPNConfig" type="IpsecVPNConfig"/>
80
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(([A-Za-z0-9][A-Za-z0-9\-_]*(\.){0,1})*
</xs:restriction>
</xs:simpleType>
<xs:element minOccurs="0" name="primaryNameServer" type="IP" />
<xs:element minOccurs="0" name="secondaryNameServer" type="IP" />
<xs:element minOccurs="0" name="leaseTime">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(infinite|[0-9]{2,}|[1-9])"/>
</xs:restriction>
</xs:simpleType>
{3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])"/>
<xs:element name="VPNConfig" type="VPNConfig"/>
[A-Za-z0-9]+)"/>
VMware, Inc.

Advertisement

Table of Contents
loading

Table of Contents