Uses of Class
com.oracle.bmc.objectstorage.model.PrivateEndpoint.LifecycleState
-
Packages that use PrivateEndpoint.LifecycleState Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.requests -
-
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method Description Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
ObjectStorageWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, PrivateEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
ObjectStorageWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, PrivateEndpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
ObjectStorageWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PrivateEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return PrivateEndpoint.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.objectstorage.model with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.objectstorage.model with parameters of type PrivateEndpoint.LifecycleState Constructor 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. -
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return PrivateEndpoint.LifecycleState Modifier and Type Method Description PrivateEndpoint.LifecycleState
ListPrivateEndpointsRequest. getLifecycleState()
The lifecycle state of the Private EndpointMethods in com.oracle.bmc.objectstorage.requests with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method Description ListPrivateEndpointsRequest.Builder
ListPrivateEndpointsRequest.Builder. lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The lifecycle state of the Private Endpoint
-