Show / Hide Table of Contents

Class MoveAnalysisResult

An analysis result including blockers and warnings.

Inheritance
object
MoveAnalysisResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX