Show / Hide Table of Contents

Class ReportSummaryAssetAggregateStatsEstimatedUsageStats

Estimated usage stats for the assets in this collection.

Inheritance
object
ReportSummaryAssetAggregateStatsEstimatedUsageStats
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX