Package | Description |
---|---|
com.oracle.bmc.sch | |
com.oracle.bmc.sch.model | |
com.oracle.bmc.sch.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetServiceConnectorRequest,GetServiceConnectorResponse> |
ServiceConnectorWaiters.forServiceConnector(GetServiceConnectorRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetServiceConnectorRequest,GetServiceConnectorResponse> |
ServiceConnectorWaiters.forServiceConnector(GetServiceConnectorRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetServiceConnectorRequest,GetServiceConnectorResponse> |
ServiceConnectorWaiters.forServiceConnector(GetServiceConnectorRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
ServiceConnectorSummary.getLifecycleState()
The current state of the connector.
|
LifecycleState |
ServiceConnector.getLifecycleState()
The current state of the connector.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceConnectorSummary.Builder |
ServiceConnectorSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the connector.
|
ServiceConnector.Builder |
ServiceConnector.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the connector.
|
Constructor and Description |
---|
ServiceConnector(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecyleDetails,
SourceDetails source,
List<TaskDetails> tasks,
TargetDetails target,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ServiceConnectorSummary(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListServiceConnectorsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
LifecycleState |
ListConnectorPluginsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListServiceConnectorsRequest.Builder |
ListServiceConnectorsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
ListConnectorPluginsRequest.Builder |
ListConnectorPluginsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.