Skip to content

EveHealthStatus

NexusLabs.Eve

EveHealthStatus Class

Describes a ready eve deployment.

public sealed record EveHealthStatus : System.IEquatable<NexusLabs.Eve.EveHealthStatus>

Inheritance System.Object 🡒 EveHealthStatus

Implements System.IEquatable<EveHealthStatus>

Properties

EveHealthStatus.Ok Property

Gets whether the health response reports success.

public bool Ok { get; }

Property Value

System.Boolean

EveHealthStatus.Status Property

Gets the server readiness status.

public string Status { get; }

Property Value

System.String

EveHealthStatus.WorkflowId Property

Gets the workflow identifier used by the deployment.

public string WorkflowId { get; }

Property Value

System.String