public interface Bug5446Data extends DataRoot
This class represents the following YANG schema fragment defined in module bug5446
module bug5446 {
yang-version 1;
namespace bug5446;
prefix bug5446;
revision 2015-11-05;
typedef ipv4-address-binary {
type binary {
length 4;
}
}
typedef ipv6-address-binary {
type binary {
length 16;
}
}
typedef ip-address-binary {
type union {
type ipv4-address-binary;
type ipv6-address-binary;
}
}
container root {
leaf ip-address {
type ip-address-binary;
}
}
}
| Modifier and Type | Method and Description |
|---|---|
@Nullable Root |
getRoot() |
@Nullable Root getRoot()
org.opendaylight.yang.gen.v1.bug5446.rev151105.Root root, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.