Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AvailableCapacity |
AvailableCapacity.clone() |
AvailableCapacity |
Host.getAvailableCapacity()
The number of new instances that can be launched onto the Dedicated host.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
AvailableCapacity |
AvailableCapacity.withAvailableVCpus(Integer availableVCpus)
The number of vCPUs available on the Dedicated host.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setAvailableCapacity(AvailableCapacity availableCapacity)
The number of new instances that can be launched onto the Dedicated host.
|
Host |
Host.withAvailableCapacity(AvailableCapacity availableCapacity)
The number of new instances that can be launched onto the Dedicated host.
|
Copyright © 2018. All rights reserved.