FleetComputeConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disk: Int? = null

Amount of disk space of the instance type included in the fleet.

Link copied to clipboard
val machineType: String? = null

Machine type of the instance type included in the fleet. Valid values: GENERAL, NVME.

Link copied to clipboard
val memory: Int? = null

Amount of memory of the instance type included in the fleet.

Link copied to clipboard
val vcpu: Int? = null

Number of vCPUs of the instance type included in the fleet.