Show / Hide Table of Contents

Class UnifiedAgentCustomPluginLogSource

User-customized-source-plugin log source object.

Inheritance
object
UnifiedAgentLoggingSource
UnifiedAgentCustomPluginLogSource
Inherited Members
UnifiedAgentLoggingSource.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentCustomPluginLogSource : UnifiedAgentLoggingSource

Properties

CustomPlugin

Declaration
[Required(ErrorMessage = "CustomPlugin is required.")]
[JsonProperty(PropertyName = "customPlugin")]
public string CustomPlugin { get; set; }
Property Value
Type Description
string

User customized source plugin.

Remarks

Required

In this article
Back to top