Interface DynamicControlProtection

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DynamicControlProtection>, 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 DynamicControlProtection
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RecordRouteSubobjects>, org.opendaylight.yangtools.yang.binding.Augmentable<DynamicControlProtection>, ProtectionSubobject

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

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

    To create instances of this class use DynamicControlProtectionBuilder.

    See Also:
    DynamicControlProtectionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<DynamicControlProtection> 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