The cinder.volume.drivers.netapp.dataontap.client.client_7mode Module

class Client(*args, **kwargs)

Bases: cinder.volume.drivers.netapp.dataontap.client.client_base.Client

clone_file(*args, **kwargs)
clone_lun(*args, **kwargs)
get_actual_path_for_export(*args, **kwargs)

Gets the actual path on the filer for export path.

get_fc_target_wwpns(*args, **kwargs)

Gets the FC target details.

get_file_usage(*args, **kwargs)

Gets the file unique bytes.

get_filer_volumes(*args, **kwargs)

Returns list of filer volumes in API format.

get_flexvol_capacity(*args, **kwargs)

Gets total capacity and free capacity, in bytes, of the flexvol.

get_ifconfig(*args, **kwargs)
get_igroup_by_initiators(*args, **kwargs)

Get igroups exactly matching a set of initiators.

get_iscsi_service_details(*args, **kwargs)

Returns iscsi iqn.

get_iscsi_target_details(*args, **kwargs)

Gets the iSCSI target portal details.

get_lun_by_args(*args, **kwargs)

Retrieves LUNs with specified args.

get_lun_list(*args, **kwargs)

Gets the list of LUNs on filer.

get_lun_map(*args, **kwargs)
set_space_reserve(*args, **kwargs)

Sets the space reserve info.

Previous topic

The cinder.volume.drivers.netapp.dataontap.client.api Module

Next topic

The cinder.volume.drivers.netapp.dataontap.client.client_base Module

Project Source

This Page