TargetParam#

class TargetParam(num_virtual_targets=None, iscsi_target_name=None, *args, **kwargs)#

Bases: object

List of iSCSI target parameters that will be visible and accessible to the iSCSI client.

Parameters:
  • num_virtual_targets (min=1, max=32) – (num_virtual_targets) Number of virtual targets generated for the iSCSI target. This field is immutable.

  • iscsi_target_name (max=512 chars) – (iscsi_target_name) Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.

property iscsi_target_name#

Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.

Type:

str

property num_virtual_targets#

Number of virtual targets generated for the iSCSI target. This field is immutable.

Type:

int

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model