Class: Google::Cloud::VMMigration::V1::ImageImportStep
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ImageImportStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
ImageImportStep holds information about the image import step progress.
Instance Attribute Summary collapse
-
#adapting_os ⇒ ::Google::Cloud::VMMigration::V1::AdaptingOSStep
Adapting OS step.
-
#creating_image ⇒ ::Google::Cloud::VMMigration::V1::CreatingImageStep
Creating image step.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#initializing ⇒ ::Google::Cloud::VMMigration::V1::InitializingImageImportStep
Initializing step.
-
#loading_source_files ⇒ ::Google::Cloud::VMMigration::V1::LoadingImageSourceFilesStep
Loading source files step.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#adapting_os ⇒ ::Google::Cloud::VMMigration::V1::AdaptingOSStep
Returns Adapting OS step.
Note: The following fields are mutually exclusive: adapting_os, initializing, loading_source_files, creating_image. If a field in that set is populated, all other fields in the set will automatically be cleared.
3935 3936 3937 3938 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3935 class ImageImportStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creating_image ⇒ ::Google::Cloud::VMMigration::V1::CreatingImageStep
Returns Creating image step.
Note: The following fields are mutually exclusive: creating_image, initializing, loading_source_files, adapting_os. If a field in that set is populated, all other fields in the set will automatically be cleared.
3935 3936 3937 3938 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3935 class ImageImportStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the step has ended.
3935 3936 3937 3938 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3935 class ImageImportStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#initializing ⇒ ::Google::Cloud::VMMigration::V1::InitializingImageImportStep
Returns Initializing step.
Note: The following fields are mutually exclusive: initializing, loading_source_files, adapting_os, creating_image. If a field in that set is populated, all other fields in the set will automatically be cleared.
3935 3936 3937 3938 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3935 class ImageImportStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#loading_source_files ⇒ ::Google::Cloud::VMMigration::V1::LoadingImageSourceFilesStep
Returns Loading source files step.
Note: The following fields are mutually exclusive: loading_source_files, initializing, adapting_os, creating_image. If a field in that set is populated, all other fields in the set will automatically be cleared.
3935 3936 3937 3938 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3935 class ImageImportStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the step has started.
3935 3936 3937 3938 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3935 class ImageImportStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |