public interface NatType
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module natapp
choice nat-type {
case dynamic {
leaf dynamic {
type empty;
}
}
case pat {
leaf pat {
type empty;
}
}
case static {
leaf static {
type empty;
}
}
}
The schema path to identify an instance is
natapp/nat-type/input/nat-type| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2017 OpenDaylight. All rights reserved.