Interface BfdParams

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BfdParams>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepTunnelAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<BfdParamsKey>

    public interface BfdParams
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepTunnelAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<BfdParams>, org.opendaylight.yangtools.yang.binding.Identifiable<BfdParamsKey>
    Parameters to configure and enable BFD

    This class represents the following YANG schema fragment defined in module hwvtep

     list bfd-params {
       key bfd-param-key;
       leaf bfd-param-key {
         type string;
       }
       leaf bfd-param-value {
         type string;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-tunnel-attributes/bfd-params

    To create instances of this class use BfdParamsBuilder.

    See Also:
    BfdParamsBuilder, BfdParamsKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<BfdParams> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBfdParamKey

        @Nullable String getBfdParamKey()
        bfd-param name/key
        Returns:
        java.lang.String bfdParamKey, or null if not present
      • getBfdParamValue

        @Nullable String getBfdParamValue()
        bfd-param value
        Returns:
        java.lang.String bfdParamValue, or null if not present
      • key

        BfdParamsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<BfdParamsKey>