Skip to content

/AWS1/CL_MPBGETRQRGATEWAYRSP

GetRequesterGatewayResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_status TYPE /AWS1/MPBRQRGATEWAYSTATUS /AWS1/MPBRQRGATEWAYSTATUS

The status of the request.

iv_domainname TYPE /AWS1/MPBDOMAINNAME /AWS1/MPBDOMAINNAME

The domain name of the requester gateway.

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_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 requester gateway.

iv_createdat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the requester gateway was created.

iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the requester gateway was updated.

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 requester gateway.

iv_totallinkscount TYPE /AWS1/MPBINTEGER /AWS1/MPBINTEGER

The total count of links for the requester gateway.


Queryable Attributes

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

domainName

The domain name of the requester 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

description

The description of the requester 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 requester 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 requester 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

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

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 requester 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 requester 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