Table of Contents

Class ClusterAuthorizedTenant

Namespace
GroupeIsa.Neos.ClusterCommunication.Multitenant
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Represents the cluster authorized tenants.

public class ClusterAuthorizedTenant : AuthorizedTenant
Inheritance
ClusterAuthorizedTenant
Inherited Members

Constructors

ClusterAuthorizedTenant()

Initializes a new instance of the ClusterAuthorizedTenant class.

public ClusterAuthorizedTenant()

ClusterAuthorizedTenant(params ClusterIdentifier[])

Initializes a new instance of the ClusterAuthorizedTenant class.

public ClusterAuthorizedTenant(params ClusterIdentifier[] clusters)

Parameters

clusters ClusterIdentifier[]

The clusters.

Properties

Clusters

Gets or sets the clusters.

public IReadOnlyList<ClusterIdentifier> Clusters { get; set; }

Property Value

IReadOnlyList<ClusterIdentifier>

Methods

AddCluster(ClusterIdentifier)

Adds a cluster.

public void AddCluster(ClusterIdentifier cluster)

Parameters

cluster ClusterIdentifier

A cluster to add.