Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static CccMode |
CccMode.create(String key) |
CccMode |
OutboundClusterSummary.getMode()
Mode for the cross cluster connection
|
static CccMode |
CccMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CccMode[] |
CccMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OutboundClusterSummary.Builder |
OutboundClusterSummary.Builder.mode(CccMode mode)
Mode for the cross cluster connection
|
Constructor and Description |
---|
OutboundClusterSummary(String displayName,
String pingSchedule,
Boolean isSkipUnavailable,
String seedClusterId,
CccMode mode)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.