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

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

Advertisement

<xs:complexType name="Interface">
<xs:sequence>
<xs:element name="networkId" type="Moid"/>
<xs:element name="networkAddress" type="IP" />
<xs:element name="subnetMask" type="IP" />
<xs:element minOccurs="0" name="defaultGw" type="IP"/> <!--Used only for the External
</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:simpleType name="OpMode">
<xs:restriction base="xs:string">
<xs:pattern value="routing|bridging"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
vShield Edge Global Configuration Schema
This schema represents the global configuration of a vShield Edge instance.
<?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:choice>
</xs:choice>
</xs:complexType>
</xs:element>
<!-- In Response from server for querying config on Edge -->
<xs:complexType name="GlobalConfig">
<xs:sequence>
<xs:element name="operationMode" type="OpMode" />
<xs:element name="InternalInterface" type="Interface" />
<xs:element name="ExternalInterface" type="Interface" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="Interface">
<xs:sequence>
<xs:element name="networkId" type="xs:Moid" />
<xs:element name="networkAddress" type="IP" />
<xs:element name="subnetMask" type="IP" />
<xs:element minOccurs="0" name="defaultGw" type="xs:NMTOKEN" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="OpMode">
<xs:restriction base="xs:string">
<xs:pattern value="routing|bridging"/>
VMware, Inc.
Interface -->
{3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])"/>
<xs:element ref="GlobalConfig" />
for External Interface -->
Appendix
<!--Used only
73

Advertisement

Table of Contents
loading

Table of Contents