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.
Implements
IMessageMoveAnalysis, IEquatableMoveAnalysis, IDeepCloneableMoveAnalysis, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
MoveAnalysis()
public MoveAnalysis()
MoveAnalysis(MoveAnalysis)
public MoveAnalysis(MoveAnalysis other)
Parameter | |
---|---|
Name | Description |
other | MoveAnalysis |
Properties
Analysis
public MoveAnalysisResult Analysis { get; set; }
Analysis result of moving the target resource.
Property Value | |
---|---|
Type | Description |
MoveAnalysisResult |
DisplayName
public string DisplayName { get; set; }
The user friendly display name of the analysis. E.g. IAM, organization policy etc.
Property Value | |
---|---|
Type | Description |
string |
Error
public Status Error { get; set; }
Description of error encountered when performing the analysis.
Property Value | |
---|---|
Type | Description |
Status |
ResultCase
public MoveAnalysis.ResultOneofCase ResultCase { get; }
Property Value | |
---|---|
Type | Description |
MoveAnalysisResultOneofCase |