Package | Description |
---|---|
com.oracle.bmc.stackmonitoring | |
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse> |
StackMonitoringWaiters.forDiscoveryJob(GetDiscoveryJobRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse> |
StackMonitoringWaiters.forDiscoveryJob(GetDiscoveryJobRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse> |
StackMonitoringWaiters.forDiscoveryJob(GetDiscoveryJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProcessSetRequest,GetProcessSetResponse> |
StackMonitoringWaiters.forProcessSet(GetProcessSetRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProcessSetRequest,GetProcessSetResponse> |
StackMonitoringWaiters.forProcessSet(GetProcessSetRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProcessSetRequest,GetProcessSetResponse> |
StackMonitoringWaiters.forProcessSet(GetProcessSetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
ProcessSet.getLifecycleState()
The current state of the Resource.
|
LifecycleState |
ProcessSetSummary.getLifecycleState()
The current state of the Resource.
|
LifecycleState |
DiscoveryJobSummary.getLifecycleState()
The current state of the DiscoveryJob Resource.
|
LifecycleState |
DiscoveryJob.getLifecycleState()
The current state of the DiscoveryJob Resource.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProcessSet.Builder |
ProcessSet.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Resource.
|
ProcessSetSummary.Builder |
ProcessSetSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Resource.
|
DiscoveryJobSummary.Builder |
DiscoveryJobSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the DiscoveryJob Resource.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the DiscoveryJob Resource.
|
Constructor and Description |
---|
DiscoveryJob(String id,
String compartmentId,
DiscoveryJob.DiscoveryType discoveryType,
DiscoveryJob.Status status,
String statusMessage,
String tenantId,
String userId,
String discoveryClient,
DiscoveryDetails discoveryDetails,
Date timeUpdated,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DiscoveryJobSummary(String id,
DiscoveryJobSummary.ResourceType resourceType,
String resourceName,
LicenseType license,
String compartmentId,
DiscoveryJobSummary.DiscoveryType discoveryType,
DiscoveryJobSummary.Status status,
String statusMessage,
String tenantId,
String userId,
Date timeUpdated,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProcessSet(String id,
String compartmentId,
LifecycleState lifecycleState,
String displayName,
ProcessSetSpecification specification,
Date timeCreated,
Date timeUpdated,
String revision,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProcessSetSummary(String id,
String compartmentId,
LifecycleState lifecycleState,
String displayName,
ProcessSetSpecification specification,
Date timeCreated,
Date timeUpdated,
String revision,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.