Class GatewayBfdConfigActionTemplate
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayBfdConfigActionTemplate
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GatewayBfdConfigActionTemplate extends com.ibm.cloud.sdk.core.service.model.GenericModelApplicable for create_gateway_approve requests to select the gateway's BFD configuration information.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGatewayBfdConfigActionTemplate.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Longinterval()Gets the interval.Longmultiplier()Gets the multiplier.GatewayBfdConfigActionTemplate.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GatewayBfdConfigActionTemplate.Builder newBuilder() New builder.- Returns:
- a GatewayBfdConfigActionTemplate builder
 
 - 
intervalpublic Long interval() 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
 
 - 
multiplierpublic Long multiplier() 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
 
 
- 
 
-