Class WorkstationClusterPrivateClusterConfig


  • public final class WorkstationClusterPrivateClusterConfig
    extends java.lang.Object
    • Method Detail

      • allowedProjects

        public java.util.List<java.lang.String> allowedProjects()
        Returns:
        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.
      • clusterHostname

        public java.util.Optional<java.lang.String> clusterHostname()
        Returns:
        (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.
      • enablePrivateEndpoint

        public java.lang.Boolean enablePrivateEndpoint()
        Returns:
        Whether Workstations endpoint is private.
      • serviceAttachmentUri

        public java.util.Optional<java.lang.String> serviceAttachmentUri()
        Returns:
        (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].