GetFleetComputeConfiguration class
Constructors
-
GetFleetComputeConfiguration({required Input<int> disk, required Input<String> instanceType, required Input<String> machineType, required Input<int> memory, required Input<int> vcpu})
-
Creates a new GetFleetComputeConfiguration.
disk Amount of disk space of the instance type included in the fleet.
instanceType EC2 instance type in the fleet.
machineType Machine type of the instance type included in the fleet.
memory Amount of memory of the instance type included in the fleet.
vcpu Number of vCPUs of the instance type included in the fleet.
const
-
GetFleetComputeConfiguration.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
disk
→ Input<int>
-
Amount of disk space of the instance type included in the fleet.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
instanceType
→ Input<String>
-
EC2 instance type in the fleet.
final
-
machineType
→ Input<String>
-
Machine type of the instance type included in the fleet.
final
-
memory
→ Input<int>
-
Amount of memory of the instance type included in the fleet.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
vcpu
→ Input<int>
-
Number of vCPUs of the instance type included in the fleet.
final