Class: Google::Cloud::VMMigration::V1::ImageImportJob

Inherits:
Object
  • Object
show all
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

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