/AWS1/CL_EL2HOSTHEADERCONDCFG¶
Information about a host header condition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_values TYPE /AWS1/CL_EL2LISTOFSTRING_W=>TT_LISTOFSTRING TT_LISTOFSTRING¶
The host names. The maximum length of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). You must include at least one "." character. You can include only alphabetical characters after the final "." character.
If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
it_regexvalues TYPE /AWS1/CL_EL2LISTOFSTRING_W=>TT_LISTOFSTRING TT_LISTOFSTRING¶
The regular expressions to compare against the host header. The maximum length of each string is 128 characters.
Queryable Attributes¶
Values¶
The host names. The maximum length of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). You must include at least one "." character. You can include only alphabetical characters after the final "." character.
If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
RegexValues¶
The regular expressions to compare against the host header. The maximum length of each string is 128 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGEXVALUES() |
Getter for REGEXVALUES, with configurable default |
ASK_REGEXVALUES() |
Getter for REGEXVALUES w/ exceptions if field has no value |
HAS_REGEXVALUES() |
Determine if REGEXVALUES has a value |