google-apis-workstations_v1beta 0.29.0 → 0.30.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: c074571e4cf043e80ac0398a2bb2ef38501d54acce3611c1b8d01af7eadf8a19
|
4
|
+
data.tar.gz: 5ed2b8e8207be93c39b0446c25271e6b7e379bf868c7c5f42c4ce15875dc0179
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17912e40feb4683c864e46ec5ff633b69d71f533636942eb5b64777cf0174194fafcf90813392fda6aafc400074a24560272dfd8f824a78b457c2115105fe911
|
7
|
+
data.tar.gz: 4e89d96c6189ac975b682b94702bd13b239684c52c8adf2d0d9c5f7c46d975a6b797b50edc3911701df3a743412db92ff795592c986a9ccda53fffd0b381db23
|
data/CHANGELOG.md
CHANGED
@@ -407,11 +407,11 @@ module Google
|
|
407
407
|
end
|
408
408
|
end
|
409
409
|
|
410
|
-
# Configuration options for
|
410
|
+
# Configuration options for private workstation clusters.
|
411
411
|
class DomainConfig
|
412
412
|
include Google::Apis::Core::Hashable
|
413
413
|
|
414
|
-
# Immutable.
|
414
|
+
# Immutable. Whether Workstations endpoint is private.
|
415
415
|
# Corresponds to the JSON property `domain`
|
416
416
|
# @return [String]
|
417
417
|
attr_accessor :domain
|
@@ -588,7 +588,7 @@ module Google
|
|
588
588
|
# are input/output bound. * **Machine Type**: nested virtualization can only be
|
589
589
|
# enabled on workstation configurations that specify a machine_type in the N1 or
|
590
590
|
# N2 machine series. * **GPUs**: nested virtualization may not be enabled on
|
591
|
-
# workstation configurations with accelerators. * **Operating System**:
|
591
|
+
# workstation configurations with accelerators. * **Operating System**: because [
|
592
592
|
# Container-Optimized OS](https://cloud.google.com/compute/docs/images/os-
|
593
593
|
# details#container-optimized_os_cos) does not support nested virtualization,
|
594
594
|
# when nested virtualization is enabled, the underlying Compute Engine VM
|
@@ -837,9 +837,9 @@ module Google
|
|
837
837
|
attr_accessor :expire_time
|
838
838
|
|
839
839
|
# Optional. Port for which the access token should be generated. If specified,
|
840
|
-
# the generated access token
|
840
|
+
# the generated access token grants access only to the specified port of the
|
841
841
|
# workstation. If specified, values must be within the range [1 - 65535]. If not
|
842
|
-
# specified, the generated access token
|
842
|
+
# specified, the generated access token grants access to all ports of the
|
843
843
|
# workstation.
|
844
844
|
# Corresponds to the JSON property `port`
|
845
845
|
# @return [Fixnum]
|
@@ -1357,7 +1357,7 @@ module Google
|
|
1357
1357
|
end
|
1358
1358
|
|
1359
1359
|
# A PortsConfig defines a range of ports. Both first and last are inclusive. To
|
1360
|
-
# specify a single port, both first and last should be same.
|
1360
|
+
# specify a single port, both first and last should be the same.
|
1361
1361
|
class PortRange
|
1362
1362
|
include Google::Apis::Core::Hashable
|
1363
1363
|
|
@@ -1382,37 +1382,27 @@ module Google
|
|
1382
1382
|
end
|
1383
1383
|
end
|
1384
1384
|
|
1385
|
-
#
|
1385
|
+
#
|
1386
1386
|
class PrivateClusterConfig
|
1387
1387
|
include Google::Apis::Core::Hashable
|
1388
1388
|
|
1389
|
-
#
|
1390
|
-
# cluster's service attachment. By default, the workstation cluster's project
|
1391
|
-
# and the VPC host project (if different) are allowed.
|
1389
|
+
#
|
1392
1390
|
# Corresponds to the JSON property `allowedProjects`
|
1393
1391
|
# @return [Array<String>]
|
1394
1392
|
attr_accessor :allowed_projects
|
1395
1393
|
|
1396
|
-
#
|
1397
|
-
# populated only when private endpoint is enabled. To access workstations in the
|
1398
|
-
# workstation cluster, create a new DNS zone mapping this domain name to an
|
1399
|
-
# internal IP address and a forwarding rule mapping that address to the service
|
1400
|
-
# attachment.
|
1394
|
+
#
|
1401
1395
|
# Corresponds to the JSON property `clusterHostname`
|
1402
1396
|
# @return [String]
|
1403
1397
|
attr_accessor :cluster_hostname
|
1404
1398
|
|
1405
|
-
#
|
1399
|
+
#
|
1406
1400
|
# Corresponds to the JSON property `enablePrivateEndpoint`
|
1407
1401
|
# @return [Boolean]
|
1408
1402
|
attr_accessor :enable_private_endpoint
|
1409
1403
|
alias_method :enable_private_endpoint?, :enable_private_endpoint
|
1410
1404
|
|
1411
|
-
#
|
1412
|
-
# attachemnt is created when private endpoint is enabled. To access workstations
|
1413
|
-
# in the workstation cluster, configure access to the managed service using [
|
1414
|
-
# Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
|
1415
|
-
# service-connect-services).
|
1405
|
+
#
|
1416
1406
|
# Corresponds to the JSON property `serviceAttachmentUri`
|
1417
1407
|
# @return [String]
|
1418
1408
|
attr_accessor :service_attachment_uri
|
@@ -1813,7 +1803,7 @@ module Google
|
|
1813
1803
|
# @return [String]
|
1814
1804
|
attr_accessor :display_name
|
1815
1805
|
|
1816
|
-
# Configuration options for
|
1806
|
+
# Configuration options for private workstation clusters.
|
1817
1807
|
# Corresponds to the JSON property `domainConfig`
|
1818
1808
|
# @return [Google::Apis::WorkstationsV1beta::DomainConfig]
|
1819
1809
|
attr_accessor :domain_config
|
@@ -1843,7 +1833,7 @@ module Google
|
|
1843
1833
|
# @return [String]
|
1844
1834
|
attr_accessor :network
|
1845
1835
|
|
1846
|
-
# Configuration
|
1836
|
+
# Optional. Configuration for private workstation cluster.
|
1847
1837
|
# Corresponds to the JSON property `privateClusterConfig`
|
1848
1838
|
# @return [Google::Apis::WorkstationsV1beta::PrivateClusterConfig]
|
1849
1839
|
attr_accessor :private_cluster_config
|
@@ -1908,7 +1898,7 @@ module Google
|
|
1908
1898
|
class WorkstationConfig
|
1909
1899
|
include Google::Apis::Core::Hashable
|
1910
1900
|
|
1911
|
-
# Optional. Single or Range of ports externally accessible in the workstation.
|
1901
|
+
# Optional. A Single or Range of ports externally accessible in the workstation.
|
1912
1902
|
# If not specified defaults to ports 22, 80 and ports 1024-65535.
|
1913
1903
|
# Corresponds to the JSON property `allowedPorts`
|
1914
1904
|
# @return [Array<Google::Apis::WorkstationsV1beta::PortRange>]
|
@@ -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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240528"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.30.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-06-02 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.30.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: []
|