public class RoutingGlobalConfigUpdateRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RoutingGlobalConfigUpdateRequest.IpPrefix
IpPrefix of Routing.
|
static class |
RoutingGlobalConfigUpdateRequest.Logging
Routing logging.
|
Constructor and Description |
---|
RoutingGlobalConfigUpdateRequest(String routerId,
boolean ecmp,
RoutingGlobalConfigUpdateRequest.Logging logging,
List<RoutingGlobalConfigUpdateRequest.IpPrefix> ipPrefixes)
Instantiates a new routing global config.
|
Modifier and Type | Method and Description |
---|---|
List<RoutingGlobalConfigUpdateRequest.IpPrefix> |
getIpPrefixes()
.
|
RoutingGlobalConfigUpdateRequest.Logging |
getLogging()
Gets logging.
|
String |
getRouterId()
Gets the router Id.
|
boolean |
isEcmp()
Is ecmp boolean.
|
public RoutingGlobalConfigUpdateRequest(String routerId, boolean ecmp, RoutingGlobalConfigUpdateRequest.Logging logging, List<RoutingGlobalConfigUpdateRequest.IpPrefix> ipPrefixes)
routerId
- the routerIdecmp
- the ecmplogging
- the loggingipPrefixes
- the ipPrefixespublic String getRouterId()
RouterId is set only when configuring the dynamic routing protocols OSPF and BGP.
String
the routerIdpublic boolean isEcmp()
public RoutingGlobalConfigUpdateRequest.Logging getLogging()
RoutingGlobalConfigUpdateRequest.Logging
the Routing loggingpublic List<RoutingGlobalConfigUpdateRequest.IpPrefix> getIpPrefixes()
Required only if you define redistribution rules in dynamic routing protocols like ospf, bgp.
List
of RoutingGlobalConfigUpdateRequest.IpPrefix
the ipPrefixesCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.