google-apis-vmmigration_v1 0.47.0 → 0.48.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/vmmigration_v1/classes.rb +25 -24
- data/lib/google/apis/vmmigration_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05c1808db435bc1ffaecce47c95bc4a859d891b138134a5b29039b311299ca9c
|
|
4
|
+
data.tar.gz: 37b930d29b83384c40d7008d2aa734f3abb9cc67f021840d5732ea9557f6e18b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 736c4a5a2e6412c06eb19489a74637109c26f5bf9166ff7608712b2194982af24f4e47310102618a11ea36dd6375858c48b5e1a6c6f06c096ce864cff1490666
|
|
7
|
+
data.tar.gz: c48c34dd00b7ca70295423bbda8210246bfca55a4e8374d3c485199e1d5673ff61abe06c63531c7109fdef0c90147cc1732100303413efc8409655acc491a420
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -304,17 +304,17 @@ module Google
|
|
|
304
304
|
class AwsSourceVmDetails
|
|
305
305
|
include Google::Apis::Core::Hashable
|
|
306
306
|
|
|
307
|
-
# The total size of the disks being migrated in bytes.
|
|
307
|
+
# Output only. The total size of the disks being migrated in bytes.
|
|
308
308
|
# Corresponds to the JSON property `committedStorageBytes`
|
|
309
309
|
# @return [Fixnum]
|
|
310
310
|
attr_accessor :committed_storage_bytes
|
|
311
311
|
|
|
312
|
-
# The disks attached to the source VM.
|
|
312
|
+
# Output only. The disks attached to the source VM.
|
|
313
313
|
# Corresponds to the JSON property `disks`
|
|
314
314
|
# @return [Array<Google::Apis::VmmigrationV1::AwsDiskDetails>]
|
|
315
315
|
attr_accessor :disks
|
|
316
316
|
|
|
317
|
-
# The firmware type of the source VM.
|
|
317
|
+
# Output only. The firmware type of the source VM.
|
|
318
318
|
# Corresponds to the JSON property `firmware`
|
|
319
319
|
# @return [String]
|
|
320
320
|
attr_accessor :firmware
|
|
@@ -482,17 +482,17 @@ module Google
|
|
|
482
482
|
class AzureDiskDetails
|
|
483
483
|
include Google::Apis::Core::Hashable
|
|
484
484
|
|
|
485
|
-
# Azure disk ID.
|
|
485
|
+
# Output only. Azure disk ID.
|
|
486
486
|
# Corresponds to the JSON property `diskId`
|
|
487
487
|
# @return [String]
|
|
488
488
|
attr_accessor :disk_id
|
|
489
489
|
|
|
490
|
-
# The ordinal number of the disk.
|
|
490
|
+
# Output only. The ordinal number of the disk.
|
|
491
491
|
# Corresponds to the JSON property `diskNumber`
|
|
492
492
|
# @return [Fixnum]
|
|
493
493
|
attr_accessor :disk_number
|
|
494
494
|
|
|
495
|
-
# Size in GB.
|
|
495
|
+
# Output only. Size in GB.
|
|
496
496
|
# Corresponds to the JSON property `sizeGb`
|
|
497
497
|
# @return [Fixnum]
|
|
498
498
|
attr_accessor :size_gb
|
|
@@ -579,17 +579,17 @@ module Google
|
|
|
579
579
|
class AzureSourceVmDetails
|
|
580
580
|
include Google::Apis::Core::Hashable
|
|
581
581
|
|
|
582
|
-
# The total size of the disks being migrated in bytes.
|
|
582
|
+
# Output only. The total size of the disks being migrated in bytes.
|
|
583
583
|
# Corresponds to the JSON property `committedStorageBytes`
|
|
584
584
|
# @return [Fixnum]
|
|
585
585
|
attr_accessor :committed_storage_bytes
|
|
586
586
|
|
|
587
|
-
# The disks attached to the source VM.
|
|
587
|
+
# Output only. The disks attached to the source VM.
|
|
588
588
|
# Corresponds to the JSON property `disks`
|
|
589
589
|
# @return [Array<Google::Apis::VmmigrationV1::AzureDiskDetails>]
|
|
590
590
|
attr_accessor :disks
|
|
591
591
|
|
|
592
|
-
# The firmware type of the source VM.
|
|
592
|
+
# Output only. The firmware type of the source VM.
|
|
593
593
|
# Corresponds to the JSON property `firmware`
|
|
594
594
|
# @return [String]
|
|
595
595
|
attr_accessor :firmware
|
|
@@ -3127,7 +3127,8 @@ module Google
|
|
|
3127
3127
|
# @return [String]
|
|
3128
3128
|
attr_accessor :code
|
|
3129
3129
|
|
|
3130
|
-
# URL(s) pointing to additional information on handling the current
|
|
3130
|
+
# Output only. URL(s) pointing to additional information on handling the current
|
|
3131
|
+
# warning.
|
|
3131
3132
|
# Corresponds to the JSON property `helpLinks`
|
|
3132
3133
|
# @return [Array<Google::Apis::VmmigrationV1::Link>]
|
|
3133
3134
|
attr_accessor :help_links
|
|
@@ -3161,13 +3162,13 @@ module Google
|
|
|
3161
3162
|
class NetworkInterface
|
|
3162
3163
|
include Google::Apis::Core::Hashable
|
|
3163
3164
|
|
|
3164
|
-
# The external IP to define in the NIC.
|
|
3165
|
+
# Optional. The external IP to define in the NIC.
|
|
3165
3166
|
# Corresponds to the JSON property `externalIp`
|
|
3166
3167
|
# @return [String]
|
|
3167
3168
|
attr_accessor :external_ip
|
|
3168
3169
|
|
|
3169
|
-
# The internal IP to define in the NIC. The formats accepted are: `
|
|
3170
|
-
# ipv4 address \ a named address resource full path.
|
|
3170
|
+
# Optional. The internal IP to define in the NIC. The formats accepted are: `
|
|
3171
|
+
# ephemeral` \ ipv4 address \ a named address resource full path.
|
|
3171
3172
|
# Corresponds to the JSON property `internalIp`
|
|
3172
3173
|
# @return [String]
|
|
3173
3174
|
attr_accessor :internal_ip
|
|
@@ -3867,12 +3868,12 @@ module Google
|
|
|
3867
3868
|
class Tag
|
|
3868
3869
|
include Google::Apis::Core::Hashable
|
|
3869
3870
|
|
|
3870
|
-
# Key of tag.
|
|
3871
|
+
# Required. Key of tag.
|
|
3871
3872
|
# Corresponds to the JSON property `key`
|
|
3872
3873
|
# @return [String]
|
|
3873
3874
|
attr_accessor :key
|
|
3874
3875
|
|
|
3875
|
-
# Value of tag.
|
|
3876
|
+
# Required. Value of tag.
|
|
3876
3877
|
# Corresponds to the JSON property `value`
|
|
3877
3878
|
# @return [String]
|
|
3878
3879
|
attr_accessor :value
|
|
@@ -4243,17 +4244,17 @@ module Google
|
|
|
4243
4244
|
class VmwareDiskDetails
|
|
4244
4245
|
include Google::Apis::Core::Hashable
|
|
4245
4246
|
|
|
4246
|
-
# The ordinal number of the disk.
|
|
4247
|
+
# Output only. The ordinal number of the disk.
|
|
4247
4248
|
# Corresponds to the JSON property `diskNumber`
|
|
4248
4249
|
# @return [Fixnum]
|
|
4249
4250
|
attr_accessor :disk_number
|
|
4250
4251
|
|
|
4251
|
-
# The disk label.
|
|
4252
|
+
# Output only. The disk label.
|
|
4252
4253
|
# Corresponds to the JSON property `label`
|
|
4253
4254
|
# @return [String]
|
|
4254
4255
|
attr_accessor :label
|
|
4255
4256
|
|
|
4256
|
-
# Size in GB.
|
|
4257
|
+
# Output only. Size in GB.
|
|
4257
4258
|
# Corresponds to the JSON property `sizeGb`
|
|
4258
4259
|
# @return [Fixnum]
|
|
4259
4260
|
attr_accessor :size_gb
|
|
@@ -4319,17 +4320,17 @@ module Google
|
|
|
4319
4320
|
class VmwareSourceVmDetails
|
|
4320
4321
|
include Google::Apis::Core::Hashable
|
|
4321
4322
|
|
|
4322
|
-
# The total size of the disks being migrated in bytes.
|
|
4323
|
+
# Output only. The total size of the disks being migrated in bytes.
|
|
4323
4324
|
# Corresponds to the JSON property `committedStorageBytes`
|
|
4324
4325
|
# @return [Fixnum]
|
|
4325
4326
|
attr_accessor :committed_storage_bytes
|
|
4326
4327
|
|
|
4327
|
-
# The disks attached to the source VM.
|
|
4328
|
+
# Output only. The disks attached to the source VM.
|
|
4328
4329
|
# Corresponds to the JSON property `disks`
|
|
4329
4330
|
# @return [Array<Google::Apis::VmmigrationV1::VmwareDiskDetails>]
|
|
4330
4331
|
attr_accessor :disks
|
|
4331
4332
|
|
|
4332
|
-
# The firmware type of the source VM.
|
|
4333
|
+
# Output only. The firmware type of the source VM.
|
|
4333
4334
|
# Corresponds to the JSON property `firmware`
|
|
4334
4335
|
# @return [String]
|
|
4335
4336
|
attr_accessor :firmware
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.48.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 = "
|
|
25
|
+
REVISION = "20240530"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.48.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-
|
|
11
|
+
date: 2024-06-09 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.48.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: []
|