Class UpdateBackupDestinationRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateBackupDestinationRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateBackupDestination request.
Properties
BackupDestinationId
Declaration
[Required(ErrorMessage = "BackupDestinationId is required.")]
[HttpConverter(TargetEnum.Path, "backupDestinationId")]
public string BackupDestinationId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the backup destination. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call for a resource, set the |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier for the request. |
UpdateBackupDestinationDetails
Declaration
[Required(ErrorMessage = "UpdateBackupDestinationDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateBackupDestinationDetails UpdateBackupDestinationDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateBackupDestinationDetails | For a RECOVERY_APPLIANCE backup destination, request to update the connection string and/or the list of VPC users. For an NFS backup destination, request to update the NFS location. |
Remarks
Required