Information about the listener rule.
Name | Type | Description | Notes |
---|---|---|---|
action | String | The type of action for the rule (always `forward`). | [optional] |
hostNamePattern | String | A host-name pattern for the rule, with a maximum length of 128 characters. This host-name pattern supports maximum three wildcards, and must not contain any special characters except [-.?]. | [optional] |
listenerId | Integer | The ID of the listener. | [optional] |
listenerRuleId | Integer | The ID of the listener rule. | [optional] |
listenerRuleName | String | A human-readable name for the listener rule. | [optional] |
pathPattern | String | A path pattern for the rule, with a maximum length of 128 characters. This path pattern supports maximum three wildcards, and must not contain any special characters except [_-.$/~"'@:+?]. | [optional] |
priority | Integer | The priority level of the listener rule, between `1` and `19999` both included. Each rule must have a unique priority level. Otherwise, an error is returned. | [optional] |
vmIds | List<String> | The IDs of the backend VMs. | [optional] |