public interface Gc extends org.opendaylight.yangtools.yang.binding.ChildOf<GcObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Gc>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container gc {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf max-hop {
type uint8;
}
leaf max-utilization {
type max-utilization;
}
leaf min-utilization {
type min-utilization;
}
leaf over-booking-factor {
type over-booking-factor;
}
container tlvs {
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
uses vendor-information-tlvs;
}
uses object;
}
The schema path to identify an instance is
pcep-types/gc-object/gc
To create instances of this class use GcBuilder.
GcBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getMaxHop() |
Short |
getMaxUtilization() |
Short |
getMinUtilization() |
Short |
getOverBookingFactor() |
Tlvs |
getTlvs() |
getAugmentationisIgnore, isProcessingRuleShort getMaxHop()
java.lang.Short maxHop, or null if not presentShort getMaxUtilization()
java.lang.Short maxUtilization, or null if not presentShort getMinUtilization()
java.lang.Short minUtilization, or null if not presentShort getOverBookingFactor()
java.lang.Short overBookingFactor, or null if not presentTlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.gc.object.gc.Tlvs tlvs, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.