Skip to content

Class RestEndpointGovernanceSuppressionSummaryDescriptor

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

Describes one grouped suppression-rule outcome within a rule-centric REST governance summary.

public sealed class RestEndpointGovernanceSuppressionSummaryDescriptor

objectRestEndpointGovernanceSuppressionSummaryDescriptor

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

RestEndpointGovernanceSuppressionSummaryDescriptor(string, IReadOnlyList<string>?, IReadOnlyList<string>?, IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>?)

Section titled “ RestEndpointGovernanceSuppressionSummaryDescriptor(string, IReadOnlyList<string>?, IReadOnlyList<string>?, IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>?)”

Creates a grouped suppression-rule summary.

public RestEndpointGovernanceSuppressionSummaryDescriptor(string ruleId, IReadOnlyList<string>? matchedCandidateIds = null, IReadOnlyList<string>? suppressedCandidateIds = null, IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>? selectionBasisSummaries = null)

ruleId string

The stable host-level suppression-rule identifier summarized by this entry.

matchedCandidateIds IReadOnlyList<string>?

The ordered candidate identifiers that matched this suppression rule before one winner was selected.

suppressedCandidateIds IReadOnlyList<string>?

The ordered candidate identifiers that this suppression rule ultimately suppressed.

selectionBasisSummaries IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>?

The grouped decisive selection-basis buckets for the candidates this suppression rule ultimately suppressed.

Gets the ordered candidate identifiers that matched this suppression rule before one winner was selected.

public IReadOnlyList<string> MatchedCandidateIds { get; }

IReadOnlyList<string>

Gets the stable host-level suppression-rule identifier summarized by this entry.

public string RuleId { get; }

string

Gets the grouped decisive selection-basis buckets for the candidates this suppression rule ultimately suppressed.

public IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor> SelectionBasisSummaries { get; }

IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>

Gets the ordered candidate identifiers that this suppression rule ultimately suppressed.

public IReadOnlyList<string> SuppressedCandidateIds { get; }

IReadOnlyList<string>