@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1LoadBalancerIngress extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HOSTNAME |
static String |
SERIALIZED_NAME_IP |
Constructor and Description |
---|
V1LoadBalancerIngress() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHostname()
Hostname is set for load-balancer ingress points that are DNS based (typically AWS
load-balancers)
|
String |
getIp()
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack
load-balancers)
|
int |
hashCode() |
V1LoadBalancerIngress |
hostname(String hostname) |
V1LoadBalancerIngress |
ip(String ip) |
void |
setHostname(String hostname) |
void |
setIp(String ip) |
String |
toString() |
public static final String SERIALIZED_NAME_HOSTNAME
public static final String SERIALIZED_NAME_IP
public V1LoadBalancerIngress hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public V1LoadBalancerIngress ip(String ip)
@Nullable public String getIp()
public void setIp(String ip)
Copyright © 2020. All rights reserved.