Google Cloud Asset Inventory v1 API - Class MoveAnalysis (3.9.0)

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

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

A message to group the analysis information.

Inheritance

object > MoveAnalysis

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

MoveAnalysis()

public MoveAnalysis()

MoveAnalysis(MoveAnalysis)

public MoveAnalysis(MoveAnalysis other)
Parameter
NameDescription
otherMoveAnalysis

Properties

Analysis

public MoveAnalysisResult Analysis { get; set; }

Analysis result of moving the target resource.

Property Value
TypeDescription
MoveAnalysisResult

DisplayName

public string DisplayName { get; set; }

The user friendly display name of the analysis. E.g. IAM, organization policy etc.

Property Value
TypeDescription
string

Error

public Status Error { get; set; }

Description of error encountered when performing the analysis.

Property Value
TypeDescription
Status

ResultCase

public MoveAnalysis.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
MoveAnalysisResultOneofCase