/AWS1/CL_EC2SECGRVPCASSOCIAT00¶
A security group association with a VPC that you made with AssociateSecurityGroupVpc.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_groupid TYPE /AWS1/EC2SECURITYGROUPID /AWS1/EC2SECURITYGROUPID¶
The association's security group ID.
iv_vpcid TYPE /AWS1/EC2VPCID /AWS1/EC2VPCID¶
The association's VPC ID.
iv_vpcownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Amazon Web Services account ID of the owner of the VPC.
iv_state TYPE /AWS1/EC2SECGRVPCASSOCIATION00 /AWS1/EC2SECGRVPCASSOCIATION00¶
The association's state.
iv_statereason TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The association's state reason.
iv_groupownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Amazon Web Services account ID of the owner of the security group.
Queryable Attributes¶
GroupId¶
The association's security group ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPID() |
Getter for GROUPID, with configurable default |
ASK_GROUPID() |
Getter for GROUPID w/ exceptions if field has no value |
HAS_GROUPID() |
Determine if GROUPID has a value |
VpcId¶
The association's VPC ID.
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 |
VpcOwnerId¶
The Amazon Web Services account ID of the owner of the VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCOWNERID() |
Getter for VPCOWNERID, with configurable default |
ASK_VPCOWNERID() |
Getter for VPCOWNERID w/ exceptions if field has no value |
HAS_VPCOWNERID() |
Determine if VPCOWNERID has a value |
State¶
The association's state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateReason¶
The association's state reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEREASON() |
Getter for STATEREASON, with configurable default |
ASK_STATEREASON() |
Getter for STATEREASON w/ exceptions if field has no value |
HAS_STATEREASON() |
Determine if STATEREASON has a value |
GroupOwnerId¶
The Amazon Web Services account ID of the owner of the security group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPOWNERID() |
Getter for GROUPOWNERID, with configurable default |
ASK_GROUPOWNERID() |
Getter for GROUPOWNERID w/ exceptions if field has no value |
HAS_GROUPOWNERID() |
Determine if GROUPOWNERID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SECGROUPVPCASSOCIATIONLIST¶
TYPES TT_SECGROUPVPCASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2SECGRVPCASSOCIAT00 WITH DEFAULT KEY
.