| Package | Description |
|---|---|
| com.amazonaws.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
CPU |
CPU.clone() |
CPU |
CPU.withCores(Long cores)
The number of CPU cores on the source server.
|
CPU |
CPU.withModelName(String modelName)
The source server's CPU model name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CPU> |
SourceProperties.getCpus()
Source Server CPUs.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties |
SourceProperties.withCpus(CPU... cpus)
Source Server CPUs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceProperties.setCpus(Collection<CPU> cpus)
Source Server CPUs.
|
SourceProperties |
SourceProperties.withCpus(Collection<CPU> cpus)
Source Server CPUs.
|
Copyright © 2022. All rights reserved.