@Generated(value="org.jsonschema2pojo") public class OpenStackPlatformStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
OpenStackPlatformStatus()
No args constructor for use in serialization
|
OpenStackPlatformStatus(String apiServerInternalIP,
String cloudName,
String ingressIP,
String nodeDNSIP) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getApiServerInternalIP() |
String |
getCloudName() |
String |
getIngressIP() |
String |
getNodeDNSIP() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiServerInternalIP(String apiServerInternalIP) |
void |
setCloudName(String cloudName) |
void |
setIngressIP(String ingressIP) |
void |
setNodeDNSIP(String nodeDNSIP) |
public OpenStackPlatformStatus()
public String getApiServerInternalIP()
public void setApiServerInternalIP(String apiServerInternalIP)
apiServerInternalIP - The apiServerInternalIPpublic String getCloudName()
public void setCloudName(String cloudName)
cloudName - The cloudNamepublic String getIngressIP()
public void setIngressIP(String ingressIP)
ingressIP - The ingressIPpublic String getNodeDNSIP()
public void setNodeDNSIP(String nodeDNSIP)
nodeDNSIP - The nodeDNSIPCopyright © 2015–2021 Red Hat. All rights reserved.