Class GetClusterLoggingKafkaConfigResult
Inheritance
System.Object
GetClusterLoggingKafkaConfigResult
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 GetClusterLoggingKafkaConfigResult
Fields
View SourceBrokerEndpoints
Declaration
public readonly ImmutableArray<string> BrokerEndpoints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Certificate
Declaration
public readonly string Certificate
Field Value
| Type | Description |
|---|---|
| System.String |
ClientCert
Declaration
public readonly string ClientCert
Field Value
| Type | Description |
|---|---|
| System.String |
ClientKey
Declaration
public readonly string ClientKey
Field Value
| Type | Description |
|---|---|
| System.String |
Topic
Declaration
public readonly string Topic
Field Value
| Type | Description |
|---|---|
| System.String |
ZookeeperEndpoint
Declaration
public readonly string ZookeeperEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |