All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToApiServerInternalIPs(Collection<String> items) |
A |
addAllToIngressIPs(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToApiServerInternalIPs(int index,
String item) |
A |
addToApiServerInternalIPs(String... items) |
A |
addToIngressIPs(int index,
String item) |
A |
addToIngressIPs(String... items) |
VSpherePlatformLoadBalancer |
buildLoadBalancer() |
protected void |
copyInstance(VSpherePlatformStatus instance) |
VSpherePlatformStatusFluent.LoadBalancerNested<A> |
editLoadBalancer() |
VSpherePlatformStatusFluent.LoadBalancerNested<A> |
editOrNewLoadBalancer() |
VSpherePlatformStatusFluent.LoadBalancerNested<A> |
editOrNewLoadBalancerLike(VSpherePlatformLoadBalancer item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiServerInternalIP() |
String |
getApiServerInternalIP(int index) |
List<String> |
getApiServerInternalIPs() |
String |
getFirstApiServerInternalIP() |
String |
getFirstIngressIP() |
String |
getIngressIP() |
String |
getIngressIP(int index) |
List<String> |
getIngressIPs() |
String |
getLastApiServerInternalIP() |
String |
getLastIngressIP() |
String |
getMatchingApiServerInternalIP(Predicate<String> predicate) |
String |
getMatchingIngressIP(Predicate<String> predicate) |
String |
getNodeDNSIP() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiServerInternalIP() |
boolean |
hasApiServerInternalIPs() |
int |
hashCode() |
boolean |
hasIngressIP() |
boolean |
hasIngressIPs() |
boolean |
hasLoadBalancer() |
boolean |
hasMatchingApiServerInternalIP(Predicate<String> predicate) |
boolean |
hasMatchingIngressIP(Predicate<String> predicate) |
boolean |
hasNodeDNSIP() |
A |
removeAllFromApiServerInternalIPs(Collection<String> items) |
A |
removeAllFromIngressIPs(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromApiServerInternalIPs(String... items) |
A |
removeFromIngressIPs(String... items) |
A |
setToApiServerInternalIPs(int index,
String item) |
A |
setToIngressIPs(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiServerInternalIP(String apiServerInternalIP) |
A |
withApiServerInternalIPs(List<String> apiServerInternalIPs) |
A |
withApiServerInternalIPs(String... apiServerInternalIPs) |
A |
withIngressIP(String ingressIP) |
A |
withIngressIPs(List<String> ingressIPs) |
A |
withIngressIPs(String... ingressIPs) |
A |
withLoadBalancer(VSpherePlatformLoadBalancer loadBalancer) |
VSpherePlatformStatusFluent.LoadBalancerNested<A> |
withNewLoadBalancer() |
A |
withNewLoadBalancer(String type) |
VSpherePlatformStatusFluent.LoadBalancerNested<A> |
withNewLoadBalancerLike(VSpherePlatformLoadBalancer item) |
A |
withNodeDNSIP(String nodeDNSIP) |