VMware VSHIELD APP 1.0 - API Manual do Utilizador Página 117

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 132
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 116
VMware, Inc. 117
Appendix
<xs:element minOccurs="0" name="serviceStatsLocation" type="xs:string"/> <!-- Only
for response -->
<xs:element minOccurs="0" name="vseCapability" type="VseCapabilityList"/> <!--
Only for response -->
<xs:element minOccurs="0" name="statistics" type="Statistics"/> <!-- Only for
response -->
</xs:all>
</xs:complexType>
</xs:element>
<!-- In POST call to Install Edge -->
<!-- In GET call to show vshieldEdge configuration -->
<xs:complexType name="InstallParams">
<xs:sequence>
<xs:element minOccurs="0" name="version"> <!-- Only in Response . Displays the vse
appliance version -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="((1.0)|(2.0))"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="resourcePoolId" type="Moid" />
<xs:element minOccurs="0" name="resourcePoolIdAtInstall" type="Moid" /> <!-- Only in
Response. -->
<xs:element name="hostId" type="Moid" />
<xs:element minOccurs="0" name="hostIdAtInstall" type="Moid" /> <!-- Only in Response.
-->
<xs:element name="dataStoreId" type="Moid" />
<xs:element minOccurs="0" name="dataStoreIdAtInstall" type="Moid" /> <!-- Only in
Response. -->
<xs:element minOccurs="0" name="vmId" type="Moid" /> <!-- Only in Response -->
<xs:element minOccurs="0" name="vcUuid" type="xs:string" /> <!-- Only in Response -->
<xs:element name="applianceConfig" type="ApplianceConfig"/>
<xs:element minOccurs="0" name="currentStatus" type="xs:string" /> <!-- Only in
Response -->
<xs:element minOccurs="0" name="vmFolderId" type="Moid" />
<xs:element minOccurs="0" name="vseName" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="unbounded" name="vmxParametersList"
type="ConfigParameters" />
<xs:element minOccurs="0" maxOccurs="unbounded" name="customField"
type="ConfigParameters" />
<xs:element minOccurs="0" name="memoryAllocation" type="ResourceAllocation" /> <!--
Optional. When not specified, defaults are used -->
<xs:element minOccurs="0" name="cpuAllocation" type="ResourceAllocation" /> <!--
Optional. When not specified, defaults are used -->
</xs:sequence>
</xs:complexType>
<xs:complexType name="ResourceAllocation">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="limit" type="AllocationUnitTypes" /> <!--
Optional. When not specified, defaults are used -->
<xs:element minOccurs="0" maxOccurs="1" name="reservation" type="AllocationUnitTypes"
/> <!-- Optional. When not specified, defaults are used -->
</xs:sequence>
</xs:complexType>
<xs:complexType name="AllocationUnitTypes">
<xs:choice>
<xs:element minOccurs="0" name="value" type="xs:long" />
<xs:element minOccurs="0" name="multiplier" type="xs:float" />
</xs:choice>
</xs:complexType>
<xs:complexType name="ConfigParameters">
<xs:sequence>
<xs:element name="key" type="xs:string" />
Vista de página 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 131 132

Comentários a estes Manuais

Sem comentários