Class: Google::Cloud::VMMigration::V1::MigrationError

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Represents migration resource error information that can be used with google.rpc.Status message. MigrationError is used to present the user with error information in migration operations.

Defined Under Namespace

Modules: ErrorCode

Instance Attribute Summary collapse

Instance Attribute Details

#action_item::Google::Rpc::LocalizedMessage (readonly)



3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3503

class MigrationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents resource error codes.
  module ErrorCode
    # Default value. This value is not used.
    ERROR_CODE_UNSPECIFIED = 0

    # Migrate to Virtual Machines encountered an unknown error.
    UNKNOWN_ERROR = 1

    # Migrate to Virtual Machines encountered an error while validating
    # replication source health.
    SOURCE_VALIDATION_ERROR = 2

    # Migrate to Virtual Machines encountered an error during source data
    # operation.
    SOURCE_REPLICATION_ERROR = 3

    # Migrate to Virtual Machines encountered an error during target data
    # operation.
    TARGET_REPLICATION_ERROR = 4

    # Migrate to Virtual Machines encountered an error during OS adaptation.
    OS_ADAPTATION_ERROR = 5

    # Migrate to Virtual Machines encountered an error in clone operation.
    CLONE_ERROR = 6

    # Migrate to Virtual Machines encountered an error in cutover operation.
    CUTOVER_ERROR = 7

    # Migrate to Virtual Machines encountered an error during utilization
    # report creation.
    UTILIZATION_REPORT_ERROR = 8

    # Migrate to Virtual Machines encountered an error during appliance
    # upgrade.
    APPLIANCE_UPGRADE_ERROR = 9

    # Migrate to Virtual Machines encountered an error in image import
    # operation.
    IMAGE_IMPORT_ERROR = 10

    # Migrate to Virtual Machines encountered an error in disk migration
    # operation.
    DISK_MIGRATION_ERROR = 11
  end
end

#code::Google::Cloud::VMMigration::V1::MigrationError::ErrorCode (readonly)



3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3503

class MigrationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents resource error codes.
  module ErrorCode
    # Default value. This value is not used.
    ERROR_CODE_UNSPECIFIED = 0

    # Migrate to Virtual Machines encountered an unknown error.
    UNKNOWN_ERROR = 1

    # Migrate to Virtual Machines encountered an error while validating
    # replication source health.
    SOURCE_VALIDATION_ERROR = 2

    # Migrate to Virtual Machines encountered an error during source data
    # operation.
    SOURCE_REPLICATION_ERROR = 3

    # Migrate to Virtual Machines encountered an error during target data
    # operation.
    TARGET_REPLICATION_ERROR = 4

    # Migrate to Virtual Machines encountered an error during OS adaptation.
    OS_ADAPTATION_ERROR = 5

    # Migrate to Virtual Machines encountered an error in clone operation.
    CLONE_ERROR = 6

    # Migrate to Virtual Machines encountered an error in cutover operation.
    CUTOVER_ERROR = 7

    # Migrate to Virtual Machines encountered an error during utilization
    # report creation.
    UTILIZATION_REPORT_ERROR = 8

    # Migrate to Virtual Machines encountered an error during appliance
    # upgrade.
    APPLIANCE_UPGRADE_ERROR = 9

    # Migrate to Virtual Machines encountered an error in image import
    # operation.
    IMAGE_IMPORT_ERROR = 10

    # Migrate to Virtual Machines encountered an error in disk migration
    # operation.
    DISK_MIGRATION_ERROR = 11
  end
end

#error_message::Google::Rpc::LocalizedMessage (readonly)



3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3503

class MigrationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents resource error codes.
  module ErrorCode
    # Default value. This value is not used.
    ERROR_CODE_UNSPECIFIED = 0

    # Migrate to Virtual Machines encountered an unknown error.
    UNKNOWN_ERROR = 1

    # Migrate to Virtual Machines encountered an error while validating
    # replication source health.
    SOURCE_VALIDATION_ERROR = 2

    # Migrate to Virtual Machines encountered an error during source data
    # operation.
    SOURCE_REPLICATION_ERROR = 3

    # Migrate to Virtual Machines encountered an error during target data
    # operation.
    TARGET_REPLICATION_ERROR = 4

    # Migrate to Virtual Machines encountered an error during OS adaptation.
    OS_ADAPTATION_ERROR = 5

    # Migrate to Virtual Machines encountered an error in clone operation.
    CLONE_ERROR = 6

    # Migrate to Virtual Machines encountered an error in cutover operation.
    CUTOVER_ERROR = 7

    # Migrate to Virtual Machines encountered an error during utilization
    # report creation.
    UTILIZATION_REPORT_ERROR = 8

    # Migrate to Virtual Machines encountered an error during appliance
    # upgrade.
    APPLIANCE_UPGRADE_ERROR = 9

    # Migrate to Virtual Machines encountered an error in image import
    # operation.
    IMAGE_IMPORT_ERROR = 10

    # Migrate to Virtual Machines encountered an error in disk migration
    # operation.
    DISK_MIGRATION_ERROR = 11
  end
end

#error_time::Google::Protobuf::Timestamp (readonly)



3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3503

class MigrationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents resource error codes.
  module ErrorCode
    # Default value. This value is not used.
    ERROR_CODE_UNSPECIFIED = 0

    # Migrate to Virtual Machines encountered an unknown error.
    UNKNOWN_ERROR = 1

    # Migrate to Virtual Machines encountered an error while validating
    # replication source health.
    SOURCE_VALIDATION_ERROR = 2

    # Migrate to Virtual Machines encountered an error during source data
    # operation.
    SOURCE_REPLICATION_ERROR = 3

    # Migrate to Virtual Machines encountered an error during target data
    # operation.
    TARGET_REPLICATION_ERROR = 4

    # Migrate to Virtual Machines encountered an error during OS adaptation.
    OS_ADAPTATION_ERROR = 5

    # Migrate to Virtual Machines encountered an error in clone operation.
    CLONE_ERROR = 6

    # Migrate to Virtual Machines encountered an error in cutover operation.
    CUTOVER_ERROR = 7

    # Migrate to Virtual Machines encountered an error during utilization
    # report creation.
    UTILIZATION_REPORT_ERROR = 8

    # Migrate to Virtual Machines encountered an error during appliance
    # upgrade.
    APPLIANCE_UPGRADE_ERROR = 9

    # Migrate to Virtual Machines encountered an error in image import
    # operation.
    IMAGE_IMPORT_ERROR = 10

    # Migrate to Virtual Machines encountered an error in disk migration
    # operation.
    DISK_MIGRATION_ERROR = 11
  end
end


3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3503

class MigrationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents resource error codes.
  module ErrorCode
    # Default value. This value is not used.
    ERROR_CODE_UNSPECIFIED = 0

    # Migrate to Virtual Machines encountered an unknown error.
    UNKNOWN_ERROR = 1

    # Migrate to Virtual Machines encountered an error while validating
    # replication source health.
    SOURCE_VALIDATION_ERROR = 2

    # Migrate to Virtual Machines encountered an error during source data
    # operation.
    SOURCE_REPLICATION_ERROR = 3

    # Migrate to Virtual Machines encountered an error during target data
    # operation.
    TARGET_REPLICATION_ERROR = 4

    # Migrate to Virtual Machines encountered an error during OS adaptation.
    OS_ADAPTATION_ERROR = 5

    # Migrate to Virtual Machines encountered an error in clone operation.
    CLONE_ERROR = 6

    # Migrate to Virtual Machines encountered an error in cutover operation.
    CUTOVER_ERROR = 7

    # Migrate to Virtual Machines encountered an error during utilization
    # report creation.
    UTILIZATION_REPORT_ERROR = 8

    # Migrate to Virtual Machines encountered an error during appliance
    # upgrade.
    APPLIANCE_UPGRADE_ERROR = 9

    # Migrate to Virtual Machines encountered an error in image import
    # operation.
    IMAGE_IMPORT_ERROR = 10

    # Migrate to Virtual Machines encountered an error in disk migration
    # operation.
    DISK_MIGRATION_ERROR = 11
  end
end