# RedPandaServerOptions Constructors

- Package: [CommunityToolkit.Aspire.Hosting.RedPanda](/reference/api/csharp/communitytoolkit.aspire.hosting.redpanda.md)
- Type: [RedPandaServerOptions](/reference/api/csharp/communitytoolkit.aspire.hosting.redpanda/redpandaserveroptions.md)
- Kind: `Constructors`
- Members: `1`

Options for configuring the broker of a [RedPandaServerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.redpanda/redpandaserverresource.md).

<a id="constructor"></a>

## RedPandaServerOptions

- Name: `Constructor`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.RedPanda/RedPandaServerOptions.cs#L14-L20)

```csharp
public class RedPandaServerOptions
{
    public RedPandaServerOptions()
    {
        // ...
    }
}
```
