google-apis-vmmigration_v1alpha1 0.34.0 → 0.36.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: e268fdc1e23fe359c765654aed9470f62691695e2a068bb775aacf6f9cd66612
|
4
|
+
data.tar.gz: c6fefed4821531eb334fc490a8796ea01698fbd863498aa6eabbf91c4ae4c01b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74aded7721eb36acc74c6bc39f6ee2bfb303eff09cb157c74b342d08682502e4e87d8e00f0bca8ac1d7b09238edf24dc634a4e6ffcc0cb7e45c60c76b8ed051b
|
7
|
+
data.tar.gz: 9706fc988d11fc25e26ae8885980fbcff04de0125075069309af3921bbd383e48f68d2c0f2b4932896cec9f91683d61c18ca54a12796f0698c2de59ff7c885bd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.36.0 (2023-08-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230803
|
6
|
+
|
7
|
+
### v0.35.0 (2023-08-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230727
|
10
|
+
|
3
11
|
### v0.34.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
|
|
@@ -718,7 +725,7 @@ module Google
|
|
718
725
|
# @return [Google::Apis::VmmigrationV1alpha1::AppliedLicense]
|
719
726
|
attr_accessor :applied_license
|
720
727
|
|
721
|
-
# Output only. The VM Boot Option, as set in the source
|
728
|
+
# Output only. The VM Boot Option, as set in the source VM.
|
722
729
|
# Corresponds to the JSON property `bootOption`
|
723
730
|
# @return [String]
|
724
731
|
attr_accessor :boot_option
|
@@ -769,13 +776,13 @@ module Google
|
|
769
776
|
# @return [Array<Google::Apis::VmmigrationV1alpha1::NetworkInterface>]
|
770
777
|
attr_accessor :network_interfaces
|
771
778
|
|
772
|
-
# A
|
779
|
+
# A list of network tags to associate with the VM.
|
773
780
|
# Corresponds to the JSON property `networkTags`
|
774
781
|
# @return [Array<String>]
|
775
782
|
attr_accessor :network_tags
|
776
783
|
|
777
784
|
# Defines whether the instance has Secure Boot enabled. This can be set to true
|
778
|
-
# only if the
|
785
|
+
# only if the VM boot option is EFI.
|
779
786
|
# Corresponds to the JSON property `secureBoot`
|
780
787
|
# @return [Boolean]
|
781
788
|
attr_accessor :secure_boot
|
@@ -844,7 +851,7 @@ module Google
|
|
844
851
|
# @return [Google::Apis::VmmigrationV1alpha1::AppliedLicense]
|
845
852
|
attr_accessor :applied_license
|
846
853
|
|
847
|
-
# The VM Boot Option, as set in the source
|
854
|
+
# The VM Boot Option, as set in the source VM.
|
848
855
|
# Corresponds to the JSON property `bootOption`
|
849
856
|
# @return [String]
|
850
857
|
attr_accessor :boot_option
|
@@ -895,7 +902,7 @@ module Google
|
|
895
902
|
# @return [Array<Google::Apis::VmmigrationV1alpha1::NetworkInterface>]
|
896
903
|
attr_accessor :network_interfaces
|
897
904
|
|
898
|
-
# A
|
905
|
+
# A list of network tags to associate with the VM.
|
899
906
|
# Corresponds to the JSON property `networkTags`
|
900
907
|
# @return [Array<String>]
|
901
908
|
attr_accessor :network_tags
|
@@ -906,7 +913,7 @@ module Google
|
|
906
913
|
attr_accessor :project
|
907
914
|
|
908
915
|
# Defines whether the instance has Secure Boot enabled. This can be set to true
|
909
|
-
# only if the
|
916
|
+
# only if the VM boot option is EFI.
|
910
917
|
# Corresponds to the JSON property `secureBoot`
|
911
918
|
# @return [Boolean]
|
912
919
|
attr_accessor :secure_boot
|
@@ -2272,13 +2279,13 @@ module Google
|
|
2272
2279
|
# @return [String]
|
2273
2280
|
attr_accessor :name
|
2274
2281
|
|
2275
|
-
# The normal response of the operation
|
2276
|
-
#
|
2277
|
-
#
|
2278
|
-
#
|
2279
|
-
#
|
2280
|
-
#
|
2281
|
-
#
|
2282
|
+
# The normal, successful response of the operation. If the original method
|
2283
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
2284
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
2285
|
+
# response should be the resource. For other methods, the response should have
|
2286
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
2287
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
2288
|
+
# `TakeSnapshotResponse`.
|
2282
2289
|
# Corresponds to the JSON property `response`
|
2283
2290
|
# @return [Hash<String,Object>]
|
2284
2291
|
attr_accessor :response
|
@@ -2413,7 +2420,7 @@ module Google
|
|
2413
2420
|
# @return [String]
|
2414
2421
|
attr_accessor :disk_type
|
2415
2422
|
|
2416
|
-
# The ordinal number of the source VM disk.
|
2423
|
+
# Required. The ordinal number of the source VM disk.
|
2417
2424
|
# Corresponds to the JSON property `sourceDiskNumber`
|
2418
2425
|
# @return [Fixnum]
|
2419
2426
|
attr_accessor :source_disk_number
|
@@ -2906,7 +2913,7 @@ module Google
|
|
2906
2913
|
# @return [Google::Apis::VmmigrationV1alpha1::AppliedLicense]
|
2907
2914
|
attr_accessor :applied_license
|
2908
2915
|
|
2909
|
-
# Output only. The VM Boot Option, as set in the source
|
2916
|
+
# Output only. The VM Boot Option, as set in the source VM.
|
2910
2917
|
# Corresponds to the JSON property `bootOption`
|
2911
2918
|
# @return [String]
|
2912
2919
|
attr_accessor :boot_option
|
@@ -2973,7 +2980,7 @@ module Google
|
|
2973
2980
|
# @return [Array<Google::Apis::VmmigrationV1alpha1::NetworkInterface>]
|
2974
2981
|
attr_accessor :network_interfaces
|
2975
2982
|
|
2976
|
-
# A
|
2983
|
+
# A list of network tags to associate with the VM.
|
2977
2984
|
# Corresponds to the JSON property `networkTags`
|
2978
2985
|
# @return [Array<String>]
|
2979
2986
|
attr_accessor :network_tags
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1alpha1
|
18
18
|
# Version of the google-apis-vmmigration_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.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
|
@@ -593,6 +593,7 @@ module Google
|
|
593
593
|
collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1alpha1::AwsDiskDetails, decorator: Google::Apis::VmmigrationV1alpha1::AwsDiskDetails::Representation
|
594
594
|
|
595
595
|
property :firmware, as: 'firmware'
|
596
|
+
collection :vm_capabilities, as: 'vmCapabilities'
|
596
597
|
end
|
597
598
|
end
|
598
599
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vmmigration_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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-13 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_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|