Class MoveAnalysisResult (3.6.1)

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

An analysis result including blockers and warnings. .. attribute:: blockers

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

:type: Sequence[google.cloud.asset_v1.types.MoveImpact]

Attribute

NameDescription
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.