google-apis-vmmigration_v1alpha1 0.8.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/vmmigration_v1alpha1/classes.rb +38 -1
- data/lib/google/apis/vmmigration_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/vmmigration_v1alpha1/representations.rb +17 -0
- data/lib/google/apis/vmmigration_v1alpha1/service.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 892778dc95b2a6811f7c330d2a3925ff49be982cb6e67c09292864044f432e7d
|
4
|
+
data.tar.gz: 0df480d6d43bd485ea93e81281b7cf027b04712c9b85bacfa411d40c4432502a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c318c7b570cff334f6da791b5bae4b16094b04d0321d62ddf2a110938fffd62fb8d64494b7745183cbaca2b929d962a18fe3a9d2a07d479cc8b6b9e3aa08d5a
|
7
|
+
data.tar.gz: e44eb2262a43c3f51ebd2afdc0ffe639c2ae1a056f16b76916a53f32e159d756271f10a55388854b009b7f5f4d1a07bc246ea0c75d34713974daf1ba65e5e9c5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.11.0 (2022-05-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220428
|
6
|
+
|
7
|
+
### v0.10.0 (2022-04-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220408
|
10
|
+
|
11
|
+
### v0.9.0 (2022-04-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220401
|
14
|
+
|
3
15
|
### v0.8.0 (2022-04-02)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220327
|
@@ -129,6 +129,25 @@ module Google
|
|
129
129
|
end
|
130
130
|
end
|
131
131
|
|
132
|
+
# Represent the source AWS VM details.
|
133
|
+
class AwsSourceVmDetails
|
134
|
+
include Google::Apis::Core::Hashable
|
135
|
+
|
136
|
+
# The firmware type of the source VM.
|
137
|
+
# Corresponds to the JSON property `firmware`
|
138
|
+
# @return [String]
|
139
|
+
attr_accessor :firmware
|
140
|
+
|
141
|
+
def initialize(**args)
|
142
|
+
update!(**args)
|
143
|
+
end
|
144
|
+
|
145
|
+
# Update properties of this object
|
146
|
+
def update!(**args)
|
147
|
+
@firmware = args[:firmware] if args.key?(:firmware)
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
132
151
|
# Request message for 'CancelCloneJob' request.
|
133
152
|
class CancelCloneJobRequest
|
134
153
|
include Google::Apis::Core::Hashable
|
@@ -277,6 +296,11 @@ module Google
|
|
277
296
|
# @return [String]
|
278
297
|
attr_accessor :disk_type
|
279
298
|
|
299
|
+
# The hostname to assign to the VM.
|
300
|
+
# Corresponds to the JSON property `hostname`
|
301
|
+
# @return [String]
|
302
|
+
attr_accessor :hostname
|
303
|
+
|
280
304
|
# A map of labels to associate with the VM.
|
281
305
|
# Corresponds to the JSON property `labels`
|
282
306
|
# @return [Hash<String,String>]
|
@@ -351,6 +375,7 @@ module Google
|
|
351
375
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
352
376
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
353
377
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
378
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
354
379
|
@labels = args[:labels] if args.key?(:labels)
|
355
380
|
@license_type = args[:license_type] if args.key?(:license_type)
|
356
381
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -397,6 +422,11 @@ module Google
|
|
397
422
|
# @return [String]
|
398
423
|
attr_accessor :disk_type
|
399
424
|
|
425
|
+
# The hostname to assign to the VM.
|
426
|
+
# Corresponds to the JSON property `hostname`
|
427
|
+
# @return [String]
|
428
|
+
attr_accessor :hostname
|
429
|
+
|
400
430
|
# A map of labels to associate with the VM.
|
401
431
|
# Corresponds to the JSON property `labels`
|
402
432
|
# @return [Hash<String,String>]
|
@@ -470,6 +500,7 @@ module Google
|
|
470
500
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
471
501
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
472
502
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
503
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
473
504
|
@labels = args[:labels] if args.key?(:labels)
|
474
505
|
@license_type = args[:license_type] if args.key?(:license_type)
|
475
506
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -627,7 +658,7 @@ module Google
|
|
627
658
|
end
|
628
659
|
end
|
629
660
|
|
630
|
-
# CycleStep
|
661
|
+
# CycleStep holds information about a step progress.
|
631
662
|
class CycleStep
|
632
663
|
include Google::Apis::Core::Hashable
|
633
664
|
|
@@ -1305,6 +1336,11 @@ module Google
|
|
1305
1336
|
class MigratingVm
|
1306
1337
|
include Google::Apis::Core::Hashable
|
1307
1338
|
|
1339
|
+
# Represent the source AWS VM details.
|
1340
|
+
# Corresponds to the JSON property `awsSourceVmDetails`
|
1341
|
+
# @return [Google::Apis::VmmigrationV1alpha1::AwsSourceVmDetails]
|
1342
|
+
attr_accessor :aws_source_vm_details
|
1343
|
+
|
1308
1344
|
# ComputeEngineTargetDefaults is a collection of details for creating a VM in a
|
1309
1345
|
# target Compute Engine project.
|
1310
1346
|
# Corresponds to the JSON property `computeEngineTargetDefaults`
|
@@ -1425,6 +1461,7 @@ module Google
|
|
1425
1461
|
|
1426
1462
|
# Update properties of this object
|
1427
1463
|
def update!(**args)
|
1464
|
+
@aws_source_vm_details = args[:aws_source_vm_details] if args.key?(:aws_source_vm_details)
|
1428
1465
|
@compute_engine_target_defaults = args[:compute_engine_target_defaults] if args.key?(:compute_engine_target_defaults)
|
1429
1466
|
@compute_engine_vm_defaults = args[:compute_engine_vm_defaults] if args.key?(:compute_engine_vm_defaults)
|
1430
1467
|
@create_time = args[:create_time] if args.key?(:create_time)
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220428"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -46,6 +46,12 @@ module Google
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
+
class AwsSourceVmDetails
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
49
55
|
class CancelCloneJobRequest
|
50
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
57
|
|
@@ -411,6 +417,13 @@ module Google
|
|
411
417
|
end
|
412
418
|
end
|
413
419
|
|
420
|
+
class AwsSourceVmDetails
|
421
|
+
# @private
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
423
|
+
property :firmware, as: 'firmware'
|
424
|
+
end
|
425
|
+
end
|
426
|
+
|
414
427
|
class CancelCloneJobRequest
|
415
428
|
# @private
|
416
429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -457,6 +470,7 @@ module Google
|
|
457
470
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
458
471
|
|
459
472
|
property :disk_type, as: 'diskType'
|
473
|
+
property :hostname, as: 'hostname'
|
460
474
|
hash :labels, as: 'labels'
|
461
475
|
property :license_type, as: 'licenseType'
|
462
476
|
property :machine_type, as: 'machineType'
|
@@ -483,6 +497,7 @@ module Google
|
|
483
497
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
484
498
|
|
485
499
|
property :disk_type, as: 'diskType'
|
500
|
+
property :hostname, as: 'hostname'
|
486
501
|
hash :labels, as: 'labels'
|
487
502
|
property :license_type, as: 'licenseType'
|
488
503
|
property :machine_type, as: 'machineType'
|
@@ -735,6 +750,8 @@ module Google
|
|
735
750
|
class MigratingVm
|
736
751
|
# @private
|
737
752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
753
|
+
property :aws_source_vm_details, as: 'awsSourceVmDetails', class: Google::Apis::VmmigrationV1alpha1::AwsSourceVmDetails, decorator: Google::Apis::VmmigrationV1alpha1::AwsSourceVmDetails::Representation
|
754
|
+
|
738
755
|
property :compute_engine_target_defaults, as: 'computeEngineTargetDefaults', class: Google::Apis::VmmigrationV1alpha1::ComputeEngineTargetDefaults, decorator: Google::Apis::VmmigrationV1alpha1::ComputeEngineTargetDefaults::Representation
|
739
756
|
|
740
757
|
property :compute_engine_vm_defaults, as: 'computeEngineVmDefaults', class: Google::Apis::VmmigrationV1alpha1::TargetVmDetails, decorator: Google::Apis::VmmigrationV1alpha1::TargetVmDetails::Representation
|
@@ -84,8 +84,8 @@ module Google
|
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
86
|
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
-
# accepts strings like "displayName=tokyo"
|
88
|
-
# AIP-160](https://google.aip.dev/160).
|
87
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
88
|
+
# in [AIP-160](https://google.aip.dev/160).
|
89
89
|
# @param [Fixnum] page_size
|
90
90
|
# The maximum number of results to return. If not set, the service selects a
|
91
91
|
# default.
|
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.11.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: 2022-
|
11
|
+
date: 2022-05-16 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.11.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: []
|