Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetImageRequest,GetImageResponse> |
ComputeWaiters.forImage(GetImageRequest request,
Image.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetImageRequest,GetImageResponse> |
ComputeWaiters.forImage(GetImageRequest request,
Image.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetImageRequest,GetImageResponse> |
ComputeWaiters.forImage(GetImageRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Image.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Image.Builder |
Image.Builder.lifecycleState(Image.LifecycleState lifecycleState) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Image.LifecycleState |
ListImagesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListImagesRequest.Builder |
ListImagesRequest.Builder.lifecycleState(Image.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2023. All rights reserved.