| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.aws.v1 |
| Modifier and Type | Method and Description |
|---|---|
EC2RootVolume |
EC2RootVolumeBuilder.build() |
EC2RootVolume |
MachinePoolFluent.buildRootVolume() |
EC2RootVolume |
MachinePoolFluentImpl.buildRootVolume() |
EC2RootVolume |
MachinePoolFluent.getRootVolume()
Deprecated.
|
EC2RootVolume |
MachinePoolFluentImpl.getRootVolume()
Deprecated.
|
EC2RootVolume |
MachinePool.getRootVolume() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolFluent.RootVolumeNested<A> |
MachinePoolFluent.editOrNewRootVolumeLike(EC2RootVolume item) |
MachinePoolFluent.RootVolumeNested<A> |
MachinePoolFluentImpl.editOrNewRootVolumeLike(EC2RootVolume item) |
void |
MachinePool.setRootVolume(EC2RootVolume rootVolume) |
MachinePoolFluent.RootVolumeNested<A> |
MachinePoolFluent.withNewRootVolumeLike(EC2RootVolume item) |
MachinePoolFluent.RootVolumeNested<A> |
MachinePoolFluentImpl.withNewRootVolumeLike(EC2RootVolume item) |
A |
MachinePoolFluent.withRootVolume(EC2RootVolume rootVolume) |
A |
MachinePoolFluentImpl.withRootVolume(EC2RootVolume rootVolume) |
| Constructor and Description |
|---|
EC2RootVolumeBuilder(EC2RootVolume instance) |
EC2RootVolumeBuilder(EC2RootVolume instance,
Boolean validationEnabled) |
EC2RootVolumeBuilder(EC2RootVolumeFluent<?> fluent,
EC2RootVolume instance) |
EC2RootVolumeBuilder(EC2RootVolumeFluent<?> fluent,
EC2RootVolume instance,
Boolean validationEnabled) |
EC2RootVolumeFluentImpl(EC2RootVolume instance) |
MachinePool(String amiID,
String iamRole,
EC2RootVolume rootVolume,
String type,
List<String> zones) |
Copyright © 2015–2022 Red Hat. All rights reserved.