public interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelation() |
String |
getDevice() |
String |
getEgressPort() |
String |
getHostname() |
String |
getIpAddress() |
String |
getIpProtocol() |
String |
getJitter() |
String |
getLatency() |
String |
getSourcePort() |
Boolean |
hasCorrelation() |
Boolean |
hasDevice() |
Boolean |
hasEgressPort() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasIpProtocol() |
Boolean |
hasJitter() |
Boolean |
hasLatency() |
Boolean |
hasSourcePort() |
A |
withCorrelation(String correlation) |
A |
withDevice(String device) |
A |
withEgressPort(String egressPort) |
A |
withHostname(String hostname) |
A |
withIpAddress(String ipAddress) |
A |
withIpProtocol(String ipProtocol) |
A |
withJitter(String jitter) |
A |
withLatency(String latency) |
A |
withSourcePort(String sourcePort) |
String getCorrelation()
Boolean hasCorrelation()
String getDevice()
Boolean hasDevice()
String getEgressPort()
Boolean hasEgressPort()
String getHostname()
Boolean hasHostname()
String getIpAddress()
Boolean hasIpAddress()
String getIpProtocol()
Boolean hasIpProtocol()
String getJitter()
Boolean hasJitter()
String getLatency()
Boolean hasLatency()
String getSourcePort()
Boolean hasSourcePort()
Copyright © 2015–2023 Red Hat. All rights reserved.