Class GetProjectLoggingResult
Inheritance
System.Object
GetProjectLoggingResult
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()
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetProjectLoggingResult
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
CustomTargetConfig
Declaration
public readonly GetProjectLoggingCustomTargetConfigResult CustomTargetConfig
Field Value
View Source
ElasticsearchConfig
(Computed) The elasticsearch config for Cluster Logging. For kind = elasticsearch (list maxitems:1)
Declaration
public readonly GetProjectLoggingElasticsearchConfigResult ElasticsearchConfig
Field Value
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 GetProjectLoggingFluentdConfigResult FluentdConfig
Field Value
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 GetProjectLoggingKafkaConfigResult KafkaConfig
Field Value
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
(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
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type |
Description |
| System.String |
|
View Source
SplunkConfig
(Computed) The splunk config for Cluster Logging. For kind = splunk (list maxitems:1)
Declaration
public readonly GetProjectLoggingSplunkConfigResult SplunkConfig
Field Value
View Source
SyslogConfig
(Computed) The syslog config for Cluster Logging. For kind = syslog (list maxitems:1)
Declaration
public readonly GetProjectLoggingSyslogConfigResult SyslogConfig
Field Value