/AWS1/CL_MHRENVIRONMENTVPC¶
Provides summary information for the EnvironmentVpc resource as a response to
ListEnvironmentVpc.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_environmentid TYPE /AWS1/MHRENVIRONMENTID /AWS1/MHRENVIRONMENTID¶
The unique identifier of the environment.
iv_vpcid TYPE /AWS1/MHRVPCID /AWS1/MHRVPCID¶
The ID of the VPC.
iv_accountid TYPE /AWS1/MHRACCOUNTID /AWS1/MHRACCOUNTID¶
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
it_cidrblocks TYPE /AWS1/CL_MHRCIDRBLOCKS_W=>TT_CIDRBLOCKS TT_CIDRBLOCKS¶
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
iv_vpcname TYPE /AWS1/MHREC2TAGVALUE /AWS1/MHREC2TAGVALUE¶
The name of the VPC at the time it is added to the environment.
iv_lastupdatedtime TYPE /AWS1/MHRTIMESTAMP /AWS1/MHRTIMESTAMP¶
A timestamp that indicates when the VPC was last updated by the environment.
iv_createdtime TYPE /AWS1/MHRTIMESTAMP /AWS1/MHRTIMESTAMP¶
A timestamp that indicates when the VPC is first added to the environment.
Queryable Attributes¶
EnvironmentId¶
The unique identifier of the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
VpcId¶
The ID 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 |
AccountId¶
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
CidrBlocks¶
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CIDRBLOCKS() |
Getter for CIDRBLOCKS, with configurable default |
ASK_CIDRBLOCKS() |
Getter for CIDRBLOCKS w/ exceptions if field has no value |
HAS_CIDRBLOCKS() |
Determine if CIDRBLOCKS has a value |
VpcName¶
The name of the VPC at the time it is added to the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCNAME() |
Getter for VPCNAME, with configurable default |
ASK_VPCNAME() |
Getter for VPCNAME w/ exceptions if field has no value |
HAS_VPCNAME() |
Determine if VPCNAME has a value |
LastUpdatedTime¶
A timestamp that indicates when the VPC was last updated by the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
CreatedTime¶
A timestamp that indicates when the VPC is first added to the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME 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_ENVIRONMENTVPCS¶
TYPES TT_ENVIRONMENTVPCS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHRENVIRONMENTVPC WITH DEFAULT KEY
.