Show / Hide Table of Contents

Class GetTopicsTopicResult

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

Fields

View Source

CompactTopic

whether the current topic is kafka compact topic or not.

Declaration
public readonly bool CompactTopic
Field Value
Type Description
System.Boolean
View Source

CreateTime

Time of creation.

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

LocalTopic

whether the current topic is kafka local topic or not.

Declaration
public readonly bool LocalTopic
Field Value
Type Description
System.Boolean
View Source

PartitionNum

Partition number of the topic.

Declaration
public readonly int PartitionNum
Field Value
Type Description
System.Int32
View Source

Remark

Remark of the topic.

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

Status

The current status code of the topic. There are three values to describe the topic status: 0 stands for the topic is in service, 1 stands for freezing and 2 stands for pause.

Declaration
public readonly int Status
Field Value
Type Description
System.Int32
View Source

Topic

The name of the topic.

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