Class GatewayBfdConfig
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayBfdConfig
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GatewayBfdConfig extends com.ibm.cloud.sdk.core.service.model.GenericModelBFD configuration information.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceGatewayBfdConfig.BfdStatusGateway BFD status.
 - 
Constructor SummaryConstructors Constructor Description GatewayBfdConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBfdStatus()Gets the bfdStatus.DategetBfdStatusUpdatedAt()Gets the bfdStatusUpdatedAt.LonggetInterval()Gets the interval.LonggetMultiplier()Gets the multiplier.
 
- 
- 
- 
Method Detail- 
getBfdStatuspublic String getBfdStatus() Gets the bfdStatus. Gateway BFD status. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.- Returns:
- the bfdStatus
 
 - 
getBfdStatusUpdatedAtpublic Date getBfdStatusUpdatedAt() Gets the bfdStatusUpdatedAt. Date and time bfd status was updated.- Returns:
- the bfdStatusUpdatedAt
 
 - 
getIntervalpublic Long getInterval() Gets the interval. Minimum interval in milliseconds at which the local routing device transmits hello packets and then expects to receive a reply from a neighbor with which it has established a BFD session.- Returns:
- the interval
 
 - 
getMultiplierpublic Long getMultiplier() Gets the multiplier. The number of hello packets not received by a neighbor that causes the originating interface to be declared down.- Returns:
- the multiplier
 
 
- 
 
-