/AWS1/CL_STCGETHOSTOUTPUT¶
GetHostOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/STCHOSTNAME /AWS1/STCHOSTNAME¶
The name of the requested host.
iv_status TYPE /AWS1/STCHOSTSTATUS /AWS1/STCHOSTSTATUS¶
The status of the requested host.
iv_providertype TYPE /AWS1/STCPROVIDERTYPE /AWS1/STCPROVIDERTYPE¶
The provider type of the requested host, such as GitHub Enterprise Server.
iv_providerendpoint TYPE /AWS1/STCURL /AWS1/STCURL¶
The endpoint of the infrastructure represented by the requested host.
io_vpcconfiguration TYPE REF TO /AWS1/CL_STCVPCCONFIGURATION /AWS1/CL_STCVPCCONFIGURATION¶
The VPC configuration of the requested host.
Queryable Attributes¶
Name¶
The name of the requested host.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Status¶
The status of the requested host.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
ProviderType¶
The provider type of the requested host, such as GitHub Enterprise Server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERTYPE() |
Getter for PROVIDERTYPE, with configurable default |
ASK_PROVIDERTYPE() |
Getter for PROVIDERTYPE w/ exceptions if field has no value |
HAS_PROVIDERTYPE() |
Determine if PROVIDERTYPE has a value |
ProviderEndpoint¶
The endpoint of the infrastructure represented by the requested host.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERENDPOINT() |
Getter for PROVIDERENDPOINT, with configurable default |
ASK_PROVIDERENDPOINT() |
Getter for PROVIDERENDPOINT w/ exceptions if field has no va |
HAS_PROVIDERENDPOINT() |
Determine if PROVIDERENDPOINT has a value |
VpcConfiguration¶
The VPC configuration of the requested host.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIGURATION() |
Getter for VPCCONFIGURATION |