public class NetworkBandwidthSpecFluentImpl<A extends NetworkBandwidthSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkBandwidthSpecFluent<A>
| Constructor and Description |
|---|
NetworkBandwidthSpecFluentImpl() |
NetworkBandwidthSpecFluentImpl(NetworkBandwidthSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getBuffer() |
String |
getDevice() |
String |
getHostname() |
String |
getIpAddress() |
Integer |
getLimit() |
Long |
getMinburst() |
Long |
getPeakrate() |
String |
getRate() |
Boolean |
hasBuffer() |
Boolean |
hasDevice() |
int |
hashCode() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasLimit() |
Boolean |
hasMinburst() |
Boolean |
hasPeakrate() |
Boolean |
hasRate() |
String |
toString() |
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NetworkBandwidthSpecFluentImpl()
public NetworkBandwidthSpecFluentImpl(NetworkBandwidthSpec instance)
public Integer getBuffer()
getBuffer in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withBuffer(Integer buffer)
withBuffer in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasBuffer()
hasBuffer in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public String getDevice()
getDevice in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withDevice(String device)
withDevice in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasDevice()
hasDevice in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public String getHostname()
getHostname in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withHostname(String hostname)
withHostname in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasHostname()
hasHostname in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public String getIpAddress()
getIpAddress in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withIpAddress(String ipAddress)
withIpAddress in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasIpAddress()
hasIpAddress in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Integer getLimit()
getLimit in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withLimit(Integer limit)
withLimit in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasLimit()
hasLimit in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Long getMinburst()
getMinburst in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withMinburst(Long minburst)
withMinburst in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasMinburst()
hasMinburst in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Long getPeakrate()
getPeakrate in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withPeakrate(Long peakrate)
withPeakrate in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasPeakrate()
hasPeakrate in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public String getRate()
getRate in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public A withRate(String rate)
withRate in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public Boolean hasRate()
hasRate in interface NetworkBandwidthSpecFluent<A extends NetworkBandwidthSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkBandwidthSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkBandwidthSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.