Skip to content

Enum RestEndpointCandidateStatus

Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll

Describes whether a REST endpoint candidate is published or suppressed in the active runtime.

[JsonConverter(typeof(JsonStringEnumConverter<RestEndpointCandidateStatus>))]
public enum RestEndpointCandidateStatus

RestEndpointCandidateStatusExtensions.GetWireName(RestEndpointCandidateStatus)

Published = 1

The candidate is published into the active public REST surface.

Suppressed = 2

The candidate was considered but suppressed from the active public REST surface.

Unspecified = 0

The candidate has not been classified.