DiagnosticsCollectionDetails

class oci.fleet_software_update.models.DiagnosticsCollectionDetails(**kwargs)

Bases: object

Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.

Attributes

LOG_COLLECTION_MODE_ENABLE A constant which can be used with the log_collection_mode property of a DiagnosticsCollectionDetails.
LOG_COLLECTION_MODE_ENABLE_AND_RESTORE A constant which can be used with the log_collection_mode property of a DiagnosticsCollectionDetails.
LOG_COLLECTION_MODE_NO_CHANGE A constant which can be used with the log_collection_mode property of a DiagnosticsCollectionDetails.
log_collection_mode Gets the log_collection_mode of this DiagnosticsCollectionDetails.

Methods

__init__(**kwargs) Initializes a new DiagnosticsCollectionDetails object with values from keyword arguments.
LOG_COLLECTION_MODE_ENABLE = 'ENABLE'

A constant which can be used with the log_collection_mode property of a DiagnosticsCollectionDetails. This constant has a value of “ENABLE”

LOG_COLLECTION_MODE_ENABLE_AND_RESTORE = 'ENABLE_AND_RESTORE'

A constant which can be used with the log_collection_mode property of a DiagnosticsCollectionDetails. This constant has a value of “ENABLE_AND_RESTORE”

LOG_COLLECTION_MODE_NO_CHANGE = 'NO_CHANGE'

A constant which can be used with the log_collection_mode property of a DiagnosticsCollectionDetails. This constant has a value of “NO_CHANGE”

__init__(**kwargs)

Initializes a new DiagnosticsCollectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:log_collection_mode (str) – The value to assign to the log_collection_mode property of this DiagnosticsCollectionDetails. Allowed values for this property are: “ENABLE”, “ENABLE_AND_RESTORE”, “NO_CHANGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
log_collection_mode

Gets the log_collection_mode of this DiagnosticsCollectionDetails. Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.

Allowed values for this property are: “ENABLE”, “ENABLE_AND_RESTORE”, “NO_CHANGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The log_collection_mode of this DiagnosticsCollectionDetails.
Return type:str