public interface AdminStatusObject extends org.opendaylight.yangtools.yang.binding.ChildOf<AdminStatusObject>, org.opendaylight.yangtools.yang.binding.Augmentable<AdminStatusObject>, RsvpTeObject
This class represents the following YANG schema fragment defined in module rsvp
container admin-status-object {
leaf reflect {
type reflect;
}
leaf testing {
type testing;
}
leaf administratively-down {
type administratively-down;
}
leaf deletion-in-progress {
type deletion-in-progress;
}
uses rsvp-te-object;
}
The schema path to identify an instance is
rsvp/admin-status-object/admin-status-object
To create instances of this class use AdminStatusObjectBuilder.
AdminStatusObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAdministrativelyDown() |
Boolean |
isDeletionInProgress() |
Boolean |
isReflect() |
Boolean |
isTesting() |
Boolean isReflect()
java.lang.Boolean reflect, or null if not presentBoolean isTesting()
java.lang.Boolean testing, or null if not presentBoolean isAdministrativelyDown()
java.lang.Boolean administrativelyDown, or null if not presentBoolean isDeletionInProgress()
java.lang.Boolean deletionInProgress, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.