GoogleApi.CloudAsset.V1.Model.MoveAnalysisResult (google_api_cloud_asset v0.28.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.MoveAnalysisResult{ blockers: [GoogleApi.CloudAsset.V1.Model.MoveImpact.t()] | nil, warnings: [GoogleApi.CloudAsset.V1.Model.MoveImpact.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.