ClusterUpgradePolicyArgs

data class ClusterUpgradePolicyArgs(val deltaHealthPolicy: Output<ClusterUpgradeDeltaHealthPolicyArgs>? = null, val forceRestart: Output<Boolean>? = null, val healthPolicy: Output<ClusterHealthPolicyArgs>? = null, val monitoringPolicy: Output<ClusterMonitoringPolicyArgs>? = null, val upgradeReplicaSetCheckTimeout: Output<String>? = null) : ConvertibleToJava<ClusterUpgradePolicyArgs>

Describes the policy used when upgrading the cluster.

Constructors

Link copied to clipboard
constructor(deltaHealthPolicy: Output<ClusterUpgradeDeltaHealthPolicyArgs>? = null, forceRestart: Output<Boolean>? = null, healthPolicy: Output<ClusterHealthPolicyArgs>? = null, monitoringPolicy: Output<ClusterMonitoringPolicyArgs>? = null, upgradeReplicaSetCheckTimeout: Output<String>? = null)

Properties

Link copied to clipboard

The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.

Link copied to clipboard
val forceRestart: Output<Boolean>? = null

If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).

Link copied to clipboard

The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.

Link copied to clipboard

The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode.

Link copied to clipboard

The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)

Functions

Link copied to clipboard
open override fun toJava(): ClusterUpgradePolicyArgs