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

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