Attributes Summary |
name : Logical View::java::lang::String | The name of the dynamic cluster has to be unique among dynamic clusters and clusters across the cell.
|
operationalMode : Logical View::java::lang::String | The operational mode of the dynamic cluster dictates how it reacts to varying workloads.
|
minInstances : int | The minimum number of running instances for a dynamic cluster is set to 1 by default.
|
maxInstances : int | The maximum number of running instances for a dynamic cluster is set to -1 by default for unbounded maximum.
|
serverInactivityTime : int | The time to wait in minutes before stopping all running instances in a dynamic cluster during periods of inactivity is set to 0 by default, meaning disabled.
|
numVerticalInstances : int | The number of instances allow to be started on the same node in the dynamiccluster is set to 0 by default, meaning disabled.
|
properties : Property
*
| Some runtime components allow a collection of additional properties which can be used for further customization.
|