google-apis-vmmigration_v1alpha1 0.58.0 → 0.60.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c01fc4e14ee0c770000ac42220a9e9323fccd4211fcf7993032727955c195b3
|
4
|
+
data.tar.gz: 82d9c029786faa7f245f6692a743c0ec83780fa5dc58a955d191aae0095bdead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53c121885303946e783edd09937754f1bd9e4b41aae5e2f78d072cef51416563839826a49a68dcd399be1546f76a34597d61eac64ae2ba7bd2dbf771c28752fb
|
7
|
+
data.tar.gz: 63f56b423833cbd2f64643a58fdb9fdfdf07010bc3de289637c6f1d9e7eb262c912cd0fe9a78df93f8d8347ffa6b9748f83e2c37a84d944a536a1bc97d8809ca
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.60.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250724
|
6
|
+
|
7
|
+
### v0.59.0 (2025-07-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250701
|
10
|
+
|
3
11
|
### v0.58.0 (2025-06-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250619
|
@@ -363,7 +363,7 @@ module Google
|
|
363
363
|
# @return [Fixnum]
|
364
364
|
attr_accessor :committed_storage_mb
|
365
365
|
|
366
|
-
# The number of
|
366
|
+
# The number of CPU cores the VM has.
|
367
367
|
# Corresponds to the JSON property `cpuCount`
|
368
368
|
# @return [Fixnum]
|
369
369
|
attr_accessor :cpu_count
|
@@ -418,6 +418,12 @@ module Google
|
|
418
418
|
# @return [Hash<String,String>]
|
419
419
|
attr_accessor :tags
|
420
420
|
|
421
|
+
# The number of vCPUs the VM has. It is calculated as the number of CPU cores *
|
422
|
+
# threads per CPU the VM has.
|
423
|
+
# Corresponds to the JSON property `vcpuCount`
|
424
|
+
# @return [Fixnum]
|
425
|
+
attr_accessor :vcpu_count
|
426
|
+
|
421
427
|
# The virtualization type.
|
422
428
|
# Corresponds to the JSON property `virtualizationType`
|
423
429
|
# @return [String]
|
@@ -458,6 +464,7 @@ module Google
|
|
458
464
|
@source_description = args[:source_description] if args.key?(:source_description)
|
459
465
|
@source_id = args[:source_id] if args.key?(:source_id)
|
460
466
|
@tags = args[:tags] if args.key?(:tags)
|
467
|
+
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
461
468
|
@virtualization_type = args[:virtualization_type] if args.key?(:virtualization_type)
|
462
469
|
@vm_id = args[:vm_id] if args.key?(:vm_id)
|
463
470
|
@vpc_id = args[:vpc_id] if args.key?(:vpc_id)
|
@@ -1206,7 +1213,7 @@ module Google
|
|
1206
1213
|
attr_accessor :secure_boot
|
1207
1214
|
alias_method :secure_boot?, :secure_boot
|
1208
1215
|
|
1209
|
-
# The service account to associate the VM with.
|
1216
|
+
# Optional. The service account to associate the VM with.
|
1210
1217
|
# Corresponds to the JSON property `serviceAccount`
|
1211
1218
|
# @return [String]
|
1212
1219
|
attr_accessor :service_account
|
@@ -3541,7 +3548,7 @@ module Google
|
|
3541
3548
|
# @return [String]
|
3542
3549
|
attr_accessor :internal_ip
|
3543
3550
|
|
3544
|
-
# The network to connect the NIC to.
|
3551
|
+
# Optional. The network to connect the NIC to.
|
3545
3552
|
# Corresponds to the JSON property `network`
|
3546
3553
|
# @return [String]
|
3547
3554
|
attr_accessor :network
|
@@ -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.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250724"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -851,6 +851,7 @@ module Google
|
|
851
851
|
property :source_description, as: 'sourceDescription'
|
852
852
|
property :source_id, as: 'sourceId'
|
853
853
|
hash :tags, as: 'tags'
|
854
|
+
property :vcpu_count, as: 'vcpuCount'
|
854
855
|
property :virtualization_type, as: 'virtualizationType'
|
855
856
|
property :vm_id, as: 'vmId'
|
856
857
|
property :vpc_id, as: 'vpcId'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.60.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|