GetExchangesExchange

data class GetExchangesExchange(val attributes: Map<String, String>, val autoDeleteState: Boolean, val createTime: String, val exchangeName: String, val exchangeType: String, val id: String, val instanceId: String, val virtualHostName: String)

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>, autoDeleteState: Boolean, createTime: String, exchangeName: String, exchangeType: String, id: String, instanceId: String, virtualHostName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes.

Link copied to clipboard

Indicates whether the Auto Delete attribute is configured.

Link copied to clipboard

The creation time.

Link copied to clipboard

The name of the exchange.

Link copied to clipboard

The type of the exchange.

Link copied to clipboard
val id: String

The ID of the Exchange. Its value is same as Queue Name.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The name of virtual host where an exchange resides.