Skip to content

Commit 61e9d2b

Browse files
feat(workstations): update the api
#### workstations:v1beta The following keys were added: - schemas.PrivateClusterConfig.properties.allowedProjects (Total Keys: 2)
1 parent 036f68b commit 61e9d2b

4 files changed

+27
-8
lines changed

docs/dyn/workstations_v1beta.projects.locations.workstationClusters.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ <h3>Method Details</h3>
141141
&quot;name&quot;: &quot;A String&quot;, # Full name of this resource.
142142
&quot;network&quot;: &quot;A String&quot;, # Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created.
143143
&quot;privateClusterConfig&quot;: { # Configuration options for private clusters. # Configuration for private cluster.
144+
&quot;allowedProjects&quot;: [ # Additional projects that are allowed to attach to the workstation cluster&#x27;s service attachment. By default, the workstation cluster&#x27;s project and the VPC host project (if different) are allowed.
145+
&quot;A String&quot;,
146+
],
144147
&quot;clusterHostname&quot;: &quot;A String&quot;, # Output only. 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.
145148
&quot;enablePrivateEndpoint&quot;: True or False, # Immutable. Whether Workstations endpoint is private.
146149
&quot;serviceAttachmentUri&quot;: &quot;A String&quot;, # Output only. Service attachment URI for the workstation cluster. The service attachemnt 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).
@@ -260,6 +263,9 @@ <h3>Method Details</h3>
260263
&quot;name&quot;: &quot;A String&quot;, # Full name of this resource.
261264
&quot;network&quot;: &quot;A String&quot;, # Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created.
262265
&quot;privateClusterConfig&quot;: { # Configuration options for private clusters. # Configuration for private cluster.
266+
&quot;allowedProjects&quot;: [ # Additional projects that are allowed to attach to the workstation cluster&#x27;s service attachment. By default, the workstation cluster&#x27;s project and the VPC host project (if different) are allowed.
267+
&quot;A String&quot;,
268+
],
263269
&quot;clusterHostname&quot;: &quot;A String&quot;, # Output only. 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.
264270
&quot;enablePrivateEndpoint&quot;: True or False, # Immutable. Whether Workstations endpoint is private.
265271
&quot;serviceAttachmentUri&quot;: &quot;A String&quot;, # Output only. Service attachment URI for the workstation cluster. The service attachemnt 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).
@@ -319,6 +325,9 @@ <h3>Method Details</h3>
319325
&quot;name&quot;: &quot;A String&quot;, # Full name of this resource.
320326
&quot;network&quot;: &quot;A String&quot;, # Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created.
321327
&quot;privateClusterConfig&quot;: { # Configuration options for private clusters. # Configuration for private cluster.
328+
&quot;allowedProjects&quot;: [ # Additional projects that are allowed to attach to the workstation cluster&#x27;s service attachment. By default, the workstation cluster&#x27;s project and the VPC host project (if different) are allowed.
329+
&quot;A String&quot;,
330+
],
322331
&quot;clusterHostname&quot;: &quot;A String&quot;, # Output only. 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.
323332
&quot;enablePrivateEndpoint&quot;: True or False, # Immutable. Whether Workstations endpoint is private.
324333
&quot;serviceAttachmentUri&quot;: &quot;A String&quot;, # Output only. Service attachment URI for the workstation cluster. The service attachemnt 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).
@@ -381,6 +390,9 @@ <h3>Method Details</h3>
381390
&quot;name&quot;: &quot;A String&quot;, # Full name of this resource.
382391
&quot;network&quot;: &quot;A String&quot;, # Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created.
383392
&quot;privateClusterConfig&quot;: { # Configuration options for private clusters. # Configuration for private cluster.
393+
&quot;allowedProjects&quot;: [ # Additional projects that are allowed to attach to the workstation cluster&#x27;s service attachment. By default, the workstation cluster&#x27;s project and the VPC host project (if different) are allowed.
394+
&quot;A String&quot;,
395+
],
384396
&quot;clusterHostname&quot;: &quot;A String&quot;, # Output only. 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.
385397
&quot;enablePrivateEndpoint&quot;: True or False, # Immutable. Whether Workstations endpoint is private.
386398
&quot;serviceAttachmentUri&quot;: &quot;A String&quot;, # Output only. Service attachment URI for the workstation cluster. The service attachemnt 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).

0 commit comments

Comments
 (0)