Skip to content

/AWS1/CL_BDOVPCCONFIG

VpcConfig for the Agent.

CONSTRUCTOR

IMPORTING

Required arguments:

it_securitygroups TYPE /AWS1/CL_BDOSECURITYGROUPS_W=>TT_SECURITYGROUPS TT_SECURITYGROUPS

The security groups associated with the VPC configuration.

it_subnets TYPE /AWS1/CL_BDOSUBNETS_W=>TT_SUBNETS TT_SUBNETS

The subnets associated with the VPC configuration.


Queryable Attributes

securityGroups

The security groups associated with the VPC configuration.

Accessible with the following methods

Method Description
GET_SECURITYGROUPS() Getter for SECURITYGROUPS, with configurable default
ASK_SECURITYGROUPS() Getter for SECURITYGROUPS w/ exceptions if field has no valu
HAS_SECURITYGROUPS() Determine if SECURITYGROUPS has a value

subnets

The subnets associated with the VPC configuration.

Accessible with the following methods

Method Description
GET_SUBNETS() Getter for SUBNETS, with configurable default
ASK_SUBNETS() Getter for SUBNETS w/ exceptions if field has no value
HAS_SUBNETS() Determine if SUBNETS has a value