ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs

data class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs(val accelerators: Output<List<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>>? = null, val diskConfig: Output<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigArgs>? = null, val instanceNames: Output<List<String>>? = null, val machineType: Output<String>? = null, val minCpuPlatform: Output<String>? = null, val numInstances: Output<Int>? = null) : ConvertibleToJava<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs>

Constructors

constructor(accelerators: Output<List<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>>? = null, diskConfig: Output<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigArgs>? = 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
val instanceNames: Output<List<String>>? = null

List of auxiliary node group instance names which have been assigned to the cluster.

Link copied to clipboard
val machineType: Output<String>? = null

The name of a Google Compute Engine machine type to create for the node group. If not specified, GCP will default to a predetermined computed value (currently n1-standard-4).

Link copied to clipboard
val minCpuPlatform: Output<String>? = null

The name of a minimum generation of CPU family for the node group. 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
val numInstances: Output<Int>? = null

Specifies the number of master nodes to create. Please set a number greater than 0. Node Group must have at least 1 instance.

Functions

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