Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.model |
Modifier and Type | Method and Description |
---|---|
static DataCollectionModes |
DataCollectionModes.create(String key) |
DataCollectionModes |
DiagnosticsCollectionDetails.getLogCollectionMode()
Enable incident logs and trace collection.
|
static DataCollectionModes |
DataCollectionModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCollectionModes[] |
DataCollectionModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiagnosticsCollectionDetails.Builder |
DiagnosticsCollectionDetails.Builder.logCollectionMode(DataCollectionModes logCollectionMode)
Enable incident logs and trace collection.
|
Constructor and Description |
---|
DiagnosticsCollectionDetails(DataCollectionModes logCollectionMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.