Class ClusterLoggingFluentdConfigArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterLoggingFluentdConfigArgs : ResourceArgs
Constructors
View SourceClusterLoggingFluentdConfigArgs()
Declaration
public ClusterLoggingFluentdConfigArgs()
Properties
View SourceCertificate
SSL certificate for the syslog service (string)
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Compress
Compress data for the fluentd service (bool)
Declaration
public Input<bool> Compress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableTls
Enable TLS for the fluentd service (bool)
Declaration
public Input<bool> EnableTls { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FluentServers
Servers for the fluentd service (list)
Declaration
public InputList<ClusterLoggingFluentdConfigFluentServerArgs> FluentServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterLoggingFluentdConfigFluentServerArgs> |