public class RoutingOSPFConfigResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RoutingOSPFConfigResponse.OSPFArea
OSPF Area Configuration.
|
static class |
RoutingOSPFConfigResponse.OSPFInterface
The OSPF Interface configuration.
|
Constructor and Description |
---|
RoutingOSPFConfigResponse(boolean enabled,
boolean gracefulRestart,
boolean defaultOriginate,
List<RoutingOSPFConfigResponse.OSPFArea> ospfAreas,
List<RoutingOSPFConfigResponse.OSPFInterface> ospfInterfaces,
RedistributionResponse redistribution)
Instantiates a new routing OSPF configuration.
|
Modifier and Type | Method and Description |
---|---|
List<RoutingOSPFConfigResponse.OSPFArea> |
getOspfAreas()
Gets the OSPF Areas.
|
List<RoutingOSPFConfigResponse.OSPFInterface> |
getOspfInterfaces()
Gets the OSPF Interfaces.
|
RedistributionResponse |
getRedistribution()
Gets the OSPF Redistribution.
|
boolean |
isDefaultOriginate()
Is default originate.
|
boolean |
isEnabled()
Is enabled boolean.
|
boolean |
isGracefulRestart()
Is graceful restart.
|
public RoutingOSPFConfigResponse(boolean enabled, boolean gracefulRestart, boolean defaultOriginate, List<RoutingOSPFConfigResponse.OSPFArea> ospfAreas, List<RoutingOSPFConfigResponse.OSPFInterface> ospfInterfaces, RedistributionResponse redistribution)
enabled
- the enabledgracefulRestart
- the gracefulRestartdefaultOriginate
- the defaultOriginateospfAreas
- the ospfAreasospfInterfaces
- the ospfInterfacesredistribution
- the redistributionpublic boolean isEnabled()
public boolean isGracefulRestart()
public boolean isDefaultOriginate()
public List<RoutingOSPFConfigResponse.OSPFArea> getOspfAreas()
List
of RoutingOSPFConfigResponse.OSPFArea
the ospfAreaspublic List<RoutingOSPFConfigResponse.OSPFInterface> getOspfInterfaces()
List
of RoutingOSPFConfigResponse.OSPFInterface
the ospfInterfacespublic RedistributionResponse getRedistribution()
RedistributionResponse
the redistributionCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.