/AWS1/CL_DZNVPCPROPERTIESPATCH¶
The VPC connection properties used when updating a connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_vpcid TYPE /AWS1/DZNVPCID /AWS1/DZNVPCID¶
The identifier of the VPC.
it_subnetids TYPE /AWS1/CL_DZNVPCCONNSNETIDLST_W=>TT_VPCCONNECTIONSUBNETIDLIST TT_VPCCONNECTIONSUBNETIDLIST¶
The subnet IDs of the VPC connection.
iv_securitygroupid TYPE /AWS1/DZNSECURITYGROUPID /AWS1/DZNSECURITYGROUPID¶
The security group ID of the VPC connection.
Queryable Attributes¶
vpcId¶
The identifier of the VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
subnetIds¶
The subnet IDs of the VPC connection.
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 |
securityGroupId¶
The security group ID of the VPC connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPID() |
Getter for SECURITYGROUPID, with configurable default |
ASK_SECURITYGROUPID() |
Getter for SECURITYGROUPID w/ exceptions if field has no val |
HAS_SECURITYGROUPID() |
Determine if SECURITYGROUPID has a value |