models_v2.nis_provider module

class models_v2.nis_provider.NisProvider(domain=None, master_server_hostname=None, slave_servers=None, tenant_ids=None)[source]

Bases: object

Implementation of the ‘NisProvider’ model.

Specifies an NIS Provider.

Attributes:

domain (string): Specifies the Domain Name of NIS Provider. master_server_hostname (string): Specifies the hostname of Master

Server.

slave_servers (list of string): Specifies a list of slave servers in

the NIS Domain.

tenant_ids (list of string): Specifies the list of tenant Ids for NIS

Provider.

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.