/AWS1/CL_EC2HOSTINSTANCE¶
Describes an instance running on a Dedicated Host.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_INSTANCEID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of instance that is running on the Dedicated Host.
IV_INSTANCETYPE
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The instance type (for example,
m3.medium
) of the running instance.
IV_OWNERID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the Amazon Web Services account that owns the instance.
Queryable Attributes¶
InstanceId¶
The ID of instance that is running on the Dedicated Host.
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 |
InstanceType¶
The instance type (for example,
m3.medium
) of the running instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
OwnerId¶
The ID of the Amazon Web Services account that owns the instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID 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_HOSTINSTANCELIST
¶
TYPES TT_HOSTINSTANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2HOSTINSTANCE WITH DEFAULT KEY
.