VMware VSHIELD APP 1.0.0 UPDATE 1 - API Programming Manual page 71

Vshield api
Hide thumbs Also See for VSHIELD APP 1.0.0 UPDATE 1 - API:
Table of Contents

Advertisement

<xs:element name="Destination">
<xs:complexType>
<xs:attribute name="exclude" use="required" type="xs:boolean"/>
<xs:attribute name="ref" use="required" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="Application">
<xs:complexType>
<xs:simpleContent>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:complexType name="TimeStamps">
<xs:sequence>
<xs:element name="timestamp" type="xs:unsignedInt" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
Port Group Isolation Management Schema
The following schema details Port Group Isolation management via REST API.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VShieldPortgroupIsolationConfig">
<xs:complexType>
<xs:choice>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:complexType name="PortgroupIsolationType"> <!--
<xs:sequence>
<xs:element name="resourcePoolId" type="xs:string" />
<xs:element name="dataStoreId" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
Port Group Isolation Statistics Schema
This schema can be used to retrieve the Port Group Isolation statistics from an ESX host.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VShieldPortgroupIsolationConfig">
<xs:complexType>
<xs:choice>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
VMware, Inc.
<xs:extension base="xs:string">
<xs:attribute name="type" use="required" type="xs:string"/>
</xs:extension>
<xs:element name="PortgroupIsolation" type="PortgroupIsolationType" />
<xs:element name="StatsLocation" type="xs:string" />
PortGroup Isolation
-->
Appendix
71

Advertisement

Table of Contents
loading

Table of Contents