Package | Description |
---|---|
com.oracle.bmc.sch.model |
Modifier and Type | Method and Description |
---|---|
static EstimatedThroughput |
EstimatedThroughput.create(String key) |
EstimatedThroughput |
ConnectorPlugin.getEstimatedThroughput()
The estimated throughput range (LOW, MEDIUM, HIGH).
|
EstimatedThroughput |
ConnectorPluginSummary.getEstimatedThroughput()
The estimated throughput range (LOW, MEDIUM, HIGH).
|
static EstimatedThroughput |
EstimatedThroughput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstimatedThroughput[] |
EstimatedThroughput.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceConnectorPluginSummary.Builder |
SourceConnectorPluginSummary.Builder.estimatedThroughput(EstimatedThroughput estimatedThroughput) |
TargetConnectorPluginSummary.Builder |
TargetConnectorPluginSummary.Builder.estimatedThroughput(EstimatedThroughput estimatedThroughput) |
TargetConnectorPlugin.Builder |
TargetConnectorPlugin.Builder.estimatedThroughput(EstimatedThroughput estimatedThroughput) |
SourceConnectorPlugin.Builder |
SourceConnectorPlugin.Builder.estimatedThroughput(EstimatedThroughput estimatedThroughput) |
Constructor and Description |
---|
ConnectorPlugin(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String schema)
Deprecated.
|
ConnectorPluginSummary(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName)
Deprecated.
|
SourceConnectorPlugin(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String schema,
String maxRetention)
Deprecated.
|
SourceConnectorPluginSummary(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String maxRetention)
Deprecated.
|
TargetConnectorPlugin(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String schema)
Deprecated.
|
TargetConnectorPluginSummary(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.