public interface FailureCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FailureCase>, LspAttributes, Result
This class represents the following YANG schema fragment defined in module pcep-types
case failure-case {
container no-path {
uses no-path-object;
container tlvs {
uses vendor-information-tlvs;
container no-path-vector {
uses no-path-vector-tlv;
}
}
}
uses lsp-attributes;
}
The schema path to identify an instance is
pcep-types/pcrep-message/pcrep-message/replies/result/failure-case| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NoPath |
getNoPath() |
default Class<FailureCase> |
implementedInterface() |
getMetrics, nonnullMetricsgetIrogetRrogetClassTypegetLspagetXrogetBandwidthgetOfgetReoptimizationBandwidthdefault Class<FailureCase> implementedInterface()
implementedInterface in interface BandwidthObjectimplementedInterface in interface ClasstypeObjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ExcludeRouteObjectimplementedInterface in interface IncludeRouteObjectimplementedInterface in interface LspaObjectimplementedInterface in interface LspAttributesimplementedInterface in interface OfObjectimplementedInterface in interface ReoptimizationBandwidthObjectimplementedInterface in interface ReportedRouteObject@Nullable NoPath getNoPath()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.NoPath noPath, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.