Class MoveAnalysisResult (3.7.1)

MoveAnalysisResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An analysis result including blockers and warnings.

Attributes

NameDescription
blockers Sequence[google.cloud.asset_v1.types.MoveImpact]
Blocking information that would prevent the target resource from moving to the specified destination at runtime.
warnings Sequence[google.cloud.asset_v1.types.MoveImpact]
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.