UpdateAutonomousDatabaseWalletDetails¶
-
class
oci.database.models.
UpdateAutonomousDatabaseWalletDetails
(**kwargs)¶ Bases:
object
Details to update an Autonomous Database wallet.
Methods
__init__
(**kwargs)Initializes a new UpdateAutonomousDatabaseWalletDetails object with values from keyword arguments. Attributes
should_rotate
Gets the should_rotate of this UpdateAutonomousDatabaseWalletDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAutonomousDatabaseWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: should_rotate (bool) – The value to assign to the should_rotate property of this UpdateAutonomousDatabaseWalletDetails.
-
should_rotate
¶ Gets the should_rotate of this UpdateAutonomousDatabaseWalletDetails. Indicates whether to rotate the wallet or not. If false, the wallet will not be rotated. The default is false.
Returns: The should_rotate of this UpdateAutonomousDatabaseWalletDetails. Return type: bool
-