expireBehavior property
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.
Possible string values are:
- "EXPIRE_BEHAVIOR_UNSPECIFIED" : Not specified.
- "FREE_TO_PROVISIONED" : When the free instance expires, upgrade the instance to a provisioned instance.
- "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.
Implementation
core.String? expireBehavior;