Class UpdateBackupDestinationDetails
For a RECOVERY_APPLIANCE backup destination, used to update the connection string and/or the list of VPC users. For an NFS backup destination, there are 2 mount types - Self mount used for non-autonomous ExaCC and automated mount used for autonomous on ExaCC.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateBackupDestinationDetails
Properties
ConnectionString
Declaration
[JsonProperty(PropertyName = "connectionString")]
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
string | For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
|
LocalMountPointPath
Declaration
[JsonProperty(PropertyName = "localMountPointPath")]
public string LocalMountPointPath { get; set; }
Property Value
Type | Description |
---|---|
string | The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. |
NfsMountType
Declaration
[JsonProperty(PropertyName = "nfsMountType")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateBackupDestinationDetails.NfsMountTypeEnum? NfsMountType { get; set; }
Property Value
Type | Description |
---|---|
UpdateBackupDestinationDetails.NfsMountTypeEnum? | NFS Mount type for backup destination. |
NfsServer
Declaration
[JsonProperty(PropertyName = "nfsServer")]
public List<string> NfsServer { get; set; }
Property Value
Type | Description |
---|---|
List<string> | IP addresses for NFS Auto mount. |
NfsServerExport
Declaration
[JsonProperty(PropertyName = "nfsServerExport")]
public string NfsServerExport { get; set; }
Property Value
Type | Description |
---|---|
string | Specifies the directory on which to mount the file system |
VpcUsers
Declaration
[JsonProperty(PropertyName = "vpcUsers")]
public List<string> VpcUsers { get; set; }
Property Value
Type | Description |
---|---|
List<string> | For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance. |