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 {
uses object;
leaf ip-address {
type inet:ip-address-no-zone;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone |
getIpAddress() |
default Class<PccIdReq> |
implementedInterface() |
isIgnore, isProcessingRuledefault Class<PccIdReq> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getIpAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ipAddress, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.