Show / Hide Table of Contents

Class ClusterDestinationsState

Inheritance
Object
ClusterDestinationsState
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Yarp.ReverseProxy.Model
Assembly: Yarp.ReverseProxy.dll
Syntax
public sealed class ClusterDestinationsState

Constructors

| Improve this Doc View Source

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

Declaration
public ClusterDestinationsState(IReadOnlyList<DestinationState> allDestinations, IReadOnlyList<DestinationState> availableDestinations)
Parameters
Type Name Description
IReadOnlyList<DestinationState> allDestinations
IReadOnlyList<DestinationState> availableDestinations

Properties

| Improve this Doc View Source

AllDestinations

Declaration
public IReadOnlyList<DestinationState> AllDestinations { get; }
Property Value
Type Description
IReadOnlyList<DestinationState>
| Improve this Doc View Source

AvailableDestinations

Declaration
public IReadOnlyList<DestinationState> AvailableDestinations { get; }
Property Value
Type Description
IReadOnlyList<DestinationState>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX