Show / Hide Table of Contents

Class UpdateOciLoggingConfiguration

The data to update logging configuration for OCI Logging service.

Inheritance
object
UpdateLoggingConfigurationDetails
UpdateOciLoggingConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top