MigrationWarningResponse

data class MigrationWarningResponse(val actionItem: LocalizedMessageResponse, val code: String, val helpLinks: List<LinkResponse>, val warningMessage: LocalizedMessageResponse, val warningTime: String)

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.

Constructors

Link copied to clipboard
constructor(actionItem: LocalizedMessageResponse, code: String, helpLinks: List<LinkResponse>, warningMessage: LocalizedMessageResponse, warningTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Suggested action for solving the warning.

Link copied to clipboard

The warning code.

Link copied to clipboard

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

Link copied to clipboard

The localized warning message.

Link copied to clipboard

The time the warning occurred.