Class BackupDestinationDetails
Backup destination details
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class BackupDestinationDetails
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. |
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BackupDestinationDetails.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
BackupDestinationDetails.TypeEnum? | Type of the database backup destination. |
Remarks
Required
VpcPassword
Declaration
[JsonProperty(PropertyName = "vpcPassword")]
public string VpcPassword { get; set; }
Property Value
Type | Description |
---|---|
string | For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance. |
VpcUser
Declaration
[JsonProperty(PropertyName = "vpcUser")]
public string VpcUser { get; set; }
Property Value
Type | Description |
---|---|
string | For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance. |