/AWS1/CL_EC2HLTHCHKPATHDSTRE00¶
Describes a destination for a health check path in a request. Destinations can be in a different Availability Zone than the source (cross-AZ) or in a Local Zone (AZ to Local Zone), enabling remote health validation of your application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_subnetid TYPE /AWS1/EC2SUBNETID /AWS1/EC2SUBNETID¶
The ID of the subnet for the destination.
iv_securitygroupid TYPE /AWS1/EC2SECURITYGROUPID /AWS1/EC2SECURITYGROUPID¶
The ID of the security group for the destination.
Queryable Attributes¶
SubnetId¶
The ID of the subnet for the destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETID() |
Getter for SUBNETID, with configurable default |
ASK_SUBNETID() |
Getter for SUBNETID w/ exceptions if field has no value |
HAS_SUBNETID() |
Determine if SUBNETID has a value |
SecurityGroupId¶
The ID of the security group for the destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPID() |
Getter for SECURITYGROUPID, with configurable default |
ASK_SECURITYGROUPID() |
Getter for SECURITYGROUPID w/ exceptions if field has no val |
HAS_SECURITYGROUPID() |
Determine if SECURITYGROUPID 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_HEALTHCHECKPATHDSTREQSET¶
TYPES TT_HEALTHCHECKPATHDSTREQSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2HLTHCHKPATHDSTRE00 WITH DEFAULT KEY
.