Table of Contents

Class ClusterDestinationsState

Namespace
Yarp.ReverseProxy.Model
Assembly
Yarp.ReverseProxy.dll
public sealed class ClusterDestinationsState
Inheritance
ClusterDestinationsState
Inherited Members

Constructors

ClusterDestinationsState(IReadOnlyList<DestinationState>, IReadOnlyList<DestinationState>)

public ClusterDestinationsState(IReadOnlyList<DestinationState> allDestinations, IReadOnlyList<DestinationState> availableDestinations)

Parameters

allDestinations IReadOnlyList<DestinationState>
availableDestinations IReadOnlyList<DestinationState>

Properties

AllDestinations

public IReadOnlyList<DestinationState> AllDestinations { get; }

Property Value

IReadOnlyList<DestinationState>

AvailableDestinations

public IReadOnlyList<DestinationState> AvailableDestinations { get; }

Property Value

IReadOnlyList<DestinationState>