ManagementPolicy

class oci.psql.models.ManagementPolicy(**kwargs)

Bases: object

PostgreSQL database system management policy.

Methods

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

Attributes

backup_policy [Required] Gets the backup_policy of this ManagementPolicy.
maintenance_window_start [Required] Gets the maintenance_window_start of this ManagementPolicy.
__init__(**kwargs)

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

Parameters:
  • maintenance_window_start (str) – The value to assign to the maintenance_window_start property of this ManagementPolicy.
  • backup_policy (oci.psql.models.BackupPolicy) – The value to assign to the backup_policy property of this ManagementPolicy.
backup_policy

[Required] Gets the backup_policy of this ManagementPolicy.

Returns:The backup_policy of this ManagementPolicy.
Return type:oci.psql.models.BackupPolicy
maintenance_window_start

[Required] Gets the maintenance_window_start of this ManagementPolicy. The start of the maintenance window.

Returns:The maintenance_window_start of this ManagementPolicy.
Return type:str