Class DistributedDbBackupDestination
Backup destination details
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
public class DistributedDbBackupDestination
Properties
DbrsPolicyId
Declaration
[JsonProperty(PropertyName = "dbrsPolicyId")]
public string DbrsPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the DBRS policy used for backup. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the backup destination. |
InternetProxy
Declaration
[JsonProperty(PropertyName = "internetProxy")]
public string InternetProxy { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Proxy URL to connect to object store. |
IsRemote
Declaration
[JsonProperty(PropertyName = "isRemote")]
public bool? IsRemote { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates whether the backup destination is cross-region or local region. |
RemoteRegion
Declaration
[JsonProperty(PropertyName = "remoteRegion")]
public string RemoteRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains. |
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DistributedDbBackupDestination.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| DistributedDbBackupDestination.TypeEnum? | Type of the database backup destination. |
Remarks
Required