Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
HostProperties |
HostProperties.clone() |
HostProperties |
Host.getHostProperties()
The hardware specifications of the Dedicated Host.
|
HostProperties |
HostProperties.withCores(Integer cores)
The number of cores on the Dedicated Host.
|
HostProperties |
HostProperties.withInstanceFamily(String instanceFamily)
The instance family supported by the Dedicated Host.
|
HostProperties |
HostProperties.withInstanceType(String instanceType)
The instance type supported by the Dedicated Host.
|
HostProperties |
HostProperties.withSockets(Integer sockets)
The number of sockets on the Dedicated Host.
|
HostProperties |
HostProperties.withTotalVCpus(Integer totalVCpus)
The total number of vCPUs on the Dedicated Host.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setHostProperties(HostProperties hostProperties)
The hardware specifications of the Dedicated Host.
|
Host |
Host.withHostProperties(HostProperties hostProperties)
The hardware specifications of the Dedicated Host.
|
Copyright © 2021. All rights reserved.