models.isilon_env_params_zone_config_network_pool_config module

class models.isilon_env_params_zone_config_network_pool_config.IsilonEnvParams_ZoneConfig_NetworkPoolConfig(pool_name=None, subnet=None, use_smartconnect=None)[source]

Bases: object

Implementation of the ‘IsilonEnvParams_ZoneConfig_NetworkPoolConfig’ model.

Network Pool Configuration.

Attributes:

pool_name (string): The name of the pool. subnet (string): Name of the subnet the pool belongs to. use_smartconnect (bool): Whether to use SmartConnect if available. If

true, DNS name for the SmartConnect zone will be used to balance the IPs. Otherwise, pool IPs will be balanced manually.

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.