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

Fields

View Source

CreateTime

Time of creation.

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

IndependentNaming

Indicates whether namespaces are available. Read Fields in PublishInfoDo for further details.

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

MessageType

The type of the message. Read Fields in PublishInfoDo for further details.

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

Owner

The ID of the topic owner, which is the Alibaba Cloud UID.

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

Relation

The relation ID. Read Fields in PublishInfoDo for further details.

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

RelationName

The name of the relation, for example, owner, publishable, subscribable, and publishable and subscribable.

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

Remark

Remark of the topic.

Declaration
public readonly string Remark
Field Value
Type Description
System.String
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.