Class CreateNFSBackupDestinationDetails
Used for creating NFS backup destinations.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateNFSBackupDestinationDetails : CreateBackupDestinationDetails
Properties
LocalMountPointPath
Declaration
[JsonProperty(PropertyName = "localMountPointPath")]
public string LocalMountPointPath { get; set; }
Property Value
Type | Description |
---|---|
string | Deprecated. 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. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS. |
MountTypeDetails
Declaration
[JsonProperty(PropertyName = "mountTypeDetails")]
public MountTypeDetails MountTypeDetails { get; set; }
Property Value
Type | Description |
---|---|
MountTypeDetails |