Class: Google::Cloud::VMMigration::V1::BootDiskDefaults::DiskImageDefaults
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::BootDiskDefaults::DiskImageDefaults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Contains details about the image source used to create the disk.
Instance Attribute Summary collapse
-
#source_image ⇒ ::String
Required.
Instance Attribute Details
#source_image ⇒ ::String
Returns Required. The Image resource used when creating the disk.
2712 2713 2714 2715 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2712 class DiskImageDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |