Show / Hide Table of Contents

Class ProjectLoggingFluentdConfigFluentServer

Inheritance
System.Object
ProjectLoggingFluentdConfigFluentServer
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ProjectLoggingFluentdConfigFluentServer

Fields

View Source

Endpoint

Endpoint of the syslog service (string)

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

Hostname

Hostname of the fluentd service (string)

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

Password

User password of the fluentd service (string)

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

SharedKey

Shared key of the fluentd service (string)

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

Standby

Standby server of the fluentd service (bool)

Declaration
public readonly bool? Standby
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Username

Username of the fluentd service (string)

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

Weight

Weight of the fluentd server (int)

Declaration
public readonly int? Weight
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.