Show / Hide Table of Contents

Class AutonomousDatabaseBackupConfig

Autonomous Database configuration details for storing manual backups in the Object Storage service.

Inheritance
object
AutonomousDatabaseBackupConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top