Class: Google::Cloud::VMMigration::V1::MigrationWarning
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::MigrationWarning
- 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
-
#action_item ⇒ ::Google::Rpc::LocalizedMessage
readonly
Output only.
-
#code ⇒ ::Google::Cloud::VMMigration::V1::MigrationWarning::WarningCode
The warning code.
-
#help_links ⇒ ::Array<::Google::Rpc::Help::Link>
readonly
Output only.
-
#warning_message ⇒ ::Google::Rpc::LocalizedMessage
readonly
Output only.
-
#warning_time ⇒ ::Google::Protobuf::Timestamp
The time the warning occurred.
Instance Attribute Details
#action_item ⇒ ::Google::Rpc::LocalizedMessage (readonly)
Returns Output only. Suggested action for solving the 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 |
#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 |
#help_links ⇒ ::Array<::Google::Rpc::Help::Link> (readonly)
Returns 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.
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.
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 |