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.

encryption(EncryptionSettings $settings)

Sets settings for connection encryption

Details

CouchbaseRemoteAnalyticsLink name(string $name)

Sets name of the link

Parameters

string $name

Return Value

CouchbaseRemoteAnalyticsLink

CouchbaseRemoteAnalyticsLink dataverse(string $dataverse)

Sets dataverse this link belongs to

Parameters

string $dataverse

Return Value

CouchbaseRemoteAnalyticsLink

CouchbaseRemoteAnalyticsLink hostname(string $hostname)

Sets the hostname of the target Couchbase cluster

Parameters

string $hostname

Return Value

CouchbaseRemoteAnalyticsLink

CouchbaseRemoteAnalyticsLink username(string $username)

Sets the username to use for authentication with the remote cluster.

Optional if client-certificate authentication is being used.

Parameters

string $username

Return Value

CouchbaseRemoteAnalyticsLink

CouchbaseRemoteAnalyticsLink password(string $password)

Sets the password to use for authentication with the remote cluster.

Optional if client-certificate authentication is being used.

Parameters

string $password

Return Value

CouchbaseRemoteAnalyticsLink

CouchbaseRemoteAnalyticsLink encryption(EncryptionSettings $settings)

Sets settings for connection encryption

Parameters

EncryptionSettings $settings

Return Value

CouchbaseRemoteAnalyticsLink