public interface RecordRouteSubobjects
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping record-route-subobjects {
leaf protection-available {
type boolean;
default false;
}
leaf protection-in-use {
type boolean;
default false;
}
choice subobject-type {
case ip-prefix-case {
container ip-prefix {
uses ip-prefix-subobject;
}
}
case label-case {
container label {
uses label-subobject;
leaf global {
type boolean;
default false;
}
}
}
case unnumbered-case {
container unnumbered {
uses unnumbered-subobject;
}
}
case path-key-case {
container path-key {
uses path-key-subobject;
}
}
}
}
The schema path to identify an instance is
rsvp/record-route-subobjects| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
SubobjectType |
getSubobjectType() |
Boolean |
isProtectionAvailable() |
Boolean |
isProtectionInUse() |
@Nullable Boolean isProtectionAvailable()
java.lang.Boolean protectionAvailable, or null if not present@Nullable Boolean isProtectionInUse()
java.lang.Boolean protectionInUse, or null if not present@Nullable SubobjectType getSubobjectType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record.route.subobjects.SubobjectType subobjectType, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.