Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 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);
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 dictionaryThe 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
Get
Appliance Uplinks Settings Item  - Serial string
 - serial path parameter.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Item
Get
Appliance Uplinks Settings Item  - Serial string
 - serial path parameter.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - item
Get
Appliance Uplinks Settings Item  - serial String
 - serial path parameter.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 - item
Get
Appliance Uplinks Settings Item  - serial string
 - serial path parameter.
 
- id str
 - The provider-assigned unique ID for this managed resource.
 - item
Get
Appliance Uplinks Settings Item  - 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
Get
Appliance Uplinks Settings Item Interfaces  - Interface settings.
 
- Interfaces
Get
Appliance Uplinks Settings Item Interfaces  - Interface settings.
 
- interfaces
Get
Appliance Uplinks Settings Item Interfaces  - Interface settings.
 
- interfaces
Get
Appliance Uplinks Settings Item Interfaces  - Interface settings.
 
- interfaces
Get
Appliance Uplinks Settings Item Interfaces  - Interface settings.
 
- interfaces Property Map
 - Interface settings.
 
GetApplianceUplinksSettingsItemInterfaces     
- Wan1
Get
Appliance Uplinks Settings Item Interfaces Wan1  - WAN 1 settings.
 - Wan2
Get
Appliance Uplinks Settings Item Interfaces Wan2  - WAN 2 settings.
 
- Wan1
Get
Appliance Uplinks Settings Item Interfaces Wan1  - WAN 1 settings.
 - Wan2
Get
Appliance Uplinks Settings Item Interfaces Wan2  - WAN 2 settings.
 
- wan1
Get
Appliance Uplinks Settings Item Interfaces Wan1  - WAN 1 settings.
 - wan2
Get
Appliance Uplinks Settings Item Interfaces Wan2  - WAN 2 settings.
 
- wan1
Get
Appliance Uplinks Settings Item Interfaces Wan1  - WAN 1 settings.
 - wan2
Get
Appliance Uplinks Settings Item Interfaces Wan2  - WAN 2 settings.
 
- wan1
Get
Appliance Uplinks Settings Item Interfaces Wan1  - WAN 1 settings.
 - wan2
Get
Appliance Uplinks Settings Item Interfaces Wan2  - WAN 2 settings.
 
- wan1 Property Map
 - WAN 1 settings.
 - wan2 Property Map
 - WAN 2 settings.
 
GetApplianceUplinksSettingsItemInterfacesWan1      
- Enabled bool
 - Enable or disable the interface.
 - Pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe  - Configuration options for PPPoE.
 - Svis
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis  - SVI settings by protocol.
 - Vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan1Vlan Tagging  - VLAN tagging settings.
 
- Enabled bool
 - Enable or disable the interface.
 - Pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe  - Configuration options for PPPoE.
 - Svis
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis  - SVI settings by protocol.
 - Vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan1Vlan Tagging  - VLAN tagging settings.
 
- enabled Boolean
 - Enable or disable the interface.
 - pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe  - Configuration options for PPPoE.
 - svis
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis  - SVI settings by protocol.
 - vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan1Vlan Tagging  - VLAN tagging settings.
 
- enabled boolean
 - Enable or disable the interface.
 - pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe  - Configuration options for PPPoE.
 - svis
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis  - SVI settings by protocol.
 - vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan1Vlan Tagging  - VLAN tagging settings.
 
- enabled bool
 - Enable or disable the interface.
 - pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe  - Configuration options for PPPoE.
 - svis
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis  - SVI settings by protocol.
 - vlan_
tagging GetAppliance Uplinks Settings Item Interfaces Wan1Vlan Tagging  - VLAN tagging settings.
 
- enabled Boolean
 - Enable or disable the interface.
 - pppoe Property Map
 - Configuration options for PPPoE.
 - svis Property Map
 - SVI settings by protocol.
 - vlan
Tagging Property Map - VLAN tagging settings.
 
GetApplianceUplinksSettingsItemInterfacesWan1Pppoe      
- Authentication
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe Authentication  - Settings for PPPoE Authentication.
 - Enabled bool
 - Whether PPPoE is enabled.
 
- Authentication
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe Authentication  - Settings for PPPoE Authentication.
 - Enabled bool
 - Whether PPPoE is enabled.
 
- authentication
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe Authentication  - Settings for PPPoE Authentication.
 - enabled Boolean
 - Whether PPPoE is enabled.
 
- authentication
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe Authentication  - Settings for PPPoE Authentication.
 - enabled boolean
 - Whether PPPoE is enabled.
 
- authentication
Get
Appliance Uplinks Settings Item Interfaces Wan1Pppoe Authentication  - Settings for PPPoE Authentication.
 - enabled bool
 - Whether PPPoE is enabled.
 
- authentication Property Map
 - Settings for PPPoE Authentication.
 - enabled Boolean
 - Whether PPPoE is enabled.
 
GetApplianceUplinksSettingsItemInterfacesWan1PppoeAuthentication       
GetApplianceUplinksSettingsItemInterfacesWan1Svis      
- Ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - Ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- Ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - Ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6  - 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.
 - Assignment
Mode string - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - Gateway string
 - Gateway IP address when in static mode.
 - Nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- Address string
 - IP address and subnet mask when in static mode.
 - Assignment
Mode string - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - Gateway string
 - Gateway IP address when in static mode.
 - Nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- address String
 - IP address and subnet mask when in static mode.
 - assignment
Mode String - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - gateway String
 - Gateway IP address when in static mode.
 - nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- address string
 - IP address and subnet mask when in static mode.
 - assignment
Mode string - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - gateway string
 - Gateway IP address when in static mode.
 - nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4Nameservers  - 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
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- address String
 - IP address and subnet mask when in static mode.
 - assignment
Mode 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.
 - Assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- Address string
 - Static address that will override the one(s) received by SLAAC.
 - Assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- address String
 - Static address that will override the one(s) received by SLAAC.
 - assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- address string
 - Static address that will override the one(s) received by SLAAC.
 - assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6Nameservers  - 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
Get
Appliance Uplinks Settings Item Interfaces Wan1Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- address String
 - Static address that will override the one(s) received by SLAAC.
 - assignment
Mode 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       
GetApplianceUplinksSettingsItemInterfacesWan2      
- Enabled bool
 - Enable or disable the interface.
 - Pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe  - Configuration options for PPPoE.
 - Svis
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis  - SVI settings by protocol.
 - Vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan2Vlan Tagging  - VLAN tagging settings.
 
- Enabled bool
 - Enable or disable the interface.
 - Pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe  - Configuration options for PPPoE.
 - Svis
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis  - SVI settings by protocol.
 - Vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan2Vlan Tagging  - VLAN tagging settings.
 
- enabled Boolean
 - Enable or disable the interface.
 - pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe  - Configuration options for PPPoE.
 - svis
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis  - SVI settings by protocol.
 - vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan2Vlan Tagging  - VLAN tagging settings.
 
- enabled boolean
 - Enable or disable the interface.
 - pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe  - Configuration options for PPPoE.
 - svis
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis  - SVI settings by protocol.
 - vlan
Tagging GetAppliance Uplinks Settings Item Interfaces Wan2Vlan Tagging  - VLAN tagging settings.
 
- enabled bool
 - Enable or disable the interface.
 - pppoe
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe  - Configuration options for PPPoE.
 - svis
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis  - SVI settings by protocol.
 - vlan_
tagging GetAppliance Uplinks Settings Item Interfaces Wan2Vlan Tagging  - VLAN tagging settings.
 
- enabled Boolean
 - Enable or disable the interface.
 - pppoe Property Map
 - Configuration options for PPPoE.
 - svis Property Map
 - SVI settings by protocol.
 - vlan
Tagging Property Map - VLAN tagging settings.
 
GetApplianceUplinksSettingsItemInterfacesWan2Pppoe      
- Authentication
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe Authentication  - Settings for PPPoE Authentication.
 - Enabled bool
 - Whether PPPoE is enabled.
 
- Authentication
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe Authentication  - Settings for PPPoE Authentication.
 - Enabled bool
 - Whether PPPoE is enabled.
 
- authentication
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe Authentication  - Settings for PPPoE Authentication.
 - enabled Boolean
 - Whether PPPoE is enabled.
 
- authentication
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe Authentication  - Settings for PPPoE Authentication.
 - enabled boolean
 - Whether PPPoE is enabled.
 
- authentication
Get
Appliance Uplinks Settings Item Interfaces Wan2Pppoe Authentication  - Settings for PPPoE Authentication.
 - enabled bool
 - Whether PPPoE is enabled.
 
- authentication Property Map
 - Settings for PPPoE Authentication.
 - enabled Boolean
 - Whether PPPoE is enabled.
 
GetApplianceUplinksSettingsItemInterfacesWan2PppoeAuthentication       
GetApplianceUplinksSettingsItemInterfacesWan2Svis      
- Ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - Ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- Ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - Ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6  - IPv6 settings for static/dynamic mode.
 
- ipv4
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4  - IPv4 settings for static/dynamic mode.
 - ipv6
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6  - 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.
 - Assignment
Mode string - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - Gateway string
 - Gateway IP address when in static mode.
 - Nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- Address string
 - IP address and subnet mask when in static mode.
 - Assignment
Mode string - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - Gateway string
 - Gateway IP address when in static mode.
 - Nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- address String
 - IP address and subnet mask when in static mode.
 - assignment
Mode String - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - gateway String
 - Gateway IP address when in static mode.
 - nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- address string
 - IP address and subnet mask when in static mode.
 - assignment
Mode string - The assignment mode for this SVI. Applies only when PPPoE is disabled.
 - gateway string
 - Gateway IP address when in static mode.
 - nameservers
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4Nameservers  - 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
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv4Nameservers  - The nameserver settings for this SVI.
 
- address String
 - IP address and subnet mask when in static mode.
 - assignment
Mode 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.
 - Assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- Address string
 - Static address that will override the one(s) received by SLAAC.
 - Assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- address String
 - Static address that will override the one(s) received by SLAAC.
 - assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- address string
 - Static address that will override the one(s) received by SLAAC.
 - assignment
Mode 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
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6Nameservers  - 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
Get
Appliance Uplinks Settings Item Interfaces Wan2Svis Ipv6Nameservers  - The nameserver settings for this SVI.
 
- address String
 - Static address that will override the one(s) received by SLAAC.
 - assignment
Mode 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       
Package Details
- Repository
 - meraki pulumi/pulumi-meraki
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
merakiTerraform Provider.