1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. networks
  5. getApplianceSingleLan
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

meraki.networks.getApplianceSingleLan

Explore with Pulumi AI

Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";

const example = meraki.networks.getApplianceSingleLan({
    networkId: "string",
});
export const merakiNetworksApplianceSingleLanExample = example.then(example => example.item);
Copy
import pulumi
import pulumi_meraki as meraki

example = meraki.networks.get_appliance_single_lan(network_id="string")
pulumi.export("merakiNetworksApplianceSingleLanExample", example.item)
Copy
package main

import (
	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := networks.LookupApplianceSingleLan(ctx, &networks.LookupApplianceSingleLanArgs{
			NetworkId: "string",
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("merakiNetworksApplianceSingleLanExample", example.Item)
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;

return await Deployment.RunAsync(() => 
{
    var example = Meraki.Networks.GetApplianceSingleLan.Invoke(new()
    {
        NetworkId = "string",
    });

    return new Dictionary<string, object?>
    {
        ["merakiNetworksApplianceSingleLanExample"] = example.Apply(getApplianceSingleLanResult => getApplianceSingleLanResult.Item),
    };
});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetApplianceSingleLanArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = NetworksFunctions.getApplianceSingleLan(GetApplianceSingleLanArgs.builder()
            .networkId("string")
            .build());

        ctx.export("merakiNetworksApplianceSingleLanExample", example.applyValue(getApplianceSingleLanResult -> getApplianceSingleLanResult.item()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: meraki:networks:getApplianceSingleLan
      arguments:
        networkId: string
outputs:
  merakiNetworksApplianceSingleLanExample: ${example.item}
Copy

Using getApplianceSingleLan

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 getApplianceSingleLan(args: GetApplianceSingleLanArgs, opts?: InvokeOptions): Promise<GetApplianceSingleLanResult>
function getApplianceSingleLanOutput(args: GetApplianceSingleLanOutputArgs, opts?: InvokeOptions): Output<GetApplianceSingleLanResult>
Copy
def get_appliance_single_lan(network_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetApplianceSingleLanResult
def get_appliance_single_lan_output(network_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetApplianceSingleLanResult]
Copy
func LookupApplianceSingleLan(ctx *Context, args *LookupApplianceSingleLanArgs, opts ...InvokeOption) (*LookupApplianceSingleLanResult, error)
func LookupApplianceSingleLanOutput(ctx *Context, args *LookupApplianceSingleLanOutputArgs, opts ...InvokeOption) LookupApplianceSingleLanResultOutput
Copy

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

public static class GetApplianceSingleLan 
{
    public static Task<GetApplianceSingleLanResult> InvokeAsync(GetApplianceSingleLanArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceSingleLanResult> Invoke(GetApplianceSingleLanInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApplianceSingleLanResult> getApplianceSingleLan(GetApplianceSingleLanArgs args, InvokeOptions options)
public static Output<GetApplianceSingleLanResult> getApplianceSingleLan(GetApplianceSingleLanArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:networks/getApplianceSingleLan:getApplianceSingleLan
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

NetworkId This property is required. string
networkId path parameter. Network ID
NetworkId This property is required. string
networkId path parameter. Network ID
networkId This property is required. String
networkId path parameter. Network ID
networkId This property is required. string
networkId path parameter. Network ID
network_id This property is required. str
networkId path parameter. Network ID
networkId This property is required. String
networkId path parameter. Network ID

getApplianceSingleLan Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Item GetApplianceSingleLanItem
NetworkId string
networkId path parameter. Network ID
Id string
The provider-assigned unique ID for this managed resource.
Item GetApplianceSingleLanItem
NetworkId string
networkId path parameter. Network ID
id String
The provider-assigned unique ID for this managed resource.
item GetApplianceSingleLanItem
networkId String
networkId path parameter. Network ID
id string
The provider-assigned unique ID for this managed resource.
item GetApplianceSingleLanItem
networkId string
networkId path parameter. Network ID
id str
The provider-assigned unique ID for this managed resource.
item GetApplianceSingleLanItem
network_id str
networkId path parameter. Network ID
id String
The provider-assigned unique ID for this managed resource.
item Property Map
networkId String
networkId path parameter. Network ID

Supporting Types

GetApplianceSingleLanItem

ApplianceIp This property is required. string
The local IP of the appliance on the single LAN
Ipv6 This property is required. GetApplianceSingleLanItemIpv6
IPv6 configuration on the single LAN
MandatoryDhcp This property is required. GetApplianceSingleLanItemMandatoryDhcp
Mandatory DHCP will enforce that clients connecting to this single LAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
Subnet This property is required. string
The subnet of the single LAN
ApplianceIp This property is required. string
The local IP of the appliance on the single LAN
Ipv6 This property is required. GetApplianceSingleLanItemIpv6
IPv6 configuration on the single LAN
MandatoryDhcp This property is required. GetApplianceSingleLanItemMandatoryDhcp
Mandatory DHCP will enforce that clients connecting to this single LAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
Subnet This property is required. string
The subnet of the single LAN
applianceIp This property is required. String
The local IP of the appliance on the single LAN
ipv6 This property is required. GetApplianceSingleLanItemIpv6
IPv6 configuration on the single LAN
mandatoryDhcp This property is required. GetApplianceSingleLanItemMandatoryDhcp
Mandatory DHCP will enforce that clients connecting to this single LAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
subnet This property is required. String
The subnet of the single LAN
applianceIp This property is required. string
The local IP of the appliance on the single LAN
ipv6 This property is required. GetApplianceSingleLanItemIpv6
IPv6 configuration on the single LAN
mandatoryDhcp This property is required. GetApplianceSingleLanItemMandatoryDhcp
Mandatory DHCP will enforce that clients connecting to this single LAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
subnet This property is required. string
The subnet of the single LAN
appliance_ip This property is required. str
The local IP of the appliance on the single LAN
ipv6 This property is required. GetApplianceSingleLanItemIpv6
IPv6 configuration on the single LAN
mandatory_dhcp This property is required. GetApplianceSingleLanItemMandatoryDhcp
Mandatory DHCP will enforce that clients connecting to this single LAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
subnet This property is required. str
The subnet of the single LAN
applianceIp This property is required. String
The local IP of the appliance on the single LAN
ipv6 This property is required. Property Map
IPv6 configuration on the single LAN
mandatoryDhcp This property is required. Property Map
Mandatory DHCP will enforce that clients connecting to this single LAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
subnet This property is required. String
The subnet of the single LAN

GetApplianceSingleLanItemIpv6

Enabled This property is required. bool
Enable IPv6 on single LAN
PrefixAssignments This property is required. List<GetApplianceSingleLanItemIpv6PrefixAssignment>
Prefix assignments on the single LAN
Enabled This property is required. bool
Enable IPv6 on single LAN
PrefixAssignments This property is required. []GetApplianceSingleLanItemIpv6PrefixAssignment
Prefix assignments on the single LAN
enabled This property is required. Boolean
Enable IPv6 on single LAN
prefixAssignments This property is required. List<GetApplianceSingleLanItemIpv6PrefixAssignment>
Prefix assignments on the single LAN
enabled This property is required. boolean
Enable IPv6 on single LAN
prefixAssignments This property is required. GetApplianceSingleLanItemIpv6PrefixAssignment[]
Prefix assignments on the single LAN
enabled This property is required. bool
Enable IPv6 on single LAN
prefix_assignments This property is required. Sequence[GetApplianceSingleLanItemIpv6PrefixAssignment]
Prefix assignments on the single LAN
enabled This property is required. Boolean
Enable IPv6 on single LAN
prefixAssignments This property is required. List<Property Map>
Prefix assignments on the single LAN

GetApplianceSingleLanItemIpv6PrefixAssignment

Autonomous This property is required. bool
Auto assign a /64 prefix from the origin to the single LAN
Origin This property is required. GetApplianceSingleLanItemIpv6PrefixAssignmentOrigin
The origin of the prefix
StaticApplianceIp6 This property is required. string
Manual configuration of the IPv6 Appliance IP
StaticPrefix This property is required. string
Manual configuration of a /64 prefix on the single LAN
Autonomous This property is required. bool
Auto assign a /64 prefix from the origin to the single LAN
Origin This property is required. GetApplianceSingleLanItemIpv6PrefixAssignmentOrigin
The origin of the prefix
StaticApplianceIp6 This property is required. string
Manual configuration of the IPv6 Appliance IP
StaticPrefix This property is required. string
Manual configuration of a /64 prefix on the single LAN
autonomous This property is required. Boolean
Auto assign a /64 prefix from the origin to the single LAN
origin This property is required. GetApplianceSingleLanItemIpv6PrefixAssignmentOrigin
The origin of the prefix
staticApplianceIp6 This property is required. String
Manual configuration of the IPv6 Appliance IP
staticPrefix This property is required. String
Manual configuration of a /64 prefix on the single LAN
autonomous This property is required. boolean
Auto assign a /64 prefix from the origin to the single LAN
origin This property is required. GetApplianceSingleLanItemIpv6PrefixAssignmentOrigin
The origin of the prefix
staticApplianceIp6 This property is required. string
Manual configuration of the IPv6 Appliance IP
staticPrefix This property is required. string
Manual configuration of a /64 prefix on the single LAN
autonomous This property is required. bool
Auto assign a /64 prefix from the origin to the single LAN
origin This property is required. GetApplianceSingleLanItemIpv6PrefixAssignmentOrigin
The origin of the prefix
static_appliance_ip6 This property is required. str
Manual configuration of the IPv6 Appliance IP
static_prefix This property is required. str
Manual configuration of a /64 prefix on the single LAN
autonomous This property is required. Boolean
Auto assign a /64 prefix from the origin to the single LAN
origin This property is required. Property Map
The origin of the prefix
staticApplianceIp6 This property is required. String
Manual configuration of the IPv6 Appliance IP
staticPrefix This property is required. String
Manual configuration of a /64 prefix on the single LAN

GetApplianceSingleLanItemIpv6PrefixAssignmentOrigin

Interfaces This property is required. List<string>
Interfaces associated with the prefix
Type This property is required. string
Type of the origin
Interfaces This property is required. []string
Interfaces associated with the prefix
Type This property is required. string
Type of the origin
interfaces This property is required. List<String>
Interfaces associated with the prefix
type This property is required. String
Type of the origin
interfaces This property is required. string[]
Interfaces associated with the prefix
type This property is required. string
Type of the origin
interfaces This property is required. Sequence[str]
Interfaces associated with the prefix
type This property is required. str
Type of the origin
interfaces This property is required. List<String>
Interfaces associated with the prefix
type This property is required. String
Type of the origin

GetApplianceSingleLanItemMandatoryDhcp

Enabled This property is required. bool
Enable Mandatory DHCP on single LAN.
Enabled This property is required. bool
Enable Mandatory DHCP on single LAN.
enabled This property is required. Boolean
Enable Mandatory DHCP on single LAN.
enabled This property is required. boolean
Enable Mandatory DHCP on single LAN.
enabled This property is required. bool
Enable Mandatory DHCP on single LAN.
enabled This property is required. Boolean
Enable Mandatory DHCP on single LAN.

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi