google-apis-vmmigration_v1alpha1 0.10.0 → 0.11.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: 892778dc95b2a6811f7c330d2a3925ff49be982cb6e67c09292864044f432e7d
|
4
|
+
data.tar.gz: 0df480d6d43bd485ea93e81281b7cf027b04712c9b85bacfa411d40c4432502a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c318c7b570cff334f6da791b5bae4b16094b04d0321d62ddf2a110938fffd62fb8d64494b7745183cbaca2b929d962a18fe3a9d2a07d479cc8b6b9e3aa08d5a
|
7
|
+
data.tar.gz: e44eb2262a43c3f51ebd2afdc0ffe639c2ae1a056f16b76916a53f32e159d756271f10a55388854b009b7f5f4d1a07bc246ea0c75d34713974daf1ba65e5e9c5
|
data/CHANGELOG.md
CHANGED
@@ -296,6 +296,11 @@ module Google
|
|
296
296
|
# @return [String]
|
297
297
|
attr_accessor :disk_type
|
298
298
|
|
299
|
+
# The hostname to assign to the VM.
|
300
|
+
# Corresponds to the JSON property `hostname`
|
301
|
+
# @return [String]
|
302
|
+
attr_accessor :hostname
|
303
|
+
|
299
304
|
# A map of labels to associate with the VM.
|
300
305
|
# Corresponds to the JSON property `labels`
|
301
306
|
# @return [Hash<String,String>]
|
@@ -370,6 +375,7 @@ module Google
|
|
370
375
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
371
376
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
372
377
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
378
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
373
379
|
@labels = args[:labels] if args.key?(:labels)
|
374
380
|
@license_type = args[:license_type] if args.key?(:license_type)
|
375
381
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -416,6 +422,11 @@ module Google
|
|
416
422
|
# @return [String]
|
417
423
|
attr_accessor :disk_type
|
418
424
|
|
425
|
+
# The hostname to assign to the VM.
|
426
|
+
# Corresponds to the JSON property `hostname`
|
427
|
+
# @return [String]
|
428
|
+
attr_accessor :hostname
|
429
|
+
|
419
430
|
# A map of labels to associate with the VM.
|
420
431
|
# Corresponds to the JSON property `labels`
|
421
432
|
# @return [Hash<String,String>]
|
@@ -489,6 +500,7 @@ module Google
|
|
489
500
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
490
501
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
491
502
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
503
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
492
504
|
@labels = args[:labels] if args.key?(:labels)
|
493
505
|
@license_type = args[:license_type] if args.key?(:license_type)
|
494
506
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -646,7 +658,7 @@ module Google
|
|
646
658
|
end
|
647
659
|
end
|
648
660
|
|
649
|
-
# CycleStep
|
661
|
+
# CycleStep holds information about a step progress.
|
650
662
|
class CycleStep
|
651
663
|
include Google::Apis::Core::Hashable
|
652
664
|
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220428"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -470,6 +470,7 @@ module Google
|
|
470
470
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
471
471
|
|
472
472
|
property :disk_type, as: 'diskType'
|
473
|
+
property :hostname, as: 'hostname'
|
473
474
|
hash :labels, as: 'labels'
|
474
475
|
property :license_type, as: 'licenseType'
|
475
476
|
property :machine_type, as: 'machineType'
|
@@ -496,6 +497,7 @@ module Google
|
|
496
497
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
|
497
498
|
|
498
499
|
property :disk_type, as: 'diskType'
|
500
|
+
property :hostname, as: 'hostname'
|
499
501
|
hash :labels, as: 'labels'
|
500
502
|
property :license_type, as: 'licenseType'
|
501
503
|
property :machine_type, as: 'machineType'
|
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.11.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: 2022-
|
11
|
+
date: 2022-05-16 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.11.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: []
|