Show / Hide Table of Contents

Class CreateNFSBackupDestinationDetails

Used for creating NFS backup destinations.

Inheritance
object
CreateBackupDestinationDetails
CreateNFSBackupDestinationDetails
Inherited Members
CreateBackupDestinationDetails.DisplayName
CreateBackupDestinationDetails.CompartmentId
CreateBackupDestinationDetails.FreeformTags
CreateBackupDestinationDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top