All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToApiVIPs(Collection<String> items) |
A |
addAllToExternalDNS(Collection<String> items) |
A |
addAllToIngressVIPs(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToApiVIPs(int index,
String item) |
A |
addToApiVIPs(String... items) |
A |
addToClusterOSImageProperties(Map<String,String> map) |
A |
addToClusterOSImageProperties(String key,
String value) |
A |
addToExternalDNS(int index,
String item) |
A |
addToExternalDNS(String... items) |
A |
addToIngressVIPs(int index,
String item) |
A |
addToIngressVIPs(String... items) |
MachinePool |
buildDefaultMachinePlatform() |
protected void |
copyInstance(Platform instance) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiFloatingIP() |
String |
getApiVIP() |
String |
getApiVIP(int index) |
List<String> |
getApiVIPs() |
String |
getCloud() |
String |
getClusterOSImage() |
Map<String,String> |
getClusterOSImageProperties() |
String |
getComputeFlavor() |
String |
getExternalDN(int index) |
List<String> |
getExternalDNS() |
String |
getExternalNetwork() |
String |
getFirstApiVIP() |
String |
getFirstExternalDN() |
String |
getFirstIngressVIP() |
String |
getIngressFloatingIP() |
String |
getIngressVIP() |
String |
getIngressVIP(int index) |
List<String> |
getIngressVIPs() |
String |
getLastApiVIP() |
String |
getLastExternalDN() |
String |
getLastIngressVIP() |
String |
getLbFloatingIP() |
io.fabric8.openshift.api.model.config.v1.OpenStackPlatformLoadBalancer |
getLoadBalancer() |
String |
getMachinesSubnet() |
String |
getMatchingApiVIP(Predicate<String> predicate) |
String |
getMatchingExternalDN(Predicate<String> predicate) |
String |
getMatchingIngressVIP(Predicate<String> predicate) |
String |
getOctaviaSupport() |
String |
getRegion() |
String |
getTrunkSupport() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiFloatingIP() |
boolean |
hasApiVIP() |
boolean |
hasApiVIPs() |
boolean |
hasCloud() |
boolean |
hasClusterOSImage() |
boolean |
hasClusterOSImageProperties() |
boolean |
hasComputeFlavor() |
boolean |
hasDefaultMachinePlatform() |
boolean |
hasExternalDNS() |
boolean |
hasExternalNetwork() |
int |
hashCode() |
boolean |
hasIngressFloatingIP() |
boolean |
hasIngressVIP() |
boolean |
hasIngressVIPs() |
boolean |
hasLbFloatingIP() |
boolean |
hasLoadBalancer() |
boolean |
hasMachinesSubnet() |
boolean |
hasMatchingApiVIP(Predicate<String> predicate) |
boolean |
hasMatchingExternalDN(Predicate<String> predicate) |
boolean |
hasMatchingIngressVIP(Predicate<String> predicate) |
boolean |
hasOctaviaSupport() |
boolean |
hasRegion() |
boolean |
hasTrunkSupport() |
A |
removeAllFromApiVIPs(Collection<String> items) |
A |
removeAllFromExternalDNS(Collection<String> items) |
A |
removeAllFromIngressVIPs(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromApiVIPs(String... items) |
A |
removeFromClusterOSImageProperties(Map<String,String> map) |
A |
removeFromClusterOSImageProperties(String key) |
A |
removeFromExternalDNS(String... items) |
A |
removeFromIngressVIPs(String... items) |
A |
setToApiVIPs(int index,
String item) |
A |
setToExternalDNS(int index,
String item) |
A |
setToIngressVIPs(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiFloatingIP(String apiFloatingIP) |
A |
withApiVIP(String apiVIP) |
A |
withApiVIPs(List<String> apiVIPs) |
A |
withApiVIPs(String... apiVIPs) |
A |
withCloud(String cloud) |
A |
withClusterOSImage(String clusterOSImage) |
<K,V> A |
withClusterOSImageProperties(Map<String,String> clusterOSImageProperties) |
A |
withComputeFlavor(String computeFlavor) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
A |
withExternalDNS(List<String> externalDNS) |
A |
withExternalDNS(String... externalDNS) |
A |
withExternalNetwork(String externalNetwork) |
A |
withIngressFloatingIP(String ingressFloatingIP) |
A |
withIngressVIP(String ingressVIP) |
A |
withIngressVIPs(List<String> ingressVIPs) |
A |
withIngressVIPs(String... ingressVIPs) |
A |
withLbFloatingIP(String lbFloatingIP) |
A |
withLoadBalancer(io.fabric8.openshift.api.model.config.v1.OpenStackPlatformLoadBalancer loadBalancer) |
A |
withMachinesSubnet(String machinesSubnet) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withNewLoadBalancer(String type) |
A |
withOctaviaSupport(String octaviaSupport) |
A |
withRegion(String region) |
A |
withTrunkSupport(String trunkSupport) |