Skip to content

/AWS1/CL_MPBGETRESPGATEWAYRSP

GetResponderGatewayResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_vpcid TYPE /AWS1/MPBVPCID /AWS1/MPBVPCID

The unique identifier of the Virtual Private Cloud (VPC).

it_subnetids TYPE /AWS1/CL_MPBSUBNETIDLIST_W=>TT_SUBNETIDLIST TT_SUBNETIDLIST

The unique identifiers of the subnets.

it_securitygroupids TYPE /AWS1/CL_MPBSECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST TT_SECURITYGROUPIDLIST

The unique identifiers of the security groups.

iv_status TYPE /AWS1/MPBRESPGATEWAYSTATUS /AWS1/MPBRESPGATEWAYSTATUS

The status of the request.

iv_port TYPE /AWS1/MPBINTEGER /AWS1/MPBINTEGER

The networking port.

iv_protocol TYPE /AWS1/MPBPROTOCOL /AWS1/MPBPROTOCOL

The networking protocol.

iv_gatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID

The unique identifier of the gateway.

Optional arguments:

iv_description TYPE /AWS1/MPBSTRING /AWS1/MPBSTRING

The description of the responder gateway.

iv_createdat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the responder gateway was created.

iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the responder gateway was updated.

iv_domainname TYPE /AWS1/MPBDOMAINNAME /AWS1/MPBDOMAINNAME

The domain name of the responder gateway.

io_truststoreconfiguration TYPE REF TO /AWS1/CL_MPBTRUSTSTORECONF /AWS1/CL_MPBTRUSTSTORECONF

The configuration of the trust store.

io_managedendpointconf TYPE REF TO /AWS1/CL_MPBMANAGEDENDPTCONF /AWS1/CL_MPBMANAGEDENDPTCONF

The configuration of the managed endpoint.

it_tags TYPE /AWS1/CL_MPBTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP

A map of the key-value pairs for the tag or tags assigned to the specified resource.

iv_activelinkscount TYPE /AWS1/MPBINTEGER /AWS1/MPBINTEGER

The count of active links for the responder gateway.

iv_totallinkscount TYPE /AWS1/MPBINTEGER /AWS1/MPBINTEGER

The total count of links for the responder gateway.

iv_inboundlinkscount TYPE /AWS1/MPBINTEGER /AWS1/MPBINTEGER

The count of inbound links for the responder gateway.


Queryable Attributes

vpcId

The unique identifier of the Virtual Private Cloud (VPC).

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID has a value

subnetIds

The unique identifiers of the subnets.

Accessible with the following methods

Method Description
GET_SUBNETIDS() Getter for SUBNETIDS, with configurable default
ASK_SUBNETIDS() Getter for SUBNETIDS w/ exceptions if field has no value
HAS_SUBNETIDS() Determine if SUBNETIDS has a value

securityGroupIds

The unique identifiers of the security groups.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value

status

The status of the request.

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

description

The description of the responder gateway.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

createdAt

The timestamp of when the responder gateway was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp of when the responder gateway was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

domainName

The domain name of the responder gateway.

Accessible with the following methods

Method Description
GET_DOMAINNAME() Getter for DOMAINNAME, with configurable default
ASK_DOMAINNAME() Getter for DOMAINNAME w/ exceptions if field has no value
HAS_DOMAINNAME() Determine if DOMAINNAME has a value

port

The networking port.

Accessible with the following methods

Method Description
GET_PORT() Getter for PORT, with configurable default
ASK_PORT() Getter for PORT w/ exceptions if field has no value
HAS_PORT() Determine if PORT has a value

protocol

The networking protocol.

Accessible with the following methods

Method Description
GET_PROTOCOL() Getter for PROTOCOL, with configurable default
ASK_PROTOCOL() Getter for PROTOCOL w/ exceptions if field has no value
HAS_PROTOCOL() Determine if PROTOCOL has a value

trustStoreConfiguration

The configuration of the trust store.

Accessible with the following methods

Method Description
GET_TRUSTSTORECONFIGURATION() Getter for TRUSTSTORECONFIGURATION

managedEndpointConfiguration

The configuration of the managed endpoint.

Accessible with the following methods

Method Description
GET_MANAGEDENDPOINTCONF() Getter for MANAGEDENDPOINTCONFIGURATION

gatewayId

The unique identifier of the gateway.

Accessible with the following methods

Method Description
GET_GATEWAYID() Getter for GATEWAYID, with configurable default
ASK_GATEWAYID() Getter for GATEWAYID w/ exceptions if field has no value
HAS_GATEWAYID() Determine if GATEWAYID has a value

tags

A map of the key-value pairs for the tag or tags assigned to the specified resource.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

activeLinksCount

The count of active links for the responder gateway.

Accessible with the following methods

Method Description
GET_ACTIVELINKSCOUNT() Getter for ACTIVELINKSCOUNT, with configurable default
ASK_ACTIVELINKSCOUNT() Getter for ACTIVELINKSCOUNT w/ exceptions if field has no va
HAS_ACTIVELINKSCOUNT() Determine if ACTIVELINKSCOUNT has a value

totalLinksCount

The total count of links for the responder gateway.

Accessible with the following methods

Method Description
GET_TOTALLINKSCOUNT() Getter for TOTALLINKSCOUNT, with configurable default
ASK_TOTALLINKSCOUNT() Getter for TOTALLINKSCOUNT w/ exceptions if field has no val
HAS_TOTALLINKSCOUNT() Determine if TOTALLINKSCOUNT has a value

inboundLinksCount

The count of inbound links for the responder gateway.

Accessible with the following methods

Method Description
GET_INBOUNDLINKSCOUNT() Getter for INBOUNDLINKSCOUNT, with configurable default
ASK_INBOUNDLINKSCOUNT() Getter for INBOUNDLINKSCOUNT w/ exceptions if field has no v
HAS_INBOUNDLINKSCOUNT() Determine if INBOUNDLINKSCOUNT has a value