Uses of Class
com.oracle.bmc.artifacts.model.ContainerRepository.LifecycleState
-
Packages that use ContainerRepository.LifecycleState Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of ContainerRepository.LifecycleState in com.oracle.bmc.artifacts
-
Uses of ContainerRepository.LifecycleState in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerRepository.LifecycleState Modifier and Type Method Description static ContainerRepository.LifecycleState
ContainerRepository.LifecycleState. create(String key)
ContainerRepository.LifecycleState
ContainerRepository. getLifecycleState()
The current state of the container repository.ContainerRepository.LifecycleState
ContainerRepositorySummary. getLifecycleState()
The current state of the container repository.static ContainerRepository.LifecycleState
ContainerRepository.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerRepository.LifecycleState[]
ContainerRepository.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 ContainerRepository.LifecycleState Modifier and Type Method Description ContainerRepository.Builder
ContainerRepository.Builder. lifecycleState(ContainerRepository.LifecycleState lifecycleState)
The current state of the container repository.ContainerRepositorySummary.Builder
ContainerRepositorySummary.Builder. lifecycleState(ContainerRepository.LifecycleState lifecycleState)
The current state of the container repository.Constructors in com.oracle.bmc.artifacts.model with parameters of type ContainerRepository.LifecycleState Constructor Description ContainerRepository(String compartmentId, String createdBy, String displayName, String id, Integer imageCount, Boolean isImmutable, Boolean isPublic, Integer layerCount, Long layersSizeInBytes, ContainerRepository.LifecycleState lifecycleState, ContainerRepositoryReadme readme, Date timeCreated, Date timeLastPushed, Long billableSizeInGBs, String namespace, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ContainerRepositorySummary(String compartmentId, String displayName, String id, Integer imageCount, Boolean isPublic, Integer layerCount, Long layersSizeInBytes, ContainerRepository.LifecycleState lifecycleState, Date timeCreated, Long billableSizeInGBs, String namespace, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-