models.nfs_connection module¶
-
class
models.nfs_connection.
NfsConnection
(client_ip=None, node_ip=None, server_ip=None, view_id=None, view_name=None)[source]¶ Bases:
object
Implementation of the ‘NfsConnection’ model.
:TODO Type description here.
- Attributes:
- client_ip (string): Information of a Universal Data
Adapter cluster, only valid for an entity of view_name kCluster.
- node_ip (string): Specifies a Node IP address where the connection
request is received.
- server_ip (string): Specifies the Server IP address of the connection.
This could be a VIP, VLAN IP, or node IP on the Cluster.
view_id (long|int): Specifies the id of the view. view_name (string): Specifies the name of the view.
-
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.