public class RoutingGlobalConfigResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RoutingGlobalConfigResponse.IpPrefixIpPrefix of Routing. | 
| static class  | RoutingGlobalConfigResponse.LoggingRouting logging. | 
| Constructor and Description | 
|---|
| RoutingGlobalConfigResponse(String routerId,
                           boolean ecmp,
                           RoutingGlobalConfigResponse.Logging logging,
                           List<RoutingGlobalConfigResponse.IpPrefix> ipPrefixes)Instantiates a new routing global config. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RoutingGlobalConfigResponse.IpPrefix> | getIpPrefixes(). | 
| RoutingGlobalConfigResponse.Logging | getLogging()Gets logging. | 
| String | getRouterId()Gets the router Id. | 
| boolean | isEcmp()Is ecmp boolean. | 
public RoutingGlobalConfigResponse(String routerId, boolean ecmp, RoutingGlobalConfigResponse.Logging logging, List<RoutingGlobalConfigResponse.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 RoutingGlobalConfigResponse.Logging getLogging()
RoutingGlobalConfigResponse.Logging the Routing loggingpublic List<RoutingGlobalConfigResponse.IpPrefix> getIpPrefixes()
Required only if you define redistribution rules in dynamic routing protocols like ospf, bgp.
List of RoutingGlobalConfigResponse.IpPrefix the ipPrefixesCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.