/AWS1/CL_SSSHOST¶
Describes the properties of the Dedicated Host.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_hostname
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The name of the Dedicated Host.
iv_hostip
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The IP address of the Dedicated Host.
iv_ec2instanceid
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The ID of Amazon EC2 instance.
iv_instanceid
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The instance ID of the instance on the Dedicated Host.
iv_hostrole
TYPE /AWS1/SSSHOSTROLE
/AWS1/SSSHOSTROLE
¶
The role of the Dedicated Host.
iv_osversion
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The version of the operating system.
Queryable Attributes¶
HostName¶
The name of the Dedicated Host.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTNAME() |
Getter for HOSTNAME, with configurable default |
ASK_HOSTNAME() |
Getter for HOSTNAME w/ exceptions if field has no value |
HAS_HOSTNAME() |
Determine if HOSTNAME has a value |
HostIp¶
The IP address of the Dedicated Host.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTIP() |
Getter for HOSTIP, with configurable default |
ASK_HOSTIP() |
Getter for HOSTIP w/ exceptions if field has no value |
HAS_HOSTIP() |
Determine if HOSTIP has a value |
EC2InstanceId¶
The ID of Amazon EC2 instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EC2INSTANCEID() |
Getter for EC2INSTANCEID, with configurable default |
ASK_EC2INSTANCEID() |
Getter for EC2INSTANCEID w/ exceptions if field has no value |
HAS_EC2INSTANCEID() |
Determine if EC2INSTANCEID has a value |
InstanceId¶
The instance ID of the instance 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 |
HostRole¶
The role of the Dedicated Host.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTROLE() |
Getter for HOSTROLE, with configurable default |
ASK_HOSTROLE() |
Getter for HOSTROLE w/ exceptions if field has no value |
HAS_HOSTROLE() |
Determine if HOSTROLE has a value |
OsVersion¶
The version of the operating system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OSVERSION() |
Getter for OSVERSION, with configurable default |
ASK_OSVERSION() |
Getter for OSVERSION w/ exceptions if field has no value |
HAS_OSVERSION() |
Determine if OSVERSION 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_HOSTLIST
¶
TYPES TT_HOSTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSHOST WITH DEFAULT KEY
.