GetDedicatedHostAvailableCapacityAvailableInstanceCapacity class
Constructors
-
GetDedicatedHostAvailableCapacityAvailableInstanceCapacity({required Input<
int> availableCapacity, required Input<String> instanceType, required Input<int> totalCapacity}) -
Creates a new GetDedicatedHostAvailableCapacityAvailableInstanceCapacity.
availableCapacityThe number of instances that can be launched onto the Dedicated Host based on the host's available capacity.instanceTypeThe instance type of the running instance.totalCapacityThe total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.const -
GetDedicatedHostAvailableCapacityAvailableInstanceCapacity.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
availableCapacity
→ Input<
int> -
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instanceType
→ Input<
String> -
The instance type of the running instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
totalCapacity
→ Input<
int> -
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited