vShield API Programming Guide
64 VMware, Inc.
Uninstall vShield Endpoint from the vShield Manager
AftertheSVMisunregistered,youcanuninstallthevShieldEndpointfromthevShieldManager.See
“UninstallingvShieldServicesfromanESXHost”onpage 18.
Error Schema
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xs:element name="Errors">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Error" type="ErrorType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="ErrorType">
<xs:sequence>
<xs:element name="code" type="xs:unsignedInt"/>
<xs:element name="description" type="xs:string"/>
<xs:element minOccurs="0" name="index" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
Commenti su questo manuale