You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments