models_v2.view_alias_information module

class models_v2.view_alias_information.ViewAliasInformation(alias_name=None, view_path=None, smb_config=None, client_subnet_whitelist=None)[source]

Bases: object

Implementation of the ‘View Alias Information.’ model.

View Alias Info is returned as part of list views.

Attributes:

alias_name (string): Alias name. view_path (string): View path for the alias. smb_config (AliasSmbConfig): Message defining SMB config for IRIS. SMB

config contains SMB encryption flags, SMB discoverable flag and Share level permissions.

client_subnet_whitelist (list of Subnet): List of external client

subnet IPs that are allowed to access the share.

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.