ServerCluster
A server cluster is a list of appservers that are all cooperating in a workload balanced set. While some aspects of the config of the servers that are members of a cluster may vary, the application config for all cluster members must be identical.
Inherits from type ManagedObject and adds the following.
Attributes Summary
description A string that can be used to document any piece of information about the cluster. preferLocal Indicates whether a client have affinity to the local process or not. backupClusters A list of other clusters that can act as backups for this one in case of total cluster failure. members A list of the servers that are members of this cluster.
Attribute Details
description
A string that can be used to document any piece of information about the cluster.
Data type: String
Default value: unspecified
preferLocal
Indicates whether a client have affinity to the local process or not.
Data type: Boolean
Default value: true
backupClusters
A list of other clusters that can act as backups for this one in case of total cluster failure.
Data type: BackupCluster
members
A list of the servers that are members of this cluster.
Data type: ClusterMember