Instance type form element.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
cpuValues | string | element | 0/1 | Accessor | |
customEnabled | boolean | element | 1/1 | ||
ebsOptimized | string | element | 0/1 | Gets the EBS optimized flag. Used for AWS Instance Types only. | |
maxMemorySizeMB | long | element | 1/1 | Accessor | |
requestedCpu | long | element | 0/1 | Accessor | |
requestedMemoryMB | long | element | 0/1 | Accessor | |
Properties inherited from RequestFormElement |
|||||
formType | FormElementType | element | 0/1 | Gets the form type. | |
label | string | element | 0/1 | Gets the label. | |
mandatory | string | element | 0/1 | Checks if is mandatory. | |
value | string | element | 0/1 | Gets the value. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<RequestFormInstanceTypeElement xsitype="..."> <ebsOptimized>...</ebsOptimized> <customEnabled>...</customEnabled> <cpuValues>...</cpuValues> <maxMemorySizeMB>...</maxMemorySizeMB> <requestedCpu>...</requestedCpu> <requestedMemoryMB>...</requestedMemoryMB> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </RequestFormInstanceTypeElement>