VMware VSHIELD MANAGER 4.1.0 UPDATE 1 - API Bedienungsanleitung Seite 66

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 90
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 65
vShield API Programming Guide
66 VMware, Inc.
</xs:element>
<xs:element name="password">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
DNS Service Schema
ThisschemacanbeusedtoidentifyDNSservicesforthevShieldManager.
<?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:element minOccurs="0" name="VcInfo" type="VcInfoType" />
<xs:element minOccurs="0" name="DnsInfo" type="DnsInfoType" />
</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:element minOccurs="0" name="VMInfo" type="VMInfoType" />
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="VMInfoType">
<xs:sequence>
<xs:element name="VNICS" type="VNICSType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="VNICSType">
<xs:sequence>
<xs:element name="VNIC" type="VNICType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VNICType">
<xs:sequence>
<xs:element name="Id" type="xs:string" />
<xs:element name="Name" type="xs:string" />
Seitenansicht 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 89 90

Kommentare zu diesen Handbüchern

Keine Kommentare