models_v2.domain_controllers module

class models_v2.domain_controllers.DomainControllers(domain_name=None, controllers=None)[source]

Bases: object

Implementation of the ‘DomainControllers’ model.

Specifies the domain controllers of a domain.

Attributes:

domain_name (string): Specifies the domain name. controllers (list of DomainController): Specifies a list of domain

controllers of the 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.