public interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptTcpFlags() |
String |
getDevice() |
String |
getDirection() |
String |
getHostname() |
String |
getIpAddress() |
String |
getIpProtocol() |
Boolean |
hasAcceptTcpFlags() |
Boolean |
hasDevice() |
Boolean |
hasDirection() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasIpProtocol() |
A |
withAcceptTcpFlags(String acceptTcpFlags) |
A |
withDevice(String device) |
A |
withDirection(String direction) |
A |
withHostname(String hostname) |
A |
withIpAddress(String ipAddress) |
A |
withIpProtocol(String ipProtocol) |
String getAcceptTcpFlags()
Boolean hasAcceptTcpFlags()
String getDevice()
Boolean hasDevice()
String getDirection()
Boolean hasDirection()
String getHostname()
Boolean hasHostname()
String getIpAddress()
Boolean hasIpAddress()
String getIpProtocol()
Boolean hasIpProtocol()
Copyright © 2015–2022 Red Hat. All rights reserved.