Cluster Cluster Config Master Config Args
data class ClusterClusterConfigMasterConfigArgs(val accelerators: Output<List<ClusterClusterConfigMasterConfigAcceleratorArgs>>? = null, val diskConfig: Output<ClusterClusterConfigMasterConfigDiskConfigArgs>? = null, val imageUri: Output<String>? = null, val instanceNames: Output<List<String>>? = null, val machineType: Output<String>? = null, val minCpuPlatform: Output<String>? = null, val numInstances: Output<Int>? = null) : ConvertibleToJava<ClusterClusterConfigMasterConfigArgs>
Constructors
Link copied to clipboard
constructor(accelerators: Output<List<ClusterClusterConfigMasterConfigAcceleratorArgs>>? = null, diskConfig: Output<ClusterClusterConfigMasterConfigDiskConfigArgs>? = null, imageUri: Output<String>? = null, instanceNames: Output<List<String>>? = null, machineType: Output<String>? = null, minCpuPlatform: Output<String>? = null, numInstances: Output<Int>? = null)
Properties
Link copied to clipboard
The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
Link copied to clipboard
Disk Config
Link copied to clipboard
List of master instance names which have been assigned to the cluster.
Link copied to clipboard
The name of a Google Compute Engine machine type to create for the master. If not specified, GCP will default to a predetermined computed value (currently n1-standard-4
).
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.
Link copied to clipboard
Specifies the number of master nodes to create. If not specified, GCP will default to a predetermined computed value (currently 1).