VMware VSHIELD MANAGER 4.1.0 UPDATE 1 - API Manuale Utente Pagina 73

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 90
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 72
VMware, Inc. 73
Appendix
<xs:element name="subnetMask" type="IP" />
<xs:element minOccurs="0" name="defaultGw" type="IP"/> <!--Used only for the External
Interface -->
</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])\.)
{3}(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
ThisschemarepresentstheglobalconfigurationofavShieldEdgeinstance.
<?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:element ref="GlobalConfig" />
</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" /> <!--Used only
for External Interface -->
</xs:sequence>
</xs:complexType>
<xs:simpleType name="OpMode">
<xs:restriction base="xs:string">
<xs:pattern value="routing|bridging"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="IP">
Vedere la pagina 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 89 90

Commenti su questo manuale

Nessun commento