/AWS1/CL_MDXVPCRTRNETIFACECONF¶
The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_securitygroupids TYPE /AWS1/CL_MDXSECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST TT_SECURITYGROUPIDLIST¶
The IDs of the security groups to associate with the router network interface within the VPC.
iv_subnetid TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ID of the subnet within the VPC to associate the router network interface with.
Queryable Attributes¶
SecurityGroupIds¶
The IDs of the security groups to associate with the router network interface within the VPC.
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 |
SubnetId¶
The ID of the subnet within the VPC to associate the router network interface with.
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 |