google-apis-vmmigration_v1alpha1 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/vmmigration_v1alpha1/classes.rb +0 -19
- 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 +1 -1
- data/lib/google/apis/vmmigration_v1alpha1.rb +2 -2
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d097c3437423c8215a631b8e254ec53c0ef82d5735b93811a57c3f42b7494dce
|
4
|
+
data.tar.gz: 1774cc590478fdd44e86955b24efd8ef9400e815892ae4754aee6d6c3fa41e73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc3ed34cc99d6d31fa0400dfbc0259e27c4be81ac0d918adc498523ea89f696087cc00f54e217dc13488ecb712344681f2efee2b53a0be3f77c79543b78fcb6b
|
7
|
+
data.tar.gz: fcf92b8822683e0e88058e605a5a64106364fe667ca031a7ab725fd9256149715dce8eec745375dceec51364cb67cad56da1478778178b1207e87645f612eb1b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.25.0 (2023-01-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230105
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
3
8
|
### v0.24.0 (2022-12-19)
|
4
9
|
|
5
10
|
* 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
|
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230105"
|
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
|
@@ -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.25.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-01-
|
11
|
+
date: 2023-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -30,13 +30,13 @@ dependencies:
|
|
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.25.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: []
|