public interface AddressFamily
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module pcep-types
choice address-family {
case ipv4-case {
container ipv4 {
leaf source-ipv4-address {
type ipv4-address;
}
leaf destination-ipv4-address {
type ipv4-address;
}
}
}
case ipv6-case {
container ipv6 {
leaf source-ipv6-address {
type ipv6-address;
}
leaf destination-ipv6-address {
type ipv6-address;
}
}
}
}
The schema path to identify an instance is
pcep-types/endpoints/address-family| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.