Class BackupPolicy
Backup policy as optionally used for Opensearch cluster.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class BackupPolicy
Properties
FrequencyInHours
Declaration
[JsonProperty(PropertyName = "frequencyInHours")]
public int? FrequencyInHours { get; set; }
Property Value
Type | Description |
---|---|
int? | Specifies how often backup should be performed |
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies if automatic backups are enabled. |
RetentionInDays
Declaration
[JsonProperty(PropertyName = "retentionInDays")]
public int? RetentionInDays { get; set; }
Property Value
Type | Description |
---|---|
int? | Specifies how long backup copy should remain on Storage in days |