Class ExchangeSettings
Inheritance
System.Object
ExchangeSettings
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.RabbitMQ.Outputs
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class ExchangeSettings
Fields
View SourceArguments
Additional key/value settings for the exchange.
Declaration
public readonly ImmutableDictionary<string, object> Arguments
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
AutoDelete
Whether the exchange will self-delete when all queues have finished using it.
Declaration
public readonly bool? AutoDelete
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Durable
Whether the exchange survives server restarts.
Defaults to false.
Declaration
public readonly bool? Durable
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Type
The type of exchange.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |