Interface ProtectionSubobject

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

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

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

     container protection-subobject {
       leaf secondary {
         type boolean;
         default false;
       }
       leaf protecting {
         type boolean;
         default false;
       }
       leaf notification {
         type boolean;
         default false;
       }
       leaf operational {
         type boolean;
         default false;
       }
       leaf lsp-flag {
         type lsp-flag;
       }
       leaf link-flags {
         type link-flags;
       }
       leaf in-place {
         type boolean;
         default false;
       }
       leaf required {
         type boolean;
         default false;
       }
       leaf seg-flag {
         type lsp-flag;
       }
     }
     
    The schema path to identify an instance is rsvp/protection-subobject/protection-subobject

    To create instances of this class use ProtectionSubobjectBuilder.

    See Also:
    ProtectionSubobjectBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isSecondary()
        Returns:
        java.lang.Boolean secondary, or null if not present
      • isProtecting

        @Nullable Boolean isProtecting()
        Returns:
        java.lang.Boolean protecting, or null if not present
      • isNotification

        @Nullable Boolean isNotification()
        Returns:
        java.lang.Boolean notification, or null if not present
      • isOperational

        @Nullable Boolean isOperational()
        Returns:
        java.lang.Boolean operational, or null if not present
      • getLspFlag

        @Nullable LspFlag getLspFlag()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag lspFlag, or null if not present
      • getLinkFlags

        @Nullable LinkFlags getLinkFlags()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LinkFlags linkFlags, or null if not present
      • isInPlace

        @Nullable Boolean isInPlace()
        Returns:
        java.lang.Boolean inPlace, or null if not present
      • isRequired

        @Nullable Boolean isRequired()
        Returns:
        java.lang.Boolean required, or null if not present
      • getSegFlag

        @Nullable LspFlag getSegFlag()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag segFlag, or null if not present