RotateDistributedAutonomousDatabaseDetails

class oci.distributed_database_v26.models.RotateDistributedAutonomousDatabaseDetails(**kwargs)

Bases: object

Details to rotate password for a shard or catalog in the Globally distributed autonomous database.

Methods

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

Attributes

admin_password [Required] Gets the admin_password of this RotateDistributedAutonomousDatabaseDetails.
name [Required] Gets the name of this RotateDistributedAutonomousDatabaseDetails.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this RotateDistributedAutonomousDatabaseDetails.
  • admin_password (str) – The value to assign to the admin_password property of this RotateDistributedAutonomousDatabaseDetails.
admin_password

[Required] Gets the admin_password of this RotateDistributedAutonomousDatabaseDetails. The admin password for the shard or catalog.

Returns:The admin_password of this RotateDistributedAutonomousDatabaseDetails.
Return type:str
name

[Required] Gets the name of this RotateDistributedAutonomousDatabaseDetails. The shard or catalog name.

Returns:The name of this RotateDistributedAutonomousDatabaseDetails.
Return type:str