Uses of Class
com.oracle.bmc.oda.model.OdaPrivateEndpoint.LifecycleState
-
Packages that use OdaPrivateEndpoint.LifecycleState Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of OdaPrivateEndpoint.LifecycleState in com.oracle.bmc.oda
-
Uses of OdaPrivateEndpoint.LifecycleState in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaPrivateEndpoint.LifecycleState Modifier and Type Method Description static OdaPrivateEndpoint.LifecycleState
OdaPrivateEndpoint.LifecycleState. create(String key)
OdaPrivateEndpoint.LifecycleState
OdaPrivateEndpoint. getLifecycleState()
The current state of the ODA private endpoint.OdaPrivateEndpoint.LifecycleState
OdaPrivateEndpointSummary. getLifecycleState()
The current state of the ODA private endpoint.static OdaPrivateEndpoint.LifecycleState
OdaPrivateEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdaPrivateEndpoint.LifecycleState[]
OdaPrivateEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpoint.LifecycleState Modifier and Type Method Description OdaPrivateEndpoint.Builder
OdaPrivateEndpoint.Builder. lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
The current state of the ODA private endpoint.OdaPrivateEndpointSummary.Builder
OdaPrivateEndpointSummary.Builder. lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
The current state of the ODA private endpoint.Constructors in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpoint.LifecycleState Constructor Description OdaPrivateEndpoint(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, OdaPrivateEndpoint.LifecycleState lifecycleState, String subnetId, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OdaPrivateEndpointSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, OdaPrivateEndpoint.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of OdaPrivateEndpoint.LifecycleState in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return OdaPrivateEndpoint.LifecycleState Modifier and Type Method Description OdaPrivateEndpoint.LifecycleState
ListOdaPrivateEndpointsRequest. getLifecycleState()
List only the ODA Private Endpoints that are in this lifecycle state.Methods in com.oracle.bmc.oda.requests with parameters of type OdaPrivateEndpoint.LifecycleState Modifier and Type Method Description ListOdaPrivateEndpointsRequest.Builder
ListOdaPrivateEndpointsRequest.Builder. lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
List only the ODA Private Endpoints that are in this lifecycle state.
-