public interface SecondaryRecordRouteSubobjects extends org.opendaylight.yangtools.yang.binding.DataObject, RecordRouteSubobjects
This class represents the following YANG schema fragment defined in module rsvp
grouping secondary-record-route-subobjects {
uses record-route-subobjects {
augment subobject-type {
case basic-protection-case {
container basic-protection {
uses protection-subobject;
}
}
case dynamic-control-protection-case {
container dynamic-control-protection {
uses protection-subobject;
}
}
}
}
}
The schema path to identify an instance is
rsvp/secondary-record-route-subobjects| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SecondaryRecordRouteSubobjects> |
implementedInterface() |
getSubobjectType, isProtectionAvailable, isProtectionInUseClass<? extends SecondaryRecordRouteSubobjects> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface RecordRouteSubobjectsCopyright © 2020 OpenDaylight. All rights reserved.