Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult

Represents the successful move analysis results for a group.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult
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.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult : IDirectResponseSchema

Properties

Blockers

List of blockers. If not resolved, these will result in compliance violations in the target.

Declaration
[JsonProperty("blockers")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1MoveImpact> Blockers { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1beta1MoveImpact>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Warnings

List of warnings. These are risks that may or may not result in compliance violations.

Declaration
[JsonProperty("warnings")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1MoveImpact> Warnings { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1beta1MoveImpact>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX