IscsiClientAttachment#
- class IscsiClientAttachment(ext_id=None, cluster_reference=None, *args, **kwargs)#
Bases:
object
A model that represents an iSCSI client that can be associated with a Volume Group as an external attachment. It contains the minimal properties required for the attachment.
- Parameters:
ext_id – (
ext_id
) The external identifier of an iSCSI client.cluster_reference – (
cluster_reference
) The UUID of the cluster that will host the iSCSI client. This field is read-only.
- property cluster_reference#
The UUID of the cluster that will host the iSCSI client. This field is read-only.
- Type:
str
- property ext_id#
The external identifier of an iSCSI client.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model