public interface RpObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping rp-object {
container rp {
uses object;
container tlvs {
uses order-tlv;
uses vendor-information-tlvs;
uses path-setup-type-tlv;
}
leaf priority {
type uint8 {
range 1..7;
}
}
leaf request-id {
type request-id;
}
leaf reoptimization {
type boolean;
default false;
}
leaf bi-directional {
type boolean;
default false;
}
leaf loose {
type boolean;
default false;
}
leaf path-key {
type boolean;
default false;
}
leaf fragmentation {
type boolean;
default false;
}
leaf p2mp {
type boolean;
default false;
}
leaf ero-compression {
type boolean;
default false;
}
leaf supply-of {
type boolean;
default false;
}
leaf order {
type boolean;
default false;
}
leaf make-before-break {
type boolean;
default false;
}
}
}
The schema path to identify an instance is
pcep-types/rp-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Rp |
getRp() |
Class<? extends RpObject> |
implementedInterface() |
Class<? extends RpObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Rp getRp()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.Rp rp, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.