public sealed class ReportSummary.Types.UtilizationChartData : IMessage<ReportSummary.Types.UtilizationChartData>, IEquatable<ReportSummary.Types.UtilizationChartData>, IDeepCloneable<ReportSummary.Types.UtilizationChartData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.UtilizationChartData.
Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.
Implements
IMessageReportSummaryTypesUtilizationChartData, IEquatableReportSummaryTypesUtilizationChartData, IDeepCloneableReportSummaryTypesUtilizationChartData, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
UtilizationChartData()
public UtilizationChartData()
UtilizationChartData(UtilizationChartData)
public UtilizationChartData(ReportSummary.Types.UtilizationChartData other)
Parameter | |
---|---|
Name | Description |
other | ReportSummaryTypesUtilizationChartData |
Properties
Free
public long Free { get; set; }
Aggregate value which falls into the "Free" bucket.
Property Value | |
---|---|
Type | Description |
long |
Used
public long Used { get; set; }
Aggregate value which falls into the "Used" bucket.
Property Value | |
---|---|
Type | Description |
long |