models.flash_blade_nfs_info module¶
- 
class models.flash_blade_nfs_info.FlashBladeNfsInfo(export_rules=None)[source]¶
- Bases: - object- Implementation of the ‘FlashBladeNfsInfo’ model. - Specifies information specific to NFS protocol exposed by Pure Flash Blade file system. - Attributes:
- export_rules (string): Specifies NFS protocol export rules. Rules are
- in the form host(options). host represents one of the following categories: IP address in the form ddd.ddd.ddd.ddd for IPv4, or xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx for IPv6. Netmask in the form ddd.ddd.ddd.ddd/dd for IPv4, or xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx for IPv6. Wildcard in the form * to represent all clients options in parenthesis represents a comma-separated list of NFS export options. Valid export options are rw, ro, root_squash, no_root_squash, and fileid_32bit. 
 
 - 
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.