All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToApiVIPs(Collection<String> items) |
|
A |
addAllToFailureDomains(Collection<FailureDomain> items) |
|
A |
addAllToHosts(Collection<Host> items) |
|
A |
addAllToIngressVIPs(Collection<String> items) |
|
A |
addAllToVcenters(Collection<VCenter> items) |
|
PlatformFluent.FailureDomainsNested<A> |
addNewFailureDomain() |
|
PlatformFluent.FailureDomainsNested<A> |
addNewFailureDomainLike(FailureDomain item) |
|
PlatformFluent.HostsNested<A> |
addNewHost() |
|
PlatformFluent.HostsNested<A> |
addNewHostLike(Host item) |
|
PlatformFluent.VcentersNested<A> |
addNewVcenter() |
|
PlatformFluent.VcentersNested<A> |
addNewVcenterLike(VCenter item) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToApiVIPs(int index,
String item) |
|
A |
addToApiVIPs(String... items) |
|
A |
addToFailureDomains(int index,
FailureDomain item) |
|
A |
addToFailureDomains(FailureDomain... items) |
|
A |
addToHosts(int index,
Host item) |
|
A |
addToHosts(Host... items) |
|
A |
addToIngressVIPs(int index,
String item) |
|
A |
addToIngressVIPs(String... items) |
|
A |
addToVcenters(int index,
VCenter item) |
|
A |
addToVcenters(VCenter... items) |
|
MachinePool |
buildDefaultMachinePlatform() |
|
FailureDomain |
buildFailureDomain(int index) |
|
List<FailureDomain> |
buildFailureDomains() |
|
FailureDomain |
buildFirstFailureDomain() |
|
Host |
buildFirstHost() |
|
VCenter |
buildFirstVcenter() |
|
Host |
buildHost(int index) |
|
List<Host> |
buildHosts() |
|
FailureDomain |
buildLastFailureDomain() |
|
Host |
buildLastHost() |
|
VCenter |
buildLastVcenter() |
|
FailureDomain |
buildMatchingFailureDomain(Predicate<FailureDomainBuilder> predicate) |
|
Host |
buildMatchingHost(Predicate<HostBuilder> predicate) |
|
VCenter |
buildMatchingVcenter(Predicate<VCenterBuilder> predicate) |
|
VCenter |
buildVcenter(int index) |
|
List<VCenter> |
buildVcenters() |
|
protected void |
copyInstance(Platform instance) |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
|
PlatformFluent.FailureDomainsNested<A> |
editFailureDomain(int index) |
|
PlatformFluent.FailureDomainsNested<A> |
editFirstFailureDomain() |
|
PlatformFluent.HostsNested<A> |
editFirstHost() |
|
PlatformFluent.VcentersNested<A> |
editFirstVcenter() |
|
PlatformFluent.HostsNested<A> |
editHost(int index) |
|
PlatformFluent.FailureDomainsNested<A> |
editLastFailureDomain() |
|
PlatformFluent.HostsNested<A> |
editLastHost() |
|
PlatformFluent.VcentersNested<A> |
editLastVcenter() |
|
PlatformFluent.FailureDomainsNested<A> |
editMatchingFailureDomain(Predicate<FailureDomainBuilder> predicate) |
|
PlatformFluent.HostsNested<A> |
editMatchingHost(Predicate<HostBuilder> predicate) |
|
PlatformFluent.VcentersNested<A> |
editMatchingVcenter(Predicate<VCenterBuilder> predicate) |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
|
PlatformFluent.VcentersNested<A> |
editVcenter(int index) |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
String |
getApiVIP() |
|
String |
getApiVIP(int index) |
|
List<String> |
getApiVIPs() |
|
String |
getCluster() |
|
String |
getClusterOSImage() |
|
String |
getDatacenter() |
|
String |
getDefaultDatastore() |
|
String |
getDiskType() |
|
String |
getFirstApiVIP() |
|
String |
getFirstIngressVIP() |
|
String |
getFolder() |
|
String |
getIngressVIP() |
|
String |
getIngressVIP(int index) |
|
List<String> |
getIngressVIPs() |
|
String |
getLastApiVIP() |
|
String |
getLastIngressVIP() |
|
io.fabric8.openshift.api.model.config.v1.VSpherePlatformLoadBalancer |
getLoadBalancer() |
|
String |
getMatchingApiVIP(Predicate<String> predicate) |
|
String |
getMatchingIngressVIP(Predicate<String> predicate) |
|
String |
getNetwork() |
|
io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworking |
getNodeNetworking() |
|
String |
getPassword() |
|
String |
getResourcePool() |
|
String |
getUsername() |
|
String |
getVCenter() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasApiVIP() |
|
boolean |
hasApiVIPs() |
|
boolean |
hasCluster() |
|
boolean |
hasClusterOSImage() |
|
boolean |
hasDatacenter() |
|
boolean |
hasDefaultDatastore() |
|
boolean |
hasDefaultMachinePlatform() |
|
boolean |
hasDiskType() |
|
boolean |
hasFailureDomains() |
|
boolean |
hasFolder() |
|
int |
hashCode() |
|
boolean |
hasHosts() |
|
boolean |
hasIngressVIP() |
|
boolean |
hasIngressVIPs() |
|
boolean |
hasLoadBalancer() |
|
boolean |
hasMatchingApiVIP(Predicate<String> predicate) |
|
boolean |
hasMatchingFailureDomain(Predicate<FailureDomainBuilder> predicate) |
|
boolean |
hasMatchingHost(Predicate<HostBuilder> predicate) |
|
boolean |
hasMatchingIngressVIP(Predicate<String> predicate) |
|
boolean |
hasMatchingVcenter(Predicate<VCenterBuilder> predicate) |
|
boolean |
hasNetwork() |
|
boolean |
hasNodeNetworking() |
|
boolean |
hasPassword() |
|
boolean |
hasResourcePool() |
|
boolean |
hasUsername() |
|
boolean |
hasVCenter() |
|
boolean |
hasVcenters() |
|
A |
removeAllFromApiVIPs(Collection<String> items) |
|
A |
removeAllFromFailureDomains(Collection<FailureDomain> items) |
|
A |
removeAllFromHosts(Collection<Host> items) |
|
A |
removeAllFromIngressVIPs(Collection<String> items) |
|
A |
removeAllFromVcenters(Collection<VCenter> items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromApiVIPs(String... items) |
|
A |
removeFromFailureDomains(FailureDomain... items) |
|
A |
removeFromHosts(Host... items) |
|
A |
removeFromIngressVIPs(String... items) |
|
A |
removeFromVcenters(VCenter... items) |
|
A |
removeMatchingFromFailureDomains(Predicate<FailureDomainBuilder> predicate) |
|
A |
removeMatchingFromHosts(Predicate<HostBuilder> predicate) |
|
A |
removeMatchingFromVcenters(Predicate<VCenterBuilder> predicate) |
|
PlatformFluent.FailureDomainsNested<A> |
setNewFailureDomainLike(int index,
FailureDomain item) |
|
PlatformFluent.HostsNested<A> |
setNewHostLike(int index,
Host item) |
|
PlatformFluent.VcentersNested<A> |
setNewVcenterLike(int index,
VCenter item) |
|
A |
setToApiVIPs(int index,
String item) |
|
A |
setToFailureDomains(int index,
FailureDomain item) |
|
A |
setToHosts(int index,
Host item) |
|
A |
setToIngressVIPs(int index,
String item) |
|
A |
setToVcenters(int index,
VCenter item) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withApiVIP(String apiVIP) |
|
A |
withApiVIPs(String... apiVIPs) |
|
A |
withApiVIPs(List<String> apiVIPs) |
|
A |
withCluster(String cluster) |
|
A |
withClusterOSImage(String clusterOSImage) |
|
A |
withDatacenter(String datacenter) |
|
A |
withDefaultDatastore(String defaultDatastore) |
|
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
|
A |
withDiskType(String diskType) |
|
A |
withFailureDomains(FailureDomain... failureDomains) |
|
A |
withFailureDomains(List<FailureDomain> failureDomains) |
|
A |
withFolder(String folder) |
|
A |
withHosts(Host... hosts) |
|
A |
withHosts(List<Host> hosts) |
|
A |
withIngressVIP(String ingressVIP) |
|
A |
withIngressVIPs(String... ingressVIPs) |
|
A |
withIngressVIPs(List<String> ingressVIPs) |
|
A |
withLoadBalancer(io.fabric8.openshift.api.model.config.v1.VSpherePlatformLoadBalancer loadBalancer) |
|
A |
withNetwork(String network) |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
|
A |
withNewLoadBalancer(String type) |
|
A |
withNodeNetworking(io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworking nodeNetworking) |
|
A |
withPassword(String password) |
|
A |
withResourcePool(String resourcePool) |
|
A |
withUsername(String username) |
|
A |
withVCenter(String vCenter) |
|
A |
withVcenters(VCenter... vcenters) |
|
A |
withVcenters(List<VCenter> vcenters) |
|