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

    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 getInterfaceHost(args: GetInterfaceHostArgs, opts?: InvokeOptions): Promise<GetInterfaceHostResult>
    function getInterfaceHostOutput(args: GetInterfaceHostOutputArgs, opts?: InvokeOptions): Output<GetInterfaceHostResult>
    def get_interface_host(host_id: Optional[str] = None,
                           interface: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetInterfaceHostResult
    def get_interface_host_output(host_id: pulumi.Input[Optional[str]] = None,
                           interface: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetInterfaceHostResult]
    func GetInterfaceHost(ctx *Context, args *GetInterfaceHostArgs, opts ...InvokeOption) (*GetInterfaceHostResult, error)
    func GetInterfaceHostOutput(ctx *Context, args *GetInterfaceHostOutputArgs, opts ...InvokeOption) GetInterfaceHostResultOutput

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

    public static class GetInterfaceHost 
    {
        public static Task<GetInterfaceHostResult> InvokeAsync(GetInterfaceHostArgs args, InvokeOptions? opts = null)
        public static Output<GetInterfaceHostResult> Invoke(GetInterfaceHostInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInterfaceHostResult> getInterfaceHost(GetInterfaceHostArgs args, InvokeOptions options)
    public static Output<GetInterfaceHostResult> getInterfaceHost(GetInterfaceHostArgs args, InvokeOptions options)
    
    fn::invoke:
      function: freebox:lan:getInterfaceHost
      arguments:
        # arguments dictionary
    data "freebox_lan_getinterfacehost" "name" {
        # arguments
    }

    The following arguments are supported:

    HostId string
    Interface string
    HostId string
    Interface string
    host_id string
    interface string
    hostId String
    interface_ String
    hostId string
    interface string
    hostId String
    interface String

    getInterfaceHost 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

    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