Package | Description |
---|---|
com.oracle.bmc.goldengate | |
com.oracle.bmc.goldengate.model | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
static ConnectionAssignment.LifecycleState |
ConnectionAssignment.LifecycleState.create(String key) |
ConnectionAssignment.LifecycleState |
ConnectionAssignment.getLifecycleState()
Possible lifecycle states for connection assignments.
|
ConnectionAssignment.LifecycleState |
ConnectionAssignmentSummary.getLifecycleState()
Possible lifecycle states for connection assignments.
|
static ConnectionAssignment.LifecycleState |
ConnectionAssignment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionAssignment.LifecycleState[] |
ConnectionAssignment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectionAssignment.Builder |
ConnectionAssignment.Builder.lifecycleState(ConnectionAssignment.LifecycleState lifecycleState)
Possible lifecycle states for connection assignments.
|
ConnectionAssignmentSummary.Builder |
ConnectionAssignmentSummary.Builder.lifecycleState(ConnectionAssignment.LifecycleState lifecycleState)
Possible lifecycle states for connection assignments.
|
Constructor and Description |
---|
ConnectionAssignment(String id,
String connectionId,
String deploymentId,
String aliasName,
String compartmentId,
ConnectionAssignment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ConnectionAssignmentSummary(String id,
String compartmentId,
String connectionId,
String deploymentId,
String aliasName,
ConnectionAssignment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConnectionAssignment.LifecycleState |
ListConnectionAssignmentsRequest.getLifecycleState()
A filter to return only connection assignments having the ‘lifecycleState’ given.
|
Modifier and Type | Method and Description |
---|---|
ListConnectionAssignmentsRequest.Builder |
ListConnectionAssignmentsRequest.Builder.lifecycleState(ConnectionAssignment.LifecycleState lifecycleState)
A filter to return only connection assignments having the ‘lifecycleState’ given.
|
Copyright © 2016–2024. All rights reserved.