1.14.1
Adds support for managing offload targets.
New APIs:
-
connect_nfs_offload(self, name, **kwargs):
Connect an nfs offload target.
Requires the use of REST API 1.14 or later. -
disconnect_nfs_offload(self, name):
Disconnect an offload target.
Requires the use of REST API 1.14 or later. -
list_offload(self, **kwargs):
Return a list of dictionaries describing connected offload targets.
Requires the use of REST API 1.14 or later. -
list_nfs_offload(self, **kwargs):
Return a list of dictionaries describing connected nfs offload targets.
Requires the use of REST API 1.14 or later. -
get_offload(self, name, **kwargs):
Return a dictionary desribing connected offload targets.
Requires the use of REST API 1.14 or later. -
get_nfs_offload(self, name, **kwargs):
Return a dictionary describing connected nfs offload targets.
Requires the use of REST API 1.14 or later.