google-apis-migrationcenter_v1alpha1 0.42.0 → 0.43.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: 04767d8f01bc37512fb08b877a863ed4d926df1711162d1c3621e322d41af86b
|
4
|
+
data.tar.gz: d77f8c01da446c0a483aebe49f44825ffef55fff247d2648ad40376f85ac3bd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e4205a4832cf9e34de89b51a364ee3f3f6dbd1713ec3baf82459382d67990dd13d520fbb2b090d26de6294a77f0783f198643a5cded3a351303c925502e2c86
|
7
|
+
data.tar.gz: d50852fe4c3d08de87c83f789d2b7106ebe745a0a52a756c8648bee29cb5cd6930f45aab9c0c78ae1e568f90f512005bbe8ad15df0dc337eb6904f7db680ca61
|
data/CHANGELOG.md
CHANGED
@@ -1364,8 +1364,8 @@ module Google
|
|
1364
1364
|
attr_accessor :license_type
|
1365
1365
|
|
1366
1366
|
# The type of machines to consider when calculating virtual machine migration
|
1367
|
-
# insights and recommendations for
|
1368
|
-
# all zones and regions.
|
1367
|
+
# insights and recommendations for Compute Engine. Not all machine types are
|
1368
|
+
# available in all zones and regions.
|
1369
1369
|
# Corresponds to the JSON property `machinePreferences`
|
1370
1370
|
# @return [Google::Apis::MigrationcenterV1alpha1::MachinePreferences]
|
1371
1371
|
attr_accessor :machine_preferences
|
@@ -4566,8 +4566,8 @@ module Google
|
|
4566
4566
|
end
|
4567
4567
|
|
4568
4568
|
# The type of machines to consider when calculating virtual machine migration
|
4569
|
-
# insights and recommendations for
|
4570
|
-
# all zones and regions.
|
4569
|
+
# insights and recommendations for Compute Engine. Not all machine types are
|
4570
|
+
# available in all zones and regions.
|
4571
4571
|
class MachinePreferences
|
4572
4572
|
include Google::Apis::Core::Hashable
|
4573
4573
|
|
@@ -8168,8 +8168,8 @@ module Google
|
|
8168
8168
|
# @return [Float]
|
8169
8169
|
attr_accessor :cpu_overcommit_ratio
|
8170
8170
|
|
8171
|
-
# Optional. Discount percentage for the license
|
8172
|
-
#
|
8171
|
+
# Optional. Discount percentage for the license offered to you by Broadcom. Must
|
8172
|
+
# be between 0 and 100. Only valid when service_type is set to
|
8173
8173
|
# SERVICE_TYPE_PORTABLE_LICENSE.
|
8174
8174
|
# Corresponds to the JSON property `licenseDiscountPercentage`
|
8175
8175
|
# @return [Float]
|
@@ -8187,7 +8187,7 @@ module Google
|
|
8187
8187
|
# @return [Float]
|
8188
8188
|
attr_accessor :memory_overcommit_ratio
|
8189
8189
|
|
8190
|
-
# Optional.
|
8190
|
+
# Optional. GCVE service type (fully licensed or portable license).
|
8191
8191
|
# Corresponds to the JSON property `serviceType`
|
8192
8192
|
# @return [String]
|
8193
8193
|
attr_accessor :service_type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1alpha1
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.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 = "20250529"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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-migrationcenter_v1alpha1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.43.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|