Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::DataDiskImageImport (v2.6.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::DataDiskImageImport.

Used when the image import is not using OS adaptation process.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#guest_os_features

def guest_os_features() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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.

#guest_os_features=

def guest_os_features=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.

Returns
  • (::Array<::String>) — 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.