/AWS1/CL_EC2ADDITIONALDETAIL¶
Describes an additional detail for a path analysis. For more information, see Reachability Analyzer additional detail codes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_additionaldetailtype TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The additional detail code.
io_component TYPE REF TO /AWS1/CL_EC2ANALYSISCOMPONENT /AWS1/CL_EC2ANALYSISCOMPONENT¶
The path component.
io_vpcendpointservice TYPE REF TO /AWS1/CL_EC2ANALYSISCOMPONENT /AWS1/CL_EC2ANALYSISCOMPONENT¶
The VPC endpoint service.
it_ruleoptions TYPE /AWS1/CL_EC2RULEOPTION=>TT_RULEOPTIONLIST TT_RULEOPTIONLIST¶
The rule options.
it_rulegrouptypepairs TYPE /AWS1/CL_EC2RULEGROUPTYPEPAIR=>TT_RULEGROUPTYPEPAIRLIST TT_RULEGROUPTYPEPAIRLIST¶
The rule group type.
it_rulegroupruleoptionspairs TYPE /AWS1/CL_EC2RLGRPRLOPTSPAIR=>TT_RULEGROUPRULEOPTSPAIRLIST TT_RULEGROUPRULEOPTSPAIRLIST¶
The rule options.
iv_servicename TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The name of the VPC endpoint service.
it_loadbalancers TYPE /AWS1/CL_EC2ANALYSISCOMPONENT=>TT_ANALYSISCOMPONENTLIST TT_ANALYSISCOMPONENTLIST¶
The load balancers.
Queryable Attributes¶
AdditionalDetailType¶
The additional detail code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALDETAILTYPE() |
Getter for ADDITIONALDETAILTYPE, with configurable default |
ASK_ADDITIONALDETAILTYPE() |
Getter for ADDITIONALDETAILTYPE w/ exceptions if field has n |
HAS_ADDITIONALDETAILTYPE() |
Determine if ADDITIONALDETAILTYPE has a value |
Component¶
The path component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENT() |
Getter for COMPONENT |
VpcEndpointService¶
The VPC endpoint service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCENDPOINTSERVICE() |
Getter for VPCENDPOINTSERVICE |
RuleOptions¶
The rule options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEOPTIONS() |
Getter for RULEOPTIONS, with configurable default |
ASK_RULEOPTIONS() |
Getter for RULEOPTIONS w/ exceptions if field has no value |
HAS_RULEOPTIONS() |
Determine if RULEOPTIONS has a value |
RuleGroupTypePairs¶
The rule group type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEGROUPTYPEPAIRS() |
Getter for RULEGROUPTYPEPAIRS, with configurable default |
ASK_RULEGROUPTYPEPAIRS() |
Getter for RULEGROUPTYPEPAIRS w/ exceptions if field has no |
HAS_RULEGROUPTYPEPAIRS() |
Determine if RULEGROUPTYPEPAIRS has a value |
RuleGroupRuleOptionsPairs¶
The rule options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEGROUPRULEOPTSPAIRS() |
Getter for RULEGROUPRULEOPTIONSPAIRS, with configurable defa |
ASK_RULEGROUPRULEOPTSPAIRS() |
Getter for RULEGROUPRULEOPTIONSPAIRS w/ exceptions if field |
HAS_RULEGROUPRULEOPTSPAIRS() |
Determine if RULEGROUPRULEOPTIONSPAIRS has a value |
ServiceName¶
The name of the VPC endpoint service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |
LoadBalancers¶
The load balancers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOADBALANCERS() |
Getter for LOADBALANCERS, with configurable default |
ASK_LOADBALANCERS() |
Getter for LOADBALANCERS w/ exceptions if field has no value |
HAS_LOADBALANCERS() |
Determine if LOADBALANCERS 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_ADDITIONALDETAILLIST¶
TYPES TT_ADDITIONALDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2ADDITIONALDETAIL WITH DEFAULT KEY
.