This is the instance type form element specifically for AWS. This is its own class to mirror the existence of an AwsInstanceTypeElement model. It is needed so round trip conversion from server to client to server preserves the distinction between the generic InstanceTypeElement and the AWS specific instance type element.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
Properties inherited from RequestFormInstanceTypeElement |
|||||
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
<RequestFormAwsInstanceTypeElement> <ebsOptimized>...</ebsOptimized> <customEnabled>...</customEnabled> <cpuValues>...</cpuValues> <maxMemorySizeMB>...</maxMemorySizeMB> <requestedCpu>...</requestedCpu> <requestedMemoryMB>...</requestedMemoryMB> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </RequestFormAwsInstanceTypeElement>