Class ClusterLoggingSyslogConfig
Inheritance
System.Object
ClusterLoggingSyslogConfig
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 ClusterLoggingSyslogConfig
Fields
View SourceCertificate
SSL certificate for the syslog service (string)
Declaration
public readonly string Certificate
Field Value
| Type | Description |
|---|---|
| System.String |
ClientCert
SSL client certificate for the syslog service (string)
Declaration
public readonly string ClientCert
Field Value
| Type | Description |
|---|---|
| System.String |
ClientKey
SSL client key for the syslog service (string)
Declaration
public readonly string ClientKey
Field Value
| Type | Description |
|---|---|
| System.String |
Endpoint
Endpoint of the syslog service (string)
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Program
Program for the syslog service (string)
Declaration
public readonly string Program
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
Protocol for the syslog service. tcp and udp are supported. Default: udp (string)
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
Severity
Date format for the syslog logs. emergency, alert, critical, error, warning, notice, info and debug are supported. Default: notice (string)
Declaration
public readonly string Severity
Field Value
| Type | Description |
|---|---|
| System.String |
SslVerify
SSL verify for the syslog service (bool)
Declaration
public readonly bool? SslVerify
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Token
Token for the syslog service (string)
Declaration
public readonly string Token
Field Value
| Type | Description |
|---|---|
| System.String |