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 {
uses rsvp-te-object;
leaf reflect {
type boolean;
default false;
}
leaf testing {
type boolean;
default false;
}
leaf administratively-down {
type boolean;
default false;
}
leaf deletion-in-progress {
type boolean;
default false;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
default Class<AdminStatusObject> |
implementedInterface() |
@Nullable Boolean |
isAdministrativelyDown() |
@Nullable Boolean |
isDeletionInProgress() |
@Nullable Boolean |
isReflect() |
@Nullable Boolean |
isTesting() |
default Class<AdminStatusObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface RsvpTeObject@Nullable Boolean isReflect()
java.lang.Boolean reflect, or null if not present@Nullable Boolean isTesting()
java.lang.Boolean testing, or null if not present@Nullable Boolean isAdministrativelyDown()
java.lang.Boolean administrativelyDown, or null if not present@Nullable Boolean isDeletionInProgress()
java.lang.Boolean deletionInProgress, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.