FleetComputeConfiguration class
Constructors
-
FleetComputeConfiguration({Input<int?>? disk, Input<String?>? instanceType, Input<String?>? machineType, Input<int?>? memory, Input<int?>? vcpu})
-
Creates a new FleetComputeConfiguration.
disk Amount of disk space of the instance type included in the fleet.
instanceType EC2 instance type to be launched in the fleet. Specify only if computeType is set to CUSTOM_INSTANCE_TYPE. See Supported instance families.
machineType Machine type of the instance type included in the fleet. Valid values: GENERAL, NVME. Specify only if computeType is set to ATTRIBUTE_BASED_COMPUTE.
memory Amount of memory of the instance type included in the fleet. Specify only if computeType is set to ATTRIBUTE_BASED_COMPUTE.
vcpu Number of vCPUs of the instance type included in the fleet. Specify only if computeType is set to ATTRIBUTE_BASED_COMPUTE.
const
-
FleetComputeConfiguration.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 to be launched in the fleet. Specify only if
computeType is set to CUSTOM_INSTANCE_TYPE. See Supported instance families.
final
-
machineType
→ Input<String?>?
-
Machine type of the instance type included in the fleet. Valid values:
GENERAL, NVME. Specify only if computeType is set to ATTRIBUTE_BASED_COMPUTE.
final
-
memory
→ Input<int?>?
-
Amount of memory of the instance type included in the fleet. Specify only if
computeType is set to ATTRIBUTE_BASED_COMPUTE.
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. Specify only if
computeType is set to ATTRIBUTE_BASED_COMPUTE.
final