google-apis-migrationcenter_v1alpha1 0.22.0 → 0.23.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: fa34bfc7cbfe70968a702fbe89a4f1edc1a9e64513f5d8933e039c9662d456a9
|
4
|
+
data.tar.gz: 7929e379a30d6055a770ca421e305b5b838d07e4028c460839739c5028947fdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3da62887698f856d7c7317f7f77a3544aac7010142f61e3416e197e09600bb7ab59a33f414077f1ace8289b6a10c3d0b1eb6b84688e298ef5945f81a29f5320f
|
7
|
+
data.tar.gz: 196759c93e0a7343f46cf1d929f9c16e2596bf10dd361f07c8a21b42238e8356e205965295e27a753d344c383976ffc31336e35b3cc3310cf007487020b1210b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-migrationcenter_v1alpha1
|
2
2
|
|
3
|
+
### v0.23.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240122
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.22.0 (2024-01-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240104
|
@@ -851,6 +851,19 @@ module Google
|
|
851
851
|
end
|
852
852
|
end
|
853
853
|
|
854
|
+
# Compute engine sole tenant migration target.
|
855
|
+
class ComputeEngineSoleTenantMigrationTarget
|
856
|
+
include Google::Apis::Core::Hashable
|
857
|
+
|
858
|
+
def initialize(**args)
|
859
|
+
update!(**args)
|
860
|
+
end
|
861
|
+
|
862
|
+
# Update properties of this object
|
863
|
+
def update!(**args)
|
864
|
+
end
|
865
|
+
end
|
866
|
+
|
854
867
|
# Compute Engine storage option descriptor.
|
855
868
|
class ComputeStorageDescriptor
|
856
869
|
include Google::Apis::Core::Hashable
|
@@ -2779,6 +2792,11 @@ module Google
|
|
2779
2792
|
class MigrationInsight
|
2780
2793
|
include Google::Apis::Core::Hashable
|
2781
2794
|
|
2795
|
+
# Compute engine sole tenant migration target.
|
2796
|
+
# Corresponds to the JSON property `computeEngineSoleTenantTarget`
|
2797
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget]
|
2798
|
+
attr_accessor :compute_engine_sole_tenant_target
|
2799
|
+
|
2782
2800
|
# Compute engine migration target.
|
2783
2801
|
# Corresponds to the JSON property `computeEngineTarget`
|
2784
2802
|
# @return [Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget]
|
@@ -2805,6 +2823,7 @@ module Google
|
|
2805
2823
|
|
2806
2824
|
# Update properties of this object
|
2807
2825
|
def update!(**args)
|
2826
|
+
@compute_engine_sole_tenant_target = args[:compute_engine_sole_tenant_target] if args.key?(:compute_engine_sole_tenant_target)
|
2808
2827
|
@compute_engine_target = args[:compute_engine_target] if args.key?(:compute_engine_target)
|
2809
2828
|
@fit = args[:fit] if args.key?(:fit)
|
2810
2829
|
@gke_target = args[:gke_target] if args.key?(:gke_target)
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240122"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class ComputeEngineSoleTenantMigrationTarget
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class ComputeStorageDescriptor
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -1231,6 +1237,12 @@ module Google
|
|
1231
1237
|
end
|
1232
1238
|
end
|
1233
1239
|
|
1240
|
+
class ComputeEngineSoleTenantMigrationTarget
|
1241
|
+
# @private
|
1242
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1243
|
+
end
|
1244
|
+
end
|
1245
|
+
|
1234
1246
|
class ComputeStorageDescriptor
|
1235
1247
|
# @private
|
1236
1248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1829,6 +1841,8 @@ module Google
|
|
1829
1841
|
class MigrationInsight
|
1830
1842
|
# @private
|
1831
1843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1844
|
+
property :compute_engine_sole_tenant_target, as: 'computeEngineSoleTenantTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget::Representation
|
1845
|
+
|
1832
1846
|
property :compute_engine_target, as: 'computeEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget::Representation
|
1833
1847
|
|
1834
1848
|
property :fit, as: 'fit', class: Google::Apis::MigrationcenterV1alpha1::FitDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::FitDescriptor::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.23.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-01-
|
11
|
+
date: 2024-01-28 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-migrationcenter_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.23.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|