Show / Hide Table of Contents

Class ProjectLoggingFluentdConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectLoggingFluentdConfigArgs
Inherited Members
ResourceArgs.Empty
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 ProjectLoggingFluentdConfigArgs : ResourceArgs

Constructors

View Source

ProjectLoggingFluentdConfigArgs()

Declaration
public ProjectLoggingFluentdConfigArgs()

Properties

View Source

Certificate

SSL certificate for the syslog service (string)

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Compress

Compress data for the fluentd service (bool)

Declaration
public Input<bool> Compress { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableTls

Enable TLS for the fluentd service (bool)

Declaration
public Input<bool> EnableTls { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

FluentServers

Servers for the fluentd service (list)

Declaration
public InputList<ProjectLoggingFluentdConfigFluentServerArgs> FluentServers { get; set; }
Property Value
Type Description
InputList<ProjectLoggingFluentdConfigFluentServerArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.