Package | Description |
---|---|
com.oracle.bmc.goldengate.model | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
static ConnectionType |
ConnectionType.create(String key) |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionType> |
DeploymentTypeSummary.getConnectionTypes()
An array of connectionTypes.
|
Modifier and Type | Method and Description |
---|---|
DeploymentTypeSummary.Builder |
DeploymentTypeSummary.Builder.connectionTypes(List<ConnectionType> connectionTypes)
An array of connectionTypes.
|
Constructor and Description |
---|
DeploymentTypeSummary(DeploymentCategory category,
String displayName,
DeploymentType deploymentType,
List<ConnectionType> connectionTypes,
List<String> sourceTechnologies,
List<String> targetTechnologies,
String oggVersion,
String supportedTechnologiesUrl,
String defaultUsername)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConnectionType |
ListDeploymentsRequest.getSupportedConnectionType()
The connection type which the deployment must support.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionType> |
ListConnectionsRequest.getConnectionType()
The array of connection types.
|
Modifier and Type | Method and Description |
---|---|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.connectionType(ConnectionType singularValue)
Singular setter.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.supportedConnectionType(ConnectionType supportedConnectionType)
The connection type which the deployment must support.
|
Modifier and Type | Method and Description |
---|---|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.connectionType(List<ConnectionType> connectionType)
The array of connection types.
|
Copyright © 2016–2024. All rights reserved.