Migration Center v1 API - Class PerformanceSample (1.1.0)

public sealed class PerformanceSample : IMessage<PerformanceSample>, IEquatable<PerformanceSample>, IDeepCloneable<PerformanceSample>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class PerformanceSample.

Performance data sample.

Inheritance

object > PerformanceSample

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

PerformanceSample()

public PerformanceSample()

PerformanceSample(PerformanceSample)

public PerformanceSample(PerformanceSample other)
Parameter
NameDescription
otherPerformanceSample

Properties

Cpu

public CpuUsageSample Cpu { get; set; }

CPU usage sample.

Property Value
TypeDescription
CpuUsageSample

Disk

public DiskUsageSample Disk { get; set; }

Disk usage sample.

Property Value
TypeDescription
DiskUsageSample

Memory

public MemoryUsageSample Memory { get; set; }

Memory usage sample.

Property Value
TypeDescription
MemoryUsageSample

Network

public NetworkUsageSample Network { get; set; }

Network usage sample.

Property Value
TypeDescription
NetworkUsageSample

SampleTime

public Timestamp SampleTime { get; set; }

Time the sample was collected. If omitted, the frame report time will be used.

Property Value
TypeDescription
Timestamp