public interface NxActionFinTimeout extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionFinTimeoutGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionFinTimeout>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container nx-action-fin-timeout {
leaf fin-idle-timeout {
type uint16;
}
leaf fin-hard-timeout {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-fin-timeout-grouping/nx-action-fin-timeout
To create instances of this class use NxActionFinTimeoutBuilder.
NxActionFinTimeoutBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getFinHardTimeout() |
@Nullable Integer |
getFinIdleTimeout() |
Copyright © 2019 OpenDaylight. All rights reserved.