Module: Google::Cloud::Spanner::Admin::Instance::V1::FreeInstanceMetadata::ExpireBehavior

Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

Allows users to change behavior when a free instance expires.

Constant Summary collapse

EXPIRE_BEHAVIOR_UNSPECIFIED =

Not specified.

0
FREE_TO_PROVISIONED =

When the free instance expires, upgrade the instance to a provisioned instance.

1
REMOVE_AFTER_GRACE_PERIOD =

When the free instance expires, disable the instance, and delete it after the grace period passes if it has not been upgraded.

2