public class V1beta1TCPIngressRuleValue extends Object
| Constructor and Description |
|---|
V1beta1TCPIngressRuleValue() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1TCPIngressRuleValue |
addAlpnItem(String alpnItem) |
V1beta1TCPIngressRuleValue |
address(String address) |
V1beta1TCPIngressRuleValue |
alpn(List<String> alpn) |
V1beta1TCPIngressRuleValue |
backend(V1beta1IngressBackend backend) |
boolean |
equals(Object o) |
String |
getAddress()
The network address to listen TCP connections on.
|
List<String> |
getAlpn()
Application-Layer Protocol Negotiation (ALPN) is a Transport Layer Security (TLS) extension for application layer protocol negotiation.
|
V1beta1IngressBackend |
getBackend()
Backend to forward the requests.
|
io.kubernetes.client.custom.IntOrString |
getNodePort()
Specifies the node port of the referenced service.
|
io.kubernetes.client.custom.IntOrString |
getPort()
port to listen tcp connections.
|
int |
hashCode() |
Boolean |
isNoTLS()
Set noTLS = true to force plain text.
|
V1beta1TCPIngressRuleValue |
nodePort(io.kubernetes.client.custom.IntOrString nodePort) |
V1beta1TCPIngressRuleValue |
noTLS(Boolean noTLS) |
V1beta1TCPIngressRuleValue |
port(io.kubernetes.client.custom.IntOrString port) |
void |
setAddress(String address) |
void |
setAlpn(List<String> alpn) |
void |
setBackend(V1beta1IngressBackend backend) |
void |
setNodePort(io.kubernetes.client.custom.IntOrString nodePort) |
void |
setNoTLS(Boolean noTLS) |
void |
setPort(io.kubernetes.client.custom.IntOrString port) |
String |
toString() |
public V1beta1TCPIngressRuleValue address(String address)
public String getAddress()
public void setAddress(String address)
public V1beta1TCPIngressRuleValue alpn(List<String> alpn)
public V1beta1TCPIngressRuleValue addAlpnItem(String alpnItem)
public List<String> getAlpn()
public V1beta1TCPIngressRuleValue backend(V1beta1IngressBackend backend)
public V1beta1IngressBackend getBackend()
public void setBackend(V1beta1IngressBackend backend)
public V1beta1TCPIngressRuleValue noTLS(Boolean noTLS)
public Boolean isNoTLS()
public void setNoTLS(Boolean noTLS)
public V1beta1TCPIngressRuleValue nodePort(io.kubernetes.client.custom.IntOrString nodePort)
public io.kubernetes.client.custom.IntOrString getNodePort()
public void setNodePort(io.kubernetes.client.custom.IntOrString nodePort)
public V1beta1TCPIngressRuleValue port(io.kubernetes.client.custom.IntOrString port)
public io.kubernetes.client.custom.IntOrString getPort()
public void setPort(io.kubernetes.client.custom.IntOrString port)
Copyright © 2018. All rights reserved.