Cluster Args
data class ClusterArgs(val clusterConfig: Output<ClusterConfigArgs>? = null, val clusterId: Output<String>? = null, val defaultStorageType: Output<ClusterDefaultStorageType>? = null, val encryptionConfig: Output<EncryptionConfigArgs>? = null, val instanceId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val serveNodes: Output<Int>? = null) : ConvertibleToJava<ClusterArgs>
Creates a cluster within an instance. Note that exactly one of Cluster.serve_nodes and Cluster.cluster_config.cluster_autoscaling_config can be set. If serve_nodes is set to non-zero, then the cluster is manually scaled. If cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is enabled.
Constructors
Link copied to clipboard
fun ClusterArgs(clusterConfig: Output<ClusterConfigArgs>? = null, clusterId: Output<String>? = null, defaultStorageType: Output<ClusterDefaultStorageType>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, instanceId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serveNodes: Output<Int>? = null)