Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.PrivateEndpoint.LifecycleState
-
-
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.globallydistributeddatabase
-
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return PrivateEndpoint.LifecycleState Modifier and Type Method Description static PrivateEndpoint.LifecycleState
PrivateEndpoint.LifecycleState. create(String key)
PrivateEndpoint.LifecycleState
PrivateEndpoint. getLifecycleState()
Lifecycle states for private endpoint.PrivateEndpoint.LifecycleState
PrivateEndpointSummary. getLifecycleState()
Lifecycle state of 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.globallydistributeddatabase.model with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method Description PrivateEndpoint.Builder
PrivateEndpoint.Builder. lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle states for private endpoint.PrivateEndpointSummary.Builder
PrivateEndpointSummary.Builder. lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle state of private endpoint.Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type PrivateEndpoint.LifecycleState Constructor Description PrivateEndpoint(String id, String compartmentId, String subnetId, String vcnId, String displayName, String description, String privateIp, List<String> nsgIds, List<String> shardedDatabases, Date timeCreated, Date timeUpdated, PrivateEndpoint.LifecycleState lifecycleState, String lifecycleStateDetails, String proxyComputeInstanceId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PrivateEndpointSummary(String id, String description, String compartmentId, String subnetId, String vcnId, String displayName, List<String> nsgIds, Date timeCreated, Date timeUpdated, PrivateEndpoint.LifecycleState lifecycleState, String lifecycleStateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PrivateEndpoint.LifecycleState in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return PrivateEndpoint.LifecycleState Modifier and Type Method Description PrivateEndpoint.LifecycleState
ListPrivateEndpointsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type PrivateEndpoint.LifecycleState Modifier and Type Method Description ListPrivateEndpointsRequest.Builder
ListPrivateEndpointsRequest.Builder. lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-