| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.vsphere.v1 |
| Modifier and Type | Method and Description |
|---|---|
VCenter |
VCenterBuilder.build() |
VCenter |
PlatformFluent.buildFirstVcenter() |
VCenter |
PlatformFluent.buildLastVcenter() |
VCenter |
PlatformFluent.buildMatchingVcenter(Predicate<VCenterBuilder> predicate) |
VCenter |
PlatformFluent.buildVcenter(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<VCenter> |
PlatformFluent.buildVcenters() |
List<VCenter> |
Platform.getVcenters() |
| Modifier and Type | Method and Description |
|---|---|
PlatformFluent.VcentersNested<A> |
PlatformFluent.addNewVcenterLike(VCenter item) |
A |
PlatformFluent.addToVcenters(int index,
VCenter item) |
A |
PlatformFluent.addToVcenters(VCenter... items) |
protected void |
VCenterFluent.copyInstance(VCenter instance) |
A |
PlatformFluent.removeFromVcenters(VCenter... items) |
PlatformFluent.VcentersNested<A> |
PlatformFluent.setNewVcenterLike(int index,
VCenter item) |
A |
PlatformFluent.setToVcenters(int index,
VCenter item) |
A |
PlatformFluent.withVcenters(VCenter... vcenters) |
| Modifier and Type | Method and Description |
|---|---|
A |
PlatformFluent.addAllToVcenters(Collection<VCenter> items) |
A |
PlatformFluent.removeAllFromVcenters(Collection<VCenter> items) |
void |
Platform.setVcenters(List<VCenter> vcenters) |
A |
PlatformFluent.withVcenters(List<VCenter> vcenters) |
| Constructor and Description |
|---|
VCenterBuilder(VCenter instance) |
VCenterBuilder(VCenterFluent<?> fluent,
VCenter instance) |
VCenterFluent(VCenter instance) |
| Constructor and Description |
|---|
Platform(String apiVIP,
List<String> apiVIPs,
String cluster,
String clusterOSImage,
String datacenter,
String defaultDatastore,
MachinePool defaultMachinePlatform,
String diskType,
List<FailureDomain> failureDomains,
String folder,
String ingressVIP,
List<String> ingressVIPs,
io.fabric8.openshift.api.model.config.v1.VSpherePlatformLoadBalancer loadBalancer,
String network,
String password,
String resourcePool,
String username,
String vCenter,
List<VCenter> vcenters) |
Copyright © 2015–2024 Red Hat. All rights reserved.