Dns Service Schema; Virtual Machine Information Schema - VMware VSHIELD APP 1.0 - API Programming Manual

Vshield api
Table of Contents

Advertisement

vShield API Programming Guide
<xs:element name="userName">
</xs:element>
<xs:element name="password">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>

DNS Service Schema

This schema can be used to identify DNS services for the vShield Manager.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VsmGlobalConfig">
<xs:complexType>
<xs:all>
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="DnsInfoType">
<xs:sequence>
<xs:element name="PrimaryDNS" type="xs:string"/>
<xs:element minOccurs="0" name="SecondaryDNS" type="xs:string"/>
<xs:element minOccurs="0" name="TertiaryDNS" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>

Virtual Machine Information Schema

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VsmGlobalConfig">
<xs:complexType>
<xs:all>
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="VMInfoType">
<xs:sequence>
<xs:element name="VNICS" type="VNICSType" />
</xs:sequence>
</xs:complexType>
68
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:element minOccurs="0" name="VcInfo" type="VcInfoType" />
<xs:element minOccurs="0"
<xs:element minOccurs="0"
name="DnsInfo" type="DnsInfoType" />
name="VMInfo" type="VMInfoType" />
VMware, Inc.

Advertisement

Table of Contents
loading

Table of Contents