Uses of Class
com.oracle.bmc.generativeai.model.GenerativeAiPrivateEndpoint.LifecycleState
-
Packages that use GenerativeAiPrivateEndpoint.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of GenerativeAiPrivateEndpoint.LifecycleState in com.oracle.bmc.generativeai
-
Uses of GenerativeAiPrivateEndpoint.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return GenerativeAiPrivateEndpoint.LifecycleState Modifier and Type Method Description static GenerativeAiPrivateEndpoint.LifecycleState
GenerativeAiPrivateEndpoint.LifecycleState. create(String key)
GenerativeAiPrivateEndpoint.LifecycleState
GenerativeAiPrivateEndpoint. getLifecycleState()
The current state of the Generative AI Private Endpoint.GenerativeAiPrivateEndpoint.LifecycleState
GenerativeAiPrivateEndpointSummary. getLifecycleState()
The current state of the Generative AI Private Endpoint.static GenerativeAiPrivateEndpoint.LifecycleState
GenerativeAiPrivateEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenerativeAiPrivateEndpoint.LifecycleState[]
GenerativeAiPrivateEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type GenerativeAiPrivateEndpoint.LifecycleState Modifier and Type Method Description GenerativeAiPrivateEndpoint.Builder
GenerativeAiPrivateEndpoint.Builder. lifecycleState(GenerativeAiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the Generative AI Private Endpoint.GenerativeAiPrivateEndpointSummary.Builder
GenerativeAiPrivateEndpointSummary.Builder. lifecycleState(GenerativeAiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the Generative AI Private Endpoint.Constructors in com.oracle.bmc.generativeai.model with parameters of type GenerativeAiPrivateEndpoint.LifecycleState Constructor Description GenerativeAiPrivateEndpoint(String id, String displayName, String description, String compartmentId, String subnetId, GenerativeAiPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, List<String> nsgIds, String fqdn, String privateEndpointIp, Date timeCreated, Date timeUpdated, GenerativeAiPrivateEndpoint previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.GenerativeAiPrivateEndpointSummary(String id, String displayName, String description, String compartmentId, String subnetId, GenerativeAiPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, String fqdn, String privateEndpointIp, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of GenerativeAiPrivateEndpoint.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GenerativeAiPrivateEndpoint.LifecycleState Modifier and Type Method Description GenerativeAiPrivateEndpoint.LifecycleState
ListGenerativeAiPrivateEndpointsRequest. getLifecycleState()
The lifecycle state of Generative AI private endpoints.Methods in com.oracle.bmc.generativeai.requests with parameters of type GenerativeAiPrivateEndpoint.LifecycleState Modifier and Type Method Description ListGenerativeAiPrivateEndpointsRequest.Builder
ListGenerativeAiPrivateEndpointsRequest.Builder. lifecycleState(GenerativeAiPrivateEndpoint.LifecycleState lifecycleState)
The lifecycle state of Generative AI private endpoints.
-