public class VSpherePlatformStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
VSpherePlatformStatus()
No args constructor for use in serialization
|
VSpherePlatformStatus(String apiServerInternalIP,
String ingressIP,
String nodeDNSIP) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getApiServerInternalIP() |
String |
getIngressIP() |
String |
getNodeDNSIP() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiServerInternalIP(String apiServerInternalIP) |
void |
setIngressIP(String ingressIP) |
void |
setNodeDNSIP(String nodeDNSIP) |
public VSpherePlatformStatus()
public String getApiServerInternalIP()
public void setApiServerInternalIP(String apiServerInternalIP)
public String getIngressIP()
public void setIngressIP(String ingressIP)
public String getNodeDNSIP()
public void setNodeDNSIP(String nodeDNSIP)
Copyright © 2015–2020 Red Hat. All rights reserved.