google-apis-vmmigration_v1alpha1 0.40.0 → 0.41.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: 551c42bb6128b15298cf98401e839ffce3d3b52788fb08002407307ef0380618
|
4
|
+
data.tar.gz: e77a01e54c76a5dba27ed2dc3c1ac342119015d9507bbd5f89fc15199af0a151
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 520cdb52a67be7b12723687461543e4334d8958f1cb9ec60b4d679bee5b5881692aab7c525c313a454130232790a536c4277949e89ffd87dd8882ded2bf95900
|
7
|
+
data.tar.gz: 3e0b9cd85cf7ec4398eb73ecff29775d30877be38222b45bc3539210de0673017c4b4d714a1aac14dea7de3d68d6d1a8a42039f692617ed0c97fa104027d0f69
|
data/CHANGELOG.md
CHANGED
@@ -748,6 +748,11 @@ module Google
|
|
748
748
|
# @return [String]
|
749
749
|
attr_accessor :disk_type
|
750
750
|
|
751
|
+
# Encryption message describes the details of the applied encryption.
|
752
|
+
# Corresponds to the JSON property `encryption`
|
753
|
+
# @return [Google::Apis::VmmigrationV1alpha1::Encryption]
|
754
|
+
attr_accessor :encryption
|
755
|
+
|
751
756
|
# Contains details about the image source used to create the disk.
|
752
757
|
# Corresponds to the JSON property `image`
|
753
758
|
# @return [Google::Apis::VmmigrationV1alpha1::DiskImageDefaults]
|
@@ -762,6 +767,7 @@ module Google
|
|
762
767
|
@device_name = args[:device_name] if args.key?(:device_name)
|
763
768
|
@disk_name = args[:disk_name] if args.key?(:disk_name)
|
764
769
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
770
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
765
771
|
@image = args[:image] if args.key?(:image)
|
766
772
|
end
|
767
773
|
end
|
@@ -1084,6 +1090,11 @@ module Google
|
|
1084
1090
|
# @return [String]
|
1085
1091
|
attr_accessor :disk_type
|
1086
1092
|
|
1093
|
+
# Encryption message describes the details of the applied encryption.
|
1094
|
+
# Corresponds to the JSON property `encryption`
|
1095
|
+
# @return [Google::Apis::VmmigrationV1alpha1::Encryption]
|
1096
|
+
attr_accessor :encryption
|
1097
|
+
|
1087
1098
|
# The hostname to assign to the VM.
|
1088
1099
|
# Corresponds to the JSON property `hostname`
|
1089
1100
|
# @return [String]
|
@@ -1163,6 +1174,7 @@ module Google
|
|
1163
1174
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
1164
1175
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1165
1176
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
1177
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
1166
1178
|
@hostname = args[:hostname] if args.key?(:hostname)
|
1167
1179
|
@labels = args[:labels] if args.key?(:labels)
|
1168
1180
|
@license_type = args[:license_type] if args.key?(:license_type)
|
@@ -1210,6 +1222,11 @@ module Google
|
|
1210
1222
|
# @return [String]
|
1211
1223
|
attr_accessor :disk_type
|
1212
1224
|
|
1225
|
+
# Encryption message describes the details of the applied encryption.
|
1226
|
+
# Corresponds to the JSON property `encryption`
|
1227
|
+
# @return [Google::Apis::VmmigrationV1alpha1::Encryption]
|
1228
|
+
attr_accessor :encryption
|
1229
|
+
|
1213
1230
|
# The hostname to assign to the VM.
|
1214
1231
|
# Corresponds to the JSON property `hostname`
|
1215
1232
|
# @return [String]
|
@@ -1288,6 +1305,7 @@ module Google
|
|
1288
1305
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
1289
1306
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1290
1307
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
1308
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
1291
1309
|
@hostname = args[:hostname] if args.key?(:hostname)
|
1292
1310
|
@labels = args[:labels] if args.key?(:labels)
|
1293
1311
|
@license_type = args[:license_type] if args.key?(:license_type)
|
@@ -1794,6 +1812,11 @@ module Google
|
|
1794
1812
|
# @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
|
1795
1813
|
attr_accessor :compute_scheduling
|
1796
1814
|
|
1815
|
+
# Encryption message describes the details of the applied encryption.
|
1816
|
+
# Corresponds to the JSON property `encryption`
|
1817
|
+
# @return [Google::Apis::VmmigrationV1alpha1::Encryption]
|
1818
|
+
attr_accessor :encryption
|
1819
|
+
|
1797
1820
|
# Optional. The hostname to assign to the VM.
|
1798
1821
|
# Corresponds to the JSON property `hostname`
|
1799
1822
|
# @return [String]
|
@@ -1855,6 +1878,7 @@ module Google
|
|
1855
1878
|
@additional_licenses = args[:additional_licenses] if args.key?(:additional_licenses)
|
1856
1879
|
@boot_disk_defaults = args[:boot_disk_defaults] if args.key?(:boot_disk_defaults)
|
1857
1880
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1881
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
1858
1882
|
@hostname = args[:hostname] if args.key?(:hostname)
|
1859
1883
|
@labels = args[:labels] if args.key?(:labels)
|
1860
1884
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -1903,6 +1927,25 @@ module Google
|
|
1903
1927
|
end
|
1904
1928
|
end
|
1905
1929
|
|
1930
|
+
# Encryption message describes the details of the applied encryption.
|
1931
|
+
class Encryption
|
1932
|
+
include Google::Apis::Core::Hashable
|
1933
|
+
|
1934
|
+
# Required. The name of the encryption key that is stored in Google Cloud KMS.
|
1935
|
+
# Corresponds to the JSON property `kmsKey`
|
1936
|
+
# @return [String]
|
1937
|
+
attr_accessor :kms_key
|
1938
|
+
|
1939
|
+
def initialize(**args)
|
1940
|
+
update!(**args)
|
1941
|
+
end
|
1942
|
+
|
1943
|
+
# Update properties of this object
|
1944
|
+
def update!(**args)
|
1945
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
1946
|
+
end
|
1947
|
+
end
|
1948
|
+
|
1906
1949
|
# Response message for fetchInventory.
|
1907
1950
|
class FetchInventoryResponse
|
1908
1951
|
include Google::Apis::Core::Hashable
|
@@ -3039,6 +3082,11 @@ module Google
|
|
3039
3082
|
# @return [String]
|
3040
3083
|
attr_accessor :disk_type
|
3041
3084
|
|
3085
|
+
# Encryption message describes the details of the applied encryption.
|
3086
|
+
# Corresponds to the JSON property `encryption`
|
3087
|
+
# @return [Google::Apis::VmmigrationV1alpha1::Encryption]
|
3088
|
+
attr_accessor :encryption
|
3089
|
+
|
3042
3090
|
# Required. The ordinal number of the source VM disk.
|
3043
3091
|
# Corresponds to the JSON property `sourceDiskNumber`
|
3044
3092
|
# @return [Fixnum]
|
@@ -3058,6 +3106,7 @@ module Google
|
|
3058
3106
|
@additional_labels = args[:additional_labels] if args.key?(:additional_labels)
|
3059
3107
|
@disk_name = args[:disk_name] if args.key?(:disk_name)
|
3060
3108
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
3109
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
3061
3110
|
@source_disk_number = args[:source_disk_number] if args.key?(:source_disk_number)
|
3062
3111
|
@vm_attachment_details = args[:vm_attachment_details] if args.key?(:vm_attachment_details)
|
3063
3112
|
end
|
@@ -3364,6 +3413,11 @@ module Google
|
|
3364
3413
|
# @return [String]
|
3365
3414
|
attr_accessor :description
|
3366
3415
|
|
3416
|
+
# Encryption message describes the details of the applied encryption.
|
3417
|
+
# Corresponds to the JSON property `encryption`
|
3418
|
+
# @return [Google::Apis::VmmigrationV1alpha1::Encryption]
|
3419
|
+
attr_accessor :encryption
|
3420
|
+
|
3367
3421
|
# The `Status` type defines a logical error model that is suitable for different
|
3368
3422
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
3369
3423
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -3405,6 +3459,7 @@ module Google
|
|
3405
3459
|
@azure = args[:azure] if args.key?(:azure)
|
3406
3460
|
@create_time = args[:create_time] if args.key?(:create_time)
|
3407
3461
|
@description = args[:description] if args.key?(:description)
|
3462
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
3408
3463
|
@error = args[:error] if args.key?(:error)
|
3409
3464
|
@labels = args[:labels] if args.key?(:labels)
|
3410
3465
|
@name = args[:name] if args.key?(:name)
|
@@ -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.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231019"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,6 +268,12 @@ module Google
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
+
class Encryption
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
271
277
|
class FetchInventoryResponse
|
272
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
279
|
|
@@ -817,6 +823,8 @@ module Google
|
|
817
823
|
property :device_name, as: 'deviceName'
|
818
824
|
property :disk_name, as: 'diskName'
|
819
825
|
property :disk_type, as: 'diskType'
|
826
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
|
827
|
+
|
820
828
|
property :image, as: 'image', class: Google::Apis::VmmigrationV1alpha1::DiskImageDefaults, decorator: Google::Apis::VmmigrationV1alpha1::DiskImageDefaults::Representation
|
821
829
|
|
822
830
|
end
|
@@ -922,6 +930,8 @@ module Google
|
|
922
930
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
923
931
|
|
924
932
|
property :disk_type, as: 'diskType'
|
933
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
|
934
|
+
|
925
935
|
property :hostname, as: 'hostname'
|
926
936
|
hash :labels, as: 'labels'
|
927
937
|
property :license_type, as: 'licenseType'
|
@@ -949,6 +959,8 @@ module Google
|
|
949
959
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
950
960
|
|
951
961
|
property :disk_type, as: 'diskType'
|
962
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
|
963
|
+
|
952
964
|
property :hostname, as: 'hostname'
|
953
965
|
hash :labels, as: 'labels'
|
954
966
|
property :license_type, as: 'licenseType'
|
@@ -1102,6 +1114,8 @@ module Google
|
|
1102
1114
|
|
1103
1115
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
1104
1116
|
|
1117
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
|
1118
|
+
|
1105
1119
|
property :hostname, as: 'hostname'
|
1106
1120
|
hash :labels, as: 'labels'
|
1107
1121
|
property :machine_type, as: 'machineType'
|
@@ -1129,6 +1143,13 @@ module Google
|
|
1129
1143
|
end
|
1130
1144
|
end
|
1131
1145
|
|
1146
|
+
class Encryption
|
1147
|
+
# @private
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1149
|
+
property :kms_key, as: 'kmsKey'
|
1150
|
+
end
|
1151
|
+
end
|
1152
|
+
|
1132
1153
|
class FetchInventoryResponse
|
1133
1154
|
# @private
|
1134
1155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,6 +1477,8 @@ module Google
|
|
1456
1477
|
hash :additional_labels, as: 'additionalLabels'
|
1457
1478
|
property :disk_name, as: 'diskName'
|
1458
1479
|
property :disk_type, as: 'diskType'
|
1480
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
|
1481
|
+
|
1459
1482
|
property :source_disk_number, as: 'sourceDiskNumber'
|
1460
1483
|
property :vm_attachment_details, as: 'vmAttachmentDetails', class: Google::Apis::VmmigrationV1alpha1::VmAttachmentDetails, decorator: Google::Apis::VmmigrationV1alpha1::VmAttachmentDetails::Representation
|
1461
1484
|
|
@@ -1556,6 +1579,8 @@ module Google
|
|
1556
1579
|
|
1557
1580
|
property :create_time, as: 'createTime'
|
1558
1581
|
property :description, as: 'description'
|
1582
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
|
1583
|
+
|
1559
1584
|
property :error, as: 'error', class: Google::Apis::VmmigrationV1alpha1::Status, decorator: Google::Apis::VmmigrationV1alpha1::Status::Representation
|
1560
1585
|
|
1561
1586
|
hash :labels, as: 'labels'
|
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.41.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: 2023-10-
|
11
|
+
date: 2023-10-29 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_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.41.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: []
|