Class FreeInstanceMetadata (3.61.0)

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

Free instance specific metadata that is kept even after an instance has been upgraded for tracking purposes.

Attributes

Name Description
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp after which the instance will either be upgraded or scheduled for deletion after a grace period. ExpireBehavior is used to choose between upgrading or scheduling the free instance for deletion. This timestamp is set during the creation of a free instance.
upgrade_time google.protobuf.timestamp_pb2.Timestamp
Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
expire_behavior google.cloud.spanner_admin_instance_v1.types.FreeInstanceMetadata.ExpireBehavior
Specifies the expiration behavior of a free instance. The default of ExpireBehavior is REMOVE_AFTER_GRACE_PERIOD. This can be modified during or after creation, and before expiration.

Classes

ExpireBehavior

ExpireBehavior(value)

Allows users to change behavior when a free instance expires.