Skip to content

/AWS1/CL_EC2CLASSICLINKINST

Deprecated.

Describes a linked EC2-Classic instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_GROUPS TYPE /AWS1/CL_EC2GROUPIDENTIFIER=>TT_GROUPIDENTIFIERLIST TT_GROUPIDENTIFIERLIST

The security groups.

IV_INSTANCEID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the instance.

IT_TAGS TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST

Any tags assigned to the instance.

IV_VPCID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the VPC.


Queryable Attributes

Groups

The security groups.

Accessible with the following methods

Method Description
GET_GROUPS() Getter for GROUPS, with configurable default
ASK_GROUPS() Getter for GROUPS w/ exceptions if field has no value
HAS_GROUPS() Determine if GROUPS has a value

InstanceId

The ID of the instance.

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

Any tags assigned to the instance.

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

VpcId

The ID of the VPC.

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID 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_CLASSICLINKINSTANCELIST

TYPES TT_CLASSICLINKINSTANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CLASSICLINKINST WITH DEFAULT KEY
.