Skip to content

/AWS1/CL_CONGETHOSTOUTPUT

GetHostOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/CONHOSTNAME /AWS1/CONHOSTNAME

The name of the requested host.

iv_status TYPE /AWS1/CONHOSTSTATUS /AWS1/CONHOSTSTATUS

The status of the requested host.

iv_providertype TYPE /AWS1/CONPROVIDERTYPE /AWS1/CONPROVIDERTYPE

The provider type of the requested host, such as GitHub Enterprise Server.

iv_providerendpoint TYPE /AWS1/CONURL /AWS1/CONURL

The endpoint of the infrastructure represented by the requested host.

io_vpcconfiguration TYPE REF TO /AWS1/CL_CONVPCCONFIGURATION /AWS1/CL_CONVPCCONFIGURATION

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