1. Packages
  2. Cisco Meraki
  3. API Docs
  4. devices
  5. getApplianceUplinksSettings
Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi

meraki.devices.getApplianceUplinksSettings

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi

    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);
    
    import pulumi
    import pulumi_meraki as meraki
    
    example = meraki.devices.get_appliance_uplinks_settings(serial="string")
    pulumi.export("merakiDevicesApplianceUplinksSettingsExample", example.item)
    
    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
    	})
    }
    
    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),
        };
    });
    
    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()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: meraki:devices:getApplianceUplinksSettings
          Arguments:
            serial: string
    outputs:
      merakiDevicesApplianceUplinksSettingsExample: ${example.item}
    

    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>
    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]
    func LookupApplianceUplinksSettings(ctx *Context, args *LookupApplianceUplinksSettingsArgs, opts ...InvokeOption) (*LookupApplianceUplinksSettingsResult, error)
    func LookupApplianceUplinksSettingsOutput(ctx *Context, args *LookupApplianceUplinksSettingsOutputArgs, opts ...InvokeOption) LookupApplianceUplinksSettingsResultOutput

    > 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)
    }
    public static CompletableFuture<GetApplianceUplinksSettingsResult> getApplianceUplinksSettings(GetApplianceUplinksSettingsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:devices/getApplianceUplinksSettings:getApplianceUplinksSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Serial string
    serial path parameter.
    Serial string
    serial path parameter.
    serial String
    serial path parameter.
    serial string
    serial path parameter.
    serial str
    serial path parameter.
    serial 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 Property Map
    Interface settings.

    GetApplianceUplinksSettingsItemInterfaces

    wan1 Property Map
    WAN 1 settings.
    wan2 Property Map
    WAN 2 settings.

    GetApplianceUplinksSettingsItemInterfacesWan1

    enabled Boolean
    Enable or disable the interface.
    pppoe GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
    Configuration options for PPPoE.
    svis GetApplianceUplinksSettingsItemInterfacesWan1Svis
    SVI settings by protocol.
    vlanTagging GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
    VLAN tagging settings.
    enabled boolean
    Enable or disable the interface.
    pppoe GetApplianceUplinksSettingsItemInterfacesWan1Pppoe
    Configuration options for PPPoE.
    svis GetApplianceUplinksSettingsItemInterfacesWan1Svis
    SVI settings by protocol.
    vlanTagging GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging
    VLAN tagging settings.
    enabled Boolean
    Enable or disable the interface.
    pppoe Property Map
    Configuration options for PPPoE.
    svis Property Map
    SVI settings by protocol.
    vlanTagging Property Map
    VLAN tagging settings.

    GetApplianceUplinksSettingsItemInterfacesWan1Pppoe

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

    GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication

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

    GetApplianceUplinksSettingsItemInterfacesWan1Svis

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

    GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4

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

    GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv4Nameservers

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

    GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6

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

    GetApplianceUplinksSettingsItemInterfacesWan1SvisIpv6Nameservers

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

    GetApplianceUplinksSettingsItemInterfacesWan1VlanTagging

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

    GetApplianceUplinksSettingsItemInterfacesWan2

    enabled Boolean
    Enable or disable the interface.
    pppoe GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
    Configuration options for PPPoE.
    svis GetApplianceUplinksSettingsItemInterfacesWan2Svis
    SVI settings by protocol.
    vlanTagging GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
    VLAN tagging settings.
    enabled boolean
    Enable or disable the interface.
    pppoe GetApplianceUplinksSettingsItemInterfacesWan2Pppoe
    Configuration options for PPPoE.
    svis GetApplianceUplinksSettingsItemInterfacesWan2Svis
    SVI settings by protocol.
    vlanTagging GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging
    VLAN tagging settings.
    enabled Boolean
    Enable or disable the interface.
    pppoe Property Map
    Configuration options for PPPoE.
    svis Property Map
    SVI settings by protocol.
    vlanTagging Property Map
    VLAN tagging settings.

    GetApplianceUplinksSettingsItemInterfacesWan2Pppoe

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

    GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication

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

    GetApplianceUplinksSettingsItemInterfacesWan2Svis

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

    GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4

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

    GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv4Nameservers

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

    GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6

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

    GetApplianceUplinksSettingsItemInterfacesWan2SvisIpv6Nameservers

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

    GetApplianceUplinksSettingsItemInterfacesWan2VlanTagging

    Enabled bool
    Whether VLAN tagging is enabled.
    VlanId int
    The ID of the VLAN to use for VLAN tagging.
    Enabled bool
    Whether VLAN tagging is enabled.
    VlanId int
    The ID of the VLAN to use for VLAN tagging.
    enabled Boolean
    Whether VLAN tagging is enabled.
    vlanId Integer
    The ID of the VLAN to use for VLAN tagging.
    enabled boolean
    Whether VLAN tagging is enabled.
    vlanId number
    The ID of the VLAN to use for VLAN tagging.
    enabled bool
    Whether VLAN tagging is enabled.
    vlan_id int
    The ID of the VLAN to use for VLAN tagging.
    enabled Boolean
    Whether VLAN tagging is enabled.
    vlanId 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.
    meraki logo
    Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi