public interface AssociationObject extends org.opendaylight.yangtools.yang.binding.ChildOf<AssociationObject>, org.opendaylight.yangtools.yang.binding.Augmentable<AssociationObject>, RsvpTeObject
This class represents the following YANG schema fragment defined in module rsvp
container association-object {
leaf association-type {
type association-type;
}
leaf association-id {
type uint16;
}
leaf ip-address {
type ip-address;
}
uses rsvp-te-object;
}
The schema path to identify an instance is
rsvp/association-object/association-object
To create instances of this class use AssociationObjectBuilder.
AssociationObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAssociationId() |
AssociationType |
getAssociationType() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getIpAddress() |
AssociationType getAssociationType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AssociationType associationType, or null if not presentInteger getAssociationId()
java.lang.Integer associationId, or null if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getIpAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress ipAddress, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.