# FlociUIContainerResource Properties

- Package: [CommunityToolkit.Aspire.Hosting.Floci](/reference/api/csharp/communitytoolkit.aspire.hosting.floci.md)
- Type: [FlociUIContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flociuicontainerresource.md)
- Kind: `Properties`
- Members: `2`

Resource for the Floci UI web console container. A single UI instance can attach to any combination of Floci cloud resources (AWS, Azure, GCP) -- one created it via `WithFlociUI` (its [FlociUIContainerResource.Parent](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flociuicontainerresource/properties.md#parent)), and any others are attached via `WithReference`.

<a id="parent"></a>

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: [FlociContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flocicontainerresource.md)
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Floci/FlociUIContainerResource.cs#L39)

Gets the Floci cloud resource that created this UI instance.

```csharp
public FlociContainerResource Parent { get; }
```

<a id="primaryendpoint"></a>

## PrimaryEndpoint

- Name: `PrimaryEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Floci/FlociUIContainerResource.cs#L44)

Gets the http endpoint for the Floci UI resource.

```csharp
public EndpointReference PrimaryEndpoint { get; }
```
