This type is a class for model objects.
A server cluster is a list of application servers that are all cooperating in a workload balanced set. While some aspects of the configuration of the servers that are members of a cluster may vary, the application configuration for all cluster members must be identical.
Package: clusterAttributes Summary | |
description : EString | A string that can be used to document any piece of information about the cluster. |
preferLocal : EBoolean | Indicates whether a client have affinity to the local process or not. |
shortName : EString | @for zOS only |
uniqueId : EString | @for zOS only |
nodeGroupName : EString | The name of the node group that this cluster belongs to. |
enableHA : EBoolean | Enable high availability for persistent services |
serverType : ServerTypeKind | Specifies the type of servers that will be contained in this cluster. The default is APPLICATION_SERVER. |
backupClusters : BackupCluster * | A list of other clusters that can act as backups for this one in case of total cluster failure. |
members : ClusterMember + | A list of the servers that are members of this cluster. |
Attribute Details |