ConnectionTarget#

class ansys.fluent.mcp.common.models.ConnectionTarget(/, **data: Any)#

Bases: pydantic.BaseModel

Minimal connection descriptor surfaced to clients/UI for selection.

Overview#

Import detail#

from ansys.fluent.mcp.common.models import ConnectionTarget

Attribute detail#

ConnectionTarget.id: str#
ConnectionTarget.label: str#
ConnectionTarget.backend_kind: str#
ConnectionTarget.endpoint: str#
ConnectionTarget.extra: dict[str, Any] = None#