models_v2.register_source_common_request_parameters module

class models_v2.register_source_common_request_parameters.RegisterSourceCommonRequestParameters(username=None, password=None, endpoint=None, description=None)[source]

Bases: object

Implementation of the ‘Register source common request parameters.’ model.

Specifies common parameters to register a source.

Attributes:

username (string): Specifies the username to access target entity. password (string): Specifies the password to access target entity. endpoint (string): Specifies the endpoint IPaddress, URL or hostname

of the host.

description (string): Specifies the description of the source being

registered.

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.