public interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBuffer() |
String |
getDevice() |
String |
getHostname() |
String |
getIpAddress() |
Integer |
getLimit() |
Long |
getMinburst() |
Long |
getPeakrate() |
String |
getRate() |
Boolean |
hasBuffer() |
Boolean |
hasDevice() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasLimit() |
Boolean |
hasMinburst() |
Boolean |
hasPeakrate() |
Boolean |
hasRate() |
A |
withBuffer(Integer buffer) |
A |
withDevice(String device) |
A |
withHostname(String hostname) |
A |
withIpAddress(String ipAddress) |
A |
withLimit(Integer limit) |
A |
withMinburst(Long minburst) |
A |
withPeakrate(Long peakrate) |
A |
withRate(String rate) |
Integer getBuffer()
Boolean hasBuffer()
String getDevice()
Boolean hasDevice()
String getHostname()
Boolean hasHostname()
String getIpAddress()
Boolean hasIpAddress()
Integer getLimit()
Boolean hasLimit()
Long getMinburst()
Boolean hasMinburst()
Long getPeakrate()
Boolean hasPeakrate()
String getRate()
Boolean hasRate()
Copyright © 2015–2023 Red Hat. All rights reserved.