CouchbaseRemoteAnalyticsLink
class CouchbaseRemoteAnalyticsLink implements AnalyticsLink (View source)
Methods
name(string $name)
Sets name of the link
dataverse(string $dataverse)
Sets dataverse this link belongs to
hostname(string $hostname)
Sets the hostname of the target Couchbase cluster
username(string $username)
Sets the username to use for authentication with the remote cluster.
password(string $password)
Sets the password to use for authentication with the remote cluster.
Details
CouchbaseRemoteAnalyticsLink
name(string $name)
Sets name of the link
CouchbaseRemoteAnalyticsLink
dataverse(string $dataverse)
Sets dataverse this link belongs to
CouchbaseRemoteAnalyticsLink
hostname(string $hostname)
Sets the hostname of the target Couchbase cluster
CouchbaseRemoteAnalyticsLink
username(string $username)
Sets the username to use for authentication with the remote cluster.
Optional if client-certificate authentication is being used.
CouchbaseRemoteAnalyticsLink
password(string $password)
Sets the password to use for authentication with the remote cluster.
Optional if client-certificate authentication is being used.
CouchbaseRemoteAnalyticsLink
encryption(EncryptionSettings $settings)
Sets settings for connection encryption