Class: Google::Cloud::VMMigration::V1::DataDiskImageImport
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::DataDiskImageImport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Used when the image import is not using OS adaptation process.
Instance Attribute Summary collapse
-
#guest_os_features ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#guest_os_features ⇒ ::Array<::String>
Returns Optional. A list of guest OS features to apply to the imported image. These features are flags that are used by Compute Engine to enable certain capabilities for virtual machine instances that are created from the image.
This field does not change the OS of the image; it only marks the image with the specified features. The user must ensure that the OS is compatible with the features.
For a list of available features, see https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
4190 4191 4192 4193 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4190 class DataDiskImageImport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |