google-apis-vmmigration_v1alpha1 0.66.0 → 0.67.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: a42cb8ae63b4784ceb72a996a015f82c62c8f3635f552de5fa541e3aaab5ed45
|
|
4
|
+
data.tar.gz: 36d4a71d3161c71c64468d1099d69985f59db67be5fb0f5db9b0d48e6bc33e7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d35bc0dedccddb39d72afe273e5464ada6d16f203165c7729422e3d4851e3a4f622e5b481866ac3864acc30dd8dc0c25e3f62b0ad201415e9c307e4f14b9b9b9
|
|
7
|
+
data.tar.gz: a5144aca3138c463e83e04e37ad65e82f3e8e12623aa8307239bd62d1bc5239f19c5f772614cd3ac9133629de8eaab92082c557fe65e53b289b3391de23d2f00
|
data/CHANGELOG.md
CHANGED
|
@@ -1908,12 +1908,24 @@ module Google
|
|
|
1908
1908
|
class DataDiskImageImport
|
|
1909
1909
|
include Google::Apis::Core::Hashable
|
|
1910
1910
|
|
|
1911
|
+
# Optional. A list of guest OS features to apply to the imported image. These
|
|
1912
|
+
# features are flags that are used by Compute Engine to enable certain
|
|
1913
|
+
# capabilities for virtual machine instances that are created from the image.
|
|
1914
|
+
# This field does not change the OS of the image; it only marks the image with
|
|
1915
|
+
# the specified features. The user must ensure that the OS is compatible with
|
|
1916
|
+
# the features. For a list of available features, see https://cloud.google.com/
|
|
1917
|
+
# compute/docs/images/create-custom#guest-os-features.
|
|
1918
|
+
# Corresponds to the JSON property `guestOsFeatures`
|
|
1919
|
+
# @return [Array<String>]
|
|
1920
|
+
attr_accessor :guest_os_features
|
|
1921
|
+
|
|
1911
1922
|
def initialize(**args)
|
|
1912
1923
|
update!(**args)
|
|
1913
1924
|
end
|
|
1914
1925
|
|
|
1915
1926
|
# Update properties of this object
|
|
1916
1927
|
def update!(**args)
|
|
1928
|
+
@guest_os_features = args[:guest_os_features] if args.key?(:guest_os_features)
|
|
1917
1929
|
end
|
|
1918
1930
|
end
|
|
1919
1931
|
|
|
@@ -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.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251106"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.67.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|