google-apis-workstations_v1beta 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd7c865b5c820ae410400cba85772982b30be7bfa872827291217668fb177a87
|
|
4
|
+
data.tar.gz: 27495fbf3f42fb2e175dcd7b622e00e078fb919ec75ac38e47926e0cecabf0fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57974a045731a687c678d8b891617718548d4c1954a88f218d261cacedcb914636c054f2011f192dcfe6205bcc801de1b73792848b9a73dc211da603da49f311
|
|
7
|
+
data.tar.gz: dd7cf2ccaf25eb6246722f01a0f60a5955f5cd2e82e136e67eb05f00e6b92f876f336578fec9c698a7be08b42fce7da1076db7257846be5e2c866a58721c14dd
|
data/CHANGELOG.md
CHANGED
|
@@ -234,7 +234,7 @@ module Google
|
|
|
234
234
|
# container-images). If using a private image, the `host.gceInstance.
|
|
235
235
|
# serviceAccount` field must be specified in the workstation configuration and
|
|
236
236
|
# must have permission to pull the specified image. Otherwise, the image must be
|
|
237
|
-
# publicly accessible.
|
|
237
|
+
# publicly accessible.
|
|
238
238
|
# Corresponds to the JSON property `image`
|
|
239
239
|
# @return [String]
|
|
240
240
|
attr_accessor :image
|
|
@@ -405,6 +405,12 @@ module Google
|
|
|
405
405
|
attr_accessor :disable_public_ip_addresses
|
|
406
406
|
alias_method :disable_public_ip_addresses?, :disable_public_ip_addresses
|
|
407
407
|
|
|
408
|
+
# Whether to enable nested virtualization on instances.
|
|
409
|
+
# Corresponds to the JSON property `enableNestedVirtualization`
|
|
410
|
+
# @return [Boolean]
|
|
411
|
+
attr_accessor :enable_nested_virtualization
|
|
412
|
+
alias_method :enable_nested_virtualization?, :enable_nested_virtualization
|
|
413
|
+
|
|
408
414
|
# The type of machine to use for VM instances—for example, `e2-standard-4`. For
|
|
409
415
|
# more information about machine types that Cloud Workstations supports, see the
|
|
410
416
|
# list of [available machine types](https://cloud.google.com/workstations/docs/
|
|
@@ -464,6 +470,7 @@ module Google
|
|
|
464
470
|
@boot_disk_size_gb = args[:boot_disk_size_gb] if args.key?(:boot_disk_size_gb)
|
|
465
471
|
@confidential_instance_config = args[:confidential_instance_config] if args.key?(:confidential_instance_config)
|
|
466
472
|
@disable_public_ip_addresses = args[:disable_public_ip_addresses] if args.key?(:disable_public_ip_addresses)
|
|
473
|
+
@enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
|
|
467
474
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
468
475
|
@pool_size = args[:pool_size] if args.key?(:pool_size)
|
|
469
476
|
@pooled_instances = args[:pooled_instances] if args.key?(:pooled_instances)
|
|
@@ -1592,9 +1599,8 @@ module Google
|
|
|
1592
1599
|
# @return [String]
|
|
1593
1600
|
attr_accessor :create_time
|
|
1594
1601
|
|
|
1595
|
-
# Output only. Whether this resource is
|
|
1596
|
-
#
|
|
1597
|
-
# `conditions` field.
|
|
1602
|
+
# Output only. Whether this resource is degraded, in which case it may require
|
|
1603
|
+
# user action to restore full functionality. See also the `conditions` field.
|
|
1598
1604
|
# Corresponds to the JSON property `degraded`
|
|
1599
1605
|
# @return [Boolean]
|
|
1600
1606
|
attr_accessor :degraded
|
|
@@ -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.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230619"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -331,6 +331,7 @@ module Google
|
|
|
331
331
|
property :confidential_instance_config, as: 'confidentialInstanceConfig', class: Google::Apis::WorkstationsV1beta::GceConfidentialInstanceConfig, decorator: Google::Apis::WorkstationsV1beta::GceConfidentialInstanceConfig::Representation
|
|
332
332
|
|
|
333
333
|
property :disable_public_ip_addresses, as: 'disablePublicIpAddresses'
|
|
334
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
|
334
335
|
property :machine_type, as: 'machineType'
|
|
335
336
|
property :pool_size, as: 'poolSize'
|
|
336
337
|
property :pooled_instances, as: 'pooledInstances'
|
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.14.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: 2023-06-
|
|
11
|
+
date: 2023-06-25 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.14.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: []
|