Uses of Class
com.oracle.bmc.core.model.Image.LifecycleState
-
Packages that use Image.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of Image.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Image.LifecycleState Modifier and Type Method Description Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Image.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Image.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Image.LifecycleState Modifier and Type Method Description static Image.LifecycleState
Image.LifecycleState. create(String key)
Image.LifecycleState
Image. getLifecycleState()
static Image.LifecycleState
Image.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Image.LifecycleState[]
Image.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type Image.LifecycleState Modifier and Type Method Description Image.Builder
Image.Builder. lifecycleState(Image.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.core.model with parameters of type Image.LifecycleState Constructor Description Image(String baseImageId, String compartmentId, Boolean createImageAllowed, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Image.LaunchMode launchMode, LaunchOptions launchOptions, Image.LifecycleState lifecycleState, String operatingSystem, String operatingSystemVersion, InstanceAgentFeatures agentFeatures, Image.ListingType listingType, Long sizeInMBs, Long billableSizeInGBs, Date timeCreated)
Deprecated. -
Uses of Image.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return Image.LifecycleState Modifier and Type Method Description Image.LifecycleState
ListImagesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type Image.LifecycleState Modifier and Type Method Description ListImagesRequest.Builder
ListImagesRequest.Builder. lifecycleState(Image.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-