Class: Google::Cloud::VMMigration::V1::MigrationWarning

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 warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.

Defined Under Namespace

Modules: WarningCode

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Suggested action for solving the warning.

Returns:



3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3573

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

  # Represents possible warning codes.
  module WarningCode
    # Default value. This value is not used.
    WARNING_CODE_UNSPECIFIED = 0

    # A warning originated from OS Adaptation.
    ADAPTATION_WARNING = 1
  end
end

#code::Google::Cloud::VMMigration::V1::MigrationWarning::WarningCode

Returns The warning code.



3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3573

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

  # Represents possible warning codes.
  module WarningCode
    # Default value. This value is not used.
    WARNING_CODE_UNSPECIFIED = 0

    # A warning originated from OS Adaptation.
    ADAPTATION_WARNING = 1
  end
end

Returns Output only. URL(s) pointing to additional information on handling the current warning.

Returns:

  • (::Array<::Google::Rpc::Help::Link>)

    Output only. URL(s) pointing to additional information on handling the current warning.



3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3573

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

  # Represents possible warning codes.
  module WarningCode
    # Default value. This value is not used.
    WARNING_CODE_UNSPECIFIED = 0

    # A warning originated from OS Adaptation.
    ADAPTATION_WARNING = 1
  end
end

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

Returns Output only. The localized warning message.

Returns:



3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3573

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

  # Represents possible warning codes.
  module WarningCode
    # Default value. This value is not used.
    WARNING_CODE_UNSPECIFIED = 0

    # A warning originated from OS Adaptation.
    ADAPTATION_WARNING = 1
  end
end

#warning_time::Google::Protobuf::Timestamp

Returns The time the warning occurred.

Returns:



3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3573

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

  # Represents possible warning codes.
  module WarningCode
    # Default value. This value is not used.
    WARNING_CODE_UNSPECIFIED = 0

    # A warning originated from OS Adaptation.
    ADAPTATION_WARNING = 1
  end
end