Migration Center v1 API - Class CpuUsageSample (1.1.0)

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.

Inheritance

object > CpuUsageSample

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

CpuUsageSample()

public CpuUsageSample()

CpuUsageSample(CpuUsageSample)

public CpuUsageSample(CpuUsageSample other)
Parameter
NameDescription
otherCpuUsageSample

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
TypeDescription
float