/AWS1/CL_GSTDISCOVERYDATA¶
Data for agent discovery.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_publicipaddresses TYPE /AWS1/CL_GSTIPADDRESSLIST_W=>TT_IPADDRESSLIST TT_IPADDRESSLIST¶
List of public IP addresses to associate with agent.
it_privateipaddresses TYPE /AWS1/CL_GSTIPADDRESSLIST_W=>TT_IPADDRESSLIST TT_IPADDRESSLIST¶
List of private IP addresses to associate with agent.
it_capabilityarns TYPE /AWS1/CL_GSTCAPABILITYARNLST_W=>TT_CAPABILITYARNLIST TT_CAPABILITYARNLIST¶
List of capabilities to associate with agent.
Queryable Attributes¶
publicIpAddresses¶
List of public IP addresses to associate with agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICIPADDRESSES() |
Getter for PUBLICIPADDRESSES, with configurable default |
ASK_PUBLICIPADDRESSES() |
Getter for PUBLICIPADDRESSES w/ exceptions if field has no v |
HAS_PUBLICIPADDRESSES() |
Determine if PUBLICIPADDRESSES has a value |
privateIpAddresses¶
List of private IP addresses to associate with agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIVATEIPADDRESSES() |
Getter for PRIVATEIPADDRESSES, with configurable default |
ASK_PRIVATEIPADDRESSES() |
Getter for PRIVATEIPADDRESSES w/ exceptions if field has no |
HAS_PRIVATEIPADDRESSES() |
Determine if PRIVATEIPADDRESSES has a value |
capabilityArns¶
List of capabilities to associate with agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITYARNS() |
Getter for CAPABILITYARNS, with configurable default |
ASK_CAPABILITYARNS() |
Getter for CAPABILITYARNS w/ exceptions if field has no valu |
HAS_CAPABILITYARNS() |
Determine if CAPABILITYARNS has a value |