Class MoveAnalysisResult
An analysis result including blockers and warnings.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class MoveAnalysisResult : IDirectResponseSchema
Properties
Blockers
Blocking information that would prevent the target resource from moving to the specified destination at runtime.
Declaration
[JsonProperty("blockers")]
public virtual IList<MoveImpact> Blockers { get; set; }
Property Value
Type | Description |
---|---|
IList<MoveImpact> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Warnings
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.
Declaration
[JsonProperty("warnings")]
public virtual IList<MoveImpact> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<MoveImpact> |