google-apis-vmmigration_v1 0.53.0 → 0.54.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90bc95250b792b0901fe7439fce91bb58b9b3f4950b4431d4ad240cf81036e85
4
- data.tar.gz: 791d73c4a0d95c1324c56299d617a1836b8f8252f3e08eb7053c7d03f2676a90
3
+ metadata.gz: 213c255e4ad40391ce9d071bf736a1ec91f21ee6a2e424784b5597d9b250a7b2
4
+ data.tar.gz: de3f5b04a745bbd7bfdf77ed66a3932c6be237818fdec8308e3fafa42e6b2973
5
5
  SHA512:
6
- metadata.gz: 7eaf37b525eb88e12460d7c695643e8b713450d4c62db9c0cffdc95ce597379076f8e1b6556ac41937d333c4d316d3815a9980ce3c5c49352f31c7444485b127
7
- data.tar.gz: f9b17ed4b8451b5d8d761ccf4333dc3dd0e90794d81884f18d1bf803c39fcb6c8f3e9c8c1e931fb19b1fefb048889a62fd5a1fbfc48af5de3ab993c1e4f16248
6
+ metadata.gz: 942fc928f877c8eca70b8297cc6e0791fab2257fd328ed8e37af2e46a38698aea477574eb769c1185413380b15f552a755e81ec9ee62536e672effaf4e784373
7
+ data.tar.gz: cd3bfce9c575cc638ac52136bcdd2ed0c62abd7168536c7fee0003e84070858debbca2260e3a83dd5750662081bbaaaf39cea3bfea6834ced6ea7fce69fbcba3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.54.0 (2024-10-20)
4
+
5
+ * Regenerated from discovery document revision 20241013
6
+
3
7
  ### v0.53.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240912
@@ -304,6 +304,11 @@ module Google
304
304
  class AwsSourceVmDetails
305
305
  include Google::Apis::Core::Hashable
306
306
 
307
+ # Output only. The VM architecture.
308
+ # Corresponds to the JSON property `architecture`
309
+ # @return [String]
310
+ attr_accessor :architecture
311
+
307
312
  # Output only. The total size of the disks being migrated in bytes.
308
313
  # Corresponds to the JSON property `committedStorageBytes`
309
314
  # @return [Fixnum]
@@ -331,6 +336,7 @@ module Google
331
336
 
332
337
  # Update properties of this object
333
338
  def update!(**args)
339
+ @architecture = args[:architecture] if args.key?(:architecture)
334
340
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
335
341
  @disks = args[:disks] if args.key?(:disks)
336
342
  @firmware = args[:firmware] if args.key?(:firmware)
@@ -579,6 +585,11 @@ module Google
579
585
  class AzureSourceVmDetails
580
586
  include Google::Apis::Core::Hashable
581
587
 
588
+ # Output only. The VM architecture.
589
+ # Corresponds to the JSON property `architecture`
590
+ # @return [String]
591
+ attr_accessor :architecture
592
+
582
593
  # Output only. The total size of the disks being migrated in bytes.
583
594
  # Corresponds to the JSON property `committedStorageBytes`
584
595
  # @return [Fixnum]
@@ -606,6 +617,7 @@ module Google
606
617
 
607
618
  # Update properties of this object
608
619
  def update!(**args)
620
+ @architecture = args[:architecture] if args.key?(:architecture)
609
621
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
610
622
  @disks = args[:disks] if args.key?(:disks)
611
623
  @firmware = args[:firmware] if args.key?(:firmware)
@@ -617,6 +629,11 @@ module Google
617
629
  class AzureVmDetails
618
630
  include Google::Apis::Core::Hashable
619
631
 
632
+ # The CPU architecture.
633
+ # Corresponds to the JSON property `architecture`
634
+ # @return [String]
635
+ attr_accessor :architecture
636
+
620
637
  # The VM Boot Option.
621
638
  # Corresponds to the JSON property `bootOption`
622
639
  # @return [String]
@@ -689,6 +706,7 @@ module Google
689
706
 
690
707
  # Update properties of this object
691
708
  def update!(**args)
709
+ @architecture = args[:architecture] if args.key?(:architecture)
692
710
  @boot_option = args[:boot_option] if args.key?(:boot_option)
693
711
  @committed_storage_mb = args[:committed_storage_mb] if args.key?(:committed_storage_mb)
694
712
  @computer_name = args[:computer_name] if args.key?(:computer_name)
@@ -4614,6 +4632,11 @@ module Google
4614
4632
  class VmwareSourceVmDetails
4615
4633
  include Google::Apis::Core::Hashable
4616
4634
 
4635
+ # Output only. The VM architecture.
4636
+ # Corresponds to the JSON property `architecture`
4637
+ # @return [String]
4638
+ attr_accessor :architecture
4639
+
4617
4640
  # Output only. The total size of the disks being migrated in bytes.
4618
4641
  # Corresponds to the JSON property `committedStorageBytes`
4619
4642
  # @return [Fixnum]
@@ -4641,6 +4664,7 @@ module Google
4641
4664
 
4642
4665
  # Update properties of this object
4643
4666
  def update!(**args)
4667
+ @architecture = args[:architecture] if args.key?(:architecture)
4644
4668
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
4645
4669
  @disks = args[:disks] if args.key?(:disks)
4646
4670
  @firmware = args[:firmware] if args.key?(:firmware)
@@ -4652,6 +4676,11 @@ module Google
4652
4676
  class VmwareVmDetails
4653
4677
  include Google::Apis::Core::Hashable
4654
4678
 
4679
+ # Output only. The CPU architecture.
4680
+ # Corresponds to the JSON property `architecture`
4681
+ # @return [String]
4682
+ attr_accessor :architecture
4683
+
4655
4684
  # Output only. The VM Boot Option.
4656
4685
  # Corresponds to the JSON property `bootOption`
4657
4686
  # @return [String]
@@ -4722,6 +4751,7 @@ module Google
4722
4751
 
4723
4752
  # Update properties of this object
4724
4753
  def update!(**args)
4754
+ @architecture = args[:architecture] if args.key?(:architecture)
4725
4755
  @boot_option = args[:boot_option] if args.key?(:boot_option)
4726
4756
  @committed_storage_mb = args[:committed_storage_mb] if args.key?(:committed_storage_mb)
4727
4757
  @cpu_count = args[:cpu_count] if args.key?(:cpu_count)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240912"
25
+ REVISION = "20241013"
26
26
  end
27
27
  end
28
28
  end
@@ -805,6 +805,7 @@ module Google
805
805
  class AwsSourceVmDetails
806
806
  # @private
807
807
  class Representation < Google::Apis::Core::JsonRepresentation
808
+ property :architecture, as: 'architecture'
808
809
  property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
809
810
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1::AwsDiskDetails, decorator: Google::Apis::VmmigrationV1::AwsDiskDetails::Representation
810
811
 
@@ -874,6 +875,7 @@ module Google
874
875
  class AzureSourceVmDetails
875
876
  # @private
876
877
  class Representation < Google::Apis::Core::JsonRepresentation
878
+ property :architecture, as: 'architecture'
877
879
  property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
878
880
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1::AzureDiskDetails, decorator: Google::Apis::VmmigrationV1::AzureDiskDetails::Representation
879
881
 
@@ -886,6 +888,7 @@ module Google
886
888
  class AzureVmDetails
887
889
  # @private
888
890
  class Representation < Google::Apis::Core::JsonRepresentation
891
+ property :architecture, as: 'architecture'
889
892
  property :boot_option, as: 'bootOption'
890
893
  property :committed_storage_mb, :numeric_string => true, as: 'committedStorageMb'
891
894
  property :computer_name, as: 'computerName'
@@ -2002,6 +2005,7 @@ module Google
2002
2005
  class VmwareSourceVmDetails
2003
2006
  # @private
2004
2007
  class Representation < Google::Apis::Core::JsonRepresentation
2008
+ property :architecture, as: 'architecture'
2005
2009
  property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
2006
2010
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1::VmwareDiskDetails, decorator: Google::Apis::VmmigrationV1::VmwareDiskDetails::Representation
2007
2011
 
@@ -2014,6 +2018,7 @@ module Google
2014
2018
  class VmwareVmDetails
2015
2019
  # @private
2016
2020
  class Representation < Google::Apis::Core::JsonRepresentation
2021
+ property :architecture, as: 'architecture'
2017
2022
  property :boot_option, as: 'bootOption'
2018
2023
  property :committed_storage_mb, :numeric_string => true, as: 'committedStorageMb'
2019
2024
  property :cpu_count, as: 'cpuCount'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-10-27 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for VM Migration API V1