Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.model | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
DataFlowWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpointLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
DataFlowWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpointLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
DataFlowWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PrivateEndpointLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
PrivateEndpointLifecycleState |
ListPrivateEndpointsRequest.getLifecycleState()
The LifecycleState of the private endpoint.
|
Modifier and Type | Method and Description |
---|---|
ListPrivateEndpointsRequest.Builder |
ListPrivateEndpointsRequest.Builder.lifecycleState(PrivateEndpointLifecycleState lifecycleState)
The LifecycleState of the private endpoint.
|
Copyright © 2016–2024. All rights reserved.