Class ReportSummaryAssetAggregateStatsEstimatedUsageStats
Estimated usage stats for the assets in this collection.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummaryAssetAggregateStatsEstimatedUsageStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalAssetsUsingEstimatedUsage
Output only. The number of assets that are using at least one estimated usage metric for rightsizing.
Declaration
[JsonProperty("totalAssetsUsingEstimatedUsage")]
public virtual long? TotalAssetsUsingEstimatedUsage { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalVirtualMachinesUsingEstimatedUsage
Output only. The number of virtual machines in this finding that are using at least one estimated usage metric for rightsizing.
Declaration
[JsonProperty("totalVirtualMachinesUsingEstimatedUsage")]
public virtual long? TotalVirtualMachinesUsingEstimatedUsage { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |