FleetComputeConfigurationArgs

data class FleetComputeConfigurationArgs(val disk: Output<Int>? = null, val machineType: Output<String>? = null, val memory: Output<Int>? = null, val vcpu: Output<Int>? = null) : ConvertibleToJava<FleetComputeConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val disk: Output<Int>? = null

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

Link copied to clipboard
val machineType: Output<String>? = null

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

Link copied to clipboard
val memory: Output<Int>? = null

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

Link copied to clipboard
val vcpu: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FleetComputeConfigurationArgs