ScanSourceMountTargetSpec#

class ScanSourceMountTargetSpec(path=None, protocol=None, *args, **kwargs)#

Bases: object

Mount target for migration source.

Parameters:
  • path (required min=1 chars, max=4096 chars) – (path) Name of the source mount target. Only the mount target name is stored in the database after discovery, but to scan you can specify the mount target name with path, in this case name including path is stored in DB.

  • protocol (required) – (protocol)

property path#

Name of the source mount target. Only the mount target name is stored in the database after discovery, but to scan you can specify the mount target name with path, in this case name including path is stored in DB.

Type:

str

property protocol#
Type:

MountTargetProtocolType

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model