Show / Hide Table of Contents

Class ProjectLoggingFluentdConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectLoggingFluentdConfigGetArgs
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 ProjectLoggingFluentdConfigGetArgs : ResourceArgs

Constructors

View Source

ProjectLoggingFluentdConfigGetArgs()

Declaration
public ProjectLoggingFluentdConfigGetArgs()

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<ProjectLoggingFluentdConfigFluentServerGetArgs> FluentServers { get; set; }
Property Value
Type Description
InputList<ProjectLoggingFluentdConfigFluentServerGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.