cterasdk.edge.nfs module¶
-
class
cterasdk.edge.nfs.NFS(gateway)¶ Bases:
cterasdk.edge.base_command.BaseCommandGateway NFS configuration
-
disable()¶ Disable NFS
-
enable()¶ Enable NFS
-
get_configuration()¶ Get the current NFS configuration
Return cterasdk.common.object.Object:
-
is_disabled()¶ Check if the NFS server is disabled
-
modify(async_write=None, aggregate_writes=None)¶ Modify the FTP Configuration. Parameters that are not passed will not be affected
Parameters: - async_write (bool,optional) – If Ture, use asynchronous writes
- aggregate_writes (bool,optional) – If Ture, aggregate write requests
-