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 boolean;
default false;
}
leaf protecting {
type boolean;
default false;
}
leaf notification {
type boolean;
default false;
}
leaf operational {
type boolean;
default false;
}
leaf lsp-flag {
type lsp-flag;
}
leaf link-flags {
type link-flags;
}
leaf in-place {
type boolean;
default false;
}
leaf required {
type boolean;
default false;
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable LinkFlags |
getLinkFlags() |
@Nullable LspFlag |
getLspFlag() |
@Nullable LspFlag |
getSegFlag() |
default Class<ProtectionSubobject> |
implementedInterface() |
@Nullable Boolean |
isInPlace() |
@Nullable Boolean |
isNotification() |
@Nullable Boolean |
isOperational() |
@Nullable Boolean |
isProtecting() |
@Nullable Boolean |
isRequired() |
@Nullable Boolean |
isSecondary() |
default Class<ProtectionSubobject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Boolean isSecondary()
java.lang.Boolean secondary, or null if not present@Nullable Boolean isProtecting()
java.lang.Boolean protecting, or null if not present@Nullable Boolean isNotification()
java.lang.Boolean notification, or null if not present@Nullable Boolean isOperational()
java.lang.Boolean operational, or null if not present@Nullable LspFlag getLspFlag()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag lspFlag, or null if not present@Nullable LinkFlags getLinkFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LinkFlags linkFlags, or null if not present@Nullable Boolean isInPlace()
java.lang.Boolean inPlace, or null if not present@Nullable Boolean isRequired()
java.lang.Boolean required, or null if not present@Nullable LspFlag getSegFlag()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag segFlag, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.