AutonomousDatabaseWallet

class oci.database.models.AutonomousDatabaseWallet(**kwargs)

Bases: object

The Autonomous Database wallet details.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a AutonomousDatabaseWallet.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AutonomousDatabaseWallet.
lifecycle_state Gets the lifecycle_state of this AutonomousDatabaseWallet.
time_rotated Gets the time_rotated of this AutonomousDatabaseWallet.

Methods

__init__(**kwargs) Initializes a new AutonomousDatabaseWallet object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a AutonomousDatabaseWallet. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a AutonomousDatabaseWallet. This constant has a value of “UPDATING”

__init__(**kwargs)

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

Parameters:
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousDatabaseWallet. Allowed values for this property are: “ACTIVE”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_rotated (datetime) – The value to assign to the time_rotated property of this AutonomousDatabaseWallet.
lifecycle_state

Gets the lifecycle_state of this AutonomousDatabaseWallet. The current lifecycle state of the Autonomous Database wallet.

Allowed values for this property are: “ACTIVE”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this AutonomousDatabaseWallet.
Return type:str
time_rotated

Gets the time_rotated of this AutonomousDatabaseWallet. The date and time the wallet was last rotated.

Returns:The time_rotated of this AutonomousDatabaseWallet.
Return type:datetime