Skip to content

/AWS1/CL_MPBGETLINKROUTNGRLRSP

GetLinkRoutingRuleResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_gatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID

The unique identifier of the gateway.

iv_linkid TYPE /AWS1/MPBLINKID /AWS1/MPBLINKID

The unique identifier of the link.

iv_ruleid TYPE /AWS1/MPBRULEID /AWS1/MPBRULEID

The unique identifier of the routing rule.

iv_priority TYPE /AWS1/MPBRULEPRIORITY /AWS1/MPBRULEPRIORITY

The priority of the routing rule.

io_conditions TYPE REF TO /AWS1/CL_MPBRULECONDITION /AWS1/CL_MPBRULECONDITION

The conditions for the routing rule.

iv_status TYPE /AWS1/MPBRULESTATUS /AWS1/MPBRULESTATUS

The status of the routing rule.

iv_createdat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the routing rule was created.

iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the routing rule was last updated.

Optional arguments:

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.


Queryable Attributes

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

linkId

The unique identifier of the link.

Accessible with the following methods

Method Description
GET_LINKID() Getter for LINKID, with configurable default
ASK_LINKID() Getter for LINKID w/ exceptions if field has no value
HAS_LINKID() Determine if LINKID has a value

ruleId

The unique identifier of the routing rule.

Accessible with the following methods

Method Description
GET_RULEID() Getter for RULEID, with configurable default
ASK_RULEID() Getter for RULEID w/ exceptions if field has no value
HAS_RULEID() Determine if RULEID has a value

priority

The priority of the routing rule.

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY has a value

conditions

The conditions for the routing rule.

Accessible with the following methods

Method Description
GET_CONDITIONS() Getter for CONDITIONS

status

The status of the routing rule.

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

createdAt

The timestamp of when the routing rule 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 routing rule was last 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

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