ScheduleHsmClusterDeletionDetails

class oci.key_management.models.ScheduleHsmClusterDeletionDetails(**kwargs)

Bases: object

Details for scheduling HSM resource deletion.

Methods

__init__(**kwargs) Initializes a new ScheduleHsmClusterDeletionDetails object with values from keyword arguments.

Attributes

time_of_deletion Gets the time_of_deletion of this ScheduleHsmClusterDeletionDetails.
__init__(**kwargs)

Initializes a new ScheduleHsmClusterDeletionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:time_of_deletion (datetime) – The value to assign to the time_of_deletion property of this ScheduleHsmClusterDeletionDetails.
time_of_deletion

Gets the time_of_deletion of this ScheduleHsmClusterDeletionDetails. An optional property indicating when to delete the HsmCluster resource, expressed in RFC 3339 timestamp format. The specified time must be between 7 and 30 days from the time when the request is received. If this property is missing, it will be set to 30 days from the time of the request by default.

Returns:The time_of_deletion of this ScheduleHsmClusterDeletionDetails.
Return type:datetime