| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.ibmcloud.v1 |
| Modifier and Type | Method and Description |
|---|---|
DedicatedHost |
DedicatedHostBuilder.build() |
DedicatedHost |
MachinePoolFluent.buildDedicatedHost(int index) |
DedicatedHost |
MachinePoolFluent.buildFirstDedicatedHost() |
DedicatedHost |
MachinePoolFluent.buildLastDedicatedHost() |
DedicatedHost |
MachinePoolFluent.buildMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<DedicatedHost> |
MachinePoolFluent.buildDedicatedHosts() |
List<DedicatedHost> |
MachinePool.getDedicatedHosts() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolFluent.DedicatedHostsNested<A> |
MachinePoolFluent.addNewDedicatedHostLike(DedicatedHost item) |
A |
MachinePoolFluent.addToDedicatedHosts(DedicatedHost... items) |
A |
MachinePoolFluent.addToDedicatedHosts(int index,
DedicatedHost item) |
protected void |
DedicatedHostFluent.copyInstance(DedicatedHost instance) |
A |
MachinePoolFluent.removeFromDedicatedHosts(DedicatedHost... items) |
MachinePoolFluent.DedicatedHostsNested<A> |
MachinePoolFluent.setNewDedicatedHostLike(int index,
DedicatedHost item) |
A |
MachinePoolFluent.setToDedicatedHosts(int index,
DedicatedHost item) |
A |
MachinePoolFluent.withDedicatedHosts(DedicatedHost... dedicatedHosts) |
| Modifier and Type | Method and Description |
|---|---|
A |
MachinePoolFluent.addAllToDedicatedHosts(Collection<DedicatedHost> items) |
A |
MachinePoolFluent.removeAllFromDedicatedHosts(Collection<DedicatedHost> items) |
void |
MachinePool.setDedicatedHosts(List<DedicatedHost> dedicatedHosts) |
A |
MachinePoolFluent.withDedicatedHosts(List<DedicatedHost> dedicatedHosts) |
| Constructor and Description |
|---|
DedicatedHostBuilder(DedicatedHost instance) |
DedicatedHostBuilder(DedicatedHostFluent<?> fluent,
DedicatedHost instance) |
DedicatedHostFluent(DedicatedHost instance) |
| Constructor and Description |
|---|
MachinePool(BootVolume bootVolume,
List<DedicatedHost> dedicatedHosts,
String type,
List<String> zones) |
Copyright © 2015–2023 Red Hat. All rights reserved.