Difference between revisions of "QuantaStor REST API Reference Guide"

From OSNEXUS Online Documentation Site
Jump to: navigation, search
(Created page with "== enum: nfsNamespaceModeType == desc: Indicates now Network Share Namespaces should present shares over NFS where FLAT indicates no grouping and GROUPED indicates that the...")
 
m (enum: nfsNamespaceModeType)
Line 1: Line 1:
 
== enum: nfsNamespaceModeType ==
 
== enum: nfsNamespaceModeType ==
 +
Indicates now Network Share Namespaces should present shares over NFS where FLAT indicates no grouping and GROUPED indicates that the shares should be grouped under an export named after the Network Share Namespace.  For NFS only FLAT mode is currently supported.
 +
 +
OSN_CMN_NFS_NAMESPACE_MODE_FLAT: 0
 +
OSN_CMN_NFS_NAMESPACE_MODE_GROUPED: 1
 +
OSN_CMN_NFS_NAMESPACE_MODE_DISABLED: 2
  
desc: Indicates now Network Share Namespaces should present shares over NFS where FLAT indicates no grouping
 
and GROUPED indicates that the shares should be grouped under an export named after the Network Share Namesp
 
ace.  For NFS only FLAT mode is currently supported.
 
=== values ===
 
    OSN_CMN_NFS_NAMESPACE_MODE_FLAT: 0
 
    OSN_CMN_NFS_NAMESPACE_MODE_GROUPED: 1
 
    OSN_CMN_NFS_NAMESPACE_MODE_DISABLED: 2
 
 
== enum: dfsNamespaceModeType ==
 
== enum: dfsNamespaceModeType ==
  

Revision as of 04:35, 23 June 2019

enum: nfsNamespaceModeType

Indicates now Network Share Namespaces should present shares over NFS where FLAT indicates no grouping and GROUPED indicates that the shares should be grouped under an export named after the Network Share Namespace. For NFS only FLAT mode is currently supported.

OSN_CMN_NFS_NAMESPACE_MODE_FLAT: 0
OSN_CMN_NFS_NAMESPACE_MODE_GROUPED: 1
OSN_CMN_NFS_NAMESPACE_MODE_DISABLED: 2

enum: dfsNamespaceModeType

desc: Indicates now Network Share Namespaces should present shares over CIFS/SMB where FLAT indicates no gro

uping and GROUPED indicates that the shares should be grouped under an export named after the Network Share N amespace.

values

   OSN_CMN_DFS_NAMESPACE_MODE_GROUPED: 0
   OSN_CMN_DFS_NAMESPACE_MODE_FLAT: 1
   OSN_CMN_DFS_NAMESPACE_MODE_DISABLED: 2