Interface BasicProtectionObject

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

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

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

     container basic-protection-object {
       uses rsvp-te-object;
       uses protection-subobject;
     }
     
    The schema path to identify an instance is rsvp/protection-object/protection-object/basic-protection-object-case/basic-protection-object

    To create instances of this class use BasicProtectionObjectBuilder.

    See Also:
    BasicProtectionObjectBuilder
    • Field Detail

      • QNAME

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