/AWS1/CL_EL2SSLPOLICY¶
Information about a policy used for SSL negotiation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_sslprotocols TYPE /AWS1/CL_EL2SSLPROTOCOLS_W=>TT_SSLPROTOCOLS TT_SSLPROTOCOLS¶
The protocols.
it_ciphers TYPE /AWS1/CL_EL2CIPHER=>TT_CIPHERS TT_CIPHERS¶
The ciphers.
iv_name TYPE /AWS1/EL2SSLPOLICYNAME /AWS1/EL2SSLPOLICYNAME¶
The name of the policy.
it_suppedloadbalancertypes TYPE /AWS1/CL_EL2LISTOFSTRING_W=>TT_LISTOFSTRING TT_LISTOFSTRING¶
The supported load balancers.
Queryable Attributes¶
SslProtocols¶
The protocols.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSLPROTOCOLS() |
Getter for SSLPROTOCOLS, with configurable default |
ASK_SSLPROTOCOLS() |
Getter for SSLPROTOCOLS w/ exceptions if field has no value |
HAS_SSLPROTOCOLS() |
Determine if SSLPROTOCOLS has a value |
Ciphers¶
The ciphers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CIPHERS() |
Getter for CIPHERS, with configurable default |
ASK_CIPHERS() |
Getter for CIPHERS w/ exceptions if field has no value |
HAS_CIPHERS() |
Determine if CIPHERS has a value |
Name¶
The name of the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
SupportedLoadBalancerTypes¶
The supported load balancers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPEDLOADBALANCERTYPES() |
Getter for SUPPORTEDLOADBALANCERTYPES, with configurable def |
ASK_SUPPEDLOADBALANCERTYPES() |
Getter for SUPPORTEDLOADBALANCERTYPES w/ exceptions if field |
HAS_SUPPEDLOADBALANCERTYPES() |
Determine if SUPPORTEDLOADBALANCERTYPES 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_SSLPOLICIES¶
TYPES TT_SSLPOLICIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2SSLPOLICY WITH DEFAULT KEY
.