Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.model | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
ObjectStorageWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpoint.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
ObjectStorageWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpoint.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
ObjectStorageWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PrivateEndpoint.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static PrivateEndpoint.LifecycleState |
PrivateEndpoint.LifecycleState.create(String key) |
PrivateEndpoint.LifecycleState |
PrivateEndpoint.getLifecycleState()
The Private Endpoint’s lifecycle state.
|
PrivateEndpoint.LifecycleState |
PrivateEndpointSummary.getLifecycleState()
The summaries of Private Endpoints’ lifecycle state.
|
static PrivateEndpoint.LifecycleState |
PrivateEndpoint.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateEndpoint.LifecycleState[] |
PrivateEndpoint.LifecycleState.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(PrivateEndpoint.LifecycleState lifecycleState)
The Private Endpoint’s lifecycle state.
|
PrivateEndpointSummary.Builder |
PrivateEndpointSummary.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The summaries of Private Endpoints’ lifecycle state.
|
Constructor and Description |
---|
PrivateEndpoint(String name,
String namespace,
String compartmentId,
String createdBy,
Date timeCreated,
Date timeModified,
String subnetId,
String privateEndpointIp,
String prefix,
List<String> additionalPrefixes,
List<String> nsgIds,
Fqdns fqdns,
String etag,
PrivateEndpoint.LifecycleState lifecycleState,
List<AccessTargetDetails> accessTargets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String id)
Deprecated.
|
PrivateEndpointSummary(String name,
String namespace,
String compartmentId,
String createdBy,
Date timeCreated,
Date timeModified,
String prefix,
Fqdns fqdns,
String etag,
PrivateEndpoint.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PrivateEndpoint.LifecycleState |
ListPrivateEndpointsRequest.getLifecycleState()
The lifecycle state of the Private Endpoint
|
Modifier and Type | Method and Description |
---|---|
ListPrivateEndpointsRequest.Builder |
ListPrivateEndpointsRequest.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The lifecycle state of the Private Endpoint
|
Copyright © 2016–2024. All rights reserved.