Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
static LogSummary.LogType |
LogSummary.LogType.create(String key) |
LogSummary.LogType |
LogSummary.getLogType()
The logType that the log object is for, whether custom or service.
|
static LogSummary.LogType |
LogSummary.LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogSummary.LogType[] |
LogSummary.LogType.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.logType(LogSummary.LogType logType)
The logType that the log object is for, whether custom or service.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2025. All rights reserved.