VMInstanceTypeCollection Data Type

The Class WSVMInstanceTypeCollection.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
VMInstanceTypes list of VMInstanceType element 0/unbounded Gets the items.

Example

<VMInstanceTypeCollection>
  <VMInstanceTypes>
    <id>...</id>
    <managementServerType>...</managementServerType>
    <instanceFamily>...</instanceFamily>
    <instanceType>...</instanceType>
    <description>...</description>
    <name>...</name>
    <processorArch>...</processorArch>
    <vcpu>...</vcpu>
    <ecu>...</ecu>
    <memory>...</memory>
    <storage>...</storage>
    <instanceStorage>...</instanceStorage>
    <ebsOptimizedAvailable>...</ebsOptimizedAvailable>
    <networkPerformance>...</networkPerformance>
    <maxENIs>...</maxENIs>
    <maxIPsPerENI>...</maxIPsPerENI>
    <availableForSpotInstance>...</availableForSpotInstance>
  </VMInstanceTypes>
</VMInstanceTypeCollection>