InstanceTypeResource Data Type

Instance Type resource

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
ebsOptimized string element 0/1 the ebsOptimized
instanceTypeId long element 1/1 the instanceTypeId
instanceTypeName string element 0/1 the instanceTypeName
instanceTypeRemoteId string element 0/1 the instanceTypeRemoteId
managementServerTypeName string element 0/1 the managementServerTypeName
maxDataDisks int element 0/1 the maxDataDisks
Properties inherited from PublishedResource
managementServerType managementServerType element 0/1 Used in a multi-cloud scenario to distinguish between overlapping resource configuration items. For example the CPU resource configuration for VMware and SCVMM. Ignored in a single cloud scenario.
resourceType PublishedResourceType element 0/1 the WSPublishedResourceType of the specific resource instance
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<InstanceTypeResource xsitype="...">
  <instanceTypeName>...</instanceTypeName>
  <instanceTypeId>...</instanceTypeId>
  <instanceTypeRemoteId>...</instanceTypeRemoteId>
  <managementServerTypeName>...</managementServerTypeName>
  <ebsOptimized>...</ebsOptimized>
  <maxDataDisks>...</maxDataDisks>
  <resourceType>...</resourceType>
  <managementServerType>...</managementServerType>
</InstanceTypeResource>