Class GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult
Represents the successful move analysis results for a group.
Implements
Inherited Members
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> |