public static enum CouchbaseRemoteAnalyticsLink.EncryptionLevel extends Enum<CouchbaseRemoteAnalyticsLink.EncryptionLevel>
Enum Constant and Description |
---|
FULL
Connect to the remote Couchbase cluster using a channel secured by TLS.
|
HALF
Connect to the remote Couchbase cluster using an unsecured channel.
|
NONE
Connect to the remote Couchbase cluster using an unsecured channel.
|
Modifier and Type | Method and Description |
---|---|
static CouchbaseRemoteAnalyticsLink.EncryptionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CouchbaseRemoteAnalyticsLink.EncryptionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
wireName() |
public static final CouchbaseRemoteAnalyticsLink.EncryptionLevel NONE
public static final CouchbaseRemoteAnalyticsLink.EncryptionLevel HALF
public static final CouchbaseRemoteAnalyticsLink.EncryptionLevel FULL
Requires specifying the certificate to trust.
public static CouchbaseRemoteAnalyticsLink.EncryptionLevel[] values()
for (CouchbaseRemoteAnalyticsLink.EncryptionLevel c : CouchbaseRemoteAnalyticsLink.EncryptionLevel.values()) System.out.println(c);
public static CouchbaseRemoteAnalyticsLink.EncryptionLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String wireName()
Copyright © 2021 Couchbase, Inc.. All rights reserved.