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 {
uses object;
leaf max-hop {
type uint8;
}
leaf max-utilization {
type uint8 {
range 0..100;
}
units percent;
}
leaf min-utilization {
type uint8 {
range 0..100;
}
units percent;
}
leaf over-booking-factor {
type uint8 {
range 0..100;
}
units percent;
}
container tlvs {
uses vendor-information-tlvs;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getMaxHop() |
@Nullable Short |
getMaxUtilization() |
@Nullable Short |
getMinUtilization() |
@Nullable Short |
getOverBookingFactor() |
@Nullable Tlvs |
getTlvs() |
default Class<Gc> |
implementedInterface() |
isIgnore, isProcessingRuledefault Class<Gc> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Short getMaxHop()
java.lang.Short maxHop, or null if not present@Nullable Short getMaxUtilization()
java.lang.Short maxUtilization, or null if not present@Nullable Short getMinUtilization()
java.lang.Short minUtilization, or null if not present@Nullable Short getOverBookingFactor()
java.lang.Short overBookingFactor, or null if not present@Nullable Tlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.gc.object.gc.Tlvs tlvs, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.