Show / Hide Table of Contents

Class SelfMountDetails

Used for creating NFS Self mount backup destinations for non-autonomous ExaCC.

Inheritance
object
MountTypeDetails
SelfMountDetails
Inherited Members
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 SelfMountDetails : MountTypeDetails

Properties

LocalMountPointPath

Declaration
[Required(ErrorMessage = "LocalMountPointPath is required.")]
[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.

Remarks

Required

In this article
Back to top