Package | Description |
---|---|
com.oracle.bmc.stackmonitoring | |
com.oracle.bmc.stackmonitoring.model | |
com.oracle.bmc.stackmonitoring.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMonitoredResourceRequest,GetMonitoredResourceResponse> |
StackMonitoringWaiters.forMonitoredResource(GetMonitoredResourceRequest request,
ResourceLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMonitoredResourceRequest,GetMonitoredResourceResponse> |
StackMonitoringWaiters.forMonitoredResource(GetMonitoredResourceRequest request,
ResourceLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMonitoredResourceRequest,GetMonitoredResourceResponse> |
StackMonitoringWaiters.forMonitoredResource(GetMonitoredResourceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ResourceLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ResourceLifecycleState |
ResourceLifecycleState.create(String key) |
ResourceLifecycleState |
MonitoredResource.getLifecycleState()
Lifecycle state of the monitored resource.
|
ResourceLifecycleState |
MonitoredResourceMemberSummary.getLifecycleState()
The current state of the Resource.
|
ResourceLifecycleState |
MonitoredResourceSummary.getLifecycleState()
The current state of the monitored resource.
|
ResourceLifecycleState |
AssociatedResourcesSummary.getLifecycleState()
The current state of the monitored resource.
|
ResourceLifecycleState |
SearchMonitoredResourcesDetails.getLifecycleState()
A filter to return resources with matching lifecycle state.
|
ResourceLifecycleState |
AssociatedMonitoredResource.getLifecycleState()
The current state of the monitored resource.
|
static ResourceLifecycleState |
ResourceLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceLifecycleState[] |
ResourceLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceLifecycleState> |
SearchMonitoredResourcesDetails.getLifecycleStates()
Multiple lifecycle states filter.
|
Modifier and Type | Method and Description |
---|---|
MonitoredResource.Builder |
MonitoredResource.Builder.lifecycleState(ResourceLifecycleState lifecycleState)
Lifecycle state of the monitored resource.
|
MonitoredResourceMemberSummary.Builder |
MonitoredResourceMemberSummary.Builder.lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the Resource.
|
MonitoredResourceSummary.Builder |
MonitoredResourceSummary.Builder.lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the monitored resource.
|
AssociatedResourcesSummary.Builder |
AssociatedResourcesSummary.Builder.lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the monitored resource.
|
SearchMonitoredResourcesDetails.Builder |
SearchMonitoredResourcesDetails.Builder.lifecycleState(ResourceLifecycleState lifecycleState)
A filter to return resources with matching lifecycle state.
|
AssociatedMonitoredResource.Builder |
AssociatedMonitoredResource.Builder.lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the monitored resource.
|
Modifier and Type | Method and Description |
---|---|
SearchMonitoredResourcesDetails.Builder |
SearchMonitoredResourcesDetails.Builder.lifecycleStates(List<ResourceLifecycleState> lifecycleStates)
Multiple lifecycle states filter.
|
Constructor and Description |
---|
AssociatedMonitoredResource(String id,
String name,
String displayName,
String type,
String compartmentId,
String hostName,
String externalId,
String managementAgentId,
ResourceLifecycleState lifecycleState,
LicenseType license,
SourceType sourceType,
ResourceCategory resourceCategory,
Object association)
Deprecated.
|
AssociatedResourcesSummary(String id,
String name,
String displayName,
String type,
String compartmentId,
String hostName,
String externalId,
String managementAgentId,
ResourceLifecycleState lifecycleState,
LicenseType license,
SourceType sourceType,
ResourceCategory resourceCategory,
List<AssociatedMonitoredResource> associatedResources)
Deprecated.
|
MonitoredResource(String id,
String name,
String displayName,
String type,
String compartmentId,
String tenantId,
String hostName,
String externalId,
String managementAgentId,
String resourceTimeZone,
Date timeCreated,
Date timeUpdated,
ResourceLifecycleState lifecycleState,
LicenseType license,
SourceType sourceType,
ResourceCategory resourceCategory,
List<MonitoredResourceProperty> properties,
ConnectionDetails databaseConnectionDetails,
MonitoredResourceCredential credentials,
MonitoredResourceAliasCredential aliases,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MonitoredResourceMemberSummary(String resourceId,
String resourceName,
String resourceDisplayName,
String resourceType,
String hostName,
String externalId,
String compartmentId,
String parentId,
ResourceLifecycleState lifecycleState,
LicenseType license,
SourceType sourceType,
ResourceCategory resourceCategory,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MonitoredResourceSummary(String id,
String name,
String displayName,
String type,
String compartmentId,
String hostName,
String externalId,
String managementAgentId,
Date timeCreated,
Date timeUpdated,
ResourceLifecycleState lifecycleState,
List<MonitoredResourceProperty> properties,
LicenseType license,
SourceType sourceType,
ResourceCategory resourceCategory,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SearchMonitoredResourcesDetails(String compartmentId,
List<String> compartmentIds,
List<ResourceLifecycleState> lifecycleStates,
SourceType sourceType,
ResourceCategory resourceCategory,
String name,
String nameContains,
String type,
String hostName,
String externalId,
String hostNameContains,
String managementAgentId,
ResourceLifecycleState lifecycleState,
LicenseType license,
Date timeCreatedGreaterThanOrEqualTo,
Date timeCreatedLessThan,
Date timeUpdatedGreaterThanOrEqualTo,
Date timeUpdatedLessThan,
String resourceTimeZone,
SortOrder sortOrder,
SearchMonitoredResourcesDetails.SortBy sortBy,
Map<String,String> propertyEquals)
Deprecated.
|
Constructor and Description |
---|
SearchMonitoredResourcesDetails(String compartmentId,
List<String> compartmentIds,
List<ResourceLifecycleState> lifecycleStates,
SourceType sourceType,
ResourceCategory resourceCategory,
String name,
String nameContains,
String type,
String hostName,
String externalId,
String hostNameContains,
String managementAgentId,
ResourceLifecycleState lifecycleState,
LicenseType license,
Date timeCreatedGreaterThanOrEqualTo,
Date timeCreatedLessThan,
Date timeUpdatedGreaterThanOrEqualTo,
Date timeUpdatedLessThan,
String resourceTimeZone,
SortOrder sortOrder,
SearchMonitoredResourcesDetails.SortBy sortBy,
Map<String,String> propertyEquals)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResourceLifecycleState |
ListMonitoredResourcesRequest.getStatus()
A filter to return only resources with matching lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListMonitoredResourcesRequest.Builder |
ListMonitoredResourcesRequest.Builder.status(ResourceLifecycleState status)
A filter to return only resources with matching lifecycleState.
|
Copyright © 2016–2024. All rights reserved.