models.ip_range module

class models.ip_range.IpRange(end_ip=None, start_ip=None)[source]

Bases: object

Implementation of the ‘IpRange’ model.

IP Range for range of vip address addition.

Attributes:
end_ip (string): Optional End IP of the range If not specified, EndIp

is same as StartIp

start_ip (string): Start IP of the range

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.