models_v2.register_couchbase_source_request_parameters module¶
-
class
models_v2.register_couchbase_source_request_parameters.
RegisterCouchbaseSourceRequestParameters
(seeds=None, is_ssl_required=None, http_port=None, carrier_port=None, username=None, password=None)[source]¶ Bases:
object
Implementation of the ‘Register Couchbase source request parameters.’ model.
Specifies parameters to register Couchbase source.
- Attributes:
- seeds (list of string): Specifies the IP Addresses or hostnames of the
Couchbase cluster seed nodes.
- is_ssl_required (bool): Set to true if connection to couchbase has to
be using SSL.
http_port (int): HTTP direct or HTTP SSL port. carrier_port (int): Carrier direct or Carrier SSL port. username (string): Specifies the username to access target entity. password (string): Specifies the password to access target entity.
-
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.