Skip to content

/AWS1/CL_VL_RESOURCEGWSUMM

Summary information about a resource gateway.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/VL_RESOURCEGATEWAYNAME /AWS1/VL_RESOURCEGATEWAYNAME

The name of the resource gateway.

iv_id TYPE /AWS1/VL_RESOURCEGATEWAYID /AWS1/VL_RESOURCEGATEWAYID

The ID of the resource gateway.

iv_arn TYPE /AWS1/VL_RESOURCEGATEWAYARN /AWS1/VL_RESOURCEGATEWAYARN

The Amazon Resource Name (ARN) of the resource gateway.

iv_status TYPE /AWS1/VL_RESOURCEGATEWAYSTATUS /AWS1/VL_RESOURCEGATEWAYSTATUS

The name of the resource gateway.

iv_vpcidentifier TYPE /AWS1/VL_VPCID /AWS1/VL_VPCID

The ID of the VPC for the resource gateway.

it_subnetids TYPE /AWS1/CL_VL_SUBNETLIST_W=>TT_SUBNETLIST TT_SUBNETLIST

The IDs of the VPC subnets for the resource gateway.

it_securitygroupids TYPE /AWS1/CL_VL_SECGROUPLIST_W=>TT_SECURITYGROUPLIST TT_SECURITYGROUPLIST

The IDs of the security groups applied to the resource gateway.

iv_ipaddresstype TYPE /AWS1/VL_RESRCGWIPADDRESSTYPE /AWS1/VL_RESRCGWIPADDRESSTYPE

The type of IP address used by the resource gateway.

iv_createdat TYPE /AWS1/VL_TIMESTAMP /AWS1/VL_TIMESTAMP

The date and time that the VPC endpoint association was created, in ISO-8601 format.

iv_lastupdatedat TYPE /AWS1/VL_TIMESTAMP /AWS1/VL_TIMESTAMP

The most recent date and time that the resource gateway was updated, in ISO-8601 format.


Queryable Attributes

name

The name of the resource gateway.

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

id

The ID of the resource gateway.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

arn

The Amazon Resource Name (ARN) of the resource gateway.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The name of the resource gateway.

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

vpcIdentifier

The ID of the VPC for the resource gateway.

Accessible with the following methods

Method Description
GET_VPCIDENTIFIER() Getter for VPCIDENTIFIER, with configurable default
ASK_VPCIDENTIFIER() Getter for VPCIDENTIFIER w/ exceptions if field has no value
HAS_VPCIDENTIFIER() Determine if VPCIDENTIFIER has a value

subnetIds

The IDs of the VPC subnets for the resource gateway.

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 IDs of the security groups applied to the resource gateway.

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

ipAddressType

The type of IP address used by the resource gateway.

Accessible with the following methods

Method Description
GET_IPADDRESSTYPE() Getter for IPADDRESSTYPE, with configurable default
ASK_IPADDRESSTYPE() Getter for IPADDRESSTYPE w/ exceptions if field has no value
HAS_IPADDRESSTYPE() Determine if IPADDRESSTYPE has a value

createdAt

The date and time that the VPC endpoint association was created, in ISO-8601 format.

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

lastUpdatedAt

The most recent date and time that the resource gateway was updated, in ISO-8601 format.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RESOURCEGATEWAYLIST

TYPES TT_RESOURCEGATEWAYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VL_RESOURCEGWSUMM WITH DEFAULT KEY
.