public interface OpenStackPlatformStatusFluent<A extends OpenStackPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiServerInternalIP() |
String |
getCloudName() |
String |
getIngressIP() |
String |
getNodeDNSIP() |
Boolean |
hasApiServerInternalIP() |
Boolean |
hasCloudName() |
Boolean |
hasIngressIP() |
Boolean |
hasNodeDNSIP() |
A |
withApiServerInternalIP(String apiServerInternalIP) |
A |
withCloudName(String cloudName) |
A |
withIngressIP(String ingressIP) |
A |
withNewApiServerInternalIP(String arg0)
Deprecated.
|
A |
withNewCloudName(String arg0)
Deprecated.
|
A |
withNewIngressIP(String arg0)
Deprecated.
|
A |
withNewNodeDNSIP(String arg0)
Deprecated.
|
A |
withNodeDNSIP(String nodeDNSIP) |
String getApiServerInternalIP()
Boolean hasApiServerInternalIP()
@Deprecated A withNewApiServerInternalIP(String arg0)
String getCloudName()
Boolean hasCloudName()
@Deprecated A withNewCloudName(String arg0)
String getIngressIP()
Boolean hasIngressIP()
@Deprecated A withNewIngressIP(String arg0)
String getNodeDNSIP()
Boolean hasNodeDNSIP()
@Deprecated A withNewNodeDNSIP(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.