Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis

Represents move analysis results for an asset.

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

Properties

AnalysisGroups

List of eligible analyses performed for the asset.

Declaration
[JsonProperty("analysisGroups")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup> AnalysisGroups { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup>

Asset

The full resource name of the asset being analyzed. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1

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

AssetType

Type of the asset being analyzed. Possible values will be among the ones listed here.

Declaration
[JsonProperty("assetType")]
public virtual string AssetType { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX