Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private HostProperties |
Host.hostProperties
The hardware specifications of the Dedicated host.
|
Modifier and Type | Method and Description |
---|---|
HostProperties |
HostProperties.clone() |
HostProperties |
Host.getHostProperties()
The hardware specifications of the Dedicated host.
|
HostProperties |
HostProperties.withCores(java.lang.Integer cores)
The number of cores on the Dedicated host.
|
HostProperties |
HostProperties.withInstanceType(java.lang.String instanceType)
The instance type size that the Dedicated host supports (for example,
m3.medium).
|
HostProperties |
HostProperties.withSockets(java.lang.Integer sockets)
The number of sockets on the Dedicated host.
|
HostProperties |
HostProperties.withTotalVCpus(java.lang.Integer totalVCpus)
The 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.
|
Modifier and Type | Method and Description |
---|---|
HostProperties |
HostPropertiesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |