/AWS1/CL_EVSGETVRSNRESPONSE¶
GetVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_vcfversions TYPE /AWS1/CL_EVSVCFVERSIONINFO=>TT_VCFVERSIONLIST TT_VCFVERSIONLIST¶
A list of VCF versions with their availability status, default ESX version, and instance types.
it_instancetypeesxversions TYPE /AWS1/CL_EVSINSTTYPEESXVERINFO=>TT_INSTANCETYPEESXVERSIONSLIST TT_INSTANCETYPEESXVERSIONSLIST¶
A list of EC2 instance types and their available ESX versions.
Queryable Attributes¶
vcfVersions¶
A list of VCF versions with their availability status, default ESX version, and instance types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VCFVERSIONS() |
Getter for VCFVERSIONS, with configurable default |
ASK_VCFVERSIONS() |
Getter for VCFVERSIONS w/ exceptions if field has no value |
HAS_VCFVERSIONS() |
Determine if VCFVERSIONS has a value |
instanceTypeEsxVersions¶
A list of EC2 instance types and their available ESX versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPEESXVERSIONS() |
Getter for INSTANCETYPEESXVERSIONS, with configurable defaul |
ASK_INSTANCETYPEESXVERSIONS() |
Getter for INSTANCETYPEESXVERSIONS w/ exceptions if field ha |
HAS_INSTANCETYPEESXVERSIONS() |
Determine if INSTANCETYPEESXVERSIONS has a value |