| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.ovirt.v1 |
| Modifier and Type | Method and Description |
|---|---|
CPU |
CPUBuilder.build() |
CPU |
MachinePoolFluent.buildCpu() |
CPU |
MachinePoolFluentImpl.buildCpu() |
CPU |
MachinePoolFluent.getCpu()
Deprecated.
|
CPU |
MachinePoolFluentImpl.getCpu()
Deprecated.
|
CPU |
MachinePool.getCpu() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolFluent.CpuNested<A> |
MachinePoolFluent.editOrNewCpuLike(CPU item) |
MachinePoolFluent.CpuNested<A> |
MachinePoolFluentImpl.editOrNewCpuLike(CPU item) |
void |
MachinePool.setCpu(CPU cpu) |
A |
MachinePoolFluent.withCpu(CPU cpu) |
A |
MachinePoolFluentImpl.withCpu(CPU cpu) |
MachinePoolFluent.CpuNested<A> |
MachinePoolFluent.withNewCpuLike(CPU item) |
MachinePoolFluent.CpuNested<A> |
MachinePoolFluentImpl.withNewCpuLike(CPU item) |
| Constructor and Description |
|---|
CPUBuilder(CPU instance) |
CPUBuilder(CPU instance,
Boolean validationEnabled) |
CPUBuilder(CPUFluent<?> fluent,
CPU instance) |
CPUBuilder(CPUFluent<?> fluent,
CPU instance,
Boolean validationEnabled) |
CPUFluentImpl(CPU instance) |
MachinePool(List<String> affinityGroupsNames,
String autoPinningPolicy,
CPU cpu,
Integer hugepages,
String instanceTypeID,
Integer memoryMB,
Disk osDisk,
String vmType) |
Copyright © 2015–2022 Red Hat. All rights reserved.