Workstation Cluster Args
data class WorkstationClusterArgs(val annotations: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val privateClusterConfig: Output<PrivateClusterConfigArgs>? = null, val project: Output<String>? = null, val subnetwork: Output<String>? = null, val workstationClusterId: Output<String>? = null) : ConvertibleToJava<WorkstationClusterArgs>
Creates a new workstation cluster.
Constructors
Link copied to clipboard
constructor(annotations: Output<Map<String, String>>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, network: Output<String>? = null, privateClusterConfig: Output<PrivateClusterConfigArgs>? = null, project: Output<String>? = null, subnetwork: Output<String>? = null, workstationClusterId: Output<String>? = null)
Properties
Link copied to clipboard
Client-specified annotations.
Link copied to clipboard
Human-readable name for this resource.
Link copied to clipboard
Configuration for private cluster.
Link copied to clipboard
Immutable. Name of the Compute Engine subnetwork in which instances associated with this cluster will be created. Must be part of the subnetwork specified for this cluster.
Link copied to clipboard
Required. ID to use for the workstation cluster.