Uses of Class
com.oracle.bmc.datasafe.model.OnPremConnectorLifecycleState
-
Packages that use OnPremConnectorLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of OnPremConnectorLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type OnPremConnectorLifecycleState Modifier and Type Method Description Waiter<GetOnPremConnectorRequest,GetOnPremConnectorResponse>
DataSafeWaiters. forOnPremConnector(GetOnPremConnectorRequest request, OnPremConnectorLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOnPremConnectorRequest,GetOnPremConnectorResponse>
DataSafeWaiters. forOnPremConnector(GetOnPremConnectorRequest request, OnPremConnectorLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOnPremConnectorRequest,GetOnPremConnectorResponse>
DataSafeWaiters. forOnPremConnector(GetOnPremConnectorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, OnPremConnectorLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of OnPremConnectorLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return OnPremConnectorLifecycleState Modifier and Type Method Description static OnPremConnectorLifecycleState
OnPremConnectorLifecycleState. create(String key)
OnPremConnectorLifecycleState
OnPremConnector. getLifecycleState()
The current state of the on-premises connector.OnPremConnectorLifecycleState
OnPremConnectorSummary. getLifecycleState()
The current state of the on-premises connector.static OnPremConnectorLifecycleState
OnPremConnectorLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnPremConnectorLifecycleState[]
OnPremConnectorLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type OnPremConnectorLifecycleState Modifier and Type Method Description OnPremConnector.Builder
OnPremConnector.Builder. lifecycleState(OnPremConnectorLifecycleState lifecycleState)
The current state of the on-premises connector.OnPremConnectorSummary.Builder
OnPremConnectorSummary.Builder. lifecycleState(OnPremConnectorLifecycleState lifecycleState)
The current state of the on-premises connector.Constructors in com.oracle.bmc.datasafe.model with parameters of type OnPremConnectorLifecycleState Constructor Description OnPremConnector(String id, String displayName, String compartmentId, String description, Date timeCreated, OnPremConnectorLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String availableVersion, String createdVersion)
Deprecated.OnPremConnectorSummary(String id, String displayName, String compartmentId, String description, Date timeCreated, OnPremConnectorLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String createdVersion)
Deprecated. -
Uses of OnPremConnectorLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return OnPremConnectorLifecycleState Modifier and Type Method Description OnPremConnectorLifecycleState
ListOnPremConnectorsRequest. getLifecycleState()
A filter to return only on-premises connector resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type OnPremConnectorLifecycleState Modifier and Type Method Description ListOnPremConnectorsRequest.Builder
ListOnPremConnectorsRequest.Builder. lifecycleState(OnPremConnectorLifecycleState lifecycleState)
A filter to return only on-premises connector resources that match the specified lifecycle state.
-