Show / Hide Table of Contents

Class LogConfigDetails

Logging configuration for an IoT flow runtime.

Inheritance
object
LogConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class LogConfigDetails

Properties

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 associated with the IoT flow runtime.

Remarks

Required

LogId

Declaration
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
Type Description
string

The OCID of the log that receives IoT flow runtime container logs.

In this article
Back to top