Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHelm committed Jul 11, 2024
1 parent f9b32d5 commit 850d00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,7 @@ HazelcastPersistenceConfiguration contains the configuration for Hazelcast Persi
[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| clusterDataRecoveryPolicy | Configuration of the cluster recovery strategy. m| <<DataRecoveryPolicyType,DataRecoveryPolicyType>> | false | "FullRecoveryOnly"
m| startupAction | StartupAction represents the action triggered when the cluster starts to force the cluster startup. m| <<PersistenceStartupAction,PersistenceStartupAction>> | false | -
m| clusterDataRecoveryPolicy | Configuration of the cluster recovery strategy. m| <<DataRecoveryPolicyType,DataRecoveryPolicyType>> | false | "PartialRecoveryMostComplete"
m| dataRecoveryTimeout | DataRecoveryTimeout is timeout for each step of data recovery in seconds. Maximum timeout is equal to DataRecoveryTimeout*2 (for each step: validation and data-load). m| int32 | false | -
m| pvc | Configuration of PersistenceVolumeClaim. m| &#42;<<PvcConfiguration,PvcConfiguration>> | false | -
m| restore | Restore configuration m| <<RestoreConfiguration,RestoreConfiguration>> | false | {}
Expand All @@ -749,6 +748,7 @@ m| restore | Restore configuration m| <<RestoreConfiguration,RestoreConfiguratio
|===
| Field | Description | Type | Required | Default
m| baseDir | BaseDir is deprecated. Use restore.localConfig to restore from a local backup. m| string | false | -
m| startupAction | DEPRECATED: DeprecatedStartupAction is deprecated. Use ClusterDataRecoveryPolicy PartialRecoveryMostComplete instead. DeprecatedStartupAction represents the action triggered when the cluster starts to force the cluster startup. m| <<PersistenceStartupAction,PersistenceStartupAction>> | false | -
|===

<<Table of Contents,Back to TOC>>
Expand Down

0 comments on commit 850d00f

Please sign in to comment.