Cluster Upgrade Policy Response
data class ClusterUpgradePolicyResponse(val deltaHealthPolicy: ClusterUpgradeDeltaHealthPolicyResponse? = null, val forceRestart: Boolean? = null, val healthCheckRetryTimeout: String, val healthCheckStableDuration: String, val healthCheckWaitDuration: String, val healthPolicy: ClusterHealthPolicyResponse, val upgradeDomainTimeout: String, val upgradeReplicaSetCheckTimeout: String, val upgradeTimeout: String)
Describes the policy used when upgrading the cluster.
Constructors
Link copied to clipboard
fun ClusterUpgradePolicyResponse(deltaHealthPolicy: ClusterUpgradeDeltaHealthPolicyResponse? = null, forceRestart: Boolean? = null, healthCheckRetryTimeout: String, healthCheckStableDuration: String, healthCheckWaitDuration: String, healthPolicy: ClusterHealthPolicyResponse, upgradeDomainTimeout: String, upgradeReplicaSetCheckTimeout: String, upgradeTimeout: String)
Types
Properties
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.