Uses of Class
com.oracle.bmc.aivision.model.VisionPrivateEndpoint.LifecycleState
-
Packages that use VisionPrivateEndpoint.LifecycleState Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model com.oracle.bmc.aivision.requests -
-
Uses of VisionPrivateEndpoint.LifecycleState in com.oracle.bmc.aivision
-
Uses of VisionPrivateEndpoint.LifecycleState in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VisionPrivateEndpoint.LifecycleState Modifier and Type Method Description static VisionPrivateEndpoint.LifecycleState
VisionPrivateEndpoint.LifecycleState. create(String key)
VisionPrivateEndpoint.LifecycleState
VisionPrivateEndpoint. getLifecycleState()
The current state of the visionPrivateEndpoint.VisionPrivateEndpoint.LifecycleState
VisionPrivateEndpointSummary. getLifecycleState()
The current state of the visionPrivateEndpoint.static VisionPrivateEndpoint.LifecycleState
VisionPrivateEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VisionPrivateEndpoint.LifecycleState[]
VisionPrivateEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aivision.model with parameters of type VisionPrivateEndpoint.LifecycleState Modifier and Type Method Description VisionPrivateEndpoint.Builder
VisionPrivateEndpoint.Builder. lifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState)
The current state of the visionPrivateEndpoint.VisionPrivateEndpointSummary.Builder
VisionPrivateEndpointSummary.Builder. lifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState)
The current state of the visionPrivateEndpoint.Constructors in com.oracle.bmc.aivision.model with parameters of type VisionPrivateEndpoint.LifecycleState Constructor Description VisionPrivateEndpoint(String id, String subnetId, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, VisionPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.VisionPrivateEndpointSummary(String id, String displayName, String compartmentId, String subnetId, Date timeCreated, Date timeUpdated, VisionPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of VisionPrivateEndpoint.LifecycleState in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return VisionPrivateEndpoint.LifecycleState Modifier and Type Method Description VisionPrivateEndpoint.LifecycleState
ListVisionPrivateEndpointsRequest. getLifecycleState()
The filter to match projects with the given lifecycleState.Methods in com.oracle.bmc.aivision.requests with parameters of type VisionPrivateEndpoint.LifecycleState Modifier and Type Method Description ListVisionPrivateEndpointsRequest.Builder
ListVisionPrivateEndpointsRequest.Builder. lifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState)
The filter to match projects with the given lifecycleState.
-