Show / Hide Table of Contents

Class ManagementPolicyDetails

PostgreSQL database system management policy update details.

Inheritance
object
ManagementPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class ManagementPolicyDetails

Properties

BackupPolicy

Declaration
[JsonProperty(PropertyName = "backupPolicy")]
public BackupPolicy BackupPolicy { get; set; }
Property Value
Type Description
BackupPolicy

MaintenanceWindowStart

Declaration
[JsonProperty(PropertyName = "maintenanceWindowStart")]
public string MaintenanceWindowStart { get; set; }
Property Value
Type Description
string
In this article
Back to top