models_v2.centrify_zones module¶
-
class
models_v2.centrify_zones.
CentrifyZones
(domain_name=None, centrify_zones=None)[source]¶ Bases:
object
Implementation of the ‘CentrifyZones’ model.
Specifies a list of centrify zones for a domain.
- Attributes:
- domain_name (string): Specifies a domain name with these centrify
zones.
- centrify_zones (list of CentrifyZone): Specifies a list of centrify
zones for this domain.
-
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.