FleetComputeConfiguration

data class FleetComputeConfiguration(val disk: Int? = null, val instanceType: String? = null, val machineType: FleetComputeConfigurationmachineType? = null, val memory: Int? = null, val vCpu: Int? = null)

Constructors

Link copied to clipboard
constructor(disk: Int? = null, instanceType: String? = null, machineType: FleetComputeConfigurationmachineType? = null, memory: Int? = null, vCpu: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disk: Int? = null

The amount of disk space of the instance type included in your fleet.

Link copied to clipboard
val instanceType: String? = null

The EC2 instance type to be launched in your fleet.

Link copied to clipboard

The machine type of the instance type included in your fleet.

Link copied to clipboard
val memory: Int? = null

The amount of memory of the instance type included in your fleet.

Link copied to clipboard
val vCpu: Int? = null

The number of vCPUs of the instance type included in your fleet.