All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToApiVIPs(Collection<String> items) |
A |
addAllToFailureDomains(Collection<FailureDomain> items) |
A |
addAllToIngressVIPs(Collection<String> items) |
A |
addAllToVcenters(Collection<VCenter> items) |
PlatformFluent.FailureDomainsNested<A> |
addNewFailureDomain() |
PlatformFluent.FailureDomainsNested<A> |
addNewFailureDomainLike(FailureDomain item) |
PlatformFluent.VcentersNested<A> |
addNewVcenter() |
PlatformFluent.VcentersNested<A> |
addNewVcenterLike(VCenter item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToApiVIPs(int index,
String item) |
A |
addToApiVIPs(String... items) |
A |
addToFailureDomains(FailureDomain... items) |
A |
addToFailureDomains(int index,
FailureDomain item) |
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() |
VCenter |
buildFirstVcenter() |
FailureDomain |
buildLastFailureDomain() |
VCenter |
buildLastVcenter() |
FailureDomain |
buildMatchingFailureDomain(Predicate<FailureDomainBuilder> 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.VcentersNested<A> |
editFirstVcenter() |
PlatformFluent.FailureDomainsNested<A> |
editLastFailureDomain() |
PlatformFluent.VcentersNested<A> |
editLastVcenter() |
PlatformFluent.FailureDomainsNested<A> |
editMatchingFailureDomain(Predicate<FailureDomainBuilder> 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() |
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 |
hasIngressVIP() |
boolean |
hasIngressVIPs() |
boolean |
hasLoadBalancer() |
boolean |
hasMatchingApiVIP(Predicate<String> predicate) |
boolean |
hasMatchingFailureDomain(Predicate<FailureDomainBuilder> predicate) |
boolean |
hasMatchingIngressVIP(Predicate<String> predicate) |
boolean |
hasMatchingVcenter(Predicate<VCenterBuilder> predicate) |
boolean |
hasNetwork() |
boolean |
hasPassword() |
boolean |
hasResourcePool() |
boolean |
hasUsername() |
boolean |
hasVCenter() |
boolean |
hasVcenters() |
A |
removeAllFromApiVIPs(Collection<String> items) |
A |
removeAllFromFailureDomains(Collection<FailureDomain> items) |
A |
removeAllFromIngressVIPs(Collection<String> items) |
A |
removeAllFromVcenters(Collection<VCenter> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromApiVIPs(String... items) |
A |
removeFromFailureDomains(FailureDomain... items) |
A |
removeFromIngressVIPs(String... items) |
A |
removeFromVcenters(VCenter... items) |
A |
removeMatchingFromFailureDomains(Predicate<FailureDomainBuilder> predicate) |
A |
removeMatchingFromVcenters(Predicate<VCenterBuilder> predicate) |
PlatformFluent.FailureDomainsNested<A> |
setNewFailureDomainLike(int index,
FailureDomain item) |
PlatformFluent.VcentersNested<A> |
setNewVcenterLike(int index,
VCenter item) |
A |
setToApiVIPs(int index,
String item) |
A |
setToFailureDomains(int index,
FailureDomain 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(List<String> apiVIPs) |
A |
withApiVIPs(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 |
withIngressVIP(String ingressVIP) |
A |
withIngressVIPs(List<String> ingressVIPs) |
A |
withIngressVIPs(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 |
withPassword(String password) |
A |
withResourcePool(String resourcePool) |
A |
withUsername(String username) |
A |
withVCenter(String vCenter) |
A |
withVcenters(List<VCenter> vcenters) |
A |
withVcenters(VCenter... vcenters) |