public interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<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 |
getPercent() |
String |
getSourcePort() |
Boolean |
hasCorrelation() |
Boolean |
hasDevice() |
Boolean |
hasEgressPort() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasIpProtocol() |
Boolean |
hasPercent() |
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 |
withPercent(String percent) |
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 getPercent()
Boolean hasPercent()
String getSourcePort()
Boolean hasSourcePort()
Copyright © 2015–2022 Red Hat. All rights reserved.