expireTime property

String? expireTime
getter/setter pair

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.

Output only.

Implementation

core.String? expireTime;