/AWS1/CL_EC2HLTHCHKPATHSRCRE00¶
Describes the source for a health check path in a request. The source defines the subnet and security group where a health check elastic network interface (ENI) is created to originate health check traffic.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_subnetid TYPE /AWS1/EC2SUBNETID /AWS1/EC2SUBNETID¶
The ID of the subnet for the source.
iv_securitygroupid TYPE /AWS1/EC2SECURITYGROUPID /AWS1/EC2SECURITYGROUPID¶
The ID of the security group for the source.
Queryable Attributes¶
SubnetId¶
The ID of the subnet for the source.
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 source.
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 |