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 org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAdministrativelyDown() |
Boolean |
isDeletionInProgress() |
Boolean |
isReflect() |
Boolean |
isTesting() |
Copyright © 2018 OpenDaylight. All rights reserved.