/AWS1/CL_EC2ELASTICGPUS¶
Amazon Elastic Graphics reached end of life on January 8, 2024.
Describes an Elastic Graphics accelerator.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_elasticgpuid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the Elastic Graphics accelerator.
iv_availabilityzone TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Availability Zone in the which the Elastic Graphics accelerator resides.
iv_elasticgputype TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The type of Elastic Graphics accelerator.
io_elasticgpuhealth TYPE REF TO /AWS1/CL_EC2ELASTICGPUHEALTH /AWS1/CL_EC2ELASTICGPUHEALTH¶
The status of the Elastic Graphics accelerator.
iv_elasticgpustate TYPE /AWS1/EC2ELASTICGPUSTATE /AWS1/EC2ELASTICGPUSTATE¶
The state of the Elastic Graphics accelerator.
iv_instanceid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the instance to which the Elastic Graphics accelerator is attached.
it_tags TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST¶
The tags assigned to the Elastic Graphics accelerator.
Queryable Attributes¶
ElasticGpuId¶
The ID of the Elastic Graphics accelerator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELASTICGPUID() |
Getter for ELASTICGPUID, with configurable default |
ASK_ELASTICGPUID() |
Getter for ELASTICGPUID w/ exceptions if field has no value |
HAS_ELASTICGPUID() |
Determine if ELASTICGPUID has a value |
AvailabilityZone¶
The Availability Zone in the which the Elastic Graphics accelerator resides.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE, with configurable default |
ASK_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE w/ exceptions if field has no va |
HAS_AVAILABILITYZONE() |
Determine if AVAILABILITYZONE has a value |
ElasticGpuType¶
The type of Elastic Graphics accelerator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELASTICGPUTYPE() |
Getter for ELASTICGPUTYPE, with configurable default |
ASK_ELASTICGPUTYPE() |
Getter for ELASTICGPUTYPE w/ exceptions if field has no valu |
HAS_ELASTICGPUTYPE() |
Determine if ELASTICGPUTYPE has a value |
ElasticGpuHealth¶
The status of the Elastic Graphics accelerator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELASTICGPUHEALTH() |
Getter for ELASTICGPUHEALTH |
ElasticGpuState¶
The state of the Elastic Graphics accelerator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELASTICGPUSTATE() |
Getter for ELASTICGPUSTATE, with configurable default |
ASK_ELASTICGPUSTATE() |
Getter for ELASTICGPUSTATE w/ exceptions if field has no val |
HAS_ELASTICGPUSTATE() |
Determine if ELASTICGPUSTATE has a value |
InstanceId¶
The ID of the instance to which the Elastic Graphics accelerator is attached.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
Tags¶
The tags assigned to the Elastic Graphics accelerator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_ELASTICGPUSET¶
TYPES TT_ELASTICGPUSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2ELASTICGPUS WITH DEFAULT KEY
.