Class VSpherePlatformStatusFluent<A extends VSpherePlatformStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformStatusFluent<A>
-
- Direct Known Subclasses:
PlatformStatusFluent.VsphereNested,VSpherePlatformStatusBuilder
public class VSpherePlatformStatusFluent<A extends VSpherePlatformStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVSpherePlatformStatusFluent.LoadBalancerNested<N>
-
Constructor Summary
Constructors Constructor Description VSpherePlatformStatusFluent()VSpherePlatformStatusFluent(VSpherePlatformStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
VSpherePlatformStatusFluent
public VSpherePlatformStatusFluent()
-
VSpherePlatformStatusFluent
public VSpherePlatformStatusFluent(VSpherePlatformStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VSpherePlatformStatus instance)
-
getApiServerInternalIP
public String getApiServerInternalIP()
-
hasApiServerInternalIP
public boolean hasApiServerInternalIP()
-
addAllToApiServerInternalIPs
public A addAllToApiServerInternalIPs(Collection<String> items)
-
removeAllFromApiServerInternalIPs
public A removeAllFromApiServerInternalIPs(Collection<String> items)
-
getApiServerInternalIP
public String getApiServerInternalIP(int index)
-
getFirstApiServerInternalIP
public String getFirstApiServerInternalIP()
-
getLastApiServerInternalIP
public String getLastApiServerInternalIP()
-
getMatchingApiServerInternalIP
public String getMatchingApiServerInternalIP(Predicate<String> predicate)
-
hasMatchingApiServerInternalIP
public boolean hasMatchingApiServerInternalIP(Predicate<String> predicate)
-
hasApiServerInternalIPs
public boolean hasApiServerInternalIPs()
-
getIngressIP
public String getIngressIP()
-
hasIngressIP
public boolean hasIngressIP()
-
addAllToIngressIPs
public A addAllToIngressIPs(Collection<String> items)
-
removeAllFromIngressIPs
public A removeAllFromIngressIPs(Collection<String> items)
-
getIngressIP
public String getIngressIP(int index)
-
getFirstIngressIP
public String getFirstIngressIP()
-
getLastIngressIP
public String getLastIngressIP()
-
hasIngressIPs
public boolean hasIngressIPs()
-
buildLoadBalancer
public VSpherePlatformLoadBalancer buildLoadBalancer()
-
withLoadBalancer
public A withLoadBalancer(VSpherePlatformLoadBalancer loadBalancer)
-
hasLoadBalancer
public boolean hasLoadBalancer()
-
withNewLoadBalancer
public VSpherePlatformStatusFluent.LoadBalancerNested<A> withNewLoadBalancer()
-
withNewLoadBalancerLike
public VSpherePlatformStatusFluent.LoadBalancerNested<A> withNewLoadBalancerLike(VSpherePlatformLoadBalancer item)
-
editLoadBalancer
public VSpherePlatformStatusFluent.LoadBalancerNested<A> editLoadBalancer()
-
editOrNewLoadBalancer
public VSpherePlatformStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancer()
-
editOrNewLoadBalancerLike
public VSpherePlatformStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancerLike(VSpherePlatformLoadBalancer item)
-
addAllToMachineNetworks
public A addAllToMachineNetworks(Collection<String> items)
-
removeAllFromMachineNetworks
public A removeAllFromMachineNetworks(Collection<String> items)
-
getMachineNetwork
public String getMachineNetwork(int index)
-
getFirstMachineNetwork
public String getFirstMachineNetwork()
-
getLastMachineNetwork
public String getLastMachineNetwork()
-
hasMachineNetworks
public boolean hasMachineNetworks()
-
getNodeDNSIP
public String getNodeDNSIP()
-
hasNodeDNSIP
public boolean hasNodeDNSIP()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePlatformStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePlatformStatusFluent<A>>
-
-