Uses of Class
com.oracle.bmc.logging.model.LogLifecycleState
-
Packages that use LogLifecycleState Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model com.oracle.bmc.logging.requests -
-
Uses of LogLifecycleState in com.oracle.bmc.logging
-
Uses of LogLifecycleState in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return LogLifecycleState Modifier and Type Method Description static LogLifecycleState
LogLifecycleState. create(String key)
LogLifecycleState
Log. getLifecycleState()
The pipeline state.LogLifecycleState
LogSummary. getLifecycleState()
The pipeline state.LogLifecycleState
UnifiedAgentConfiguration. getLifecycleState()
The pipeline state.LogLifecycleState
UnifiedAgentConfigurationSummary. 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.Methods in com.oracle.bmc.logging.model with parameters of type LogLifecycleState Modifier and Type Method Description Log.Builder
Log.Builder. lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.LogSummary.Builder
LogSummary.Builder. lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.UnifiedAgentConfiguration.Builder
UnifiedAgentConfiguration.Builder. lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.UnifiedAgentConfigurationSummary.Builder
UnifiedAgentConfigurationSummary.Builder. lifecycleState(LogLifecycleState lifecycleState)
The pipeline state.Constructors in com.oracle.bmc.logging.model with parameters of type LogLifecycleState Constructor 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. -
Uses of LogLifecycleState in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return LogLifecycleState Modifier and Type Method Description LogLifecycleState
ListLogsRequest. getLifecycleState()
Lifecycle state of the log objectLogLifecycleState
ListUnifiedAgentConfigurationsRequest. getLifecycleState()
Lifecycle state of the log objectMethods in com.oracle.bmc.logging.requests with parameters of type LogLifecycleState Modifier and Type Method Description ListLogsRequest.Builder
ListLogsRequest.Builder. lifecycleState(LogLifecycleState lifecycleState)
Lifecycle state of the log objectListUnifiedAgentConfigurationsRequest.Builder
ListUnifiedAgentConfigurationsRequest.Builder. lifecycleState(LogLifecycleState lifecycleState)
Lifecycle state of the log object
-