Show / Hide Table of Contents

Class UnifiedAgentKubernetesConfigurationDetails

Unified Agent kubernetes service configuration object.

Inheritance
object
UnifiedAgentMonitoringApplicationConfigurationDetails
UnifiedAgentKubernetesConfigurationDetails
Inherited Members
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 UnifiedAgentKubernetesConfigurationDetails : UnifiedAgentMonitoringApplicationConfigurationDetails

Properties

Destination

Declaration
[Required(ErrorMessage = "Destination is required.")]
[JsonProperty(PropertyName = "destination")]
public UnifiedAgentMonitoringDestination Destination { get; set; }
Property Value
Type Description
UnifiedAgentMonitoringDestination
Remarks

Required

Filter

Declaration
[JsonProperty(PropertyName = "filter")]
public UnifiedAgentKubernetesFilter Filter { get; set; }
Property Value
Type Description
UnifiedAgentKubernetesFilter

Source

Declaration
[Required(ErrorMessage = "Source is required.")]
[JsonProperty(PropertyName = "source")]
public UnifiedAgentKubernetesSource Source { get; set; }
Property Value
Type Description
UnifiedAgentKubernetesSource
Remarks

Required

In this article
Back to top