Class ReportSummaryDatabaseFinding
DatabaseFinding contains an aggregate costs and shapes for a single database type.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummaryDatabaseFinding : IDirectResponseSchema
Properties
AllocatedAssetCount
Output only. Number of database assets which were successfully assigned in this finding.
Declaration
[JsonProperty("allocatedAssetCount")]
public virtual long? AllocatedAssetCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalAssets
Output only. Number of database assets in this finding.
Declaration
[JsonProperty("totalAssets")]
public virtual long? TotalAssets { get; set; }
Property Value
Type | Description |
---|---|
long? |