/AWS1/CL_CONLISTHOSTSOUTPUT¶
ListHostsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_hosts TYPE /AWS1/CL_CONHOST=>TT_HOSTLIST TT_HOSTLIST¶
A list of hosts and the details for each host, such as status, endpoint, and provider type.
iv_nexttoken TYPE /AWS1/CONNEXTTOKEN /AWS1/CONNEXTTOKEN¶
A token that can be used in the next
ListHostscall. To view all items in the list, continue to call this operation with each subsequent token until no morenextTokenvalues are returned.
Queryable Attributes¶
Hosts¶
A list of hosts and the details for each host, such as status, endpoint, and provider type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTS() |
Getter for HOSTS, with configurable default |
ASK_HOSTS() |
Getter for HOSTS w/ exceptions if field has no value |
HAS_HOSTS() |
Determine if HOSTS has a value |
NextToken¶
A token that can be used in the next
ListHostscall. To view all items in the list, continue to call this operation with each subsequent token until no morenextTokenvalues are returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |