Uses of Class
com.oracle.bmc.artifacts.model.ContainerImage.LifecycleState
-
Packages that use ContainerImage.LifecycleState Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of ContainerImage.LifecycleState in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type ContainerImage.LifecycleState Modifier and Type Method Description Waiter<GetContainerImageRequest,GetContainerImageResponse>
ArtifactsWaiters. forContainerImage(GetContainerImageRequest request, ContainerImage.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetContainerImageRequest,GetContainerImageResponse>
ArtifactsWaiters. forContainerImage(GetContainerImageRequest request, ContainerImage.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetContainerImageRequest,GetContainerImageResponse>
ArtifactsWaiters. forContainerImage(GetContainerImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ContainerImage.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ContainerImage.LifecycleState in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerImage.LifecycleState Modifier and Type Method Description static ContainerImage.LifecycleState
ContainerImage.LifecycleState. create(String key)
ContainerImage.LifecycleState
ContainerImage. getLifecycleState()
The current state of the container image.ContainerImage.LifecycleState
ContainerImageSummary. getLifecycleState()
The current state of the container image.static ContainerImage.LifecycleState
ContainerImage.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerImage.LifecycleState[]
ContainerImage.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.artifacts.model with parameters of type ContainerImage.LifecycleState Modifier and Type Method Description ContainerImage.Builder
ContainerImage.Builder. lifecycleState(ContainerImage.LifecycleState lifecycleState)
The current state of the container image.ContainerImageSummary.Builder
ContainerImageSummary.Builder. lifecycleState(ContainerImage.LifecycleState lifecycleState)
The current state of the container image.Constructors in com.oracle.bmc.artifacts.model with parameters of type ContainerImage.LifecycleState Constructor Description ContainerImage(String compartmentId, String createdBy, String digest, String displayName, String id, List<ContainerImageLayer> layers, Long layersSizeInBytes, ContainerImage.LifecycleState lifecycleState, Integer manifestSizeInBytes, Long pullCount, String repositoryId, String repositoryName, Date timeCreated, Date timeLastPulled, String version, List<ContainerVersion> versions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ContainerImageSummary(String compartmentId, String digest, String displayName, String id, ContainerImage.LifecycleState lifecycleState, String repositoryId, String repositoryName, Date timeCreated, String version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-