Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup

Represents a logical group of checks performed for an asset. If successful, the group contains the analysis result, otherwise it contains an error with the failure reason.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup
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 GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup : IDirectResponseSchema

Properties

AnalysisResult

Result of a successful analysis.

Declaration
[JsonProperty("analysisResult")]
public virtual GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult AnalysisResult { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult

DisplayName

Name of the analysis group.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Error

Error details for a failed analysis.

Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type Description
GoogleRpcStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX