public sealed class MoveAnalysisResult : IMessage<MoveAnalysisResult>, IEquatable<MoveAnalysisResult>, IDeepCloneable<MoveAnalysisResult>, IBufferMessage, IMessage
An analysis result including blockers and warnings.
Implements
IMessage<MoveAnalysisResult>, IEquatable<MoveAnalysisResult>, IDeepCloneable<MoveAnalysisResult>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
MoveAnalysisResult()
public MoveAnalysisResult()
MoveAnalysisResult(MoveAnalysisResult)
public MoveAnalysisResult(MoveAnalysisResult other)
Parameter | |
---|---|
Name | Description |
other | MoveAnalysisResult |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<MoveImpact> |