| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.ibmcloud.v1 |
| Modifier and Type | Method and Description |
|---|---|
DedicatedHost |
DedicatedHostBuilder.build() |
DedicatedHost |
MachinePoolFluent.buildDedicatedHost(Integer index) |
DedicatedHost |
MachinePoolFluentImpl.buildDedicatedHost(Integer index) |
DedicatedHost |
MachinePoolFluent.buildFirstDedicatedHost() |
DedicatedHost |
MachinePoolFluentImpl.buildFirstDedicatedHost() |
DedicatedHost |
MachinePoolFluent.buildLastDedicatedHost() |
DedicatedHost |
MachinePoolFluentImpl.buildLastDedicatedHost() |
DedicatedHost |
MachinePoolFluent.buildMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate) |
DedicatedHost |
MachinePoolFluentImpl.buildMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<DedicatedHost> |
MachinePoolFluent.buildDedicatedHosts() |
List<DedicatedHost> |
MachinePoolFluentImpl.buildDedicatedHosts() |
List<DedicatedHost> |
MachinePoolFluent.getDedicatedHosts()
Deprecated.
|
List<DedicatedHost> |
MachinePoolFluentImpl.getDedicatedHosts()
Deprecated.
|
List<DedicatedHost> |
MachinePool.getDedicatedHosts() |
| Modifier and Type | Method and Description |
|---|---|
A |
MachinePoolFluent.addAllToDedicatedHosts(Collection<DedicatedHost> items) |
A |
MachinePoolFluentImpl.addAllToDedicatedHosts(Collection<DedicatedHost> items) |
A |
MachinePoolFluent.removeAllFromDedicatedHosts(Collection<DedicatedHost> items) |
A |
MachinePoolFluentImpl.removeAllFromDedicatedHosts(Collection<DedicatedHost> items) |
void |
MachinePool.setDedicatedHosts(List<DedicatedHost> dedicatedHosts) |
A |
MachinePoolFluent.withDedicatedHosts(List<DedicatedHost> dedicatedHosts) |
A |
MachinePoolFluentImpl.withDedicatedHosts(List<DedicatedHost> dedicatedHosts) |
| Constructor and Description |
|---|
DedicatedHostBuilder(DedicatedHost instance) |
DedicatedHostBuilder(DedicatedHost instance,
Boolean validationEnabled) |
DedicatedHostBuilder(DedicatedHostFluent<?> fluent,
DedicatedHost instance) |
DedicatedHostBuilder(DedicatedHostFluent<?> fluent,
DedicatedHost instance,
Boolean validationEnabled) |
DedicatedHostFluentImpl(DedicatedHost instance) |
| Constructor and Description |
|---|
MachinePool(BootVolume bootVolume,
List<DedicatedHost> dedicatedHosts,
String type,
List<String> zones) |
Copyright © 2015–2022 Red Hat. All rights reserved.