lsm_nfs_export_auth_type_get - Man Page

Retrieves the authentication type of the nfs_export

Synopsis

const char  * lsm_nfs_export_auth_type_get (lsm_nfs_export *exp);

Arguments

exp

NFS export to retrieve authentication type for.

Version

1.0

Description

Retrieves the authentication type for the lsm_nfs_export.

Note

Address returned is valid until lsm_nfs_export gets freed, copy return value if you need longer scope. Do not free returned string.

Return

string. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export pointer.

Info

April 2023 Libstoragemgmt C API Manual