NvmfClient#

class NvmfClient(nvmf_initiator_name=None, attached_targets=None, cluster_reference=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

A model that represents a NVMf client that can be associated with a Volume Group as an external attachment.

Parameters:
  • nvmf_initiator_name (max=68 chars) – (nvmf_initiator_name) NVMf client qualified name.

  • attached_targets – (attached_targets) List of all subsystems connected to a NVMf client.

  • cluster_reference – (cluster_reference) The UUID of the cluster that will host the NVMf client.

property attached_targets#

List of all subsystems connected to a NVMf client.

Type:

list[ str ]

property cluster_reference#

The UUID of the cluster that will host the NVMf client.

Type:

str

property nvmf_initiator_name#

NVMf client qualified name.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model