1. Packages
  2. Packages
  3. Freebox
  4. API Docs
  5. lan
  6. getInterfaceHosts
Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
freebox logo
Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien

    Using getInterfaceHosts

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getInterfaceHosts(args: GetInterfaceHostsArgs, opts?: InvokeOptions): Promise<GetInterfaceHostsResult>
    function getInterfaceHostsOutput(args: GetInterfaceHostsOutputArgs, opts?: InvokeOptions): Output<GetInterfaceHostsResult>
    def get_interface_hosts(interface: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetInterfaceHostsResult
    def get_interface_hosts_output(interface: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetInterfaceHostsResult]
    func GetInterfaceHosts(ctx *Context, args *GetInterfaceHostsArgs, opts ...InvokeOption) (*GetInterfaceHostsResult, error)
    func GetInterfaceHostsOutput(ctx *Context, args *GetInterfaceHostsOutputArgs, opts ...InvokeOption) GetInterfaceHostsResultOutput

    > Note: This function is named GetInterfaceHosts in the Go SDK.

    public static class GetInterfaceHosts 
    {
        public static Task<GetInterfaceHostsResult> InvokeAsync(GetInterfaceHostsArgs args, InvokeOptions? opts = null)
        public static Output<GetInterfaceHostsResult> Invoke(GetInterfaceHostsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInterfaceHostsResult> getInterfaceHosts(GetInterfaceHostsArgs args, InvokeOptions options)
    public static Output<GetInterfaceHostsResult> getInterfaceHosts(GetInterfaceHostsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: freebox:lan:getInterfaceHosts
      arguments:
        # arguments dictionary
    data "freebox_lan_getinterfacehosts" "name" {
        # arguments
    }

    The following arguments are supported:

    Interface string
    Interface string
    interface string
    interface_ String
    interface string
    interface String

    getInterfaceHosts Result

    The following output properties are available:

    Supporting Types

    LanHostL2Ident

    L2Id string
    Type string
    L2Id string
    Type string
    l2_id string
    type string
    l2Id String
    type String
    l2Id string
    type string
    l2_id str
    type str
    l2Id String
    type String

    LanInterfaceHostRef

    Package Details

    Repository
    freebox
    License
    freebox logo
    Viewing docs for Freebox v0.3.11
    published on Friday, Jul 3, 2026 by OlivierPaquien

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial