Google Cloud Asset Inventory v1 API - Class MoveAnalysisResult (3.4.0)

public sealed class MoveAnalysisResult : IMessage<MoveAnalysisResult>, IEquatable<MoveAnalysisResult>, IDeepCloneable<MoveAnalysisResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class MoveAnalysisResult.

An analysis result including blockers and warnings.

Inheritance

Object > MoveAnalysisResult

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

MoveAnalysisResult()

public MoveAnalysisResult()

MoveAnalysisResult(MoveAnalysisResult)

public MoveAnalysisResult(MoveAnalysisResult other)
Parameter
NameDescription
otherMoveAnalysisResult

Properties

Blockers

public RepeatedField<MoveImpact> Blockers { get; }

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

Property Value
TypeDescription
RepeatedField<MoveImpact>

Warnings

public RepeatedField<MoveImpact> Warnings { get; }

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.

Property Value
TypeDescription
RepeatedField<MoveImpact>