@Generated(value="jsonschema2pojo") public class VSpherePlatformStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<VSpherePlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
VSpherePlatformStatus()
No args constructor for use in serialization
|
VSpherePlatformStatus(String apiServerInternalIP,
List<String> apiServerInternalIPs,
String ingressIP,
List<String> ingressIPs,
VSpherePlatformLoadBalancer loadBalancer,
String nodeDNSIP) |
| Modifier and Type | Method and Description |
|---|---|
VSpherePlatformStatusBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiServerInternalIP() |
List<String> |
getApiServerInternalIPs() |
String |
getIngressIP() |
List<String> |
getIngressIPs() |
VSpherePlatformLoadBalancer |
getLoadBalancer() |
String |
getNodeDNSIP() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiServerInternalIP(String apiServerInternalIP) |
void |
setApiServerInternalIPs(List<String> apiServerInternalIPs) |
void |
setIngressIP(String ingressIP) |
void |
setIngressIPs(List<String> ingressIPs) |
void |
setLoadBalancer(VSpherePlatformLoadBalancer loadBalancer) |
void |
setNodeDNSIP(String nodeDNSIP) |
VSpherePlatformStatusBuilder |
toBuilder() |
public VSpherePlatformStatus()
public String getApiServerInternalIP()
public void setApiServerInternalIP(String apiServerInternalIP)
public String getIngressIP()
public void setIngressIP(String ingressIP)
public VSpherePlatformLoadBalancer getLoadBalancer()
public void setLoadBalancer(VSpherePlatformLoadBalancer loadBalancer)
public String getNodeDNSIP()
public void setNodeDNSIP(String nodeDNSIP)
public VSpherePlatformStatusBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<VSpherePlatformStatusBuilder>public VSpherePlatformStatusBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.