All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToApiVIPs(Collection<String> items) |
A |
addAllToHosts(Collection<Host> items) |
A |
addAllToIngressVIPs(Collection<String> items) |
PlatformFluent.HostsNested<A> |
addNewHost() |
PlatformFluent.HostsNested<A> |
addNewHostLike(Host item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToApiVIPs(int index,
String item) |
A |
addToApiVIPs(String... items) |
A |
addToHosts(Host... items) |
A |
addToHosts(int index,
Host item) |
A |
addToIngressVIPs(int index,
String item) |
A |
addToIngressVIPs(String... items) |
MachinePool |
buildDefaultMachinePlatform() |
Host |
buildFirstHost() |
Host |
buildHost(int index) |
List<Host> |
buildHosts() |
Host |
buildLastHost() |
Host |
buildMatchingHost(Predicate<HostBuilder> predicate) |
protected void |
copyInstance(Platform instance) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
PlatformFluent.HostsNested<A> |
editFirstHost() |
PlatformFluent.HostsNested<A> |
editHost(int index) |
PlatformFluent.HostsNested<A> |
editLastHost() |
PlatformFluent.HostsNested<A> |
editMatchingHost(Predicate<HostBuilder> predicate) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVIP() |
String |
getApiVIP(int index) |
List<String> |
getApiVIPs() |
String |
getBootstrapExternalStaticGateway() |
String |
getBootstrapExternalStaticIP() |
String |
getBootstrapOSImage() |
String |
getBootstrapProvisioningIP() |
String |
getClusterOSImage() |
String |
getClusterProvisioningIP() |
String |
getExternalBridge() |
String |
getExternalMACAddress() |
String |
getFirstApiVIP() |
String |
getFirstIngressVIP() |
String |
getIngressVIP() |
String |
getIngressVIP(int index) |
List<String> |
getIngressVIPs() |
String |
getLastApiVIP() |
String |
getLastIngressVIP() |
String |
getLibvirtURI() |
io.fabric8.openshift.api.model.config.v1.BareMetalPlatformLoadBalancer |
getLoadBalancer() |
String |
getMatchingApiVIP(Predicate<String> predicate) |
String |
getMatchingIngressVIP(Predicate<String> predicate) |
String |
getProvisioningBridge() |
Boolean |
getProvisioningDHCPExternal() |
String |
getProvisioningDHCPRange() |
String |
getProvisioningHostIP() |
String |
getProvisioningMACAddress() |
String |
getProvisioningNetwork() |
String |
getProvisioningNetworkCIDR() |
String |
getProvisioningNetworkInterface() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiVIP() |
boolean |
hasApiVIPs() |
boolean |
hasBootstrapExternalStaticGateway() |
boolean |
hasBootstrapExternalStaticIP() |
boolean |
hasBootstrapOSImage() |
boolean |
hasBootstrapProvisioningIP() |
boolean |
hasClusterOSImage() |
boolean |
hasClusterProvisioningIP() |
boolean |
hasDefaultMachinePlatform() |
boolean |
hasExternalBridge() |
boolean |
hasExternalMACAddress() |
int |
hashCode() |
boolean |
hasHosts() |
boolean |
hasIngressVIP() |
boolean |
hasIngressVIPs() |
boolean |
hasLibvirtURI() |
boolean |
hasLoadBalancer() |
boolean |
hasMatchingApiVIP(Predicate<String> predicate) |
boolean |
hasMatchingHost(Predicate<HostBuilder> predicate) |
boolean |
hasMatchingIngressVIP(Predicate<String> predicate) |
boolean |
hasProvisioningBridge() |
boolean |
hasProvisioningDHCPExternal() |
boolean |
hasProvisioningDHCPRange() |
boolean |
hasProvisioningHostIP() |
boolean |
hasProvisioningMACAddress() |
boolean |
hasProvisioningNetwork() |
boolean |
hasProvisioningNetworkCIDR() |
boolean |
hasProvisioningNetworkInterface() |
A |
removeAllFromApiVIPs(Collection<String> items) |
A |
removeAllFromHosts(Collection<Host> items) |
A |
removeAllFromIngressVIPs(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromApiVIPs(String... items) |
A |
removeFromHosts(Host... items) |
A |
removeFromIngressVIPs(String... items) |
A |
removeMatchingFromHosts(Predicate<HostBuilder> predicate) |
PlatformFluent.HostsNested<A> |
setNewHostLike(int index,
Host item) |
A |
setToApiVIPs(int index,
String item) |
A |
setToHosts(int index,
Host item) |
A |
setToIngressVIPs(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVIP(String apiVIP) |
A |
withApiVIPs(List<String> apiVIPs) |
A |
withApiVIPs(String... apiVIPs) |
A |
withBootstrapExternalStaticGateway(String bootstrapExternalStaticGateway) |
A |
withBootstrapExternalStaticIP(String bootstrapExternalStaticIP) |
A |
withBootstrapOSImage(String bootstrapOSImage) |
A |
withBootstrapProvisioningIP(String bootstrapProvisioningIP) |
A |
withClusterOSImage(String clusterOSImage) |
A |
withClusterProvisioningIP(String clusterProvisioningIP) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
A |
withExternalBridge(String externalBridge) |
A |
withExternalMACAddress(String externalMACAddress) |
A |
withHosts(Host... hosts) |
A |
withHosts(List<Host> hosts) |
A |
withIngressVIP(String ingressVIP) |
A |
withIngressVIPs(List<String> ingressVIPs) |
A |
withIngressVIPs(String... ingressVIPs) |
A |
withLibvirtURI(String libvirtURI) |
A |
withLoadBalancer(io.fabric8.openshift.api.model.config.v1.BareMetalPlatformLoadBalancer loadBalancer) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withNewLoadBalancer(String type) |
A |
withProvisioningBridge(String provisioningBridge) |
A |
withProvisioningDHCPExternal() |
A |
withProvisioningDHCPExternal(Boolean provisioningDHCPExternal) |
A |
withProvisioningDHCPRange(String provisioningDHCPRange) |
A |
withProvisioningHostIP(String provisioningHostIP) |
A |
withProvisioningMACAddress(String provisioningMACAddress) |
A |
withProvisioningNetwork(String provisioningNetwork) |
A |
withProvisioningNetworkCIDR(String provisioningNetworkCIDR) |
A |
withProvisioningNetworkInterface(String provisioningNetworkInterface) |