Vshield Edge Global Configuration Schema - VMware VSHIELD APP 1.0 - API Programming Manual

Vshield api
Table of Contents

Advertisement

<xs:element name="operationMode">
</xs:element>
<xs:element name="resourcePoolId" type="Moid" />
<xs:element name="hostId" type="Moid" />
<xs:element name="dataStoreId" type="Moid" />
<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="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=
</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>
VMware, Inc.
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="routing"/>
</xs:restriction>
</xs:simpleType>
Interface -->
"((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][
0-9]|1[0-9][0-9]|[1-9]?[0-9])"/>
<xs:element ref="GlobalConfig" />
Appendix 8 Appendix: REST API Schemas
75

Advertisement

Table of Contents
loading

Table of Contents