Interface BfdRemoteConfigs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BfdRemoteConfigs>, 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<BfdRemoteConfigsKey>

    public interface BfdRemoteConfigs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepTunnelAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<BfdRemoteConfigs>, org.opendaylight.yangtools.yang.binding.Identifiable<BfdRemoteConfigsKey>
    Remote configuration attributes for BFD

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

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

    To create instances of this class use BfdRemoteConfigsBuilder.

    See Also:
    BfdRemoteConfigsBuilder, BfdRemoteConfigsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable String getBfdRemoteConfigKey()
        bfd-remote-config name/key
        Returns:
        java.lang.String bfdRemoteConfigKey, or null if not present
      • getBfdRemoteConfigValue

        @Nullable String getBfdRemoteConfigValue()
        bfd-remote-config value
        Returns:
        java.lang.String bfdRemoteConfigValue, or null if not present