Uses of Class
com.oracle.bmc.dataflow.model.PrivateEndpointLifecycleState
-
Packages that use PrivateEndpointLifecycleState Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.requests -
-
Uses of PrivateEndpointLifecycleState in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type PrivateEndpointLifecycleState Modifier and Type Method Description Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
DataFlowWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, PrivateEndpointLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
DataFlowWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, PrivateEndpointLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
DataFlowWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PrivateEndpointLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PrivateEndpointLifecycleState in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return PrivateEndpointLifecycleState Modifier and Type Method Description static PrivateEndpointLifecycleState
PrivateEndpointLifecycleState. create(String key)
PrivateEndpointLifecycleState
PrivateEndpoint. getLifecycleState()
The current state of this private endpoint.PrivateEndpointLifecycleState
PrivateEndpointSummary. getLifecycleState()
The current state of this private endpoint.static PrivateEndpointLifecycleState
PrivateEndpointLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrivateEndpointLifecycleState[]
PrivateEndpointLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type PrivateEndpointLifecycleState Modifier and Type Method Description PrivateEndpoint.Builder
PrivateEndpoint.Builder. lifecycleState(PrivateEndpointLifecycleState lifecycleState)
The current state of this private endpoint.PrivateEndpointSummary.Builder
PrivateEndpointSummary.Builder. lifecycleState(PrivateEndpointLifecycleState lifecycleState)
The current state of this private endpoint.Constructors in com.oracle.bmc.dataflow.model with parameters of type PrivateEndpointLifecycleState Constructor Description PrivateEndpoint(String compartmentId, Map<String,Map<String,Object>> definedTags, String description, String displayName, List<String> dnsZones, Map<String,String> freeformTags, String id, String lifecycleDetails, PrivateEndpointLifecycleState lifecycleState, Integer maxHostCount, List<String> nsgIds, String ownerPrincipalId, String ownerUserName, List<Scan> scanDetails, String subnetId, Date timeCreated, Date timeUpdated)
Deprecated.PrivateEndpointSummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, List<String> dnsZones, Map<String,String> freeformTags, String id, PrivateEndpointLifecycleState lifecycleState, Integer maxHostCount, List<String> nsgIds, String ownerPrincipalId, String ownerUserName, List<Scan> scanDetails, String subnetId, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of PrivateEndpointLifecycleState in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return PrivateEndpointLifecycleState Modifier and Type Method Description PrivateEndpointLifecycleState
ListPrivateEndpointsRequest. getLifecycleState()
The LifecycleState of the private endpoint.Methods in com.oracle.bmc.dataflow.requests with parameters of type PrivateEndpointLifecycleState Modifier and Type Method Description ListPrivateEndpointsRequest.Builder
ListPrivateEndpointsRequest.Builder. lifecycleState(PrivateEndpointLifecycleState lifecycleState)
The LifecycleState of the private endpoint.
-