CollectDeploymentDiagnosticDetails¶
-
class
oci.golden_gate.models.
CollectDeploymentDiagnosticDetails
(**kwargs)¶ Bases:
object
Details for collecting deployment diagnostic
Methods
__init__
(**kwargs)Initializes a new CollectDeploymentDiagnosticDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CollectDeploymentDiagnosticDetails. diagnostic_name_prefix
[Required] Gets the diagnostic_name_prefix of this CollectDeploymentDiagnosticDetails. namespace_name
[Required] Gets the namespace_name of this CollectDeploymentDiagnosticDetails. time_diagnostic_end
Gets the time_diagnostic_end of this CollectDeploymentDiagnosticDetails. time_diagnostic_start
Gets the time_diagnostic_start of this CollectDeploymentDiagnosticDetails. -
__init__
(**kwargs)¶ Initializes a new CollectDeploymentDiagnosticDetails 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 CollectDeploymentDiagnosticDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this CollectDeploymentDiagnosticDetails.
- diagnostic_name_prefix (str) – The value to assign to the diagnostic_name_prefix property of this CollectDeploymentDiagnosticDetails.
- time_diagnostic_start (datetime) – The value to assign to the time_diagnostic_start property of this CollectDeploymentDiagnosticDetails.
- time_diagnostic_end (datetime) – The value to assign to the time_diagnostic_end property of this CollectDeploymentDiagnosticDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CollectDeploymentDiagnosticDetails. Name of the bucket where the object is to be uploaded in the object storage
Returns: The bucket_name of this CollectDeploymentDiagnosticDetails. Return type: str
-
diagnostic_name_prefix
¶ [Required] Gets the diagnostic_name_prefix of this CollectDeploymentDiagnosticDetails. Prefix of the diagnostic collected and uploaded to object storage
Returns: The diagnostic_name_prefix of this CollectDeploymentDiagnosticDetails. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this CollectDeploymentDiagnosticDetails. Name of namespace that serves as a container for all of your buckets
Returns: The namespace_name of this CollectDeploymentDiagnosticDetails. Return type: str
-
time_diagnostic_end
¶ Gets the time_diagnostic_end of this CollectDeploymentDiagnosticDetails. The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
Returns: The time_diagnostic_end of this CollectDeploymentDiagnosticDetails. Return type: datetime
-
time_diagnostic_start
¶ Gets the time_diagnostic_start of this CollectDeploymentDiagnosticDetails. The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
Returns: The time_diagnostic_start of this CollectDeploymentDiagnosticDetails. Return type: datetime
-