models.netapp_cluster_info module¶
- 
class 
models.netapp_cluster_info.NetappClusterInfo(contact_info=None, location=None, serial_number=None)[source]¶ Bases:
objectImplementation of the ‘NetappClusterInfo’ model.
Specifies information about a NetApp Cluster Protection Source.
- Attributes:
 - contact_info (string): Specifies information about the contact for the
 NetApp cluster such as a name, phone number, and email address.
- location (string): Specifies where this NetApp cluster is located.
 This location identification string is configured by the NetApp system administrator. This field does not contain the NetApp cluster hostname or IP address.
- serial_number (string): Specifies the serial number of the NetApp
 cluster in the format: x-xx-xxxxxx.
- 
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.