Uses of Class
com.oracle.bmc.opensearch.model.CccMode
-
Packages that use CccMode Package Description com.oracle.bmc.opensearch.model -
-
Uses of CccMode in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return CccMode Modifier and Type Method Description static CccMode
CccMode. create(String key)
CccMode
OutboundClusterSummary. getMode()
Mode for the cross cluster connectionstatic 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.Methods in com.oracle.bmc.opensearch.model with parameters of type CccMode Modifier and Type Method Description OutboundClusterSummary.Builder
OutboundClusterSummary.Builder. mode(CccMode mode)
Mode for the cross cluster connectionConstructors in com.oracle.bmc.opensearch.model with parameters of type CccMode Constructor Description OutboundClusterSummary(String displayName, String pingSchedule, Boolean isSkipUnavailable, String seedClusterId, CccMode mode)
Deprecated.
-