google-apis-vmmigration_v1alpha1 0.47.0 → 0.49.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45bef06e5461496552a3b36fdcc0007445225fcb68e4a3c026f77ac7e0b9813a
|
4
|
+
data.tar.gz: 5a43bd8caa10b02a6fb751480638996da0fa0dd328b46b46ed0475f80f736b1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db6f65cbf7c8329a53bf54d33e45d8a3e90c1262ad722c53abf39ba62d2c620bd79b8d1624d1526214a3005013be7acbc1030ce3da57f47cbac97085942113f0
|
7
|
+
data.tar.gz: 12b886bcf2cfd0912244dee438d85080899be9995b680103fe7f1bf50028366ce8eefdaaa2bcf6b4fdd6ecab67b03efd8f3629b599035686ed8d8dacc13157ac
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.49.0 (2024-06-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240530
|
6
|
+
|
7
|
+
### v0.48.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240509
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.47.0 (2024-03-03)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240222
|
@@ -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::VmmigrationV1alpha1::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::VmmigrationV1alpha1::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
|
@@ -3182,7 +3182,8 @@ module Google
|
|
3182
3182
|
# @return [String]
|
3183
3183
|
attr_accessor :code
|
3184
3184
|
|
3185
|
-
# URL(s) pointing to additional information on handling the current
|
3185
|
+
# Output only. URL(s) pointing to additional information on handling the current
|
3186
|
+
# warning.
|
3186
3187
|
# Corresponds to the JSON property `helpLinks`
|
3187
3188
|
# @return [Array<Google::Apis::VmmigrationV1alpha1::Link>]
|
3188
3189
|
attr_accessor :help_links
|
@@ -3216,13 +3217,13 @@ module Google
|
|
3216
3217
|
class NetworkInterface
|
3217
3218
|
include Google::Apis::Core::Hashable
|
3218
3219
|
|
3219
|
-
# The external IP to define in the NIC.
|
3220
|
+
# Optional. The external IP to define in the NIC.
|
3220
3221
|
# Corresponds to the JSON property `externalIp`
|
3221
3222
|
# @return [String]
|
3222
3223
|
attr_accessor :external_ip
|
3223
3224
|
|
3224
|
-
# The internal IP to define in the NIC. The formats accepted are: `
|
3225
|
-
# ipv4 address \ a named address resource full path.
|
3225
|
+
# Optional. The internal IP to define in the NIC. The formats accepted are: `
|
3226
|
+
# ephemeral` \ ipv4 address \ a named address resource full path.
|
3226
3227
|
# Corresponds to the JSON property `internalIp`
|
3227
3228
|
# @return [String]
|
3228
3229
|
attr_accessor :internal_ip
|
@@ -3939,12 +3940,12 @@ module Google
|
|
3939
3940
|
class Tag
|
3940
3941
|
include Google::Apis::Core::Hashable
|
3941
3942
|
|
3942
|
-
# Key of tag.
|
3943
|
+
# Required. Key of tag.
|
3943
3944
|
# Corresponds to the JSON property `key`
|
3944
3945
|
# @return [String]
|
3945
3946
|
attr_accessor :key
|
3946
3947
|
|
3947
|
-
# Value of tag.
|
3948
|
+
# Required. Value of tag.
|
3948
3949
|
# Corresponds to the JSON property `value`
|
3949
3950
|
# @return [String]
|
3950
3951
|
attr_accessor :value
|
@@ -4516,17 +4517,17 @@ module Google
|
|
4516
4517
|
class VmwareDiskDetails
|
4517
4518
|
include Google::Apis::Core::Hashable
|
4518
4519
|
|
4519
|
-
# The ordinal number of the disk.
|
4520
|
+
# Output only. The ordinal number of the disk.
|
4520
4521
|
# Corresponds to the JSON property `diskNumber`
|
4521
4522
|
# @return [Fixnum]
|
4522
4523
|
attr_accessor :disk_number
|
4523
4524
|
|
4524
|
-
# The disk label.
|
4525
|
+
# Output only. The disk label.
|
4525
4526
|
# Corresponds to the JSON property `label`
|
4526
4527
|
# @return [String]
|
4527
4528
|
attr_accessor :label
|
4528
4529
|
|
4529
|
-
# Size in GB.
|
4530
|
+
# Output only. Size in GB.
|
4530
4531
|
# Corresponds to the JSON property `sizeGb`
|
4531
4532
|
# @return [Fixnum]
|
4532
4533
|
attr_accessor :size_gb
|
@@ -4592,17 +4593,17 @@ module Google
|
|
4592
4593
|
class VmwareSourceVmDetails
|
4593
4594
|
include Google::Apis::Core::Hashable
|
4594
4595
|
|
4595
|
-
# The total size of the disks being migrated in bytes.
|
4596
|
+
# Output only. The total size of the disks being migrated in bytes.
|
4596
4597
|
# Corresponds to the JSON property `committedStorageBytes`
|
4597
4598
|
# @return [Fixnum]
|
4598
4599
|
attr_accessor :committed_storage_bytes
|
4599
4600
|
|
4600
|
-
# The disks attached to the source VM.
|
4601
|
+
# Output only. The disks attached to the source VM.
|
4601
4602
|
# Corresponds to the JSON property `disks`
|
4602
4603
|
# @return [Array<Google::Apis::VmmigrationV1alpha1::VmwareDiskDetails>]
|
4603
4604
|
attr_accessor :disks
|
4604
4605
|
|
4605
|
-
# The firmware type of the source VM.
|
4606
|
+
# Output only. The firmware type of the source VM.
|
4606
4607
|
# Corresponds to the JSON property `firmware`
|
4607
4608
|
# @return [String]
|
4608
4609
|
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.
|
19
|
+
GEM_VERSION = "0.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.49.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: []
|