Skip to content

/AWS1/CL_EC2SUBNETASSOCIATION

Describes the subnet association with the transit gateway multicast domain.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SUBNETID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the subnet.

IV_STATE TYPE /AWS1/EC2TGWMULITCASTDOMASSO00 /AWS1/EC2TGWMULITCASTDOMASSO00

The state of the subnet association.


Queryable Attributes

SubnetId

The ID of the subnet.

Accessible with the following methods

Method Description
GET_SUBNETID() Getter for SUBNETID, with configurable default
ASK_SUBNETID() Getter for SUBNETID w/ exceptions if field has no value
HAS_SUBNETID() Determine if SUBNETID has a value

State

The state of the subnet association.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE 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_SUBNETASSOCIATIONLIST

TYPES TT_SUBNETASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2SUBNETASSOCIATION WITH DEFAULT KEY
.