public class NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
NetworkPartitionSpecFluent() |
NetworkPartitionSpecFluent(NetworkPartitionSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(NetworkPartitionSpec instance) |
boolean |
equals(Object o) |
String |
getAcceptTcpFlags() |
String |
getDevice() |
String |
getDirection() |
String |
getHostname() |
String |
getIpAddress() |
String |
getIpProtocol() |
boolean |
hasAcceptTcpFlags() |
boolean |
hasDevice() |
boolean |
hasDirection() |
int |
hashCode() |
boolean |
hasHostname() |
boolean |
hasIpAddress() |
boolean |
hasIpProtocol() |
String |
toString() |
A |
withAcceptTcpFlags(String acceptTcpFlags) |
A |
withDevice(String device) |
A |
withDirection(String direction) |
A |
withHostname(String hostname) |
A |
withIpAddress(String ipAddress) |
A |
withIpProtocol(String ipProtocol) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NetworkPartitionSpecFluent()
public NetworkPartitionSpecFluent(NetworkPartitionSpec instance)
protected void copyInstance(NetworkPartitionSpec instance)
public String getAcceptTcpFlags()
public boolean hasAcceptTcpFlags()
public String getDevice()
public boolean hasDevice()
public String getDirection()
public boolean hasDirection()
public String getHostname()
public boolean hasHostname()
public String getIpAddress()
public boolean hasIpAddress()
public String getIpProtocol()
public boolean hasIpProtocol()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkPartitionSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkPartitionSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.