public interface ValidationTime
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module bgp
choice validation-time {
case set-time {
leaf prefix-validation-time {
type uint16;
}
}
case validation-off {
leaf disable {
type boolean;
}
}
}
The schema path to identify an instance is
bgp/bgp-router/rpki-config/validation-config/validation-time| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.