Class GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis
Represents move analysis results for an asset.
Implements
Inherited Members
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 |