WorkstationClusterPrivateClusterConfigArgs

data class WorkstationClusterPrivateClusterConfigArgs(val allowedProjects: Output<List<String>>? = null, val clusterHostname: Output<String>? = null, val enablePrivateEndpoint: Output<Boolean>, val serviceAttachmentUri: Output<String>? = null) : ConvertibleToJava<WorkstationClusterPrivateClusterConfigArgs>

Constructors

constructor(allowedProjects: Output<List<String>>? = null, clusterHostname: Output<String>? = null, enablePrivateEndpoint: Output<Boolean>, serviceAttachmentUri: Output<String>? = null)

Properties

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

Additional project IDs that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed.

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

(Output) Hostname for the workstation cluster. This field will be populated only when private endpoint is enabled. To access workstations in the cluster, create a new DNS zone mapping this domain name to an internal IP address and a forwarding rule mapping that address to the service attachment.

Link copied to clipboard

Whether Workstations endpoint is private.

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

(Output) Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the cluster, configure access to the managed service using (Private Service Connect)https://cloud.google.com/vpc/docs/configure-private-service-connect-services.

Functions

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