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.
JSON representation |
---|
{ "code" : enum ( |
Fields | |
---|---|
code
|
The warning code. |
actionItem
|
Output only. Suggested action for solving the warning. |
helpLinks[]
|
Output only. URL(s) pointing to additional information on handling the current warning. |
warningTime
|
The time the warning occurred. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
WarningCode
Represents possible warning codes.
Enums | |
---|---|
WARNING_CODE_UNSPECIFIED
|
Default value. This value is not used. |
ADAPTATION_WARNING
|
A warning originated from OS Adaptation. |
LocalizedMessage
Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
JSON representation |
---|
{ "locale" : string , "message" : string } |
Fields | |
---|---|
locale
|
The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt . Examples are: "en-US", "fr-CH", "es-MX" |
Link
Describes a URL link.
JSON representation |
---|
{ "description" : string , "url" : string } |
Fields | |
---|---|
description
|
Describes what the link offers. |
url
|
The URL of the link. |