public static class RedistributionUpdateRequest.Rule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RedistributionUpdateRequest.Rule.From |
Constructor and Description |
---|
Rule(int id,
String prefixName,
RedistributionUpdateRequest.Rule.From from,
RedistributionUpdateRequest.ActionType action) |
Modifier and Type | Method and Description |
---|---|
RedistributionUpdateRequest.ActionType |
getAction()
Gets the action.
|
RedistributionUpdateRequest.Rule.From |
getFrom()
Gets from.
|
int |
getId()
Gets the id.
|
String |
getPrefixName()
Gets the prefix name.
|
public Rule(int id, String prefixName, RedistributionUpdateRequest.Rule.From from, RedistributionUpdateRequest.ActionType action)
public int getId()
public String getPrefixName()
Default is any. prefixName is set using routingGlobalConfig > ipPrefixes. By default, the value of prefixName is set to any.
String
the prefixNamepublic RedistributionUpdateRequest.Rule.From getFrom()
Allows user to select protocols from which routes should be learned.
RedistributionUpdateRequest.Rule.From
the frompublic RedistributionUpdateRequest.ActionType getAction()
RedistributionUpdateRequest.ActionType
the actionCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.