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 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 dictionarydata "freebox_lan_getinterfacehost" "name" {
# arguments
}The following arguments are supported:
- host
Id String - interface_ String
getInterfaceHost Result
The following output properties are available:
- 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
Supporting Types
LanHostL2Ident
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