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

meraki.devices.getApplianceUplinksSettings

Explore with Pulumi AI

Example Usage

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

const example = meraki.devices.getApplianceUplinksSettings({
    serial: "string",
});
export const merakiDevicesApplianceUplinksSettingsExample = example.then(example => example.item);
Copy
import pulumi
import pulumi_meraki as meraki

example = meraki.devices.get_appliance_uplinks_settings(serial="string")
pulumi.export("merakiDevicesApplianceUplinksSettingsExample", example.item)
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := devices.LookupApplianceUplinksSettings(ctx, &devices.LookupApplianceUplinksSettingsArgs{
			Serial: "string",
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("merakiDevicesApplianceUplinksSettingsExample", 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.Devices.GetApplianceUplinksSettings.Invoke(new()
    {
        Serial = "string",
    });

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

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.devices.DevicesFunctions;
import com.pulumi.meraki.devices.inputs.GetApplianceUplinksSettingsArgs;
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 = DevicesFunctions.getApplianceUplinksSettings(GetApplianceUplinksSettingsArgs.builder()
            .serial("string")
            .build());

        ctx.export("merakiDevicesApplianceUplinksSettingsExample", example.applyValue(getApplianceUplinksSettingsResult -> getApplianceUplinksSettingsResult.item()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: meraki:devices:getApplianceUplinksSettings
      arguments:
        serial: string
outputs:
  merakiDevicesApplianceUplinksSettingsExample: ${example.item}
Copy

Using getApplianceUplinksSettings

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 getApplianceUplinksSettings(args: GetApplianceUplinksSettingsArgs, opts?: InvokeOptions): Promise<GetApplianceUplinksSettingsResult>
function getApplianceUplinksSettingsOutput(args: GetApplianceUplinksSettingsOutputArgs, opts?: InvokeOptions): Output<GetApplianceUplinksSettingsResult>
Copy
def get_appliance_uplinks_settings(serial: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetApplianceUplinksSettingsResult
def get_appliance_uplinks_settings_output(serial: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetApplianceUplinksSettingsResult]
Copy
func LookupApplianceUplinksSettings(ctx *Context, args *LookupApplianceUplinksSettingsArgs, opts ...InvokeOption) (*LookupApplianceUplinksSettingsResult, error)
func LookupApplianceUplinksSettingsOutput(ctx *Context, args *LookupApplianceUplinksSettingsOutputArgs, opts ...InvokeOption) LookupApplianceUplinksSettingsResultOutput
Copy

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

public static class GetApplianceUplinksSettings 
{
    public static Task<GetApplianceUplinksSettingsResult> InvokeAsync(GetApplianceUplinksSettingsArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceUplinksSettingsResult> Invoke(GetApplianceUplinksSettingsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApplianceUplinksSettingsResult> getApplianceUplinksSettings(GetApplianceUplinksSettingsArgs args, InvokeOptions options)
public static Output<GetApplianceUplinksSettingsResult> getApplianceUplinksSettings(GetApplianceUplinksSettingsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:devices/getApplianceUplinksSettings:getApplianceUplinksSettings
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Serial This property is required. string
serial path parameter.
Serial This property is required. string
serial path parameter.
serial This property is required. String
serial path parameter.
serial This property is required. string
serial path parameter.
serial This property is required. str
serial path parameter.
serial This property is required. String
serial path parameter.

getApplianceUplinksSettings Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Item GetApplianceUplinksSettingsItem
Serial string
serial path parameter.
Id string
The provider-assigned unique ID for this managed resource.
Item GetApplianceUplinksSettingsItem
Serial string
serial path parameter.
id String
The provider-assigned unique ID for this managed resource.
item GetApplianceUplinksSettingsItem
serial String
serial path parameter.
id string
The provider-assigned unique ID for this managed resource.
item GetApplianceUplinksSettingsItem
serial string
serial path parameter.
id str
The provider-assigned unique ID for this managed resource.
item GetApplianceUplinksSettingsItem
serial str
serial path parameter.
id String
The provider-assigned unique ID for this managed resource.
item Property Map
serial String
serial path parameter.

Supporting Types

GetApplianceUplinksSettingsItem

Interfaces This property is required. GetApplianceUplinksSettingsItemInterfaces
Interface settings.
Interfaces This property is required. GetApplianceUplinksSettingsItemInterfaces
Interface settings.
interfaces This property is required. GetApplianceUplinksSettingsItemInterfaces
Interface settings.
interfaces This property is required. GetApplianceUplinksSettingsItemInterfaces
Interface settings.
interfaces This property is required. GetApplianceUplinksSettingsItemInterfaces
Interface settings.
interfaces This property is required. Property Map
Interface settings.

GetApplianceUplinksSettingsItemInterfaces

Wan1 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1
WAN 1 settings.
Wan2 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2
WAN 2 settings.
Wan1 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1
WAN 1 settings.
Wan2 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2
WAN 2 settings.
wan1 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1
WAN 1 settings.
wan2 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2
WAN 2 settings.
wan1 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1
WAN 1 settings.
wan2 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2
WAN 2 settings.
wan1 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1
WAN 1 settings.
wan2 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2
WAN 2 settings.
wan1 This property is required. Property Map
WAN 1 settings.
wan2 This property is required. Property Map
WAN 2 settings.

GetApplianceUplinksSettingsItemInterfacesWan1

Enabled This property is required. bool
Enable or disable the interface.
Pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
Configuration options for PPPoE.
Svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Svis
SVI settings by protocol.
VlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
VLAN tagging settings.
Enabled This property is required. bool
Enable or disable the interface.
Pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
Configuration options for PPPoE.
Svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Svis
SVI settings by protocol.
VlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
VLAN tagging settings.
enabled This property is required. Boolean
Enable or disable the interface.
pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
Configuration options for PPPoE.
svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Svis
SVI settings by protocol.
vlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
VLAN tagging settings.
enabled This property is required. boolean
Enable or disable the interface.
pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
Configuration options for PPPoE.
svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Svis
SVI settings by protocol.
vlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
VLAN tagging settings.
enabled This property is required. bool
Enable or disable the interface.
pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
Configuration options for PPPoE.
svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan1Svis
SVI settings by protocol.
vlan_tagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
VLAN tagging settings.
enabled This property is required. Boolean
Enable or disable the interface.
pppoe This property is required. Property Map
Configuration options for PPPoE.
svis This property is required. Property Map
SVI settings by protocol.
vlanTagging This property is required. Property Map
VLAN tagging settings.

GetApplianceUplinksSettingsItemInterfacesWan1Pppoe

Authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication
Settings for PPPoE Authentication.
Enabled This property is required. bool
Whether PPPoE is enabled.
Authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication
Settings for PPPoE Authentication.
Enabled This property is required. bool
Whether PPPoE is enabled.
authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication
Settings for PPPoE Authentication.
enabled This property is required. Boolean
Whether PPPoE is enabled.
authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication
Settings for PPPoE Authentication.
enabled This property is required. boolean
Whether PPPoE is enabled.
authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication
Settings for PPPoE Authentication.
enabled This property is required. bool
Whether PPPoE is enabled.
authentication This property is required. Property Map
Settings for PPPoE Authentication.
enabled This property is required. Boolean
Whether PPPoE is enabled.

GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication

Enabled This property is required. bool
Whether PPPoE authentication is enabled.
Username This property is required. string
Username for PPPoE authentication.
Enabled This property is required. bool
Whether PPPoE authentication is enabled.
Username This property is required. string
Username for PPPoE authentication.
enabled This property is required. Boolean
Whether PPPoE authentication is enabled.
username This property is required. String
Username for PPPoE authentication.
enabled This property is required. boolean
Whether PPPoE authentication is enabled.
username This property is required. string
Username for PPPoE authentication.
enabled This property is required. bool
Whether PPPoE authentication is enabled.
username This property is required. str
Username for PPPoE authentication.
enabled This property is required. Boolean
Whether PPPoE authentication is enabled.
username This property is required. String
Username for PPPoE authentication.

GetApplianceUplinksSettingsItemInterfacesWan1Svis

Ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4
IPv4 settings for static/dynamic mode.
Ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6
IPv6 settings for static/dynamic mode.
Ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4
IPv4 settings for static/dynamic mode.
Ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4
IPv4 settings for static/dynamic mode.
ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4
IPv4 settings for static/dynamic mode.
ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4
IPv4 settings for static/dynamic mode.
ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. Property Map
IPv4 settings for static/dynamic mode.
ipv6 This property is required. Property Map
IPv6 settings for static/dynamic mode.

GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4

Address This property is required. string
IP address and subnet mask when in static mode.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Gateway IP address when in static mode.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers
The nameserver settings for this SVI.
Address This property is required. string
IP address and subnet mask when in static mode.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Gateway IP address when in static mode.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. String
IP address and subnet mask when in static mode.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Gateway IP address when in static mode.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. string
IP address and subnet mask when in static mode.
assignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. string
Gateway IP address when in static mode.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. str
IP address and subnet mask when in static mode.
assignment_mode This property is required. str
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. str
Gateway IP address when in static mode.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. String
IP address and subnet mask when in static mode.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Gateway IP address when in static mode.
nameservers This property is required. Property Map
The nameserver settings for this SVI.

GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers

Addresses This property is required. List<string>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
Addresses This property is required. []string
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. string[]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. Sequence[str]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.

GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6

Address This property is required. string
Static address that will override the one(s) received by SLAAC.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Static gateway that will override the one received by autoconf.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers
The nameserver settings for this SVI.
Address This property is required. string
Static address that will override the one(s) received by SLAAC.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Static gateway that will override the one received by autoconf.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. String
Static address that will override the one(s) received by SLAAC.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Static gateway that will override the one received by autoconf.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. string
Static address that will override the one(s) received by SLAAC.
assignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. string
Static gateway that will override the one received by autoconf.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. str
Static address that will override the one(s) received by SLAAC.
assignment_mode This property is required. str
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. str
Static gateway that will override the one received by autoconf.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. String
Static address that will override the one(s) received by SLAAC.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Static gateway that will override the one received by autoconf.
nameservers This property is required. Property Map
The nameserver settings for this SVI.

GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers

Addresses This property is required. List<string>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
Addresses This property is required. []string
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. string[]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. Sequence[str]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.

GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging

Enabled This property is required. bool
Whether VLAN tagging is enabled.
VlanId This property is required. int
The ID of the VLAN to use for VLAN tagging.
Enabled This property is required. bool
Whether VLAN tagging is enabled.
VlanId This property is required. int
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. Boolean
Whether VLAN tagging is enabled.
vlanId This property is required. Integer
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. boolean
Whether VLAN tagging is enabled.
vlanId This property is required. number
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. bool
Whether VLAN tagging is enabled.
vlan_id This property is required. int
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. Boolean
Whether VLAN tagging is enabled.
vlanId This property is required. Number
The ID of the VLAN to use for VLAN tagging.

GetApplianceUplinksSettingsItemInterfacesWan2

Enabled This property is required. bool
Enable or disable the interface.
Pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
Configuration options for PPPoE.
Svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Svis
SVI settings by protocol.
VlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
VLAN tagging settings.
Enabled This property is required. bool
Enable or disable the interface.
Pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
Configuration options for PPPoE.
Svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Svis
SVI settings by protocol.
VlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
VLAN tagging settings.
enabled This property is required. Boolean
Enable or disable the interface.
pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
Configuration options for PPPoE.
svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Svis
SVI settings by protocol.
vlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
VLAN tagging settings.
enabled This property is required. boolean
Enable or disable the interface.
pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
Configuration options for PPPoE.
svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Svis
SVI settings by protocol.
vlanTagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
VLAN tagging settings.
enabled This property is required. bool
Enable or disable the interface.
pppoe This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
Configuration options for PPPoE.
svis This property is required. GetApplianceUplinksSettingsItemInterfacesWan2Svis
SVI settings by protocol.
vlan_tagging This property is required. GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
VLAN tagging settings.
enabled This property is required. Boolean
Enable or disable the interface.
pppoe This property is required. Property Map
Configuration options for PPPoE.
svis This property is required. Property Map
SVI settings by protocol.
vlanTagging This property is required. Property Map
VLAN tagging settings.

GetApplianceUplinksSettingsItemInterfacesWan2Pppoe

Authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication
Settings for PPPoE Authentication.
Enabled This property is required. bool
Whether PPPoE is enabled.
Authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication
Settings for PPPoE Authentication.
Enabled This property is required. bool
Whether PPPoE is enabled.
authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication
Settings for PPPoE Authentication.
enabled This property is required. Boolean
Whether PPPoE is enabled.
authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication
Settings for PPPoE Authentication.
enabled This property is required. boolean
Whether PPPoE is enabled.
authentication This property is required. GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication
Settings for PPPoE Authentication.
enabled This property is required. bool
Whether PPPoE is enabled.
authentication This property is required. Property Map
Settings for PPPoE Authentication.
enabled This property is required. Boolean
Whether PPPoE is enabled.

GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication

Enabled This property is required. bool
Whether PPPoE authentication is enabled.
Username This property is required. string
Username for PPPoE authentication.
Enabled This property is required. bool
Whether PPPoE authentication is enabled.
Username This property is required. string
Username for PPPoE authentication.
enabled This property is required. Boolean
Whether PPPoE authentication is enabled.
username This property is required. String
Username for PPPoE authentication.
enabled This property is required. boolean
Whether PPPoE authentication is enabled.
username This property is required. string
Username for PPPoE authentication.
enabled This property is required. bool
Whether PPPoE authentication is enabled.
username This property is required. str
Username for PPPoE authentication.
enabled This property is required. Boolean
Whether PPPoE authentication is enabled.
username This property is required. String
Username for PPPoE authentication.

GetApplianceUplinksSettingsItemInterfacesWan2Svis

Ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4
IPv4 settings for static/dynamic mode.
Ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6
IPv6 settings for static/dynamic mode.
Ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4
IPv4 settings for static/dynamic mode.
Ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4
IPv4 settings for static/dynamic mode.
ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4
IPv4 settings for static/dynamic mode.
ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4
IPv4 settings for static/dynamic mode.
ipv6 This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6
IPv6 settings for static/dynamic mode.
ipv4 This property is required. Property Map
IPv4 settings for static/dynamic mode.
ipv6 This property is required. Property Map
IPv6 settings for static/dynamic mode.

GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4

Address This property is required. string
IP address and subnet mask when in static mode.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Gateway IP address when in static mode.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers
The nameserver settings for this SVI.
Address This property is required. string
IP address and subnet mask when in static mode.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Gateway IP address when in static mode.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. String
IP address and subnet mask when in static mode.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Gateway IP address when in static mode.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. string
IP address and subnet mask when in static mode.
assignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. string
Gateway IP address when in static mode.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. str
IP address and subnet mask when in static mode.
assignment_mode This property is required. str
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. str
Gateway IP address when in static mode.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers
The nameserver settings for this SVI.
address This property is required. String
IP address and subnet mask when in static mode.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Gateway IP address when in static mode.
nameservers This property is required. Property Map
The nameserver settings for this SVI.

GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers

Addresses This property is required. List<string>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
Addresses This property is required. []string
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. string[]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. Sequence[str]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.

GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6

Address This property is required. string
Static address that will override the one(s) received by SLAAC.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Static gateway that will override the one received by autoconf.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers
The nameserver settings for this SVI.
Address This property is required. string
Static address that will override the one(s) received by SLAAC.
AssignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
Gateway This property is required. string
Static gateway that will override the one received by autoconf.
Nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. String
Static address that will override the one(s) received by SLAAC.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Static gateway that will override the one received by autoconf.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. string
Static address that will override the one(s) received by SLAAC.
assignmentMode This property is required. string
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. string
Static gateway that will override the one received by autoconf.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. str
Static address that will override the one(s) received by SLAAC.
assignment_mode This property is required. str
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. str
Static gateway that will override the one received by autoconf.
nameservers This property is required. GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers
The nameserver settings for this SVI.
address This property is required. String
Static address that will override the one(s) received by SLAAC.
assignmentMode This property is required. String
The assignment mode for this SVI. Applies only when PPPoE is disabled.
gateway This property is required. String
Static gateway that will override the one received by autoconf.
nameservers This property is required. Property Map
The nameserver settings for this SVI.

GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers

Addresses This property is required. List<string>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
Addresses This property is required. []string
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. string[]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. Sequence[str]
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.
addresses This property is required. List<String>
Up to 2 nameserver addresses to use, ordered in priority from highest to lowest priority.

GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging

Enabled This property is required. bool
Whether VLAN tagging is enabled.
VlanId This property is required. int
The ID of the VLAN to use for VLAN tagging.
Enabled This property is required. bool
Whether VLAN tagging is enabled.
VlanId This property is required. int
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. Boolean
Whether VLAN tagging is enabled.
vlanId This property is required. Integer
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. boolean
Whether VLAN tagging is enabled.
vlanId This property is required. number
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. bool
Whether VLAN tagging is enabled.
vlan_id This property is required. int
The ID of the VLAN to use for VLAN tagging.
enabled This property is required. Boolean
Whether VLAN tagging is enabled.
vlanId This property is required. Number
The ID of the VLAN to use for VLAN tagging.

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.