google-apis-vmmigration_v1alpha1 0.23.0 → 0.25.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: 8289e548b60fa2f48d2fee14fb98e3ad55d27e6f12d57d7538fd8eea946068ef
4
- data.tar.gz: cf0c289ea587c9b3653123111a20353bfac2f272beb3e956cc1a2a31942c85e6
3
+ metadata.gz: d097c3437423c8215a631b8e254ec53c0ef82d5735b93811a57c3f42b7494dce
4
+ data.tar.gz: 1774cc590478fdd44e86955b24efd8ef9400e815892ae4754aee6d6c3fa41e73
5
5
  SHA512:
6
- metadata.gz: 97022711415c5ac520fcbe70bcb6bd26e799f75fd4ec4a4519c1b4540249ec939d586fc8c512f7da3567208af66a9638a6fbd2341c70c6313427b3476fe8d690
7
- data.tar.gz: 3fa1a34b68f0dc2165ddd3d202d45649212a6cae29323ab6a65b5fa8dfb26bca6a6e900c7935205e7f706cebdf3d458897fde374f50e636b38b83b8b0b630083
6
+ metadata.gz: dc3ed34cc99d6d31fa0400dfbc0259e27c4be81ac0d918adc498523ea89f696087cc00f54e217dc13488ecb712344681f2efee2b53a0be3f77c79543b78fcb6b
7
+ data.tar.gz: fcf92b8822683e0e88058e605a5a64106364fe667ca031a7ab725fd9256149715dce8eec745375dceec51364cb67cad56da1478778178b1207e87645f612eb1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.24.0 (2022-12-19)
9
+
10
+ * Regenerated from discovery document revision 20221213
11
+
3
12
  ### v0.23.0 (2022-12-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20221126
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1alpha1 of the Migrate to Virtual Machines API
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 Migrate to Virtual Machines API. It provides:
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 Migrate to Virtual Machines API, see the {Google::Apis::VmmigrationV1alpha1::VMMigrationServiceService class reference docs}.
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
@@ -815,7 +796,7 @@ module Google
815
796
  # @return [Array<String>]
816
797
  attr_accessor :network_tags
817
798
 
818
- # The GCP target project ID or project name.
799
+ # The Google Cloud target project ID or project name.
819
800
  # Corresponds to the JSON property `project`
820
801
  # @return [String]
821
802
  attr_accessor :project
@@ -1123,9 +1104,10 @@ module Google
1123
1104
  end
1124
1105
  end
1125
1106
 
1126
- # DatacenterConnector message describes a connector between the Source and GCP,
1127
- # which is installed on a vmware datacenter (an OVA vm installed by the user) to
1128
- # connect the Datacenter to GCP and support vm migration data transfer.
1107
+ # DatacenterConnector message describes a connector between the Source and
1108
+ # Google Cloud, which is installed on a vmware datacenter (an OVA vm installed
1109
+ # by the user) to connect the Datacenter to Google Cloud and support vm
1110
+ # migration data transfer.
1129
1111
  class DatacenterConnector
1130
1112
  include Google::Apis::Core::Hashable
1131
1113
 
@@ -1148,7 +1130,7 @@ module Google
1148
1130
  attr_accessor :available_versions
1149
1131
 
1150
1132
  # Output only. The communication channel between the datacenter connector and
1151
- # GCP.
1133
+ # Google Cloud.
1152
1134
  # Corresponds to the JSON property `bucket`
1153
1135
  # @return [String]
1154
1136
  attr_accessor :bucket
@@ -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.23.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.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221126"
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
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module VmmigrationV1alpha1
23
- # Migrate to Virtual Machines API
23
+ # VM Migration API
24
24
  #
25
25
  # Use the Migrate to Virtual Machines API to programmatically migrate workloads.
26
26
  #
@@ -19,13 +19,13 @@ require 'google/apis/vmmigration_v1alpha1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Migrate to Virtual Machines API
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 Migrate to Virtual Machines API this client connects to.
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.23.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: 2022-12-12 00:00:00.000000000 Z
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 Migrate to Virtual Machines API V1alpha1.
34
- Simple REST clients are Ruby client libraries that provide access to Google services
35
- via their HTTP REST API endpoints. These libraries are generated and updated automatically
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 Migrate to Virtual Machines API, but note that some
39
- services may provide a separate modern client that is easier to use.
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.23.0
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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for Migrate to Virtual Machines API V1alpha1
81
+ summary: Simple REST client for VM Migration API V1alpha1
82
82
  test_files: []