ClusterCoreInstanceFleet

data class ClusterCoreInstanceFleet(val id: String? = null, val instanceTypeConfigs: List<ClusterCoreInstanceFleetInstanceTypeConfig>? = null, val launchSpecifications: ClusterCoreInstanceFleetLaunchSpecifications? = null, val name: String? = null, val provisionedOnDemandCapacity: Int? = null, val provisionedSpotCapacity: Int? = null, val targetOnDemandCapacity: Int? = null, val targetSpotCapacity: Int? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, instanceTypeConfigs: List<ClusterCoreInstanceFleetInstanceTypeConfig>? = null, launchSpecifications: ClusterCoreInstanceFleetLaunchSpecifications? = null, name: String? = null, provisionedOnDemandCapacity: Int? = null, provisionedSpotCapacity: Int? = null, targetOnDemandCapacity: Int? = null, targetSpotCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

ID of the cluster.

Link copied to clipboard

Configuration block for instance fleet.

Link copied to clipboard

Configuration block for launch specification.

Link copied to clipboard
val name: String? = null

Friendly name given to the instance fleet.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.

Link copied to clipboard
val targetSpotCapacity: Int? = null

Target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.