models.network_pool_config module¶
-
class
models.network_pool_config.
NetworkPoolConfig
(pool_name=None, subnet=None, use_smart_connect=None)[source]¶ Bases:
object
Implementation of the ‘NetworkPoolConfig’ model.
While caonfiguring the isilon protection source, this is the selected network pool config for the isilon access zone.
- Attributes:
pool_name (string): Specifies the name of the Network pool. subnet (string): Specifies the name of the subnet the network pool
belongs to.
- use_smart_connect (bool): Specifies 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.