Class UpdatePolicy (0.3.10)

UpdatePolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Policy to be used while updating the instance.

Attribute

NameDescription
mode google.cloud.alloydb_v1beta.types.Instance.UpdatePolicy.Mode
Mode for updating the instance.

Classes

Mode

Mode(value)

Specifies the available modes of update.

Values: MODE_UNSPECIFIED (0): Mode is unknown. DEFAULT (1): Least disruptive way to apply the update. FORCE_APPLY (2): Performs a forced update when applicable. This will be fast but may incur a downtime.