@Generated(value="org.jsonschema2pojo") public class LoadBalancerIngress extends Object
| Constructor and Description |
|---|
LoadBalancerIngress()
No args constructor for use in serialization
|
LoadBalancerIngress(String hostname,
String ip) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHostname()
hostname of ingress point
|
String |
getIp()
IP address of ingress point
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setHostname(String hostname)
hostname of ingress point
|
void |
setIp(String ip)
IP address of ingress point
|
public LoadBalancerIngress()
public String getHostname()
public void setHostname(String hostname)
hostname - The hostnamepublic String getIp()
public void setIp(String ip)
ip - The ipCopyright © 2011–2015 Red Hat. All rights reserved.