google-apis-vmmigration_v1alpha1 0.21.0 → 0.22.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: 469aa806260104d48f8cbd9cc0f485c96d3d5de7550651f4627572ad17b9590b
4
- data.tar.gz: d5f931b251079ca231b4aababf97667a11dc99680988fb7c35e904061d7a9729
3
+ metadata.gz: f2007356da10814c160dd21c968517a92b03e27c642a69cb175df613f50852f5
4
+ data.tar.gz: e2b175c03fe6e9f9a9384bec6e91901158ac1112364b4a7f5e3736690a498d77
5
5
  SHA512:
6
- metadata.gz: 64ccc3f8f503b86770d89e93280cd4323a8721f7ff23dad955b0fe5eadc5d7f05fc6b8615c8fc2ad0da98c271751a745aca6ded3f6c87987796e3b7907bd177d
7
- data.tar.gz: 0c380c421253e77438f4e709825b6d3380196fa0d85fcfd806efa5af3c49d6bc376cbd587a4c6b7cb0807b6316d0c07da0b186811d52b44da4d9e9dda5a98f59
6
+ metadata.gz: 4c7b2545e2831c9b93a058e4f82fa7ce19d40307c1eb71f6c6d1a064aa8f69aeef63ef6972fbfc695c30b5e3141799c6525a3559122a4379bef380faa64235a4
7
+ data.tar.gz: 884d0c1214a1e3f3e540f95b47f954df19170db2c1852602c9fa46cfafff1339227a7360eb9571ca175150a59e3b203787153c8078ad8bc6ebabfbbb144d25d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.22.0 (2022-11-10)
4
+
5
+ * Regenerated from discovery document revision 20221103
6
+
3
7
  ### v0.21.0 (2022-11-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20221027
@@ -197,7 +197,8 @@ module Google
197
197
  # @return [Array<String>]
198
198
  attr_accessor :inventory_security_group_names
199
199
 
200
- # AWS resource tags to limit the scope of the source inventory.
200
+ # Deprecated: AWS resource tags to limit the scope of the source inventory. Use
201
+ # inventory_tag_list instead.
201
202
  # Corresponds to the JSON property `inventoryTags`
202
203
  # @return [Hash<String,String>]
203
204
  attr_accessor :inventory_tags
@@ -272,6 +273,11 @@ module Google
272
273
  class AwsVmDetails
273
274
  include Google::Apis::Core::Hashable
274
275
 
276
+ # The CPU architecture.
277
+ # Corresponds to the JSON property `architecture`
278
+ # @return [String]
279
+ attr_accessor :architecture
280
+
275
281
  # The VM Boot Option.
276
282
  # Corresponds to the JSON property `bootOption`
277
283
  # @return [String]
@@ -337,6 +343,11 @@ module Google
337
343
  # @return [Hash<String,String>]
338
344
  attr_accessor :tags
339
345
 
346
+ # The virtualization type.
347
+ # Corresponds to the JSON property `virtualizationType`
348
+ # @return [String]
349
+ attr_accessor :virtualization_type
350
+
340
351
  # The VM ID in AWS.
341
352
  # Corresponds to the JSON property `vmId`
342
353
  # @return [String]
@@ -358,6 +369,7 @@ module Google
358
369
 
359
370
  # Update properties of this object
360
371
  def update!(**args)
372
+ @architecture = args[:architecture] if args.key?(:architecture)
361
373
  @boot_option = args[:boot_option] if args.key?(:boot_option)
362
374
  @committed_storage_mb = args[:committed_storage_mb] if args.key?(:committed_storage_mb)
363
375
  @cpu_count = args[:cpu_count] if args.key?(:cpu_count)
@@ -371,6 +383,7 @@ module Google
371
383
  @source_description = args[:source_description] if args.key?(:source_description)
372
384
  @source_id = args[:source_id] if args.key?(:source_id)
373
385
  @tags = args[:tags] if args.key?(:tags)
386
+ @virtualization_type = args[:virtualization_type] if args.key?(:virtualization_type)
374
387
  @vm_id = args[:vm_id] if args.key?(:vm_id)
375
388
  @vpc_id = args[:vpc_id] if args.key?(:vpc_id)
376
389
  @zone = args[:zone] if args.key?(:zone)
@@ -2251,7 +2264,8 @@ module Google
2251
2264
  # @return [Fixnum]
2252
2265
  attr_accessor :progress
2253
2266
 
2254
- # The current progress in percentage of this cycle.
2267
+ # The current progress in percentage of this cycle. Was replaced by 'steps'
2268
+ # field, which breaks down the cycle progression more accurately.
2255
2269
  # Corresponds to the JSON property `progressPercent`
2256
2270
  # @return [Fixnum]
2257
2271
  attr_accessor :progress_percent
@@ -2261,7 +2275,7 @@ module Google
2261
2275
  # @return [String]
2262
2276
  attr_accessor :start_time
2263
2277
 
2264
- # State of the MigratingVm.
2278
+ # State of the ReplicationCycle.
2265
2279
  # Corresponds to the JSON property `state`
2266
2280
  # @return [String]
2267
2281
  attr_accessor :state
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221027"
25
+ REVISION = "20221103"
26
26
  end
27
27
  end
28
28
  end
@@ -524,6 +524,7 @@ module Google
524
524
  class AwsVmDetails
525
525
  # @private
526
526
  class Representation < Google::Apis::Core::JsonRepresentation
527
+ property :architecture, as: 'architecture'
527
528
  property :boot_option, as: 'bootOption'
528
529
  property :committed_storage_mb, :numeric_string => true, as: 'committedStorageMb'
529
530
  property :cpu_count, as: 'cpuCount'
@@ -538,6 +539,7 @@ module Google
538
539
  property :source_description, as: 'sourceDescription'
539
540
  property :source_id, as: 'sourceId'
540
541
  hash :tags, as: 'tags'
542
+ property :virtualization_type, as: 'virtualizationType'
541
543
  property :vm_id, as: 'vmId'
542
544
  property :vpc_id, as: 'vpcId'
543
545
  property :zone, as: 'zone'
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.21.0
4
+ version: 0.22.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-07 00:00:00.000000000 Z
11
+ date: 2022-11-14 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.22.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: []