1. Packages
  2. Packages
  3. Freebox
  4. API Docs
  5. lan
  6. getInterfaces
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 getInterfaces

    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 getInterfaces(args: GetInterfacesArgs, opts?: InvokeOptions): Promise<GetInterfacesResult>
    function getInterfacesOutput(args: GetInterfacesOutputArgs, opts?: InvokeOptions): Output<GetInterfacesResult>
    def get_interfaces(opts: Optional[InvokeOptions] = None) -> GetInterfacesResult
    def get_interfaces_output(opts: Optional[InvokeOptions] = None) -> Output[GetInterfacesResult]
    func GetInterfaces(ctx *Context, args *GetInterfacesArgs, opts ...InvokeOption) (*GetInterfacesResult, error)
    func GetInterfacesOutput(ctx *Context, args *GetInterfacesOutputArgs, opts ...InvokeOption) GetInterfacesResultOutput

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

    public static class GetInterfaces 
    {
        public static Task<GetInterfacesResult> InvokeAsync(GetInterfacesArgs args, InvokeOptions? opts = null)
        public static Output<GetInterfacesResult> Invoke(GetInterfacesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInterfacesResult> getInterfaces(GetInterfacesArgs args, InvokeOptions options)
    public static Output<GetInterfacesResult> getInterfaces(GetInterfacesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: freebox:lan:getInterfaces
      arguments:
        # arguments dictionary
    data "freebox_lan_getinterfaces" "name" {
        # arguments
    }

    The following arguments are supported:

    getInterfaces Result

    The following output properties are available:

    Supporting Types

    LanInterfaceInfo

    HostCount int
    Name string
    HostCount int
    Name string
    host_count number
    name string
    hostCount Integer
    name String
    hostCount number
    name string
    hostCount Number
    name String

    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