CollectPipelineDiagnosticDetails¶
-
class
oci.golden_gate.models.
CollectPipelineDiagnosticDetails
(**kwargs)¶ Bases:
object
Details for collecting pipeline diagnostics
Methods
__init__
(**kwargs)Initializes a new CollectPipelineDiagnosticDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CollectPipelineDiagnosticDetails. diagnostic_name_prefix
Gets the diagnostic_name_prefix of this CollectPipelineDiagnosticDetails. namespace_name
[Required] Gets the namespace_name of this CollectPipelineDiagnosticDetails. -
__init__
(**kwargs)¶ Initializes a new CollectPipelineDiagnosticDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace_name (str) – The value to assign to the namespace_name property of this CollectPipelineDiagnosticDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this CollectPipelineDiagnosticDetails.
- diagnostic_name_prefix (str) – The value to assign to the diagnostic_name_prefix property of this CollectPipelineDiagnosticDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CollectPipelineDiagnosticDetails. Name of the bucket where the object is to be uploaded in the object storage
Returns: The bucket_name of this CollectPipelineDiagnosticDetails. Return type: str
-
diagnostic_name_prefix
¶ Gets the diagnostic_name_prefix of this CollectPipelineDiagnosticDetails. Name of the diagnostic collected and uploaded to object storage
Returns: The diagnostic_name_prefix of this CollectPipelineDiagnosticDetails. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this CollectPipelineDiagnosticDetails. Name of namespace that serves as a container for all of your buckets
Returns: The namespace_name of this CollectPipelineDiagnosticDetails. Return type: str
-