Table of Contents

Class ClusterTenantInfo

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

Represents the cluster tenant information.

public class ClusterTenantInfo
Inheritance
ClusterTenantInfo
Inherited Members

Constructors

ClusterTenantInfo()

Initializes a new instance of the ClusterTenantInfo class.

public ClusterTenantInfo()

Properties

ClusterName

Gets or sets the cluster name.

public string ClusterName { get; set; }

Property Value

string

ClusterVersion

Gets or sets the cluster version.

public string ClusterVersion { get; set; }

Property Value

string

TenantInfo

Gets or sets the tenant information.

public NeosTenantInfo? TenantInfo { get; set; }

Property Value

NeosTenantInfo