Cluster Cluster Config Master Config
data class ClusterClusterConfigMasterConfig(val accelerators: List<ClusterClusterConfigMasterConfigAccelerator>? = null, val diskConfig: ClusterClusterConfigMasterConfigDiskConfig? = null, val imageUri: String? = null, val instanceNames: List<String>? = null, val machineType: String? = null, val minCpuPlatform: String? = null, val numInstances: Int? = null)
Constructors
Link copied to clipboard
fun ClusterClusterConfigMasterConfig(accelerators: List<ClusterClusterConfigMasterConfigAccelerator>? = null, diskConfig: ClusterClusterConfigMasterConfigDiskConfig? = null, imageUri: String? = null, instanceNames: List<String>? = null, machineType: String? = null, minCpuPlatform: String? = null, numInstances: Int? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The name of a minimum generation of CPU family for the master. If not specified, GCP will default to a predetermined computed value for each zone. See the guide for details about which CPU families are available (and defaulted) for each zone.