Class BgpBfdConfig.Builder

  • Enclosing class:
    BgpBfdConfig

    public static final class BgpBfdConfig.Builder
    extends java.lang.Object
    Builder class for BgpBfdConfig.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of BgpBfdConfig.
    • Method Detail

      • setEnabled

        public BgpBfdConfig.Builder setEnabled​(java.lang.Boolean enabled)
        Flag to enable BFD cofiguration.
        Parameters:
        enabled - New value for the property.
      • setInterval

        public BgpBfdConfig.Builder setInterval​(java.lang.Long interval)
        Time interval between heartbeat packets in milliseconds. format: int32
        Parameters:
        interval - New value for the property.
      • setMultiple

        public BgpBfdConfig.Builder setMultiple​(java.lang.Long multiple)
        Declare dead multiple. Number of times heartbeat packet is missed before BFD declares the neighbor is down. format: int32
        Parameters:
        multiple - New value for the property.