VMware VSHIELD APP 1.0 - API Uživatelský manuál Strana 92

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 104
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 91
vShield API Programming Guide
92 VMware, Inc.
<xs:element minOccurs="0" name="disabled" type="xs:boolean" /> <!-- When not present,
default behaviour is enabled -->
<xs:element minOccurs="0" name="comments" type="xs:string" /> <!-- Only in Response.
Marks the service for the InternalReadOnlyRule -->
</xs:sequence>
</xs:complexType>
<xs:complexType name="FwIpInfo">
<xs:choice>
<xs:element name="ipsetIdentifier" type="xs:string"/>
<xs:element name="ipAddress" type="IpInfo" />
</xs:choice>
</xs:complexType>
<xs:complexType name="DhcpConfig"> <!-- DHCP Configuration -->
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="2048" name="binding" type="DhcpBinding" />
<xs:element minOccurs="0" maxOccurs="2048" name="pool" type="DhcpPool" />
<xs:element minOccurs="0" name="enableLog" type="xs:boolean" /> <!-- Not when present,
default behavior is false -->
</xs:sequence>
</xs:complexType>
<xs:complexType name="DhcpBinding">
<xs:sequence>
<xs:element name="vmId" type="Moid" />
<xs:element name="interfaceId">
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="hostName" type="Fqdn" />
<xs:element name="internalIpAddress" type="Ip" />
<xs:element minOccurs="0" name="configParams" type="DhcpConfigParams" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="DhcpPool">
<xs:sequence>
<xs:element name="ipRange" type="IpRange" />
<xs:element minOccurs="0" name="configParams" type="DhcpConfigParams" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="DhcpConfigParams">
<xs:sequence>
<xs:element minOccurs="0" name="defaultGw" type="Ip" /> <!-- Default is the internal
interface IP of the VSE -->
<xs:element minOccurs="0" name="domainName" type="Fqdn" />
<xs:element minOccurs="0" name="primaryNameServer" type="Ip" />
<xs:element minOccurs="0" name="secondaryNameServer" type="Ip" />
<xs:element minOccurs="0" name="leaseTime"> <!-- Default is 1 day -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(infinite|\d{2,}|[1-9])"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LoadBalancerConfig"> <!-- LoadBalancerConfig -->
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="8" name="listener" type="Listener" />
</xs:sequence>
</xs:complexType>
Zobrazit stránku 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 103 104

Komentáře k této Příručce

Žádné komentáře