Class AutonomousDatabaseBackupConfig
Autonomous Database configuration details for storing manual backups in the Object Storage service.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseBackupConfig
Properties
ManualBackupBucketName
Declaration
[JsonProperty(PropertyName = "manualBackupBucketName")]
public string ManualBackupBucketName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of Object Storage bucket to use for storing manual backups. |
ManualBackupType
Declaration
[JsonProperty(PropertyName = "manualBackupType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AutonomousDatabaseBackupConfig.ManualBackupTypeEnum? ManualBackupType { get; set; }
Property Value
Type | Description |
---|---|
AutonomousDatabaseBackupConfig.ManualBackupTypeEnum? | The manual backup destination type. |