Class OciLoggingConfiguration
Logging configuration for OCI Logging service.
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class OciLoggingConfiguration : LoggingConfiguration
Properties
IsJobTaskEventsPropagationEnabled
Declaration
[JsonProperty(PropertyName = "isJobTaskEventsPropagationEnabled")]
public bool? IsJobTaskEventsPropagationEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | A switch to enable or disable propagation of job and task events to the customer's logs in OCI logging service. |
LogGroupId
Declaration
[Required(ErrorMessage = "LogGroupId is required.")]
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the log group. |
Remarks
Required
LogId
Declaration
[Required(ErrorMessage = "LogId is required.")]
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the log. |
Remarks
Required