View Source GoogleApi.CloudAsset.V1.Model.MoveAnalysisResult (google_api_cloud_asset v0.35.0)

An analysis result including blockers and warnings.

Attributes

  • blockers (type: list(GoogleApi.CloudAsset.V1.Model.MoveImpact.t), default: nil) - Blocking information that would prevent the target resource from moving to the specified destination at runtime.
  • warnings (type: list(GoogleApi.CloudAsset.V1.Model.MoveImpact.t), default: nil) - Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.MoveAnalysisResult{
  blockers: [GoogleApi.CloudAsset.V1.Model.MoveImpact.t()] | nil,
  warnings: [GoogleApi.CloudAsset.V1.Model.MoveImpact.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.