Package-level declarations
Types
Link copied to clipboard
WorkstationCluster can be imported using any of these accepted formats
Link copied to clipboard
data class WorkstationClusterArgs(val annotations: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val network: Output<String>? = null, val privateClusterConfig: Output<WorkstationClusterPrivateClusterConfigArgs>? = null, val project: Output<String>? = null, val subnetwork: Output<String>? = null, val workstationClusterId: Output<String>? = null) : ConvertibleToJava<WorkstationClusterArgs>
WorkstationCluster can be imported using any of these accepted formats
Link copied to clipboard
Builder for WorkstationClusterArgs.
Link copied to clipboard
Link copied to clipboard
Builder for WorkstationCluster.
Functions
Link copied to clipboard
suspend fun workstationClusterResource(name: String, block: suspend WorkstationClusterResourceBuilder.() -> Unit): WorkstationCluster