Uses of Class
com.oracle.bmc.aianomalydetection.model.AiPrivateEndpoint.LifecycleState
-
Packages that use AiPrivateEndpoint.LifecycleState Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of AiPrivateEndpoint.LifecycleState in com.oracle.bmc.aianomalydetection
-
Uses of AiPrivateEndpoint.LifecycleState in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return AiPrivateEndpoint.LifecycleState Modifier and Type Method Description static AiPrivateEndpoint.LifecycleState
AiPrivateEndpoint.LifecycleState. create(String key)
AiPrivateEndpoint.LifecycleState
AiPrivateEndpoint. getLifecycleState()
The current state of the private endpoint resource.AiPrivateEndpoint.LifecycleState
AiPrivateEndpointSummary. getLifecycleState()
The current state of the private endpoint resource.static AiPrivateEndpoint.LifecycleState
AiPrivateEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AiPrivateEndpoint.LifecycleState[]
AiPrivateEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type AiPrivateEndpoint.LifecycleState Modifier and Type Method Description AiPrivateEndpoint.Builder
AiPrivateEndpoint.Builder. lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.AiPrivateEndpointSummary.Builder
AiPrivateEndpointSummary.Builder. lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type AiPrivateEndpoint.LifecycleState Constructor Description AiPrivateEndpoint(String id, String compartmentId, String subnetId, String displayName, List<String> dnsZones, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags, AiPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, List<String> attachedDataAssets)
Deprecated.AiPrivateEndpointSummary(String id, String subnetId, List<String> dnsZones, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags, AiPrivateEndpoint.LifecycleState lifecycleState)
Deprecated. -
Uses of AiPrivateEndpoint.LifecycleState in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return AiPrivateEndpoint.LifecycleState Modifier and Type Method Description AiPrivateEndpoint.LifecycleState
ListAiPrivateEndpointsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type AiPrivateEndpoint.LifecycleState Modifier and Type Method Description ListAiPrivateEndpointsRequest.Builder
ListAiPrivateEndpointsRequest.Builder. lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-