abacusai.hosted_database_snapshot

Classes

HostedDatabaseSnapshot

Hosted Database Snapshot

Module Contents

class abacusai.hosted_database_snapshot.HostedDatabaseSnapshot(client, hostedDatabaseSnapshotId=None, srcHostedDatabaseId=None, createdAt=None, updatedAt=None, lifecycle=None)

Bases: abacusai.return_class.AbstractApiClass

Hosted Database Snapshot

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • hostedDatabaseSnapshotId (id) – The ID of the hosted database snapshot

  • srcHostedDatabaseId (id) – The ID of the source hosted database

  • createdAt (str) – The creation timestamp

  • updatedAt (str) – The last update timestamp

  • lifecycle (str) – The lifecycle of the hosted database snapshot

hosted_database_snapshot_id = None
src_hosted_database_id = None
created_at = None
updated_at = None
lifecycle = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict