Interface BasicProtection

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

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

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

     container basic-protection {
       uses protection-subobject;
     }
     
    The schema path to identify an instance is rsvp/secondary-record-route-subobjects/subobject-type/basic-protection-case/basic-protection

    To create instances of this class use BasicProtectionBuilder.

    See Also:
    BasicProtectionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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