google-apis-vmmigration_v1 0.33.0 → 0.35.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: 7618ff080e8d87ca299f5560057235c2ac38e7d6a5ee96c6ca9485f21fe32288
|
4
|
+
data.tar.gz: dc9597df0482c84c9244c8680032d6b5d9d3b890ee61a19ccfe60593f816f9ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc91ced802e5c61ae94689e3ba12fe2fb98a7fdea3f8ff85c65498f67903b73b8a684c7d7644778c431a47ef13ca5bf2293d279726b2f317a0dc50bc6521ee9d
|
7
|
+
data.tar.gz: 52fcf64e512defacf264bfd8dd207886d32a2747b246cb00def04cbdb6271be5ef493666585e75ec0d6ac101fd679cc283d9a43f281447a2f39915409b3cc05e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1
|
2
2
|
|
3
|
+
### v0.35.0 (2023-08-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230803
|
6
|
+
|
7
|
+
### v0.34.0 (2023-08-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230727
|
10
|
+
|
3
11
|
### v0.33.0 (2023-07-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230713
|
@@ -319,6 +319,12 @@ module Google
|
|
319
319
|
# @return [String]
|
320
320
|
attr_accessor :firmware
|
321
321
|
|
322
|
+
# Output only. Unordered list. List of VM certain capabilities needed for some
|
323
|
+
# Compute Engine features.
|
324
|
+
# Corresponds to the JSON property `vmCapabilities`
|
325
|
+
# @return [Array<String>]
|
326
|
+
attr_accessor :vm_capabilities
|
327
|
+
|
322
328
|
def initialize(**args)
|
323
329
|
update!(**args)
|
324
330
|
end
|
@@ -328,6 +334,7 @@ module Google
|
|
328
334
|
@committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
|
329
335
|
@disks = args[:disks] if args.key?(:disks)
|
330
336
|
@firmware = args[:firmware] if args.key?(:firmware)
|
337
|
+
@vm_capabilities = args[:vm_capabilities] if args.key?(:vm_capabilities)
|
331
338
|
end
|
332
339
|
end
|
333
340
|
|
@@ -704,7 +711,7 @@ module Google
|
|
704
711
|
# @return [Google::Apis::VmmigrationV1::AppliedLicense]
|
705
712
|
attr_accessor :applied_license
|
706
713
|
|
707
|
-
# Output only. The VM Boot Option, as set in the source
|
714
|
+
# Output only. The VM Boot Option, as set in the source VM.
|
708
715
|
# Corresponds to the JSON property `bootOption`
|
709
716
|
# @return [String]
|
710
717
|
attr_accessor :boot_option
|
@@ -755,13 +762,13 @@ module Google
|
|
755
762
|
# @return [Array<Google::Apis::VmmigrationV1::NetworkInterface>]
|
756
763
|
attr_accessor :network_interfaces
|
757
764
|
|
758
|
-
# A
|
765
|
+
# A list of network tags to associate with the VM.
|
759
766
|
# Corresponds to the JSON property `networkTags`
|
760
767
|
# @return [Array<String>]
|
761
768
|
attr_accessor :network_tags
|
762
769
|
|
763
770
|
# Defines whether the instance has Secure Boot enabled. This can be set to true
|
764
|
-
# only if the
|
771
|
+
# only if the VM boot option is EFI.
|
765
772
|
# Corresponds to the JSON property `secureBoot`
|
766
773
|
# @return [Boolean]
|
767
774
|
attr_accessor :secure_boot
|
@@ -830,7 +837,7 @@ module Google
|
|
830
837
|
# @return [Google::Apis::VmmigrationV1::AppliedLicense]
|
831
838
|
attr_accessor :applied_license
|
832
839
|
|
833
|
-
# The VM Boot Option, as set in the source
|
840
|
+
# The VM Boot Option, as set in the source VM.
|
834
841
|
# Corresponds to the JSON property `bootOption`
|
835
842
|
# @return [String]
|
836
843
|
attr_accessor :boot_option
|
@@ -881,7 +888,7 @@ module Google
|
|
881
888
|
# @return [Array<Google::Apis::VmmigrationV1::NetworkInterface>]
|
882
889
|
attr_accessor :network_interfaces
|
883
890
|
|
884
|
-
# A
|
891
|
+
# A list of network tags to associate with the VM.
|
885
892
|
# Corresponds to the JSON property `networkTags`
|
886
893
|
# @return [Array<String>]
|
887
894
|
attr_accessor :network_tags
|
@@ -892,7 +899,7 @@ module Google
|
|
892
899
|
attr_accessor :project
|
893
900
|
|
894
901
|
# Defines whether the instance has Secure Boot enabled. This can be set to true
|
895
|
-
# only if the
|
902
|
+
# only if the VM boot option is EFI.
|
896
903
|
# Corresponds to the JSON property `secureBoot`
|
897
904
|
# @return [Boolean]
|
898
905
|
attr_accessor :secure_boot
|
@@ -2217,13 +2224,13 @@ module Google
|
|
2217
2224
|
# @return [String]
|
2218
2225
|
attr_accessor :name
|
2219
2226
|
|
2220
|
-
# The normal response of the operation
|
2221
|
-
#
|
2222
|
-
#
|
2223
|
-
#
|
2224
|
-
#
|
2225
|
-
#
|
2226
|
-
#
|
2227
|
+
# The normal, successful response of the operation. If the original method
|
2228
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
2229
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
2230
|
+
# response should be the resource. For other methods, the response should have
|
2231
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
2232
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
2233
|
+
# `TakeSnapshotResponse`.
|
2227
2234
|
# Corresponds to the JSON property `response`
|
2228
2235
|
# @return [Hash<String,Object>]
|
2229
2236
|
attr_accessor :response
|
@@ -2358,7 +2365,7 @@ module Google
|
|
2358
2365
|
# @return [String]
|
2359
2366
|
attr_accessor :disk_type
|
2360
2367
|
|
2361
|
-
# The ordinal number of the source VM disk.
|
2368
|
+
# Required. The ordinal number of the source VM disk.
|
2362
2369
|
# Corresponds to the JSON property `sourceDiskNumber`
|
2363
2370
|
# @return [Fixnum]
|
2364
2371
|
attr_accessor :source_disk_number
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1
|
18
18
|
# Version of the google-apis-vmmigration_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.35.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 = "20230803"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -587,6 +587,7 @@ module Google
|
|
587
587
|
collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1::AwsDiskDetails, decorator: Google::Apis::VmmigrationV1::AwsDiskDetails::Representation
|
588
588
|
|
589
589
|
property :firmware, as: 'firmware'
|
590
|
+
collection :vm_capabilities, as: 'vmCapabilities'
|
590
591
|
end
|
591
592
|
end
|
592
593
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vmmigration_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.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-
|
11
|
+
date: 2023-08-20 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-vmmigration_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.35.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|