Uses of Class
com.oracle.bmc.resourcemanager.model.PrivateEndpoint.LifecycleState
-
Packages that use PrivateEndpoint.LifecycleState Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.model -
-
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method Description Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
ResourceManagerWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, PrivateEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
ResourceManagerWaiters. forPrivateEndpoint(GetPrivateEndpointRequest request, PrivateEndpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse>
ResourceManagerWaiters. 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.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return PrivateEndpoint.LifecycleState Modifier and Type Method Description static PrivateEndpoint.LifecycleState
PrivateEndpoint.LifecycleState. create(String key)
PrivateEndpoint.LifecycleState
PrivateEndpoint. getLifecycleState()
The current lifecycle state of the private endpoint.PrivateEndpoint.LifecycleState
PrivateEndpointSummary. getLifecycleState()
The current lifecycle state of the private endpoint.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.resourcemanager.model with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method Description PrivateEndpoint.Builder
PrivateEndpoint.Builder. lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The current lifecycle state of the private endpoint.PrivateEndpointSummary.Builder
PrivateEndpointSummary.Builder. lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The current lifecycle state of the private endpoint.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type PrivateEndpoint.LifecycleState Constructor Description PrivateEndpoint(String id, String compartmentId, String displayName, String description, String vcnId, String subnetId, List<String> sourceIps, List<String> nsgIdList, Boolean isUsedWithConfigurationSourceProvider, List<String> dnsZones, Date timeCreated, PrivateEndpoint.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.PrivateEndpointSummary(String id, String compartmentId, String displayName, String description, String vcnId, Boolean isUsedWithConfigurationSourceProvider, List<String> dnsZones, Date timeCreated, PrivateEndpoint.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-