Class: Google::Cloud::VMMigration::V1::ImageImportJob
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ImageImportJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
ImageImportJob describes the progress and result of an image import.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#cloud_storage_uri ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#created_resources ⇒ ::Array<::String>
readonly
Output only.
-
#disk_image_target_details ⇒ ::Google::Cloud::VMMigration::V1::DiskImageTargetDetails
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#errors ⇒ ::Array<::Google::Rpc::Status>
readonly
Output only.
-
#machine_image_target_details ⇒ ::Google::Cloud::VMMigration::V1::MachineImageTargetDetails
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::VMMigration::V1::ImageImportJob::State
readonly
Output only.
-
#steps ⇒ ::Array<::Google::Cloud::VMMigration::V1::ImageImportStep>
readonly
Output only.
-
#warnings ⇒ ::Array<::Google::Cloud::VMMigration::V1::MigrationWarning>
readonly
Output only.
Instance Attribute Details
#cloud_storage_uri ⇒ ::String (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#created_resources ⇒ ::Array<::String> (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#disk_image_target_details ⇒ ::Google::Cloud::VMMigration::V1::DiskImageTargetDetails (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#errors ⇒ ::Array<::Google::Rpc::Status> (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#machine_image_target_details ⇒ ::Google::Cloud::VMMigration::V1::MachineImageTargetDetails (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#name ⇒ ::String (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#state ⇒ ::Google::Cloud::VMMigration::V1::ImageImportJob::State (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#steps ⇒ ::Array<::Google::Cloud::VMMigration::V1::ImageImportStep> (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |
#warnings ⇒ ::Array<::Google::Cloud::VMMigration::V1::MigrationWarning> (readonly)
3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3879 class ImageImportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of the image import. module State # The state is unknown. STATE_UNSPECIFIED = 0 # The image import has not yet started. PENDING = 1 # The image import is active and running. RUNNING = 2 # The image import has finished successfully. SUCCEEDED = 3 # The image import has finished with errors. FAILED = 4 # The image import is being cancelled. CANCELLING = 5 # The image import was cancelled. CANCELLED = 6 end end |