IscsiFeatures#

class IscsiFeatures(target_secret=None, enabled_authentications=None, *args, **kwargs)#

Bases: object

iSCSI specific settings for the Volume Group. This is an optional field.

Parameters:
  • target_secret – (target_secret) Target secret in case of a CHAP authentication. This field must only be provided in case the authentication type is not set to CHAP. This is an optional field and it cannot be retrieved once configured.

  • enabled_authentications – (enabled_authentications)

property enabled_authentications#
Type:

AuthenticationType

property target_secret#

Target secret in case of a CHAP authentication. This field must only be provided in case the authentication type is not set to CHAP. This is an optional field and it cannot be retrieved once configured.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model