Interface BgpLinkstateAppConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BgpLinkstateAppConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<BgpLinkstateAppConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BgpLinkstateAppConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpLinkstateAppConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<BgpLinkstateAppConfig>

    This class represents the following YANG schema fragment defined in module bgp-linkstate-app-config

     container bgp-linkstate-app-config {
       leaf iana-linkstate-attribute-type {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate-app-config/bgp-linkstate-app-config

    To create instances of this class use BgpLinkstateAppConfigBuilder.

    See Also:
    BgpLinkstateAppConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isIanaLinkstateAttributeType()
        If true (default) linkstate attribute type (=29) allocated by IANA is used, else type (=99) is used for parsing/serialization
        Returns:
        java.lang.Boolean ianaLinkstateAttributeType, or null if not present