public interface ProtectionSubobject extends org.opendaylight.yangtools.yang.binding.ChildOf<ProtectionSubobject>, org.opendaylight.yangtools.yang.binding.Augmentable<ProtectionSubobject>
This class represents the following YANG schema fragment defined in module rsvp
container protection-subobject {
leaf secondary {
type secondary;
}
leaf protecting {
type protecting;
}
leaf notification {
type notification;
}
leaf operational {
type operational;
}
leaf lsp-flag {
type lsp-flag;
}
leaf link-flags {
type link-flags;
}
leaf in-place {
type in-place;
}
leaf required {
type required;
}
leaf seg-flag {
type lsp-flag;
}
}
The schema path to identify an instance is
rsvp/protection-subobject/protection-subobject
To create instances of this class use ProtectionSubobjectBuilder.
ProtectionSubobjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
LinkFlags |
getLinkFlags() |
LspFlag |
getLspFlag() |
LspFlag |
getSegFlag() |
Boolean |
isInPlace() |
Boolean |
isNotification() |
Boolean |
isOperational() |
Boolean |
isProtecting() |
Boolean |
isRequired() |
Boolean |
isSecondary() |
Boolean isSecondary()
java.lang.Boolean secondary, or null if not presentBoolean isProtecting()
java.lang.Boolean protecting, or null if not presentBoolean isNotification()
java.lang.Boolean notification, or null if not presentBoolean isOperational()
java.lang.Boolean operational, or null if not presentLspFlag getLspFlag()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag lspFlag, or null if not presentLinkFlags getLinkFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LinkFlags linkFlags, or null if not presentBoolean isInPlace()
java.lang.Boolean inPlace, or null if not presentBoolean isRequired()
java.lang.Boolean required, or null if not presentLspFlag getSegFlag()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag segFlag, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.