google-apis-vmmigration_v1alpha1 0.24.0 → 0.26.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 +10 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/vmmigration_v1alpha1/classes.rb +1 -20
- data/lib/google/apis/vmmigration_v1alpha1/gem_version.rb +3 -3
- data/lib/google/apis/vmmigration_v1alpha1/representations.rb +0 -3
- data/lib/google/apis/vmmigration_v1alpha1/service.rb +18 -18
- data/lib/google/apis/vmmigration_v1alpha1.rb +2 -2
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: facb95977ba6f5554eb58118068813eb45e96dfcd7fc0674465a732b66ef3779
|
4
|
+
data.tar.gz: b4586e61b9d889e7836e87827a93a3ab65894d208a2b8b44fca78f7b96d22027
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1ed7737b6e2091e3716d472edd88e2bd2af4acc279fd2c3a23c904c9a0898f175c613ead11b1cdc3f55d9f09ae9e536196af67b9b67fbf8b3fea9fb6095f713
|
7
|
+
data.tar.gz: 22a146d486267c0d5b2b9244b967690137a0142b1bfe8b2cfda8f8db5d8089b84ae6371e84b9bc51cc67f9f3566eafd224f6f687b4ca16d7ce0975f7f06fa981
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.26.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230209
|
6
|
+
* Regenerated using generator version 0.12.0
|
7
|
+
|
8
|
+
### v0.25.0 (2023-01-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20230105
|
11
|
+
* Regenerated using generator version 0.11.1
|
12
|
+
|
3
13
|
### v0.24.0 (2022-12-19)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20221213
|
data/OVERVIEW.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Simple REST client for version V1alpha1 of the
|
1
|
+
# Simple REST client for version V1alpha1 of the VM Migration API
|
2
2
|
|
3
|
-
This is a simple client library for version V1alpha1 of the
|
3
|
+
This is a simple client library for version V1alpha1 of the VM Migration API. It provides:
|
4
4
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
6
|
* Ruby objects for data structures related to the service.
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Vmmigration service in particular.)
|
67
67
|
|
68
|
-
For reference information on specific calls in the
|
68
|
+
For reference information on specific calls in the VM Migration API, see the {Google::Apis::VmmigrationV1alpha1::VMMigrationServiceService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|
@@ -202,11 +202,6 @@ module Google
|
|
202
202
|
# @return [Google::Apis::VmmigrationV1alpha1::AccessKeyCredentials]
|
203
203
|
attr_accessor :access_key_creds
|
204
204
|
|
205
|
-
# AWS access key ID.
|
206
|
-
# Corresponds to the JSON property `accessKeyId`
|
207
|
-
# @return [String]
|
208
|
-
attr_accessor :access_key_id
|
209
|
-
|
210
205
|
# Immutable. The AWS region that the source VMs will be migrated from.
|
211
206
|
# Corresponds to the JSON property `awsRegion`
|
212
207
|
# @return [String]
|
@@ -232,12 +227,6 @@ module Google
|
|
232
227
|
# @return [Array<Google::Apis::VmmigrationV1alpha1::Tag>]
|
233
228
|
attr_accessor :inventory_tag_list
|
234
229
|
|
235
|
-
# Deprecated: AWS resource tags to limit the scope of the source inventory. Use
|
236
|
-
# inventory_tag_list instead.
|
237
|
-
# Corresponds to the JSON property `inventoryTags`
|
238
|
-
# @return [Hash<String,String>]
|
239
|
-
attr_accessor :inventory_tags
|
240
|
-
|
241
230
|
# User specified tags to add to every M2VM generated resource in AWS. These tags
|
242
231
|
# will be set in addition to the default tags that are set as part of the
|
243
232
|
# migration process. The tags must not begin with the reserved prefix `m2vm`.
|
@@ -251,11 +240,6 @@ module Google
|
|
251
240
|
# @return [String]
|
252
241
|
attr_accessor :public_ip
|
253
242
|
|
254
|
-
# Input only. AWS secret access key.
|
255
|
-
# Corresponds to the JSON property `secretAccessKey`
|
256
|
-
# @return [String]
|
257
|
-
attr_accessor :secret_access_key
|
258
|
-
|
259
243
|
# Output only. State of the source as determined by the health check.
|
260
244
|
# Corresponds to the JSON property `state`
|
261
245
|
# @return [String]
|
@@ -268,15 +252,12 @@ module Google
|
|
268
252
|
# Update properties of this object
|
269
253
|
def update!(**args)
|
270
254
|
@access_key_creds = args[:access_key_creds] if args.key?(:access_key_creds)
|
271
|
-
@access_key_id = args[:access_key_id] if args.key?(:access_key_id)
|
272
255
|
@aws_region = args[:aws_region] if args.key?(:aws_region)
|
273
256
|
@error = args[:error] if args.key?(:error)
|
274
257
|
@inventory_security_group_names = args[:inventory_security_group_names] if args.key?(:inventory_security_group_names)
|
275
258
|
@inventory_tag_list = args[:inventory_tag_list] if args.key?(:inventory_tag_list)
|
276
|
-
@inventory_tags = args[:inventory_tags] if args.key?(:inventory_tags)
|
277
259
|
@migration_resources_user_tags = args[:migration_resources_user_tags] if args.key?(:migration_resources_user_tags)
|
278
260
|
@public_ip = args[:public_ip] if args.key?(:public_ip)
|
279
|
-
@secret_access_key = args[:secret_access_key] if args.key?(:secret_access_key)
|
280
261
|
@state = args[:state] if args.key?(:state)
|
281
262
|
end
|
282
263
|
end
|
@@ -2797,7 +2778,7 @@ module Google
|
|
2797
2778
|
# must retry your request, the server will know to ignore the request if it has
|
2798
2779
|
# already been completed. The server will guarantee that for at least 60 minutes
|
2799
2780
|
# after the first request. For example, consider a situation where you make an
|
2800
|
-
# initial request and
|
2781
|
+
# initial request and the request times out. If you make the request again with
|
2801
2782
|
# the same request ID, the server can check if original operation with the same
|
2802
2783
|
# request ID was received, and if so, will ignore the second request. This
|
2803
2784
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -522,17 +522,14 @@ module Google
|
|
522
522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
523
523
|
property :access_key_creds, as: 'accessKeyCreds', class: Google::Apis::VmmigrationV1alpha1::AccessKeyCredentials, decorator: Google::Apis::VmmigrationV1alpha1::AccessKeyCredentials::Representation
|
524
524
|
|
525
|
-
property :access_key_id, as: 'accessKeyId'
|
526
525
|
property :aws_region, as: 'awsRegion'
|
527
526
|
property :error, as: 'error', class: Google::Apis::VmmigrationV1alpha1::Status, decorator: Google::Apis::VmmigrationV1alpha1::Status::Representation
|
528
527
|
|
529
528
|
collection :inventory_security_group_names, as: 'inventorySecurityGroupNames'
|
530
529
|
collection :inventory_tag_list, as: 'inventoryTagList', class: Google::Apis::VmmigrationV1alpha1::Tag, decorator: Google::Apis::VmmigrationV1alpha1::Tag::Representation
|
531
530
|
|
532
|
-
hash :inventory_tags, as: 'inventoryTags'
|
533
531
|
hash :migration_resources_user_tags, as: 'migrationResourcesUserTags'
|
534
532
|
property :public_ip, as: 'publicIp'
|
535
|
-
property :secret_access_key, as: 'secretAccessKey'
|
536
533
|
property :state, as: 'state'
|
537
534
|
end
|
538
535
|
end
|
@@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
22
|
module VmmigrationV1alpha1
|
23
|
-
#
|
23
|
+
# VM Migration API
|
24
24
|
#
|
25
25
|
# Use the Migrate to Virtual Machines API to programmatically migrate workloads.
|
26
26
|
#
|
@@ -166,7 +166,7 @@ module Google
|
|
166
166
|
# must retry your request, the server will know to ignore the request if it has
|
167
167
|
# already been completed. The server will guarantee that for at least 60 minutes
|
168
168
|
# since the first request. For example, consider a situation where you make an
|
169
|
-
# initial request and
|
169
|
+
# initial request and the request times out. If you make the request again with
|
170
170
|
# the same request ID, the server can check if original operation with the same
|
171
171
|
# request ID was received, and if so, will ignore the second request. This
|
172
172
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -211,7 +211,7 @@ module Google
|
|
211
211
|
# that if you must retry your request, the server will know to ignore the
|
212
212
|
# request if it has already been completed. The server will guarantee that for
|
213
213
|
# at least 60 minutes after the first request. For example, consider a situation
|
214
|
-
# where you make an initial request and
|
214
|
+
# where you make an initial request and the request times out. If you make the
|
215
215
|
# request again with the same request ID, the server can check if original
|
216
216
|
# operation with the same request ID was received, and if so, will ignore the
|
217
217
|
# second request. This prevents clients from accidentally creating duplicate
|
@@ -330,7 +330,7 @@ module Google
|
|
330
330
|
# must retry your request, the server will know to ignore the request if it has
|
331
331
|
# already been completed. The server will guarantee that for at least 60 minutes
|
332
332
|
# since the first request. For example, consider a situation where you make an
|
333
|
-
# initial request and
|
333
|
+
# initial request and the request times out. If you make the request again with
|
334
334
|
# the same request ID, the server can check if original operation with the same
|
335
335
|
# request ID was received, and if so, will ignore the second request. This
|
336
336
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -565,7 +565,7 @@ module Google
|
|
565
565
|
# must retry your request, the server will know to ignore the request if it has
|
566
566
|
# already been completed. The server will guarantee that for at least 60 minutes
|
567
567
|
# since the first request. For example, consider a situation where you make an
|
568
|
-
# initial request and
|
568
|
+
# initial request and the request times out. If you make the request again with
|
569
569
|
# the same request ID, the server can check if original operation with the same
|
570
570
|
# request ID was received, and if so, will ignore the second request. This
|
571
571
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -612,7 +612,7 @@ module Google
|
|
612
612
|
# that if you must retry your request, the server will know to ignore the
|
613
613
|
# request if it has already been completed. The server will guarantee that for
|
614
614
|
# at least 60 minutes after the first request. For example, consider a situation
|
615
|
-
# where you make an initial request and
|
615
|
+
# where you make an initial request and the request times out. If you make the
|
616
616
|
# request again with the same request ID, the server can check if original
|
617
617
|
# operation with the same request ID was received, and if so, will ignore the
|
618
618
|
# second request. This prevents clients from accidentally creating duplicate
|
@@ -781,7 +781,7 @@ module Google
|
|
781
781
|
# must retry your request, the server will know to ignore the request if it has
|
782
782
|
# already been completed. The server will guarantee that for at least 60 minutes
|
783
783
|
# since the first request. For example, consider a situation where you make an
|
784
|
-
# initial request and
|
784
|
+
# initial request and the request times out. If you make the request again with
|
785
785
|
# the same request ID, the server can check if original operation with the same
|
786
786
|
# request ID was received, and if so, will ignore the second request. This
|
787
787
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -837,7 +837,7 @@ module Google
|
|
837
837
|
# must retry your request, the server will know to ignore the request if it has
|
838
838
|
# already been completed. The server will guarantee that for at least 60 minutes
|
839
839
|
# since the first request. For example, consider a situation where you make an
|
840
|
-
# initial request and
|
840
|
+
# initial request and the request times out. If you make the request again with
|
841
841
|
# the same request ID, the server can check if original operation with the same
|
842
842
|
# request ID was received, and if so, will ignore the second request. This
|
843
843
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -882,7 +882,7 @@ module Google
|
|
882
882
|
# must retry your request, the server will know to ignore the request if it has
|
883
883
|
# already been completed. The server will guarantee that for at least 60 minutes
|
884
884
|
# after the first request. For example, consider a situation where you make an
|
885
|
-
# initial request and
|
885
|
+
# initial request and the request times out. If you make the request again with
|
886
886
|
# the same request ID, the server can check if original operation with the same
|
887
887
|
# request ID was received, and if so, will ignore the second request. This
|
888
888
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -1038,7 +1038,7 @@ module Google
|
|
1038
1038
|
# must retry your request, the server will know to ignore the request if it has
|
1039
1039
|
# already been completed. The server will guarantee that for at least 60 minutes
|
1040
1040
|
# since the first request. For example, consider a situation where you make an
|
1041
|
-
# initial request and
|
1041
|
+
# initial request and the request times out. If you make the request again with
|
1042
1042
|
# the same request ID, the server can check if original operation with the same
|
1043
1043
|
# request ID was received, and if so, will ignore the second request. This
|
1044
1044
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -1232,7 +1232,7 @@ module Google
|
|
1232
1232
|
# must retry your request, the server will know to ignore the request if it has
|
1233
1233
|
# already been completed. The server will guarantee that for at least 60 minutes
|
1234
1234
|
# since the first request. For example, consider a situation where you make an
|
1235
|
-
# initial request and
|
1235
|
+
# initial request and the request times out. If you make the request again with
|
1236
1236
|
# the same request ID, the server can check if original operation with the same
|
1237
1237
|
# request ID was received, and if so, will ignore the second request. This
|
1238
1238
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -1424,7 +1424,7 @@ module Google
|
|
1424
1424
|
# must retry your request, the server will know to ignore the request if it has
|
1425
1425
|
# already been completed. The server will guarantee that for at least 60 minutes
|
1426
1426
|
# since the first request. For example, consider a situation where you make an
|
1427
|
-
# initial request and
|
1427
|
+
# initial request and the request times out. If you make the request again with
|
1428
1428
|
# the same request ID, the server can check if original operation with the same
|
1429
1429
|
# request ID was received, and if so, will ignore the second request. This
|
1430
1430
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -1582,7 +1582,7 @@ module Google
|
|
1582
1582
|
# must retry your request, the server will know to ignore the request if it has
|
1583
1583
|
# already been completed. The server will guarantee that for at least 60 minutes
|
1584
1584
|
# since the first request. For example, consider a situation where you make an
|
1585
|
-
# initial request and
|
1585
|
+
# initial request and the request times out. If you make the request again with
|
1586
1586
|
# the same request ID, the server can check if original operation with the same
|
1587
1587
|
# request ID was received, and if so, will ignore the second request. This
|
1588
1588
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -1782,7 +1782,7 @@ module Google
|
|
1782
1782
|
# must retry your request, the server will know to ignore the request if it has
|
1783
1783
|
# already been completed. The server will guarantee that for at least 60 minutes
|
1784
1784
|
# since the first request. For example, consider a situation where you make an
|
1785
|
-
# initial request and
|
1785
|
+
# initial request and the request times out. If you make the request again with
|
1786
1786
|
# the same request ID, the server can check if original operation with the same
|
1787
1787
|
# request ID was received, and if so, will ignore the second request. This
|
1788
1788
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -1832,7 +1832,7 @@ module Google
|
|
1832
1832
|
# that if you must retry your request, the server will know to ignore the
|
1833
1833
|
# request if it has already been completed. The server will guarantee that for
|
1834
1834
|
# at least 60 minutes after the first request. For example, consider a situation
|
1835
|
-
# where you make an initial request and
|
1835
|
+
# where you make an initial request and the request times out. If you make the
|
1836
1836
|
# request again with the same request ID, the server can check if original
|
1837
1837
|
# operation with the same request ID was received, and if so, will ignore the
|
1838
1838
|
# second request. This prevents clients from accidentally creating duplicate
|
@@ -1959,7 +1959,7 @@ module Google
|
|
1959
1959
|
# must retry your request, the server will know to ignore the request if it has
|
1960
1960
|
# already been completed. The server will guarantee that for at least 60 minutes
|
1961
1961
|
# since the first request. For example, consider a situation where you make an
|
1962
|
-
# initial request and
|
1962
|
+
# initial request and the request times out. If you make the request again with
|
1963
1963
|
# the same request ID, the server can check if original operation with the same
|
1964
1964
|
# request ID was received, and if so, will ignore the second request. This
|
1965
1965
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -2007,7 +2007,7 @@ module Google
|
|
2007
2007
|
# that if you must retry your request, the server will know to ignore the
|
2008
2008
|
# request if it has already been completed. The server will guarantee that for
|
2009
2009
|
# at least 60 minutes after the first request. For example, consider a situation
|
2010
|
-
# where you make an initial request and
|
2010
|
+
# where you make an initial request and the request times out. If you make the
|
2011
2011
|
# request again with the same request ID, the server can check if original
|
2012
2012
|
# operation with the same request ID was received, and if so, will ignore the
|
2013
2013
|
# second request. This prevents clients from accidentally creating duplicate
|
@@ -2129,7 +2129,7 @@ module Google
|
|
2129
2129
|
# must retry your request, the server will know to ignore the request if it has
|
2130
2130
|
# already been completed. The server will guarantee that for at least 60 minutes
|
2131
2131
|
# since the first request. For example, consider a situation where you make an
|
2132
|
-
# initial request and
|
2132
|
+
# initial request and the request times out. If you make the request again with
|
2133
2133
|
# the same request ID, the server can check if original operation with the same
|
2134
2134
|
# request ID was received, and if so, will ignore the second request. This
|
2135
2135
|
# prevents clients from accidentally creating duplicate commitments. The request
|
@@ -19,13 +19,13 @@ require 'google/apis/vmmigration_v1alpha1/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
#
|
22
|
+
# VM Migration API
|
23
23
|
#
|
24
24
|
# Use the Migrate to Virtual Machines API to programmatically migrate workloads.
|
25
25
|
#
|
26
26
|
# @see https://cloud.google.com/migrate/virtual-machines
|
27
27
|
module VmmigrationV1alpha1
|
28
|
-
# Version of the
|
28
|
+
# Version of the VM Migration API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1alpha1'
|
31
31
|
|
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.26.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-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,17 +26,17 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
33
|
-
description: This is the simple REST client for
|
34
|
-
|
35
|
-
|
33
|
+
description: This is the simple REST client for VM Migration API V1alpha1. Simple
|
34
|
+
REST clients are Ruby client libraries that provide access to Google services via
|
35
|
+
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
36
36
|
based on the discovery documents published by the service, and they handle most
|
37
37
|
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
38
|
-
use this client to access the
|
39
|
-
|
38
|
+
use this client to access the VM Migration API, but note that some services may
|
39
|
+
provide a separate modern client that is easier to use.
|
40
40
|
email: googleapis-packages@google.com
|
41
41
|
executables: []
|
42
42
|
extensions: []
|
@@ -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.26.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: []
|
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
|
-
summary: Simple REST client for
|
81
|
+
summary: Simple REST client for VM Migration API V1alpha1
|
82
82
|
test_files: []
|