public class RedistributionResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RedistributionResponse.ActionType |
static class |
RedistributionResponse.Rule
Redistribution Rule configuration.
|
Constructor and Description |
---|
RedistributionResponse(boolean enabled,
List<RedistributionResponse.Rule> rules)
Instantiates a new Route Redistribution.
|
Modifier and Type | Method and Description |
---|---|
List<RedistributionResponse.Rule> |
getRules()
Gets the route redistribution rules.
|
boolean |
isEnabled()
Is enabled boolean.
|
public RedistributionResponse(boolean enabled, List<RedistributionResponse.Rule> rules)
enabled
- the enabledrules
- the rulespublic boolean isEnabled()
public List<RedistributionResponse.Rule> getRules()
List
of RedistributionResponse.Rule
the rulesCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.