Show / Hide Table of Contents

Class GetClusterLoggingResult

Inheritance
System.Object
GetClusterLoggingResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetClusterLoggingResult

Fields

View Source

Annotations

(Computed) Annotations for Cluster Logging object (map)

Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

ClusterId

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

CustomTargetConfig

Declaration
public readonly GetClusterLoggingCustomTargetConfigResult CustomTargetConfig
Field Value
Type Description
GetClusterLoggingCustomTargetConfigResult
View Source

ElasticsearchConfig

(Computed) The elasticsearch config for Cluster Logging. For kind = elasticsearch (list maxitems:1)

Declaration
public readonly GetClusterLoggingElasticsearchConfigResult ElasticsearchConfig
Field Value
Type Description
GetClusterLoggingElasticsearchConfigResult
View Source

EnableJsonParsing

Declaration
public readonly bool EnableJsonParsing
Field Value
Type Description
System.Boolean
View Source

FluentdConfig

(Computed) The fluentd config for Cluster Logging. For kind = fluentd (list maxitems:1)

Declaration
public readonly GetClusterLoggingFluentdConfigResult FluentdConfig
Field Value
Type Description
GetClusterLoggingFluentdConfigResult
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KafkaConfig

(Computed) The kafka config for Cluster Logging. For kind = kafka (list maxitems:1)

Declaration
public readonly GetClusterLoggingKafkaConfigResult KafkaConfig
Field Value
Type Description
GetClusterLoggingKafkaConfigResult
View Source

Kind

(Computed) The kind of the Cluster Logging. elasticsearch, fluentd, kafka, splunk and syslog are supported (string)

Declaration
public readonly string Kind
Field Value
Type Description
System.String
View Source

Labels

(Computed) Labels for Cluster Logging object (map)

Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Name

(Computed) The name of the cluster logging config (string)

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NamespaceId

(Computed) The namespace id from cluster logging (string)

Declaration
public readonly string NamespaceId
Field Value
Type Description
System.String
View Source

OutputFlushInterval

(Computed) How often buffered logs would be flushed. Default: 3 seconds (int)

Declaration
public readonly int OutputFlushInterval
Field Value
Type Description
System.Int32
View Source

OutputTags

(computed) The output tags for Cluster Logging (map)

Declaration
public readonly ImmutableDictionary<string, object> OutputTags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

SplunkConfig

(Computed) The splunk config for Cluster Logging. For kind = splunk (list maxitems:1)

Declaration
public readonly GetClusterLoggingSplunkConfigResult SplunkConfig
Field Value
Type Description
GetClusterLoggingSplunkConfigResult
View Source

SyslogConfig

(Computed) The syslog config for Cluster Logging. For kind = syslog (list maxitems:1)

Declaration
public readonly GetClusterLoggingSyslogConfigResult SyslogConfig
Field Value
Type Description
GetClusterLoggingSyslogConfigResult
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.