Class GoogleCloudAssuredworkloadsV1MoveAnalysisResult
Represents the successful move analysis results for a group.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1MoveAnalysisResult : IDirectResponseSchema
Properties
Blockers
List of blockers. If not resolved, these will result in compliance violations in the target.
Declaration
[JsonProperty("blockers")]
public virtual IList<GoogleCloudAssuredworkloadsV1MoveImpact> Blockers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssuredworkloadsV1MoveImpact> |
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<GoogleCloudAssuredworkloadsV1MoveImpact> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssuredworkloadsV1MoveImpact> |