public interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Long |
getPeriods() |
Long |
getThrottledPeriods() |
Long |
getThrottledTime() |
Boolean |
hasPeriods() |
Boolean |
hasThrottledPeriods() |
Boolean |
hasThrottledTime() |
A |
withPeriods(Long periods) |
A |
withThrottledPeriods(Long throttledPeriods) |
A |
withThrottledTime(Long throttledTime) |
Copyright © 2015–2017 Red Hat. All rights reserved.