public static class RoutingOSPFConfigUpdateRequest.OSPFInterface extends Object
Constructor and Description |
---|
OSPFInterface(int vnic,
int areaId,
Integer helloInterval,
Integer deadInterval,
Integer priority,
Integer cost,
boolean mtuIgnore)
Instantiates a new OSPF Interface.
|
Modifier and Type | Method and Description |
---|---|
int |
getAreaId()
Gets the area Id.
|
Integer |
getCost()
Gets the cost.
|
Integer |
getDeadInterval()
Gets the dead interval.
|
Integer |
getHelloInterval()
Gets the hello interval.
|
Integer |
getPriority()
Gets the priority.
|
int |
getVnic()
Gets the vnic.
|
boolean |
isMtuIgnore()
Is mtuIgnore boolean.
|
public OSPFInterface(int vnic, int areaId, Integer helloInterval, Integer deadInterval, Integer priority, Integer cost, boolean mtuIgnore)
vnic
- the vnicareaId
- the areaIdhelloInterval
- the helloIntervaldeadInterval
- the deadIntervalpriority
- the prioritycost
- the costmtuIgnore
- the mtuIgnorepublic int getVnic()
The interface specifies the external network that both NSX Edges are connected to.
String
the vnicpublic int getAreaId()
public Integer getHelloInterval()
The default interval between hello packets that are sent on the interface. By default, set to 10 seconds with valid values 1-255.
Integer
the helloIntervalpublic Integer getDeadInterval()
The default interval during which at least one hello packet must be received from a neighbor before the router declares that neighbor down. By default, set to 40 seconds. Valid values are 1-65535.
Integer
the deadIntervalpublic Integer getPriority()
The default priority of the interface. The interface with the highest priority is the designated router. By default, set to 128 with valid values 0-255.
Integer
the prioritypublic Integer getCost()
The default overhead required to send packets across that interface. The cost of an interface is inversely proportional to the bandwidth of that interface. The larger the bandwidth, the smaller the cost. Valid values are 1-65535.
Integer
the costpublic boolean isMtuIgnore()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.