google-apis-workstations_v1beta 0.31.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11a34e75cc4dcf22a814cce9047028cf9d267dc23670ff0cc59261c8afa17346
|
4
|
+
data.tar.gz: 307c7931c8b344733905dd796a65f579f0124c6bc1c695a58a19c304ba9bf622
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9320314df4dfad9e2b6f4cd61152b37917e544cb44ac2e72faa50819b09bc5934af75aad334fe49adee932803161226b0ef7116e8085fd9b926b826895cb4510
|
7
|
+
data.tar.gz: 2125d3270811a424d66eb7cb3bbe70ec589c2b16a9a570314b7e967ba1c63f09ff53da9088d2e585a741fa296010dc928aa958d915a477b6b61ca64dbf836a55
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-workstations_v1beta
|
2
2
|
|
3
|
+
### v0.33.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241009
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.32.0 (2024-07-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240716
|
11
|
+
|
3
12
|
### v0.31.0 (2024-06-26)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240619
|
@@ -237,35 +237,29 @@ module Google
|
|
237
237
|
attr_accessor :boot_disk_size_gb
|
238
238
|
|
239
239
|
# Optional. Whether to enable nested virtualization on boosted Cloud
|
240
|
-
# Workstations VMs running using this boost configuration.
|
241
|
-
# lets you run virtual machine (VM) instances inside your
|
242
|
-
# enabling nested virtualization, consider the following
|
243
|
-
# considerations. Cloud Workstations instances are subject to the [
|
244
|
-
# restrictions as Compute Engine instances](https://cloud.google.com/
|
245
|
-
# docs/instances/nested-virtualization/overview#restrictions): * **
|
246
|
-
# policy**: projects, folders, or organizations may be restricted
|
247
|
-
# nested VMs if the **Disable VM nested virtualization**
|
248
|
-
# in the organization policy. For more information, see
|
249
|
-
# section, [Checking whether nested virtualization is allowed]
|
250
|
-
# google.com/compute/docs/instances/nested-virtualization/
|
251
|
-
# checking_whether_nested_virtualization_is_allowed). * **
|
252
|
-
# VMs might experience a 10% or greater decrease in
|
253
|
-
# that are CPU-bound and possibly greater than a 10%
|
254
|
-
# are input/output bound. * **Machine Type**: nested
|
255
|
-
# enabled on boost configurations that specify a
|
256
|
-
#
|
257
|
-
# configurations with accelerators. * **Operating System**: Because [Container-
|
258
|
-
# Optimized OS](https://cloud.google.com/compute/docs/images/os-details#
|
259
|
-
# container-optimized_os_cos) does not support nested virtualization, when
|
260
|
-
# nested virtualization is enabled, the underlying Compute Engine VM instances
|
261
|
-
# boot from an [Ubuntu LTS](https://cloud.google.com/compute/docs/images/os-
|
262
|
-
# details#ubuntu_lts) image. Defaults to false.
|
240
|
+
# Workstations VMs running using this boost configuration. Defaults to false.
|
241
|
+
# Nested virtualization lets you run virtual machine (VM) instances inside your
|
242
|
+
# workstation. Before enabling nested virtualization, consider the following
|
243
|
+
# important considerations. Cloud Workstations instances are subject to the [
|
244
|
+
# same restrictions as Compute Engine instances](https://cloud.google.com/
|
245
|
+
# compute/docs/instances/nested-virtualization/overview#restrictions): * **
|
246
|
+
# Organization policy**: projects, folders, or organizations may be restricted
|
247
|
+
# from creating nested VMs if the **Disable VM nested virtualization**
|
248
|
+
# constraint is enforced in the organization policy. For more information, see
|
249
|
+
# the Compute Engine section, [Checking whether nested virtualization is allowed]
|
250
|
+
# (https://cloud.google.com/compute/docs/instances/nested-virtualization/
|
251
|
+
# managing-constraint#checking_whether_nested_virtualization_is_allowed). * **
|
252
|
+
# Performance**: nested VMs might experience a 10% or greater decrease in
|
253
|
+
# performance for workloads that are CPU-bound and possibly greater than a 10%
|
254
|
+
# decrease for workloads that are input/output bound. * **Machine Type**: nested
|
255
|
+
# virtualization can only be enabled on boost configurations that specify a
|
256
|
+
# machine_type in the N1 or N2 machine series.
|
263
257
|
# Corresponds to the JSON property `enableNestedVirtualization`
|
264
258
|
# @return [Boolean]
|
265
259
|
attr_accessor :enable_nested_virtualization
|
266
260
|
alias_method :enable_nested_virtualization?, :enable_nested_virtualization
|
267
261
|
|
268
|
-
# Optional. Required. The id to be used for the boost
|
262
|
+
# Optional. Required. The id to be used for the boost configuration.
|
269
263
|
# Corresponds to the JSON property `id`
|
270
264
|
# @return [String]
|
271
265
|
attr_accessor :id
|
@@ -407,11 +401,11 @@ module Google
|
|
407
401
|
end
|
408
402
|
end
|
409
403
|
|
410
|
-
# Configuration options for
|
404
|
+
# Configuration options for a custom domain.
|
411
405
|
class DomainConfig
|
412
406
|
include Google::Apis::Core::Hashable
|
413
407
|
|
414
|
-
# Immutable.
|
408
|
+
# Immutable. Domain used by Workstations for HTTP ingress.
|
415
409
|
# Corresponds to the JSON property `domain`
|
416
410
|
# @return [String]
|
417
411
|
attr_accessor :domain
|
@@ -571,29 +565,23 @@ module Google
|
|
571
565
|
alias_method :disable_ssh?, :disable_ssh
|
572
566
|
|
573
567
|
# Optional. Whether to enable nested virtualization on Cloud Workstations VMs
|
574
|
-
# created using this workstation configuration.
|
575
|
-
# run virtual machine (VM) instances inside your
|
576
|
-
# nested virtualization, consider the following
|
577
|
-
# Workstations instances are subject to the [
|
578
|
-
# instances](https://cloud.google.com/
|
579
|
-
# virtualization/overview#restrictions): * **
|
580
|
-
# folders, or organizations may be restricted
|
581
|
-
#
|
582
|
-
# policy. For more information, see
|
583
|
-
# whether nested virtualization is allowed]
|
584
|
-
# docs/instances/nested-virtualization/
|
585
|
-
# checking_whether_nested_virtualization_is_allowed). * **
|
586
|
-
# VMs might experience a 10% or greater decrease in
|
587
|
-
# that are CPU-bound and possibly greater than a 10%
|
588
|
-
# are input/output bound. * **Machine Type**: nested
|
589
|
-
# enabled on workstation configurations that specify
|
590
|
-
#
|
591
|
-
# workstation configurations with accelerators. * **Operating System**: because [
|
592
|
-
# Container-Optimized OS](https://cloud.google.com/compute/docs/images/os-
|
593
|
-
# details#container-optimized_os_cos) does not support nested virtualization,
|
594
|
-
# when nested virtualization is enabled, the underlying Compute Engine VM
|
595
|
-
# instances boot from an [Ubuntu LTS](https://cloud.google.com/compute/docs/
|
596
|
-
# images/os-details#ubuntu_lts) image.
|
568
|
+
# created using this workstation configuration. Defaults to false. Nested
|
569
|
+
# virtualization lets you run virtual machine (VM) instances inside your
|
570
|
+
# workstation. Before enabling nested virtualization, consider the following
|
571
|
+
# important considerations. Cloud Workstations instances are subject to the [
|
572
|
+
# same restrictions as Compute Engine instances](https://cloud.google.com/
|
573
|
+
# compute/docs/instances/nested-virtualization/overview#restrictions): * **
|
574
|
+
# Organization policy**: projects, folders, or organizations may be restricted
|
575
|
+
# from creating nested VMs if the **Disable VM nested virtualization**
|
576
|
+
# constraint is enforced in the organization policy. For more information, see
|
577
|
+
# the Compute Engine section, [Checking whether nested virtualization is allowed]
|
578
|
+
# (https://cloud.google.com/compute/docs/instances/nested-virtualization/
|
579
|
+
# managing-constraint#checking_whether_nested_virtualization_is_allowed). * **
|
580
|
+
# Performance**: nested VMs might experience a 10% or greater decrease in
|
581
|
+
# performance for workloads that are CPU-bound and possibly greater than a 10%
|
582
|
+
# decrease for workloads that are input/output bound. * **Machine Type**: nested
|
583
|
+
# virtualization can only be enabled on workstation configurations that specify
|
584
|
+
# a machine_type in the N1 or N2 machine series.
|
597
585
|
# Corresponds to the JSON property `enableNestedVirtualization`
|
598
586
|
# @return [Boolean]
|
599
587
|
attr_accessor :enable_nested_virtualization
|
@@ -658,9 +646,9 @@ module Google
|
|
658
646
|
attr_accessor :tags
|
659
647
|
|
660
648
|
# Optional. Resource manager tags to be bound to this instance. Tag keys and
|
661
|
-
# values have the same definition as https://cloud.
|
662
|
-
# docs/tags/tags-overview Keys must be in the
|
663
|
-
# values are in the format `tagValues/456`.
|
649
|
+
# values have the same definition as [resource manager tags](https://cloud.
|
650
|
+
# google.com/resource-manager/docs/tags/tags-overview). Keys must be in the
|
651
|
+
# format `tagKeys/`tag_key_id``, and values are in the format `tagValues/456`.
|
664
652
|
# Corresponds to the JSON property `vmTags`
|
665
653
|
# @return [Hash<String,String>]
|
666
654
|
attr_accessor :vm_tags
|
@@ -926,7 +914,7 @@ module Google
|
|
926
914
|
end
|
927
915
|
end
|
928
916
|
|
929
|
-
#
|
917
|
+
# HTTP options for the running workstations.
|
930
918
|
class HttpOptions
|
931
919
|
include Google::Apis::Core::Hashable
|
932
920
|
|
@@ -1382,17 +1370,19 @@ module Google
|
|
1382
1370
|
end
|
1383
1371
|
end
|
1384
1372
|
|
1385
|
-
# A
|
1373
|
+
# A PortRange defines a range of ports. Both first and last are inclusive. To
|
1386
1374
|
# specify a single port, both first and last should be the same.
|
1387
1375
|
class PortRange
|
1388
1376
|
include Google::Apis::Core::Hashable
|
1389
1377
|
|
1390
|
-
# Required. Starting port number for the current range of ports.
|
1378
|
+
# Required. Starting port number for the current range of ports. Valid ports are
|
1379
|
+
# 22, 80, and ports within the range 1024-65535.
|
1391
1380
|
# Corresponds to the JSON property `first`
|
1392
1381
|
# @return [Fixnum]
|
1393
1382
|
attr_accessor :first
|
1394
1383
|
|
1395
|
-
# Required. Ending port number for the current range of ports.
|
1384
|
+
# Required. Ending port number for the current range of ports. Valid ports are
|
1385
|
+
# 22, 80, and ports within the range 1024-65535.
|
1396
1386
|
# Corresponds to the JSON property `last`
|
1397
1387
|
# @return [Fixnum]
|
1398
1388
|
attr_accessor :last
|
@@ -1408,27 +1398,37 @@ module Google
|
|
1408
1398
|
end
|
1409
1399
|
end
|
1410
1400
|
|
1411
|
-
#
|
1401
|
+
# Configuration options for private workstation clusters.
|
1412
1402
|
class PrivateClusterConfig
|
1413
1403
|
include Google::Apis::Core::Hashable
|
1414
1404
|
|
1415
|
-
#
|
1405
|
+
# Optional. Additional projects that are allowed to attach to the workstation
|
1406
|
+
# cluster's service attachment. By default, the workstation cluster's project
|
1407
|
+
# and the VPC host project (if different) are allowed.
|
1416
1408
|
# Corresponds to the JSON property `allowedProjects`
|
1417
1409
|
# @return [Array<String>]
|
1418
1410
|
attr_accessor :allowed_projects
|
1419
1411
|
|
1420
|
-
#
|
1412
|
+
# Output only. Hostname for the workstation cluster. This field will be
|
1413
|
+
# populated only when private endpoint is enabled. To access workstations in the
|
1414
|
+
# workstation cluster, create a new DNS zone mapping this domain name to an
|
1415
|
+
# internal IP address and a forwarding rule mapping that address to the service
|
1416
|
+
# attachment.
|
1421
1417
|
# Corresponds to the JSON property `clusterHostname`
|
1422
1418
|
# @return [String]
|
1423
1419
|
attr_accessor :cluster_hostname
|
1424
1420
|
|
1425
|
-
#
|
1421
|
+
# Immutable. Whether Workstations endpoint is private.
|
1426
1422
|
# Corresponds to the JSON property `enablePrivateEndpoint`
|
1427
1423
|
# @return [Boolean]
|
1428
1424
|
attr_accessor :enable_private_endpoint
|
1429
1425
|
alias_method :enable_private_endpoint?, :enable_private_endpoint
|
1430
1426
|
|
1431
|
-
#
|
1427
|
+
# Output only. Service attachment URI for the workstation cluster. The service
|
1428
|
+
# attachemnt is created when private endpoint is enabled. To access workstations
|
1429
|
+
# in the workstation cluster, configure access to the managed service using [
|
1430
|
+
# Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
|
1431
|
+
# service-connect-services).
|
1432
1432
|
# Corresponds to the JSON property `serviceAttachmentUri`
|
1433
1433
|
# @return [String]
|
1434
1434
|
attr_accessor :service_attachment_uri
|
@@ -1675,6 +1675,12 @@ module Google
|
|
1675
1675
|
# @return [Hash<String,String>]
|
1676
1676
|
attr_accessor :annotations
|
1677
1677
|
|
1678
|
+
# Output only. List of available boost configuration IDs that this workstation
|
1679
|
+
# can be boosted up to.
|
1680
|
+
# Corresponds to the JSON property `boostConfigs`
|
1681
|
+
# @return [Array<Google::Apis::WorkstationsV1beta::WorkstationBoostConfig>]
|
1682
|
+
attr_accessor :boost_configs
|
1683
|
+
|
1678
1684
|
# Output only. Time when this workstation was created.
|
1679
1685
|
# Corresponds to the JSON property `createTime`
|
1680
1686
|
# @return [String]
|
@@ -1737,7 +1743,19 @@ module Google
|
|
1737
1743
|
attr_accessor :reconciling
|
1738
1744
|
alias_method :reconciling?, :reconciling
|
1739
1745
|
|
1740
|
-
#
|
1746
|
+
# Output only. Reserved for future use.
|
1747
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
1748
|
+
# @return [Boolean]
|
1749
|
+
attr_accessor :satisfies_pzi
|
1750
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
1751
|
+
|
1752
|
+
# Output only. Reserved for future use.
|
1753
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
1754
|
+
# @return [Boolean]
|
1755
|
+
attr_accessor :satisfies_pzs
|
1756
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
1757
|
+
|
1758
|
+
# Optional. The source workstation from which this workstation's persistent
|
1741
1759
|
# directories were cloned on creation.
|
1742
1760
|
# Corresponds to the JSON property `sourceWorkstation`
|
1743
1761
|
# @return [String]
|
@@ -1771,6 +1789,7 @@ module Google
|
|
1771
1789
|
# Update properties of this object
|
1772
1790
|
def update!(**args)
|
1773
1791
|
@annotations = args[:annotations] if args.key?(:annotations)
|
1792
|
+
@boost_configs = args[:boost_configs] if args.key?(:boost_configs)
|
1774
1793
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1775
1794
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
1776
1795
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -1781,6 +1800,8 @@ module Google
|
|
1781
1800
|
@labels = args[:labels] if args.key?(:labels)
|
1782
1801
|
@name = args[:name] if args.key?(:name)
|
1783
1802
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
1803
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
1804
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1784
1805
|
@source_workstation = args[:source_workstation] if args.key?(:source_workstation)
|
1785
1806
|
@start_time = args[:start_time] if args.key?(:start_time)
|
1786
1807
|
@state = args[:state] if args.key?(:state)
|
@@ -1789,6 +1810,26 @@ module Google
|
|
1789
1810
|
end
|
1790
1811
|
end
|
1791
1812
|
|
1813
|
+
# Boost configuration for this workstation. This object is populated from the
|
1814
|
+
# parent workstation configuration.
|
1815
|
+
class WorkstationBoostConfig
|
1816
|
+
include Google::Apis::Core::Hashable
|
1817
|
+
|
1818
|
+
# Output only. Boost configuration ID.
|
1819
|
+
# Corresponds to the JSON property `id`
|
1820
|
+
# @return [String]
|
1821
|
+
attr_accessor :id
|
1822
|
+
|
1823
|
+
def initialize(**args)
|
1824
|
+
update!(**args)
|
1825
|
+
end
|
1826
|
+
|
1827
|
+
# Update properties of this object
|
1828
|
+
def update!(**args)
|
1829
|
+
@id = args[:id] if args.key?(:id)
|
1830
|
+
end
|
1831
|
+
end
|
1832
|
+
|
1792
1833
|
# A workstation cluster resource in the Cloud Workstations API. Defines a group
|
1793
1834
|
# of workstations in a particular region and the VPC network they're attached to.
|
1794
1835
|
class WorkstationCluster
|
@@ -1836,7 +1877,7 @@ module Google
|
|
1836
1877
|
# @return [String]
|
1837
1878
|
attr_accessor :display_name
|
1838
1879
|
|
1839
|
-
# Configuration options for
|
1880
|
+
# Configuration options for a custom domain.
|
1840
1881
|
# Corresponds to the JSON property `domainConfig`
|
1841
1882
|
# @return [Google::Apis::WorkstationsV1beta::DomainConfig]
|
1842
1883
|
attr_accessor :domain_config
|
@@ -1866,7 +1907,7 @@ module Google
|
|
1866
1907
|
# @return [String]
|
1867
1908
|
attr_accessor :network
|
1868
1909
|
|
1869
|
-
#
|
1910
|
+
# Configuration options for private workstation clusters.
|
1870
1911
|
# Corresponds to the JSON property `privateClusterConfig`
|
1871
1912
|
# @return [Google::Apis::WorkstationsV1beta::PrivateClusterConfig]
|
1872
1913
|
attr_accessor :private_cluster_config
|
@@ -1878,6 +1919,18 @@ module Google
|
|
1878
1919
|
attr_accessor :reconciling
|
1879
1920
|
alias_method :reconciling?, :reconciling
|
1880
1921
|
|
1922
|
+
# Output only. Reserved for future use.
|
1923
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
1924
|
+
# @return [Boolean]
|
1925
|
+
attr_accessor :satisfies_pzi
|
1926
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
1927
|
+
|
1928
|
+
# Output only. Reserved for future use.
|
1929
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
1930
|
+
# @return [Boolean]
|
1931
|
+
attr_accessor :satisfies_pzs
|
1932
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
1933
|
+
|
1881
1934
|
# Immutable. Name of the Compute Engine subnetwork in which instances associated
|
1882
1935
|
# with this workstation cluster will be created. Must be part of the subnetwork
|
1883
1936
|
# specified for this workstation cluster.
|
@@ -1885,6 +1938,12 @@ module Google
|
|
1885
1938
|
# @return [String]
|
1886
1939
|
attr_accessor :subnetwork
|
1887
1940
|
|
1941
|
+
# Optional. Tag keys/values directly bound to this resource. For example: "123/
|
1942
|
+
# environment": "production", "123/costCenter": "marketing"
|
1943
|
+
# Corresponds to the JSON property `tags`
|
1944
|
+
# @return [Hash<String,String>]
|
1945
|
+
attr_accessor :tags
|
1946
|
+
|
1888
1947
|
# Output only. A system-assigned unique identifier for this workstation cluster.
|
1889
1948
|
# Corresponds to the JSON property `uid`
|
1890
1949
|
# @return [String]
|
@@ -1915,7 +1974,10 @@ module Google
|
|
1915
1974
|
@network = args[:network] if args.key?(:network)
|
1916
1975
|
@private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
|
1917
1976
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
1977
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
1978
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1918
1979
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
1980
|
+
@tags = args[:tags] if args.key?(:tags)
|
1919
1981
|
@uid = args[:uid] if args.key?(:uid)
|
1920
1982
|
@update_time = args[:update_time] if args.key?(:update_time)
|
1921
1983
|
end
|
@@ -1931,8 +1993,10 @@ module Google
|
|
1931
1993
|
class WorkstationConfig
|
1932
1994
|
include Google::Apis::Core::Hashable
|
1933
1995
|
|
1934
|
-
# Optional. A
|
1935
|
-
#
|
1996
|
+
# Optional. A list of PortRanges specifying single ports or ranges of ports that
|
1997
|
+
# are externally accessible in the workstation. Allowed ports must be one of 22,
|
1998
|
+
# 80, or within range 1024-65535. If not specified defaults to ports 22, 80, and
|
1999
|
+
# ports 1024-65535.
|
1936
2000
|
# Corresponds to the JSON property `allowedPorts`
|
1937
2001
|
# @return [Array<Google::Apis::WorkstationsV1beta::PortRange>]
|
1938
2002
|
attr_accessor :allowed_ports
|
@@ -1985,10 +2049,14 @@ module Google
|
|
1985
2049
|
attr_accessor :display_name
|
1986
2050
|
|
1987
2051
|
# Optional. Whether to enable Linux `auditd` logging on the workstation. When
|
1988
|
-
# enabled, a
|
1989
|
-
#
|
1990
|
-
# from [Cloud Audit Logs](https://cloud.google.
|
1991
|
-
# logging)
|
2052
|
+
# enabled, a service_account must also be specified that has `roles/logging.
|
2053
|
+
# logWriter` and `roles/monitoring.metricWriter` on the project. Operating
|
2054
|
+
# system audit logging is distinct from [Cloud Audit Logs](https://cloud.google.
|
2055
|
+
# com/workstations/docs/audit-logging) and [Container output logging](https://
|
2056
|
+
# cloud.google.com/workstations/docs/container-output-logging#overview).
|
2057
|
+
# Operating system audit logs are available in the [Cloud Logging](https://cloud.
|
2058
|
+
# google.com/logging/docs) console by querying: resource.type="gce_instance"
|
2059
|
+
# log_name:"/logs/linux-auditd"
|
1992
2060
|
# Corresponds to the JSON property `enableAuditAgent`
|
1993
2061
|
# @return [Boolean]
|
1994
2062
|
attr_accessor :enable_audit_agent
|
@@ -2016,12 +2084,21 @@ module Google
|
|
2016
2084
|
# @return [String]
|
2017
2085
|
attr_accessor :etag
|
2018
2086
|
|
2087
|
+
# Optional. Grant creator of a workstation `roles/workstations.policyAdmin` role
|
2088
|
+
# along with `roles/workstations.user` role on the workstation created by them.
|
2089
|
+
# This allows workstation users to share access to either their entire
|
2090
|
+
# workstation, or individual ports. Defaults to false.
|
2091
|
+
# Corresponds to the JSON property `grantWorkstationAdminRoleOnCreate`
|
2092
|
+
# @return [Boolean]
|
2093
|
+
attr_accessor :grant_workstation_admin_role_on_create
|
2094
|
+
alias_method :grant_workstation_admin_role_on_create?, :grant_workstation_admin_role_on_create
|
2095
|
+
|
2019
2096
|
# Runtime host for a workstation.
|
2020
2097
|
# Corresponds to the JSON property `host`
|
2021
2098
|
# @return [Google::Apis::WorkstationsV1beta::Host]
|
2022
2099
|
attr_accessor :host
|
2023
2100
|
|
2024
|
-
#
|
2101
|
+
# HTTP options for the running workstations.
|
2025
2102
|
# Corresponds to the JSON property `httpOptions`
|
2026
2103
|
# @return [Google::Apis::WorkstationsV1beta::HttpOptions]
|
2027
2104
|
attr_accessor :http_options
|
@@ -2043,6 +2120,18 @@ module Google
|
|
2043
2120
|
# @return [Hash<String,String>]
|
2044
2121
|
attr_accessor :labels
|
2045
2122
|
|
2123
|
+
# Optional. Maximum number of workstations under this configuration a user can
|
2124
|
+
# have `workstations.workstation.use` permission on. Only enforced on
|
2125
|
+
# CreateWorkstation API calls on the user issuing the API request. Can be
|
2126
|
+
# overridden by: - granting a user workstations.workstationConfigs.
|
2127
|
+
# exemptMaxUsableWorkstationLimit permission, or - having a user with that
|
2128
|
+
# permission create a workstation and granting another user `workstations.
|
2129
|
+
# workstation.use` permission on that workstation. If not specified, defaults to
|
2130
|
+
# `0`, which indicates unlimited.
|
2131
|
+
# Corresponds to the JSON property `maxUsableWorkstations`
|
2132
|
+
# @return [Fixnum]
|
2133
|
+
attr_accessor :max_usable_workstations
|
2134
|
+
|
2046
2135
|
# Identifier. Full name of this workstation configuration.
|
2047
2136
|
# Corresponds to the JSON property `name`
|
2048
2137
|
# @return [String]
|
@@ -2093,6 +2182,18 @@ module Google
|
|
2093
2182
|
# @return [String]
|
2094
2183
|
attr_accessor :running_timeout
|
2095
2184
|
|
2185
|
+
# Output only. Reserved for future use.
|
2186
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
2187
|
+
# @return [Boolean]
|
2188
|
+
attr_accessor :satisfies_pzi
|
2189
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
2190
|
+
|
2191
|
+
# Output only. Reserved for future use.
|
2192
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
2193
|
+
# @return [Boolean]
|
2194
|
+
attr_accessor :satisfies_pzs
|
2195
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
2196
|
+
|
2096
2197
|
# Output only. A system-assigned unique identifier for this workstation
|
2097
2198
|
# configuration.
|
2098
2199
|
# Corresponds to the JSON property `uid`
|
@@ -2124,16 +2225,20 @@ module Google
|
|
2124
2225
|
@encryption_key = args[:encryption_key] if args.key?(:encryption_key)
|
2125
2226
|
@ephemeral_directories = args[:ephemeral_directories] if args.key?(:ephemeral_directories)
|
2126
2227
|
@etag = args[:etag] if args.key?(:etag)
|
2228
|
+
@grant_workstation_admin_role_on_create = args[:grant_workstation_admin_role_on_create] if args.key?(:grant_workstation_admin_role_on_create)
|
2127
2229
|
@host = args[:host] if args.key?(:host)
|
2128
2230
|
@http_options = args[:http_options] if args.key?(:http_options)
|
2129
2231
|
@idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
|
2130
2232
|
@labels = args[:labels] if args.key?(:labels)
|
2233
|
+
@max_usable_workstations = args[:max_usable_workstations] if args.key?(:max_usable_workstations)
|
2131
2234
|
@name = args[:name] if args.key?(:name)
|
2132
2235
|
@persistent_directories = args[:persistent_directories] if args.key?(:persistent_directories)
|
2133
2236
|
@readiness_checks = args[:readiness_checks] if args.key?(:readiness_checks)
|
2134
2237
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
2135
2238
|
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
|
2136
2239
|
@running_timeout = args[:running_timeout] if args.key?(:running_timeout)
|
2240
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
2241
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
2137
2242
|
@uid = args[:uid] if args.key?(:uid)
|
2138
2243
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2139
2244
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkstationsV1beta
|
18
18
|
# Version of the google-apis-workstations_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241009"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,6 +268,12 @@ module Google
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
+
class WorkstationBoostConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
271
277
|
class WorkstationCluster
|
272
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
279
|
|
@@ -664,6 +670,8 @@ module Google
|
|
664
670
|
# @private
|
665
671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
666
672
|
hash :annotations, as: 'annotations'
|
673
|
+
collection :boost_configs, as: 'boostConfigs', class: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig, decorator: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig::Representation
|
674
|
+
|
667
675
|
property :create_time, as: 'createTime'
|
668
676
|
property :delete_time, as: 'deleteTime'
|
669
677
|
property :display_name, as: 'displayName'
|
@@ -674,6 +682,8 @@ module Google
|
|
674
682
|
hash :labels, as: 'labels'
|
675
683
|
property :name, as: 'name'
|
676
684
|
property :reconciling, as: 'reconciling'
|
685
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
686
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
677
687
|
property :source_workstation, as: 'sourceWorkstation'
|
678
688
|
property :start_time, as: 'startTime'
|
679
689
|
property :state, as: 'state'
|
@@ -682,6 +692,13 @@ module Google
|
|
682
692
|
end
|
683
693
|
end
|
684
694
|
|
695
|
+
class WorkstationBoostConfig
|
696
|
+
# @private
|
697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
+
property :id, as: 'id'
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
685
702
|
class WorkstationCluster
|
686
703
|
# @private
|
687
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -702,7 +719,10 @@ module Google
|
|
702
719
|
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::WorkstationsV1beta::PrivateClusterConfig, decorator: Google::Apis::WorkstationsV1beta::PrivateClusterConfig::Representation
|
703
720
|
|
704
721
|
property :reconciling, as: 'reconciling'
|
722
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
723
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
705
724
|
property :subnetwork, as: 'subnetwork'
|
725
|
+
hash :tags, as: 'tags'
|
706
726
|
property :uid, as: 'uid'
|
707
727
|
property :update_time, as: 'updateTime'
|
708
728
|
end
|
@@ -729,12 +749,14 @@ module Google
|
|
729
749
|
collection :ephemeral_directories, as: 'ephemeralDirectories', class: Google::Apis::WorkstationsV1beta::EphemeralDirectory, decorator: Google::Apis::WorkstationsV1beta::EphemeralDirectory::Representation
|
730
750
|
|
731
751
|
property :etag, as: 'etag'
|
752
|
+
property :grant_workstation_admin_role_on_create, as: 'grantWorkstationAdminRoleOnCreate'
|
732
753
|
property :host, as: 'host', class: Google::Apis::WorkstationsV1beta::Host, decorator: Google::Apis::WorkstationsV1beta::Host::Representation
|
733
754
|
|
734
755
|
property :http_options, as: 'httpOptions', class: Google::Apis::WorkstationsV1beta::HttpOptions, decorator: Google::Apis::WorkstationsV1beta::HttpOptions::Representation
|
735
756
|
|
736
757
|
property :idle_timeout, as: 'idleTimeout'
|
737
758
|
hash :labels, as: 'labels'
|
759
|
+
property :max_usable_workstations, as: 'maxUsableWorkstations'
|
738
760
|
property :name, as: 'name'
|
739
761
|
collection :persistent_directories, as: 'persistentDirectories', class: Google::Apis::WorkstationsV1beta::PersistentDirectory, decorator: Google::Apis::WorkstationsV1beta::PersistentDirectory::Representation
|
740
762
|
|
@@ -743,6 +765,8 @@ module Google
|
|
743
765
|
property :reconciling, as: 'reconciling'
|
744
766
|
collection :replica_zones, as: 'replicaZones'
|
745
767
|
property :running_timeout, as: 'runningTimeout'
|
768
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
769
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
746
770
|
property :uid, as: 'uid'
|
747
771
|
property :update_time, as: 'updateTime'
|
748
772
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workstations_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Workstations API V1beta
|