public interface PccIdReq extends org.opendaylight.yangtools.yang.binding.ChildOf<PccIdReqObject>, org.opendaylight.yangtools.yang.binding.Augmentable<PccIdReq>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container pcc-id-req {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf ip-address {
type ip-address;
}
uses object;
}
The schema path to identify an instance is
pcep-types/pcc-id-req-object/pcc-id-req
To create instances of this class use PccIdReqBuilder.
PccIdReqBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getIpAddress() |
getAugmentationisIgnore, isProcessingRuleCopyright © 2018 OpenDaylight. All rights reserved.