GoogleApi.VMMigration.V1.Model.MigrationWarning (google_api_vm_migration v0.11.0)
View SourceRepresents 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
-
actionItem
(type:GoogleApi.VMMigration.V1.Model.LocalizedMessage.t
, default:nil
) - Output only. Suggested action for solving the warning. -
code
(type:String.t
, default:nil
) - The warning code. -
helpLinks
(type:list(GoogleApi.VMMigration.V1.Model.Link.t)
, default:nil
) - Output only. URL(s) pointing to additional information on handling the current warning. -
warningMessage
(type:GoogleApi.VMMigration.V1.Model.LocalizedMessage.t
, default:nil
) - Output only. The localized warning message. -
warningTime
(type:DateTime.t
, default:nil
) - The time the warning occurred.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.MigrationWarning{ actionItem: GoogleApi.VMMigration.V1.Model.LocalizedMessage.t() | nil, code: String.t() | nil, helpLinks: [GoogleApi.VMMigration.V1.Model.Link.t()] | nil, warningMessage: GoogleApi.VMMigration.V1.Model.LocalizedMessage.t() | nil, warningTime: DateTime.t() | nil }