/AWS1/CL_SSSASSOCIATEDHOST¶
Describes the properties of the associated host.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_HOSTNAME
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The name of the host.
IV_EC2INSTANCEID
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The ID of the Amazon EC2 instance.
IT_IPADDRESSES
TYPE /AWS1/CL_SSSIPADDRESSMEMBER=>TT_IPADDRESSLIST
TT_IPADDRESSLIST
¶
The IP addresses of the associated host.
IV_OSVERSION
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The version of the operating system.
Queryable Attributes¶
Hostname¶
The name of the 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 |
Ec2InstanceId¶
The ID of the 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 |
IpAddresses¶
The IP addresses of the associated host.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IPADDRESSES() |
Getter for IPADDRESSES, with configurable default |
ASK_IPADDRESSES() |
Getter for IPADDRESSES w/ exceptions if field has no value |
HAS_IPADDRESSES() |
Determine if IPADDRESSES 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 |