Show / Hide Table of Contents

Class RecoveryApplianceDetails

Information about the recovery appliance configuration associated with the Autonomous Container Database.

Inheritance
object
RecoveryApplianceDetails
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 RecoveryApplianceDetails

Properties

AllocatedStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "allocatedStorageSizeInGBs")]
public int? AllocatedStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.

RecoveryWindowInDays

Declaration
[JsonProperty(PropertyName = "recoveryWindowInDays")]
public int? RecoveryWindowInDays { get; set; }
Property Value
Type Description
int?

Number of days between the current and earliest point of recoverability covered by automatic backups.

TimeRecoveryApplianceDetailsUpdated

Declaration
[JsonProperty(PropertyName = "timeRecoveryApplianceDetailsUpdated")]
public DateTime? TimeRecoveryApplianceDetailsUpdated { get; set; }
Property Value
Type Description
DateTime?

The time when the recovery appliance details are updated.

In this article
Back to top