/AWS1/CL_APSVPCCONFIG¶
Describes VPC configuration information for fleets and image builders.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_SUBNETIDS
TYPE /AWS1/CL_APSSUBNETIDLIST_W=>TT_SUBNETIDLIST
TT_SUBNETIDLIST
¶
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
IT_SECURITYGROUPIDS
TYPE /AWS1/CL_APSSECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST
TT_SECURITYGROUPIDLIST
¶
The identifiers of the security groups for the fleet or image builder.
Queryable Attributes¶
SubnetIds¶
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
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¶
The identifiers of the security groups for the fleet or image builder.
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 |