/AWS1/CL_LMDCAPPVDRVPCCONFIG¶
VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_subnetids TYPE /AWS1/CL_LMDCAPPVDRSUBNETIDS_W=>TT_CAPACITYPROVIDERSUBNETIDS TT_CAPACITYPROVIDERSUBNETIDS¶
A list of subnet IDs where the capacity provider launches compute instances.
it_securitygroupids TYPE /AWS1/CL_LMDCAPPVDRSECGRPIDS_W=>TT_CAPPVDRSECURITYGROUPIDS TT_CAPPVDRSECURITYGROUPIDS¶
A list of security group IDs that control network access for compute instances managed by the capacity provider.
Queryable Attributes¶
SubnetIds¶
A list of subnet IDs where the capacity provider launches compute instances.
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¶
A list of security group IDs that control network access for compute instances managed by the capacity provider.
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 |