VMware VSHIELD APP 1.0 - API Programming Manual page 82

Vshield api
Table of Contents

Advertisement

vShield API Programming Guide
<xs:element minOccurs="0" name="DHCPService" type="xs:string" />
<xs:element minOccurs="0" name="Snapshots" type="Snapshots"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DHCPBinding">
<xs:sequence>
<xs:element name="vmId" type="Moid" />
<xs:element name="interfaceId">
</xs:element>
<xs:element name="hostName">
</xs:element>
<xs:element name="internalIPAddress" type="IP" />
<xs:element minOccurs="0" name="DHCPConfigParams" type="DHCPConfigParams" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="DHCPPool">
<xs:sequence>
<xs:element name="PoolRange" type="IpRange" />
<xs:element minOccurs="0" name="DHCPConfigParams" type="DHCPConfigParams" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="DHCPConfigParams">
<xs:sequence>
<xs:element minOccurs="0" name="domainName">
</xs:element>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IpRange">
<xs:sequence>
<xs:element name="rangeStart" type="IP" />
<xs:element name="rangeEnd" type="IP" />
</xs:sequence>
</xs:complexType>
82
<!--
Only in Response from Server
<!--
Only in Response from Server
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value=
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value=
</xs:restriction>
</xs:simpleType>
<xs:element minOccurs="0" name="primaryNameServer" type="IP" />
<xs:element minOccurs="0" name="secondaryNameServer" type="IP" />
<xs:element minOccurs="0" name="leaseTime">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(infinite|[0-9]{2,}|[1-9])"/>
</xs:restriction>
</xs:simpleType>
"(([A-Za-z0-9][A-Za-z0-9\-_]*(\.){0,1})*[A-Za-z0-9]+)"/>
"(([A-Za-z0-9][A-Za-z0-9\-_]*(\.){0,1})*[A-Za-z0-9]+)"/>
-->
-->
VMware, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VSHIELD APP 1.0 - API and is the answer not in the manual?

Questions and answers

Table of Contents