google-apis-vmmigration_v1alpha1 0.48.0 → 0.50.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: 0f30fca9138faaa57b9d95a0c960add48f42bb7a1d0ac04f105cd17891a81047
4
- data.tar.gz: fa1b0f3892d9ca8888cdf9e138d683591389a3bdc66ef93ef889d5f880c4f70e
3
+ metadata.gz: cda0ec387da1a8f638b06a522c1f7cf136cf2d8c86ba3f5fe9985d2a3e9f8230
4
+ data.tar.gz: 0ea1d5dbb55c88e0f79b7e745333552e7f9f8ff9e9e605b66972a31f0657752b
5
5
  SHA512:
6
- metadata.gz: c0a8b9f95debe24e8b07191d848565c0b342ed60b1cec2bac26bf2241609ee4568cda98445e9d289af363da4012064aeebfb4411e0e458ce1245be18ad2e14fe
7
- data.tar.gz: 29ccdbfc8d0eaad7d85f8648bed101cf9c0edc2d218effb882c4438cfbf2eade3689b955b7c81c897e3079ad1948217cff91891c85bfc49dca74c96962d878fc
6
+ metadata.gz: 1127511babbd1ea9de468324466e0798b86a5b273819dd60d447ef64316f49a35359ceccf1d6cfffc179530c9485e7a4808968685248b687877538e8265490eb
7
+ data.tar.gz: 2f576af18a4510075e329eda5a106ce3277a04e9d62d0d34b4f973a843f9d55f6ed1bef4ab618351bca3feb2987066dd1597b55d2e22d518ad2a86be96db7653
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.50.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240613
6
+
7
+ ### v0.49.0 (2024-06-09)
8
+
9
+ * Regenerated from discovery document revision 20240530
10
+
3
11
  ### v0.48.0 (2024-05-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20240509
@@ -178,17 +178,17 @@ module Google
178
178
  class AwsDiskDetails
179
179
  include Google::Apis::Core::Hashable
180
180
 
181
- # The ordinal number of the disk.
181
+ # Output only. The ordinal number of the disk.
182
182
  # Corresponds to the JSON property `diskNumber`
183
183
  # @return [Fixnum]
184
184
  attr_accessor :disk_number
185
185
 
186
- # Size in GB.
186
+ # Output only. Size in GB.
187
187
  # Corresponds to the JSON property `sizeGb`
188
188
  # @return [Fixnum]
189
189
  attr_accessor :size_gb
190
190
 
191
- # AWS volume ID.
191
+ # Output only. AWS volume ID.
192
192
  # Corresponds to the JSON property `volumeId`
193
193
  # @return [String]
194
194
  attr_accessor :volume_id
@@ -272,6 +272,11 @@ module Google
272
272
  # @return [Hash<String,String>]
273
273
  attr_accessor :migration_resources_user_tags
274
274
 
275
+ # Information about the network coniguration of the source.
276
+ # Corresponds to the JSON property `networkInsights`
277
+ # @return [Google::Apis::VmmigrationV1alpha1::NetworkInsights]
278
+ attr_accessor :network_insights
279
+
275
280
  # Output only. The source's public IP. All communication initiated by this
276
281
  # source will originate from this IP.
277
282
  # Corresponds to the JSON property `publicIp`
@@ -295,6 +300,7 @@ module Google
295
300
  @inventory_security_group_names = args[:inventory_security_group_names] if args.key?(:inventory_security_group_names)
296
301
  @inventory_tag_list = args[:inventory_tag_list] if args.key?(:inventory_tag_list)
297
302
  @migration_resources_user_tags = args[:migration_resources_user_tags] if args.key?(:migration_resources_user_tags)
303
+ @network_insights = args[:network_insights] if args.key?(:network_insights)
298
304
  @public_ip = args[:public_ip] if args.key?(:public_ip)
299
305
  @state = args[:state] if args.key?(:state)
300
306
  end
@@ -304,17 +310,17 @@ module Google
304
310
  class AwsSourceVmDetails
305
311
  include Google::Apis::Core::Hashable
306
312
 
307
- # The total size of the disks being migrated in bytes.
313
+ # Output only. The total size of the disks being migrated in bytes.
308
314
  # Corresponds to the JSON property `committedStorageBytes`
309
315
  # @return [Fixnum]
310
316
  attr_accessor :committed_storage_bytes
311
317
 
312
- # The disks attached to the source VM.
318
+ # Output only. The disks attached to the source VM.
313
319
  # Corresponds to the JSON property `disks`
314
320
  # @return [Array<Google::Apis::VmmigrationV1alpha1::AwsDiskDetails>]
315
321
  attr_accessor :disks
316
322
 
317
- # The firmware type of the source VM.
323
+ # Output only. The firmware type of the source VM.
318
324
  # Corresponds to the JSON property `firmware`
319
325
  # @return [String]
320
326
  attr_accessor :firmware
@@ -482,17 +488,17 @@ module Google
482
488
  class AzureDiskDetails
483
489
  include Google::Apis::Core::Hashable
484
490
 
485
- # Azure disk ID.
491
+ # Output only. Azure disk ID.
486
492
  # Corresponds to the JSON property `diskId`
487
493
  # @return [String]
488
494
  attr_accessor :disk_id
489
495
 
490
- # The ordinal number of the disk.
496
+ # Output only. The ordinal number of the disk.
491
497
  # Corresponds to the JSON property `diskNumber`
492
498
  # @return [Fixnum]
493
499
  attr_accessor :disk_number
494
500
 
495
- # Size in GB.
501
+ # Output only. Size in GB.
496
502
  # Corresponds to the JSON property `sizeGb`
497
503
  # @return [Fixnum]
498
504
  attr_accessor :size_gb
@@ -579,17 +585,17 @@ module Google
579
585
  class AzureSourceVmDetails
580
586
  include Google::Apis::Core::Hashable
581
587
 
582
- # The total size of the disks being migrated in bytes.
588
+ # Output only. The total size of the disks being migrated in bytes.
583
589
  # Corresponds to the JSON property `committedStorageBytes`
584
590
  # @return [Fixnum]
585
591
  attr_accessor :committed_storage_bytes
586
592
 
587
- # The disks attached to the source VM.
593
+ # Output only. The disks attached to the source VM.
588
594
  # Corresponds to the JSON property `disks`
589
595
  # @return [Array<Google::Apis::VmmigrationV1alpha1::AzureDiskDetails>]
590
596
  attr_accessor :disks
591
597
 
592
- # The firmware type of the source VM.
598
+ # Output only. The firmware type of the source VM.
593
599
  # Corresponds to the JSON property `firmware`
594
600
  # @return [String]
595
601
  attr_accessor :firmware
@@ -3182,7 +3188,8 @@ module Google
3182
3188
  # @return [String]
3183
3189
  attr_accessor :code
3184
3190
 
3185
- # URL(s) pointing to additional information on handling the current warning.
3191
+ # Output only. URL(s) pointing to additional information on handling the current
3192
+ # warning.
3186
3193
  # Corresponds to the JSON property `helpLinks`
3187
3194
  # @return [Array<Google::Apis::VmmigrationV1alpha1::Link>]
3188
3195
  attr_accessor :help_links
@@ -3212,17 +3219,44 @@ module Google
3212
3219
  end
3213
3220
  end
3214
3221
 
3222
+ # Information about the network coniguration of the source.
3223
+ class NetworkInsights
3224
+ include Google::Apis::Core::Hashable
3225
+
3226
+ # Output only. The gathered network configuration of the source. Presented in
3227
+ # json format.
3228
+ # Corresponds to the JSON property `sourceNetworkConfig`
3229
+ # @return [String]
3230
+ attr_accessor :source_network_config
3231
+
3232
+ # Output only. The gathered network configuration of the source. Presented in
3233
+ # terraform format.
3234
+ # Corresponds to the JSON property `sourceNetworkTerraform`
3235
+ # @return [String]
3236
+ attr_accessor :source_network_terraform
3237
+
3238
+ def initialize(**args)
3239
+ update!(**args)
3240
+ end
3241
+
3242
+ # Update properties of this object
3243
+ def update!(**args)
3244
+ @source_network_config = args[:source_network_config] if args.key?(:source_network_config)
3245
+ @source_network_terraform = args[:source_network_terraform] if args.key?(:source_network_terraform)
3246
+ end
3247
+ end
3248
+
3215
3249
  # NetworkInterface represents a NIC of a VM.
3216
3250
  class NetworkInterface
3217
3251
  include Google::Apis::Core::Hashable
3218
3252
 
3219
- # The external IP to define in the NIC.
3253
+ # Optional. The external IP to define in the NIC.
3220
3254
  # Corresponds to the JSON property `externalIp`
3221
3255
  # @return [String]
3222
3256
  attr_accessor :external_ip
3223
3257
 
3224
- # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \
3225
- # ipv4 address \ a named address resource full path.
3258
+ # Optional. The internal IP to define in the NIC. The formats accepted are: `
3259
+ # ephemeral` \ ipv4 address \ a named address resource full path.
3226
3260
  # Corresponds to the JSON property `internalIp`
3227
3261
  # @return [String]
3228
3262
  attr_accessor :internal_ip
@@ -3939,12 +3973,12 @@ module Google
3939
3973
  class Tag
3940
3974
  include Google::Apis::Core::Hashable
3941
3975
 
3942
- # Key of tag.
3976
+ # Required. Key of tag.
3943
3977
  # Corresponds to the JSON property `key`
3944
3978
  # @return [String]
3945
3979
  attr_accessor :key
3946
3980
 
3947
- # Value of tag.
3981
+ # Required. Value of tag.
3948
3982
  # Corresponds to the JSON property `value`
3949
3983
  # @return [String]
3950
3984
  attr_accessor :value
@@ -4516,17 +4550,17 @@ module Google
4516
4550
  class VmwareDiskDetails
4517
4551
  include Google::Apis::Core::Hashable
4518
4552
 
4519
- # The ordinal number of the disk.
4553
+ # Output only. The ordinal number of the disk.
4520
4554
  # Corresponds to the JSON property `diskNumber`
4521
4555
  # @return [Fixnum]
4522
4556
  attr_accessor :disk_number
4523
4557
 
4524
- # The disk label.
4558
+ # Output only. The disk label.
4525
4559
  # Corresponds to the JSON property `label`
4526
4560
  # @return [String]
4527
4561
  attr_accessor :label
4528
4562
 
4529
- # Size in GB.
4563
+ # Output only. Size in GB.
4530
4564
  # Corresponds to the JSON property `sizeGb`
4531
4565
  # @return [Fixnum]
4532
4566
  attr_accessor :size_gb
@@ -4592,17 +4626,17 @@ module Google
4592
4626
  class VmwareSourceVmDetails
4593
4627
  include Google::Apis::Core::Hashable
4594
4628
 
4595
- # The total size of the disks being migrated in bytes.
4629
+ # Output only. The total size of the disks being migrated in bytes.
4596
4630
  # Corresponds to the JSON property `committedStorageBytes`
4597
4631
  # @return [Fixnum]
4598
4632
  attr_accessor :committed_storage_bytes
4599
4633
 
4600
- # The disks attached to the source VM.
4634
+ # Output only. The disks attached to the source VM.
4601
4635
  # Corresponds to the JSON property `disks`
4602
4636
  # @return [Array<Google::Apis::VmmigrationV1alpha1::VmwareDiskDetails>]
4603
4637
  attr_accessor :disks
4604
4638
 
4605
- # The firmware type of the source VM.
4639
+ # Output only. The firmware type of the source VM.
4606
4640
  # Corresponds to the JSON property `firmware`
4607
4641
  # @return [String]
4608
4642
  attr_accessor :firmware
@@ -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.48.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240509"
25
+ REVISION = "20240613"
26
26
  end
27
27
  end
28
28
  end
@@ -478,6 +478,12 @@ module Google
478
478
  include Google::Apis::Core::JsonObjectSupport
479
479
  end
480
480
 
481
+ class NetworkInsights
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
481
487
  class NetworkInterface
482
488
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
489
 
@@ -773,6 +779,8 @@ module Google
773
779
  collection :inventory_tag_list, as: 'inventoryTagList', class: Google::Apis::VmmigrationV1alpha1::Tag, decorator: Google::Apis::VmmigrationV1alpha1::Tag::Representation
774
780
 
775
781
  hash :migration_resources_user_tags, as: 'migrationResourcesUserTags'
782
+ property :network_insights, as: 'networkInsights', class: Google::Apis::VmmigrationV1alpha1::NetworkInsights, decorator: Google::Apis::VmmigrationV1alpha1::NetworkInsights::Representation
783
+
776
784
  property :public_ip, as: 'publicIp'
777
785
  property :state, as: 'state'
778
786
  end
@@ -1603,6 +1611,14 @@ module Google
1603
1611
  end
1604
1612
  end
1605
1613
 
1614
+ class NetworkInsights
1615
+ # @private
1616
+ class Representation < Google::Apis::Core::JsonRepresentation
1617
+ property :source_network_config, as: 'sourceNetworkConfig'
1618
+ property :source_network_terraform, as: 'sourceNetworkTerraform'
1619
+ end
1620
+ end
1621
+
1606
1622
  class NetworkInterface
1607
1623
  # @private
1608
1624
  class Representation < Google::Apis::Core::JsonRepresentation
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.48.0
4
+ version: 0.50.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-23 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.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.50.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: []