GetFleetComputeConfiguration

data class GetFleetComputeConfiguration(val disk: Int, val machineType: String, val memory: Int, val vcpu: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disk: Int

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

Link copied to clipboard

Machine type of the instance type included in the fleet.

Link copied to clipboard
val memory: Int

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

Link copied to clipboard
val vcpu: Int

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