Free Instance Metadata Response
data class FreeInstanceMetadataResponse(val expireBehavior: String, val expireTime: String, val upgradeTime: String)
Free instance specific metadata that is kept even after an instance has been upgraded for tracking purposes.
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
If present, the timestamp at which the free instance was upgraded to a provisioned instance.