Class UpdateOciLoggingConfiguration
The data to update logging configuration for OCI Logging service.
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class UpdateOciLoggingConfiguration : UpdateLoggingConfigurationDetails
Properties
IsJobTaskEventsPropagationEnabled
Declaration
[Required(ErrorMessage = "IsJobTaskEventsPropagationEnabled is required.")]
[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. |
Remarks
Required