models.network_pool_range module

class models.network_pool_range.NetworkPoolRange(high=None, low=None)[source]

Bases: object

Implementation of the ‘NetworkPoolRange’ model.

Specifies the IP address range for the network pool.

Attributes:

high (string): Specifies the high range of the IP address. low (string):Specifies the low range of the IP address.

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 highs MUST match property names in the API description.

Returns:

object: An instance of this structure class.