CollectTracesDetails¶
-
class
oci.database_migration.models.
CollectTracesDetails
(**kwargs)¶ Bases:
object
Details for collecting DB traces and alert logs
Methods
__init__
(**kwargs)Initializes a new CollectTracesDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CollectTracesDetails. namespace
[Required] Gets the namespace of this CollectTracesDetails. object_name_prefix
[Required] Gets the object_name_prefix of this CollectTracesDetails. -
__init__
(**kwargs)¶ Initializes a new CollectTracesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_name (str) – The value to assign to the bucket_name property of this CollectTracesDetails.
- namespace (str) – The value to assign to the namespace property of this CollectTracesDetails.
- object_name_prefix (str) – The value to assign to the object_name_prefix property of this CollectTracesDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CollectTracesDetails. Name of the bucket containing the file.
Returns: The bucket_name of this CollectTracesDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this CollectTracesDetails. Object Storage namespace.
Returns: The namespace of this CollectTracesDetails. Return type: str
-
object_name_prefix
¶ [Required] Gets the object_name_prefix of this CollectTracesDetails. Object name prefix.
Returns: The object_name_prefix of this CollectTracesDetails. Return type: str
-