Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPatchRequest,GetPatchResponse> |
FleetAppsManagementOperationsWaiters.forPatch(GetPatchRequest request,
Patch.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPatchRequest,GetPatchResponse> |
FleetAppsManagementOperationsWaiters.forPatch(GetPatchRequest request,
Patch.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPatchRequest,GetPatchResponse> |
FleetAppsManagementOperationsWaiters.forPatch(GetPatchRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Patch.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Patch.LifecycleState |
Patch.LifecycleState.create(String key) |
Patch.LifecycleState |
PatchSummary.getLifecycleState()
The current state of the Patch.
|
Patch.LifecycleState |
Patch.getLifecycleState()
The current state of the Patch.
|
static Patch.LifecycleState |
Patch.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patch.LifecycleState[] |
Patch.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchSummary.Builder |
PatchSummary.Builder.lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the Patch.
|
Patch.Builder |
Patch.Builder.lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the Patch.
|
Constructor and Description |
---|
Patch(String id,
String name,
String description,
Patch.Type type,
PatchType patchType,
PatchSeverity severity,
Date timeReleased,
ArtifactDetails artifactDetails,
PatchProduct product,
List<DependentPatchDetails> dependentPatches,
Patch.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String lifecycleDetails,
String compartmentId,
String resourceRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PatchSummary(String id,
String name,
String description,
Patch.Type type,
PatchType patchType,
PatchSeverity severity,
Date timeReleased,
ArtifactDetails artifactDetails,
PatchProduct product,
String compartmentId,
Patch.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Patch.LifecycleState |
ListPatchesRequest.getLifecycleState()
The current state of the Patch.
|
Modifier and Type | Method and Description |
---|---|
ListPatchesRequest.Builder |
ListPatchesRequest.Builder.lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the Patch.
|
Copyright © 2016–2024. All rights reserved.