Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.model | |
com.oracle.bmc.logging.requests |
Modifier and Type | Method and Description |
---|---|
static LogLifecycleState |
LogLifecycleState.create(String key) |
LogLifecycleState |
LogSummary.getLifecycleState()
The pipeline state.
|
LogLifecycleState |
Log.getLifecycleState()
The pipeline state.
|
LogLifecycleState |
UnifiedAgentConfigurationSummary.getLifecycleState()
The pipeline state.
|
LogLifecycleState |
UnifiedAgentConfiguration.getLifecycleState()
The pipeline state.
|
static LogLifecycleState |
LogLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLifecycleState[] |
LogLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LogSummary.Builder |
LogSummary.Builder.lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.
|
Log.Builder |
Log.Builder.lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.
|
UnifiedAgentConfigurationSummary.Builder |
UnifiedAgentConfigurationSummary.Builder.lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.
|
UnifiedAgentConfiguration.Builder |
UnifiedAgentConfiguration.Builder.lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.
|
Constructor and Description |
---|
Log(String id,
String tenancyId,
String logGroupId,
String displayName,
Log.LogType logType,
Boolean isEnabled,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Configuration configuration,
LogLifecycleState lifecycleState,
Date timeCreated,
Date timeLastModified,
Integer retentionDuration,
String compartmentId)
Deprecated.
|
LogSummary(String id,
String logGroupId,
String displayName,
Boolean isEnabled,
LogLifecycleState lifecycleState,
LogSummary.LogType logType,
Configuration configuration,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Date timeCreated,
Date timeLastModified,
Integer retentionDuration,
String compartmentId)
Deprecated.
|
UnifiedAgentConfiguration(String id,
String compartmentId,
String displayName,
String description,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Date timeCreated,
Date timeLastModified,
LogLifecycleState lifecycleState,
Boolean isEnabled,
UnifiedAgentServiceConfigurationStates configurationState,
UnifiedAgentServiceConfigurationDetails serviceConfiguration,
GroupAssociationDetails groupAssociation)
Deprecated.
|
UnifiedAgentConfigurationSummary(String id,
String compartmentId,
String displayName,
String description,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Date timeCreated,
Date timeLastModified,
LogLifecycleState lifecycleState,
Boolean isEnabled,
UnifiedAgentServiceConfigurationTypes configurationType,
UnifiedAgentServiceConfigurationStates configurationState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LogLifecycleState |
ListLogsRequest.getLifecycleState()
Lifecycle state of the log object
|
LogLifecycleState |
ListUnifiedAgentConfigurationsRequest.getLifecycleState()
Lifecycle state of the log object
|
Modifier and Type | Method and Description |
---|---|
ListLogsRequest.Builder |
ListLogsRequest.Builder.lifecycleState(LogLifecycleState lifecycleState)
Lifecycle state of the log object
|
ListUnifiedAgentConfigurationsRequest.Builder |
ListUnifiedAgentConfigurationsRequest.Builder.lifecycleState(LogLifecycleState lifecycleState)
Lifecycle state of the log object
|
Copyright © 2016–2024. All rights reserved.