Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setBfdPath(java.lang.String bfdPath)
This filed is valid only if enable_bfd is set to TRUE.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setDeadInterval(java.lang.Long deadInterval)
Specifies the number of seconds that router must wait before it declares a OSPF
neighbor router down because it has not received OSPF hello packet.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setEnableBfd(java.lang.Boolean enableBfd)
Enable/Disable OSPF to register for BFD event.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setEnabled(java.lang.Boolean enabled)
enable/disable OSPF on the interface.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setHelloInterval(java.lang.Long helloInterval)
Specifies the interval between the hello packets that OSPF sends on this
interface.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setNetworkType(java.lang.String networkType)
Possible values are:
PolicyInterfaceOspfConfig.NETWORK_TYPE_BROADCAST
PolicyInterfaceOspfConfig.NETWORK_TYPE_P2P
Configure OSPF networkt type, default is BROADCAST network type |
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setOspfArea(java.lang.String ospfArea)
Attache Tier0 Interface to specified OSPF Area.
|