models.iscsi_san_port module¶
- 
class 
models.iscsi_san_port.IscsiSanPort(ip_address=None, iqn=None, tcp_port=None)[source]¶ Bases:
objectImplementation of the ‘IscsiSanPort’ model.
Specifies an iSCSI SAN Port.
- Attributes:
 ip_address (string): Specifies the IP address of the SAN port. iqn (string): Specifies the qualified name of the iSCSI port (IQN). tcp_port (int): Specifies the listening port(tcp) of the SAN port.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.