Show / Hide Table of Contents

Class ClusterLoggingSyslogConfigGetArgs

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

Constructors

View Source

ClusterLoggingSyslogConfigGetArgs()

Declaration
public ClusterLoggingSyslogConfigGetArgs()

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

ClientCert

SSL client certificate for the syslog service (string)

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

ClientKey

SSL client key for the syslog service (string)

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

Endpoint

Endpoint of the syslog service (string)

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

Program

Program for the syslog service (string)

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

Protocol

Protocol for the syslog service. tcp and udp are supported. Default: udp (string)

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

Severity

Date format for the syslog logs. emergency, alert, critical, error, warning, notice, info and debug are supported. Default: notice (string)

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

SslVerify

SSL verify for the syslog service (bool)

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

Token

Token for the syslog service (string)

Declaration
public Input<string> Token { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.