VMware VSHIELD MANAGER 4.1.0 UPDATE 1 - API Manual de usuario Pagina 72

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 90
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 71
vShield API Programming Guide
72 VMware, Inc.
Base vShield Edge Configuration Schema
ThisschemarepresentsthebaseoftheentirevShieldEdgeschema.Thesectionsthatfollowdetaileach
elementfromthisschema.
<?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>
<xs:element minOccurs="0" name="GlobalConfig" type="GlobalConfig"/>
<xs:element minOccurs="0" name="DHCPConfig" type="DHCPConfig"/>
<xs:element minOccurs="0" name="NATConfig" type="NATConfig"/>
<xs:element minOccurs="0" name="LoadBalancerConfig" type="LoadBalancerConfig"/>
<xs:element minOccurs="0" name="FirewallConfig" type="FirewallConfig"/>
<xs:element minOccurs="0" name="InstallParams" type="InstallParams"/>
<xs:element minOccurs="0" name="VPNConfig" type="VPNConfig"/>
<xs:element minOccurs="0" name="TrafficStats" type="TrafficStats"/>
<xs:element minOccurs="0" name="TechSupportLogsLocation"
type="TechSupportLogsLocation"/>
<xs:element minOccurs="0" name="SyslogServerConfig" type="SyslogServerConfig"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:schema>
vShield Edge Installation and Upgrade Schema
ThisschemainstallsorupgradesavShieldEdgeinaportgrouponanESXhost.YoucaninstallonevShield
EdgeperportgroupwithanattachedNIC.
<?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:element name="InstallParams" type="InstallParams"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="InstallParams">
<xs:sequence>
<xs:element name="operationMode">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="routing"/>
</xs:restriction>
</xs:simpleType>
</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:element name="enablePortgroupIsolation" type="xs:boolean" minOccurs="0" />
<xs:element name="InstallStatus" type="xs:string" minOccurs="0" /> <!-- Only in
response -->
</xs:sequence>
</xs:complexType >
<xs:complexType name="Interface">
<xs:sequence>
<xs:element name="networkId" type="Moid"/>
<xs:element name="networkAddress" type="IP" />
Vista de pagina 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 ... 89 90

Comentarios a estos manuales

Sin comentarios