| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.ibmcloud.v1 |
| Modifier and Type | Method and Description |
|---|---|
BootVolume |
BootVolumeBuilder.build() |
BootVolume |
MachinePoolFluent.buildBootVolume() |
BootVolume |
MachinePoolFluentImpl.buildBootVolume() |
BootVolume |
MachinePoolFluent.getBootVolume()
Deprecated.
|
BootVolume |
MachinePoolFluentImpl.getBootVolume()
Deprecated.
|
BootVolume |
MachinePool.getBootVolume() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolFluent.BootVolumeNested<A> |
MachinePoolFluent.editOrNewBootVolumeLike(BootVolume item) |
MachinePoolFluent.BootVolumeNested<A> |
MachinePoolFluentImpl.editOrNewBootVolumeLike(BootVolume item) |
void |
MachinePool.setBootVolume(BootVolume bootVolume) |
A |
MachinePoolFluent.withBootVolume(BootVolume bootVolume) |
A |
MachinePoolFluentImpl.withBootVolume(BootVolume bootVolume) |
MachinePoolFluent.BootVolumeNested<A> |
MachinePoolFluent.withNewBootVolumeLike(BootVolume item) |
MachinePoolFluent.BootVolumeNested<A> |
MachinePoolFluentImpl.withNewBootVolumeLike(BootVolume item) |
| Constructor and Description |
|---|
BootVolumeBuilder(BootVolume instance) |
BootVolumeBuilder(BootVolume instance,
Boolean validationEnabled) |
BootVolumeBuilder(BootVolumeFluent<?> fluent,
BootVolume instance) |
BootVolumeBuilder(BootVolumeFluent<?> fluent,
BootVolume instance,
Boolean validationEnabled) |
BootVolumeFluentImpl(BootVolume instance) |
MachinePool(BootVolume bootVolume,
List<DedicatedHost> dedicatedHosts,
String type,
List<String> zones) |
Copyright © 2015–2022 Red Hat. All rights reserved.