Package | Description |
---|---|
com.oracle.bmc.artifacts | |
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetContainerImageRequest,GetContainerImageResponse> |
ArtifactsWaiters.forContainerImage(GetContainerImageRequest request,
ContainerImage.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetContainerImageRequest,GetContainerImageResponse> |
ArtifactsWaiters.forContainerImage(GetContainerImageRequest request,
ContainerImage.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetContainerImageRequest,GetContainerImageResponse> |
ArtifactsWaiters.forContainerImage(GetContainerImageRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ContainerImage.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.