models.dns_delegation_zone module¶
-
class
models.dns_delegation_zone.
DnsDelegationZone
(dns_zone_name=None, dns_zone_vips=None)[source]¶ Bases:
object
Implementation of the ‘DnsDelegationZone’ model.
IP Range for range of vip address addition.
- Attributes:
dns_zone_name (string): Specifies the dns zone name. dns_zone_vips (list of string): Specifies list of vips part of dns
delegation zone.
-
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.