Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
published on Friday, Jul 3, 2026 by OlivierPaquien
Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
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 dictionarydata "freebox_lan_getinterfacehosts" "name" {
# arguments
}The following arguments are supported:
- Interface string
- Interface string
- interface string
- interface_ String
- interface string
- interface str
- interface String
getInterfaceHosts Result
The following output properties are available:
Supporting Types
LanHostL2Ident
LanInterfaceHostRef
- Host
Id string - Interface string
- L2ident
Lan
Host L2Ident
- host
Id String - interface_ String
- l2ident
Lan
Host L2Ident
- host
Id string - interface string
- l2ident
Lan
Host L2Ident
- host
Id String - interface String
- l2ident Property Map
Package Details
- Repository
- freebox
- License
Viewing docs for Freebox v0.3.11
published on Friday, Jul 3, 2026 by OlivierPaquien
published on Friday, Jul 3, 2026 by OlivierPaquien