public sealed class CpuUsageSample : IMessage<CpuUsageSample>, IEquatable<CpuUsageSample>, IDeepCloneable<CpuUsageSample>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class CpuUsageSample.
CPU usage sample.
Implements
IMessageCpuUsageSample, IEquatableCpuUsageSample, IDeepCloneableCpuUsageSample, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
CpuUsageSample()
public CpuUsageSample()
CpuUsageSample(CpuUsageSample)
public CpuUsageSample(CpuUsageSample other)
Parameter | |
---|---|
Name | Description |
other | CpuUsageSample |
Properties
UtilizedPercentage
public float UtilizedPercentage { get; set; }
Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
Property Value | |
---|---|
Type | Description |
float |