models.netapp_vserver_info module

class models.netapp_vserver_info.NetappVserverInfo(data_protocols=None, interfaces=None, root_cifs_share=None, mtype=None)[source]

Bases: object

Implementation of the ‘NetappVserverInfo’ model.

Specifies information about a NetApp Vserver in a NetApp Protection Source.

Attributes:
data_protocols (list of DataProtocolEnum): Array of Data Protocols.

Specifies the set of data protocols supported by this Vserver. The kManagement protocol is not supported for this case. ‘kNfs’ indicates NFS connections. ‘kCifs’ indicates SMB (CIFS) connections. ‘kIscsi’ indicates iSCSI connections. ‘kFc’ indicates Fiber Channel connections. ‘kFcache’ indicates Flex Cache connections. ‘kHttp’ indicates HTTP connections. ‘kNdmp’ indicates NDMP connections. ‘kManagement’ indicates non-data connections used for management purposes. ‘kNvme’ indicates NVMe connections.

interfaces (list of VserverNetworkInterface): Array of Interfaces.

Specifies information about all interfaces on this Vserver.

root_cifs_share (CifsShareInfo): Specifies information about a CIFS

share of a NetApp volume.

mtype (TypeNetappVserverInfoEnum): Specifies the type of this Vserver.

Specifies the type of the NetApp Vserver. ‘kData’ indicates the Vserver is used for data backup and restore. ‘kAdmin’ indicates the Vserver is used for cluster-wide management. ‘kSystem’ indicates the Vserver is used for cluster-scoped communications in an IPspace. ‘kNode’ indicates the Vserver is used as the physical controller. ‘kUnknown’ indicates the Vserver is used for an unknown purpose.

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.