google-apis-vmmigration_v1 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: 2cce275ad3a71ff4e119001480a9793554ac9319e0d58cfcc9d23d526dc64eeb
|
4
|
+
data.tar.gz: b7e4fed9a1e718cdbe898b9d0225443fdc9edbee22a23f0e6780845e6e6d1d0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01ea2aaf5fff98dd1666652f24aed6ce8de5749a2b23759cb9d4eed665c91165b5d0c301ff4ec0bcad0c6d692093ae58f007956693813387cce6f1bebc1fa27b
|
7
|
+
data.tar.gz: 0a298ebc75d52f261497a7e4174d772317f5ac173f743e9c5d0c80eb9742302b6015698b63682d3664f093b43f85519fa35a334f0144cea9366dbaf56a50ad68
|
data/CHANGELOG.md
CHANGED
@@ -288,6 +288,11 @@ module Google
|
|
288
288
|
# @return [String]
|
289
289
|
attr_accessor :disk_type
|
290
290
|
|
291
|
+
# The hostname to assign to the VM.
|
292
|
+
# Corresponds to the JSON property `hostname`
|
293
|
+
# @return [String]
|
294
|
+
attr_accessor :hostname
|
295
|
+
|
291
296
|
# A map of labels to associate with the VM.
|
292
297
|
# Corresponds to the JSON property `labels`
|
293
298
|
# @return [Hash<String,String>]
|
@@ -362,6 +367,7 @@ module Google
|
|
362
367
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
363
368
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
364
369
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
370
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
365
371
|
@labels = args[:labels] if args.key?(:labels)
|
366
372
|
@license_type = args[:license_type] if args.key?(:license_type)
|
367
373
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -408,6 +414,11 @@ module Google
|
|
408
414
|
# @return [String]
|
409
415
|
attr_accessor :disk_type
|
410
416
|
|
417
|
+
# The hostname to assign to the VM.
|
418
|
+
# Corresponds to the JSON property `hostname`
|
419
|
+
# @return [String]
|
420
|
+
attr_accessor :hostname
|
421
|
+
|
411
422
|
# A map of labels to associate with the VM.
|
412
423
|
# Corresponds to the JSON property `labels`
|
413
424
|
# @return [Hash<String,String>]
|
@@ -481,6 +492,7 @@ module Google
|
|
481
492
|
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
482
493
|
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
483
494
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
495
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
484
496
|
@labels = args[:labels] if args.key?(:labels)
|
485
497
|
@license_type = args[:license_type] if args.key?(:license_type)
|
486
498
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
@@ -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.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
|
@@ -437,6 +437,7 @@ module Google
|
|
437
437
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1::ComputeScheduling::Representation
|
438
438
|
|
439
439
|
property :disk_type, as: 'diskType'
|
440
|
+
property :hostname, as: 'hostname'
|
440
441
|
hash :labels, as: 'labels'
|
441
442
|
property :license_type, as: 'licenseType'
|
442
443
|
property :machine_type, as: 'machineType'
|
@@ -463,6 +464,7 @@ module Google
|
|
463
464
|
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1::ComputeScheduling::Representation
|
464
465
|
|
465
466
|
property :disk_type, as: 'diskType'
|
467
|
+
property :hostname, as: 'hostname'
|
466
468
|
hash :labels, as: 'labels'
|
467
469
|
property :license_type, as: 'licenseType'
|
468
470
|
property :machine_type, as: 'machineType'
|
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.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_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.11.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: []
|