FleetComputeConfigurationArgs

data class FleetComputeConfigurationArgs(val disk: Output<Int>? = null, val machineType: Output<FleetComputeConfigurationmachineType>? = 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<FleetComputeConfigurationmachineType>? = null, memory: Output<Int>? = null, vCpu: Output<Int>? = null)

Properties

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

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

Link copied to clipboard

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

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

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

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

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

Functions

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