Package | Description |
---|---|
com.oracle.bmc.stackmonitoring | |
com.oracle.bmc.stackmonitoring.model | |
com.oracle.bmc.stackmonitoring.requests |
Modifier and Type | Method and Description |
---|---|
static MonitoredResourceTaskLifecycleState |
MonitoredResourceTaskLifecycleState.create(String key) |
MonitoredResourceTaskLifecycleState |
MonitoredResourceTask.getLifecycleState()
The current state of the stack monitoring resource task.
|
MonitoredResourceTaskLifecycleState |
MonitoredResourceTaskSummary.getLifecycleState()
The current state of the stack monitoring resource task.
|
static MonitoredResourceTaskLifecycleState |
MonitoredResourceTaskLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitoredResourceTaskLifecycleState[] |
MonitoredResourceTaskLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MonitoredResourceTask.Builder |
MonitoredResourceTask.Builder.lifecycleState(MonitoredResourceTaskLifecycleState lifecycleState)
The current state of the stack monitoring resource task.
|
MonitoredResourceTaskSummary.Builder |
MonitoredResourceTaskSummary.Builder.lifecycleState(MonitoredResourceTaskLifecycleState lifecycleState)
The current state of the stack monitoring resource task.
|
Constructor and Description |
---|
MonitoredResourceTask(String id,
String name,
String compartmentId,
String tenantId,
MonitoredResourceTaskDetails taskDetails,
List<String> workRequestIds,
Date timeCreated,
Date timeUpdated,
MonitoredResourceTaskLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MonitoredResourceTaskSummary(String id,
String name,
MonitoredResourceTaskDetails taskDetails,
List<String> workRequestIds,
Date timeCreated,
Date timeUpdated,
MonitoredResourceTaskLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MonitoredResourceTaskLifecycleState |
ListMonitoredResourceTasksRequest.getStatus()
A filter to return only resources that matches with lifecycleState given.
|
Modifier and Type | Method and Description |
---|---|
ListMonitoredResourceTasksRequest.Builder |
ListMonitoredResourceTasksRequest.Builder.status(MonitoredResourceTaskLifecycleState status)
A filter to return only resources that matches with lifecycleState given.
|
Copyright © 2016–2025. All rights reserved.