Table of Contents

Class Machine

Namespace
Quilt4Net.Toolkit.Features.Health.Metrics.Machine
Assembly
Quilt4Net.Toolkit.dll
public record Machine : IEquatable<Machine>
Inheritance
Machine
Implements
Inherited Members

Properties

Identity

public required MachineIdentity Identity { get; init; }

Property Value

MachineIdentity

Lifecycle

public required MachineLifecycle Lifecycle { get; init; }

Property Value

MachineLifecycle

OperatingSystem

public required OperatingSystemInfo OperatingSystem { get; init; }

Property Value

OperatingSystemInfo

Runtime

public required RuntimeContext Runtime { get; init; }

Property Value

RuntimeContext