WorkstationClusterPrivateClusterConfig

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

Constructors

Link copied to clipboard
constructor(allowedProjects: List<String>? = null, clusterHostname: String? = null, enablePrivateEndpoint: Boolean, serviceAttachmentUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: 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

(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.