Skip to content

/AWS1/CL_EC2ELASTICGPUS

Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances.

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
.