Module: Google::Cloud::AlloyDB::V1alpha::Instance::UpdatePolicy::Mode

Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Specifies the available modes of update.

Constant Summary collapse

MODE_UNSPECIFIED =

Mode is unknown.

0
DEFAULT =

Least disruptive way to apply the update.

1
FORCE_APPLY =

Performs a forced update when applicable. This will be fast but may incur a downtime.

2