Class ExchangeState
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
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class ExchangeState : ResourceArgs
Constructors
View SourceExchangeState()
Declaration
public ExchangeState()
Properties
View SourceName
The name of the exchange.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Settings
The settings of the exchange. The structure is described below.
Declaration
public Input<ExchangeSettingsGetArgs> Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ExchangeSettingsGetArgs> |
Vhost
The vhost to create the resource in.
Declaration
public Input<string> Vhost { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |