RotateDistributedDatabaseDetails¶
-
class
oci.distributed_database_v26.models.RotateDistributedDatabaseDetails(**kwargs)¶ Bases:
objectDetails to rotate password for a shard or catalog in the Globally distributed database.
Methods
__init__(**kwargs)Initializes a new RotateDistributedDatabaseDetails object with values from keyword arguments. Attributes
admin_password[Required] Gets the admin_password of this RotateDistributedDatabaseDetails. name[Required] Gets the name of this RotateDistributedDatabaseDetails. -
__init__(**kwargs)¶ Initializes a new RotateDistributedDatabaseDetails 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 RotateDistributedDatabaseDetails.
- admin_password (str) – The value to assign to the admin_password property of this RotateDistributedDatabaseDetails.
-
admin_password¶ [Required] Gets the admin_password of this RotateDistributedDatabaseDetails. The admin password for the shard or catalog.
Returns: The admin_password of this RotateDistributedDatabaseDetails. Return type: str
-
name¶ [Required] Gets the name of this RotateDistributedDatabaseDetails. The shard or catalog name.
Returns: The name of this RotateDistributedDatabaseDetails. Return type: str
-