Show / Hide Table of Contents

Class ProjectLoggingKafkaConfig

Inheritance
System.Object
ProjectLoggingKafkaConfig
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 ProjectLoggingKafkaConfig

Fields

View Source

BrokerEndpoints

Kafka endpoints for kafka service. Conflicts with zookeeper_endpoint (list)

Declaration
public readonly ImmutableArray<string> BrokerEndpoints
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Certificate

SSL certificate for the syslog service (string)

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

ClientCert

SSL client certificate for the syslog service (string)

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

ClientKey

SSL client key for the syslog service (string)

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

Topic

Topic to publish on the kafka service (string)

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

ZookeeperEndpoint

Zookeeper endpoint for kafka service. Conflicts with broker_endpoints (string)

Declaration
public readonly string ZookeeperEndpoint
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.