Fleet Compute Configuration
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)