ExpirationTimeSpec#

class ExpirationTimeSpec(expiration_time=None, *args, **kwargs)#

Bases: object

Specification to set the expiration time of the recovery point.

Parameters:

expiration_time (required) – (expiration_time) The UTC date and time in ISO-8601 format when the current recovery point expires . If not specified, the recovery point will never expire.

property expiration_time#

The UTC date and time in ISO-8601 format when the current recovery point expires . If not specified, the recovery point will never expire.

Type:

datetime

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model