google-apis-vmmigration_v1alpha1 0.49.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: 45bef06e5461496552a3b36fdcc0007445225fcb68e4a3c026f77ac7e0b9813a
4
- data.tar.gz: 5a43bd8caa10b02a6fb751480638996da0fa0dd328b46b46ed0475f80f736b1f
3
+ metadata.gz: cda0ec387da1a8f638b06a522c1f7cf136cf2d8c86ba3f5fe9985d2a3e9f8230
4
+ data.tar.gz: 0ea1d5dbb55c88e0f79b7e745333552e7f9f8ff9e9e605b66972a31f0657752b
5
5
  SHA512:
6
- metadata.gz: db6f65cbf7c8329a53bf54d33e45d8a3e90c1262ad722c53abf39ba62d2c620bd79b8d1624d1526214a3005013be7acbc1030ce3da57f47cbac97085942113f0
7
- data.tar.gz: 12b886bcf2cfd0912244dee438d85080899be9995b680103fe7f1bf50028366ce8eefdaaa2bcf6b4fdd6ecab67b03efd8f3629b599035686ed8d8dacc13157ac
6
+ metadata.gz: 1127511babbd1ea9de468324466e0798b86a5b273819dd60d447ef64316f49a35359ceccf1d6cfffc179530c9485e7a4808968685248b687877538e8265490eb
7
+ data.tar.gz: 2f576af18a4510075e329eda5a106ce3277a04e9d62d0d34b4f973a843f9d55f6ed1bef4ab618351bca3feb2987066dd1597b55d2e22d518ad2a86be96db7653
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.49.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240530
@@ -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
@@ -3213,6 +3219,33 @@ module Google
3213
3219
  end
3214
3220
  end
3215
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
+
3216
3249
  # NetworkInterface represents a NIC of a VM.
3217
3250
  class NetworkInterface
3218
3251
  include Google::Apis::Core::Hashable
@@ -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.49.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 = "20240530"
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.49.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-06-09 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.49.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: []