Endpoint Rolling Update Policy Args
data class EndpointRollingUpdatePolicyArgs(val maximumBatchSize: Output<EndpointCapacitySizeArgs>, val maximumExecutionTimeoutInSeconds: Output<Int>? = null, val rollbackMaximumBatchSize: Output<EndpointCapacitySizeArgs>? = null, val waitIntervalInSeconds: Output<Int>) : ConvertibleToJava<EndpointRollingUpdatePolicyArgs>
Constructors
Link copied to clipboard
constructor(maximumBatchSize: Output<EndpointCapacitySizeArgs>, maximumExecutionTimeoutInSeconds: Output<Int>? = null, rollbackMaximumBatchSize: Output<EndpointCapacitySizeArgs>? = null, waitIntervalInSeconds: Output<Int>)
Properties
Link copied to clipboard
Specifies the maximum batch size for each rolling update.
Link copied to clipboard
The maximum time allowed for the rolling update, in seconds.
Link copied to clipboard
The maximum batch size for rollback during an update failure.
Link copied to clipboard
The time to wait between steps during the rolling update, in seconds.