google-apis-vmmigration_v1 0.39.0 → 0.41.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: 459ae972de3e4f703728d36370bd2dc450cd6215fa87920abc0e06f4552aedb7
|
4
|
+
data.tar.gz: b57bad7fff36a26b8d160f20ad9582abdc90e8f388de80df90f158bea81b2a16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9651ffb776cf1c710511253dd324574b54460ec9943e87d66a82d19a064f3dd86080b662d4a011ad04502ef53647d68a3b839200935e67ffc8c77ac12eea5f4a
|
7
|
+
data.tar.gz: bf7a572f1ce0c47f7b1df29312c18340895ac4117487ac17512e7b96c15082ec8c86ccbb5d265293271c84e1203d63d7c839aa205e4423afd49ef0810bbcd26e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1
|
2
2
|
|
3
|
+
### v0.41.0 (2023-12-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231130
|
6
|
+
|
7
|
+
### v0.40.0 (2023-10-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231019
|
10
|
+
|
3
11
|
### v0.39.0 (2023-10-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231012
|
@@ -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::VmmigrationV1::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::VmmigrationV1::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
|
@@ -1070,6 +1076,11 @@ module Google
|
|
1070
1076
|
# @return [String]
|
1071
1077
|
attr_accessor :disk_type
|
1072
1078
|
|
1079
|
+
# Encryption message describes the details of the applied encryption.
|
1080
|
+
# Corresponds to the JSON property `encryption`
|
1081
|
+
# @return [Google::Apis::VmmigrationV1::Encryption]
|
1082
|
+
attr_accessor :encryption
|
1083
|
+
|
1073
1084
|
# The hostname to assign to the VM.
|
1074
1085
|
# Corresponds to the JSON property `hostname`
|
1075
1086
|
# @return [String]
|
@@ -1149,6 +1160,7 @@ module Google
|
|
1149
1160
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
1150
1161
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1151
1162
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
1163
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
1152
1164
|
@hostname = args[:hostname] if args.key?(:hostname)
|
1153
1165
|
@labels = args[:labels] if args.key?(:labels)
|
1154
1166
|
@license_type = args[:license_type] if args.key?(:license_type)
|
@@ -1196,6 +1208,11 @@ module Google
|
|
1196
1208
|
# @return [String]
|
1197
1209
|
attr_accessor :disk_type
|
1198
1210
|
|
1211
|
+
# Encryption message describes the details of the applied encryption.
|
1212
|
+
# Corresponds to the JSON property `encryption`
|
1213
|
+
# @return [Google::Apis::VmmigrationV1::Encryption]
|
1214
|
+
attr_accessor :encryption
|
1215
|
+
|
1199
1216
|
# The hostname to assign to the VM.
|
1200
1217
|
# Corresponds to the JSON property `hostname`
|
1201
1218
|
# @return [String]
|
@@ -1274,6 +1291,7 @@ module Google
|
|
1274
1291
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
1275
1292
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1276
1293
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
1294
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
1277
1295
|
@hostname = args[:hostname] if args.key?(:hostname)
|
1278
1296
|
@labels = args[:labels] if args.key?(:labels)
|
1279
1297
|
@license_type = args[:license_type] if args.key?(:license_type)
|
@@ -1753,6 +1771,11 @@ module Google
|
|
1753
1771
|
# @return [Google::Apis::VmmigrationV1::ComputeScheduling]
|
1754
1772
|
attr_accessor :compute_scheduling
|
1755
1773
|
|
1774
|
+
# Encryption message describes the details of the applied encryption.
|
1775
|
+
# Corresponds to the JSON property `encryption`
|
1776
|
+
# @return [Google::Apis::VmmigrationV1::Encryption]
|
1777
|
+
attr_accessor :encryption
|
1778
|
+
|
1756
1779
|
# Optional. The hostname to assign to the VM.
|
1757
1780
|
# Corresponds to the JSON property `hostname`
|
1758
1781
|
# @return [String]
|
@@ -1814,6 +1837,7 @@ module Google
|
|
1814
1837
|
@additional_licenses = args[:additional_licenses] if args.key?(:additional_licenses)
|
1815
1838
|
@boot_disk_defaults = args[:boot_disk_defaults] if args.key?(:boot_disk_defaults)
|
1816
1839
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1840
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
1817
1841
|
@hostname = args[:hostname] if args.key?(:hostname)
|
1818
1842
|
@labels = args[:labels] if args.key?(:labels)
|
1819
1843
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -1862,6 +1886,25 @@ module Google
|
|
1862
1886
|
end
|
1863
1887
|
end
|
1864
1888
|
|
1889
|
+
# Encryption message describes the details of the applied encryption.
|
1890
|
+
class Encryption
|
1891
|
+
include Google::Apis::Core::Hashable
|
1892
|
+
|
1893
|
+
# Required. The name of the encryption key that is stored in Google Cloud KMS.
|
1894
|
+
# Corresponds to the JSON property `kmsKey`
|
1895
|
+
# @return [String]
|
1896
|
+
attr_accessor :kms_key
|
1897
|
+
|
1898
|
+
def initialize(**args)
|
1899
|
+
update!(**args)
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
# Update properties of this object
|
1903
|
+
def update!(**args)
|
1904
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
1905
|
+
end
|
1906
|
+
end
|
1907
|
+
|
1865
1908
|
# Response message for fetchInventory.
|
1866
1909
|
class FetchInventoryResponse
|
1867
1910
|
include Google::Apis::Core::Hashable
|
@@ -2984,6 +3027,11 @@ module Google
|
|
2984
3027
|
# @return [String]
|
2985
3028
|
attr_accessor :disk_type
|
2986
3029
|
|
3030
|
+
# Encryption message describes the details of the applied encryption.
|
3031
|
+
# Corresponds to the JSON property `encryption`
|
3032
|
+
# @return [Google::Apis::VmmigrationV1::Encryption]
|
3033
|
+
attr_accessor :encryption
|
3034
|
+
|
2987
3035
|
# Required. The ordinal number of the source VM disk.
|
2988
3036
|
# Corresponds to the JSON property `sourceDiskNumber`
|
2989
3037
|
# @return [Fixnum]
|
@@ -3003,6 +3051,7 @@ module Google
|
|
3003
3051
|
@additional_labels = args[:additional_labels] if args.key?(:additional_labels)
|
3004
3052
|
@disk_name = args[:disk_name] if args.key?(:disk_name)
|
3005
3053
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
3054
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
3006
3055
|
@source_disk_number = args[:source_disk_number] if args.key?(:source_disk_number)
|
3007
3056
|
@vm_attachment_details = args[:vm_attachment_details] if args.key?(:vm_attachment_details)
|
3008
3057
|
end
|
@@ -3303,6 +3352,11 @@ module Google
|
|
3303
3352
|
# @return [String]
|
3304
3353
|
attr_accessor :description
|
3305
3354
|
|
3355
|
+
# Encryption message describes the details of the applied encryption.
|
3356
|
+
# Corresponds to the JSON property `encryption`
|
3357
|
+
# @return [Google::Apis::VmmigrationV1::Encryption]
|
3358
|
+
attr_accessor :encryption
|
3359
|
+
|
3306
3360
|
# The labels of the source.
|
3307
3361
|
# Corresponds to the JSON property `labels`
|
3308
3362
|
# @return [Hash<String,String>]
|
@@ -3334,6 +3388,7 @@ module Google
|
|
3334
3388
|
@azure = args[:azure] if args.key?(:azure)
|
3335
3389
|
@create_time = args[:create_time] if args.key?(:create_time)
|
3336
3390
|
@description = args[:description] if args.key?(:description)
|
3391
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
3337
3392
|
@labels = args[:labels] if args.key?(:labels)
|
3338
3393
|
@name = args[:name] if args.key?(:name)
|
3339
3394
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1
|
18
18
|
# Version of the google-apis-vmmigration_v1 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 = "20231130"
|
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
|
|
@@ -811,6 +817,8 @@ module Google
|
|
811
817
|
property :device_name, as: 'deviceName'
|
812
818
|
property :disk_name, as: 'diskName'
|
813
819
|
property :disk_type, as: 'diskType'
|
820
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
|
821
|
+
|
814
822
|
property :image, as: 'image', class: Google::Apis::VmmigrationV1::DiskImageDefaults, decorator: Google::Apis::VmmigrationV1::DiskImageDefaults::Representation
|
815
823
|
|
816
824
|
end
|
@@ -912,6 +920,8 @@ module Google
|
|
912
920
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1::ComputeScheduling::Representation
|
913
921
|
|
914
922
|
property :disk_type, as: 'diskType'
|
923
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
|
924
|
+
|
915
925
|
property :hostname, as: 'hostname'
|
916
926
|
hash :labels, as: 'labels'
|
917
927
|
property :license_type, as: 'licenseType'
|
@@ -939,6 +949,8 @@ module Google
|
|
939
949
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1::ComputeScheduling::Representation
|
940
950
|
|
941
951
|
property :disk_type, as: 'diskType'
|
952
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
|
953
|
+
|
942
954
|
property :hostname, as: 'hostname'
|
943
955
|
hash :labels, as: 'labels'
|
944
956
|
property :license_type, as: 'licenseType'
|
@@ -1086,6 +1098,8 @@ module Google
|
|
1086
1098
|
|
1087
1099
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1::ComputeScheduling::Representation
|
1088
1100
|
|
1101
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
|
1102
|
+
|
1089
1103
|
property :hostname, as: 'hostname'
|
1090
1104
|
hash :labels, as: 'labels'
|
1091
1105
|
property :machine_type, as: 'machineType'
|
@@ -1113,6 +1127,13 @@ module Google
|
|
1113
1127
|
end
|
1114
1128
|
end
|
1115
1129
|
|
1130
|
+
class Encryption
|
1131
|
+
# @private
|
1132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1133
|
+
property :kms_key, as: 'kmsKey'
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
1116
1137
|
class FetchInventoryResponse
|
1117
1138
|
# @private
|
1118
1139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1436,6 +1457,8 @@ module Google
|
|
1436
1457
|
hash :additional_labels, as: 'additionalLabels'
|
1437
1458
|
property :disk_name, as: 'diskName'
|
1438
1459
|
property :disk_type, as: 'diskType'
|
1460
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
|
1461
|
+
|
1439
1462
|
property :source_disk_number, as: 'sourceDiskNumber'
|
1440
1463
|
property :vm_attachment_details, as: 'vmAttachmentDetails', class: Google::Apis::VmmigrationV1::VmAttachmentDetails, decorator: Google::Apis::VmmigrationV1::VmAttachmentDetails::Representation
|
1441
1464
|
|
@@ -1535,6 +1558,8 @@ module Google
|
|
1535
1558
|
|
1536
1559
|
property :create_time, as: 'createTime'
|
1537
1560
|
property :description, as: 'description'
|
1561
|
+
property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
|
1562
|
+
|
1538
1563
|
hash :labels, as: 'labels'
|
1539
1564
|
property :name, as: 'name'
|
1540
1565
|
property :update_time, as: 'updateTime'
|
@@ -1485,7 +1485,8 @@ module Google
|
|
1485
1485
|
execute_or_queue_command(command, &block)
|
1486
1486
|
end
|
1487
1487
|
|
1488
|
-
# Lists CloneJobs of a
|
1488
|
+
# Lists the CloneJobs of a migrating VM. Only the 25 most recent CloneJobs are
|
1489
|
+
# returned.
|
1489
1490
|
# @param [String] parent
|
1490
1491
|
# Required. The parent, which owns this collection of source VMs.
|
1491
1492
|
# @param [String] filter
|
@@ -1643,7 +1644,8 @@ module Google
|
|
1643
1644
|
execute_or_queue_command(command, &block)
|
1644
1645
|
end
|
1645
1646
|
|
1646
|
-
# Lists CutoverJobs of a
|
1647
|
+
# Lists the CutoverJobs of a migrating VM. Only the 25 most recent CutoverJobs
|
1648
|
+
# are returned.
|
1647
1649
|
# @param [String] parent
|
1648
1650
|
# Required. The parent, which owns this collection of migrating VMs.
|
1649
1651
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vmmigration_v1
|
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-12-10 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|