MigrationWarning(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
code |
google.cloud.vmmigration_v1.types.MigrationWarning.WarningCode
The warning code. |
warning_message |
google.rpc.error_details_pb2.LocalizedMessage
Output only. The localized warning message. |
action_item |
google.rpc.error_details_pb2.LocalizedMessage
Output only. Suggested action for solving the warning. |
help_links |
MutableSequence[google.rpc.error_details_pb2.Link]
Output only. URL(s) pointing to additional information on handling the current warning. |
warning_time |
google.protobuf.timestamp_pb2.Timestamp
The time the warning occurred. |
Classes
WarningCode
WarningCode(value)
Represents possible warning codes.