/AWS1/CL_EC2TGWMULTICASTDOMA01¶
Describes the resources associated with the transit gateway multicast domain.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_tgwattachmentid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the transit gateway attachment.
iv_resourceid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the resource.
iv_resourcetype TYPE /AWS1/EC2TGWATTACHMENTRESRCT00 /AWS1/EC2TGWATTACHMENTRESRCT00¶
The type of resource, for example a VPC attachment.
iv_resourceownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
io_subnet TYPE REF TO /AWS1/CL_EC2SUBNETASSOCIATION /AWS1/CL_EC2SUBNETASSOCIATION¶
The subnet associated with the transit gateway multicast domain.
Queryable Attributes¶
TransitGatewayAttachmentId¶
The ID of the transit gateway attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TGWATTACHMENTID() |
Getter for TRANSITGATEWAYATTACHMENTID, with configurable def |
ASK_TGWATTACHMENTID() |
Getter for TRANSITGATEWAYATTACHMENTID w/ exceptions if field |
HAS_TGWATTACHMENTID() |
Determine if TRANSITGATEWAYATTACHMENTID has a value |
ResourceId¶
The ID of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
ResourceType¶
The type of resource, for example a VPC attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceOwnerId¶
The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEOWNERID() |
Getter for RESOURCEOWNERID, with configurable default |
ASK_RESOURCEOWNERID() |
Getter for RESOURCEOWNERID w/ exceptions if field has no val |
HAS_RESOURCEOWNERID() |
Determine if RESOURCEOWNERID has a value |
Subnet¶
The subnet associated with the transit gateway multicast domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNET() |
Getter for SUBNET |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TGWMULTICASTDOMASSOCIATIO00¶
TYPES TT_TGWMULTICASTDOMASSOCIATIO00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2TGWMULTICASTDOMA01 WITH DEFAULT KEY
.