/AWS1/CL_CEXEC2RESOURCEDETAILS¶
Details on the Amazon EC2 Resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_hourlyondemandrate TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The hourly public On-Demand rate for the instance type.
iv_instancetype TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The type of Amazon Web Services instance.
iv_platform TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
iv_region TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The Amazon Web Services Region of the instance.
iv_sku TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The SKU of the product.
iv_memory TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The memory capacity of the Amazon Web Services instance.
iv_networkperformance TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The network performance capacity of the Amazon Web Services instance.
iv_storage TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
iv_vcpu TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The number of VCPU cores in the Amazon Web Services instance type.
Queryable Attributes¶
HourlyOnDemandRate¶
The hourly public On-Demand rate for the instance type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOURLYONDEMANDRATE() |
Getter for HOURLYONDEMANDRATE, with configurable default |
ASK_HOURLYONDEMANDRATE() |
Getter for HOURLYONDEMANDRATE w/ exceptions if field has no |
HAS_HOURLYONDEMANDRATE() |
Determine if HOURLYONDEMANDRATE has a value |
InstanceType¶
The type of Amazon Web Services instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
Platform¶
The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORM() |
Getter for PLATFORM, with configurable default |
ASK_PLATFORM() |
Getter for PLATFORM w/ exceptions if field has no value |
HAS_PLATFORM() |
Determine if PLATFORM has a value |
Region¶
The Amazon Web Services Region of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
Sku¶
The SKU of the product.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKU() |
Getter for SKU, with configurable default |
ASK_SKU() |
Getter for SKU w/ exceptions if field has no value |
HAS_SKU() |
Determine if SKU has a value |
Memory¶
The memory capacity of the Amazon Web Services instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORY() |
Getter for MEMORY, with configurable default |
ASK_MEMORY() |
Getter for MEMORY w/ exceptions if field has no value |
HAS_MEMORY() |
Determine if MEMORY has a value |
NetworkPerformance¶
The network performance capacity of the Amazon Web Services instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKPERFORMANCE() |
Getter for NETWORKPERFORMANCE, with configurable default |
ASK_NETWORKPERFORMANCE() |
Getter for NETWORKPERFORMANCE w/ exceptions if field has no |
HAS_NETWORKPERFORMANCE() |
Determine if NETWORKPERFORMANCE has a value |
Storage¶
The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGE() |
Getter for STORAGE, with configurable default |
ASK_STORAGE() |
Getter for STORAGE w/ exceptions if field has no value |
HAS_STORAGE() |
Determine if STORAGE has a value |
Vcpu¶
The number of VCPU cores in the Amazon Web Services instance type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VCPU() |
Getter for VCPU, with configurable default |
ASK_VCPU() |
Getter for VCPU w/ exceptions if field has no value |
HAS_VCPU() |
Determine if VCPU has a value |