/AWS1/CL_EVSVCFVERSIONINFO¶
Information about a VCF versions provided by Amazon EVS, including its status, default ESX version, and EC2 instance types.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vcfversion TYPE /AWS1/EVSVCFVERSION /AWS1/EVSVCFVERSION¶
The VCF version number.
iv_status TYPE /AWS1/EVSSTRING /AWS1/EVSSTRING¶
The status for this VCF version. Valid values are:
AVAILABLE- This VCF version is available to you.
RESTRICTED- This VCF version has limited availability.If the version you need shows RESTRICTED, and you require, check out VCF versions and EC2 instance types provided by Amazon EVS for more information.
iv_defaultesxversion TYPE /AWS1/EVSSTRING /AWS1/EVSSTRING¶
The default ESX version for this VCF version. It is based on Broadcom's Bill Of Materials (BOM).
it_instancetypes TYPE /AWS1/CL_EVSINSTANCETYPELIST_W=>TT_INSTANCETYPELIST TT_INSTANCETYPELIST¶
EC2 instance types provided by Amazon EVS for this VCF version for creating environments.
Queryable Attributes¶
vcfVersion¶
The VCF version number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VCFVERSION() |
Getter for VCFVERSION, with configurable default |
ASK_VCFVERSION() |
Getter for VCFVERSION w/ exceptions if field has no value |
HAS_VCFVERSION() |
Determine if VCFVERSION has a value |
status¶
The status for this VCF version. Valid values are:
AVAILABLE- This VCF version is available to you.
RESTRICTED- This VCF version has limited availability.If the version you need shows RESTRICTED, and you require, check out VCF versions and EC2 instance types provided by Amazon EVS for more information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
defaultEsxVersion¶
The default ESX version for this VCF version. It is based on Broadcom's Bill Of Materials (BOM).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTESXVERSION() |
Getter for DEFAULTESXVERSION, with configurable default |
ASK_DEFAULTESXVERSION() |
Getter for DEFAULTESXVERSION w/ exceptions if field has no v |
HAS_DEFAULTESXVERSION() |
Determine if DEFAULTESXVERSION has a value |
instanceTypes¶
EC2 instance types provided by Amazon EVS for this VCF version for creating environments.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPES() |
Getter for INSTANCETYPES, with configurable default |
ASK_INSTANCETYPES() |
Getter for INSTANCETYPES w/ exceptions if field has no value |
HAS_INSTANCETYPES() |
Determine if INSTANCETYPES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_VCFVERSIONLIST¶
TYPES TT_VCFVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVSVCFVERSIONINFO WITH DEFAULT KEY
.