published on Wednesday, Mar 4, 2026 by Pulumi
published on Wednesday, Mar 4, 2026 by Pulumi
This resource manages MxEdge devices in the Mist Organization.
MxEdge is a multi-service edge platform that provides tunneling, switching, and other network services.
Create Mxedge Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Mxedge(name: string, args: MxedgeArgs, opts?: CustomResourceOptions);@overload
def Mxedge(resource_name: str,
args: MxedgeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Mxedge(resource_name: str,
opts: Optional[ResourceOptions] = None,
org_id: Optional[str] = None,
site_id: Optional[str] = None,
mxcluster_id: Optional[str] = None,
mxedge_mgmt: Optional[MxedgeMxedgeMgmtArgs] = None,
name: Optional[str] = None,
note: Optional[str] = None,
ntp_servers: Optional[Sequence[str]] = None,
oob_ip_config: Optional[MxedgeOobIpConfigArgs] = None,
model: Optional[str] = None,
claim_code: Optional[str] = None,
proxy: Optional[MxedgeProxyArgs] = None,
tunterm_igmp_snooping_config: Optional[MxedgeTuntermIgmpSnoopingConfigArgs] = None,
tunterm_extra_routes: Optional[Mapping[str, MxedgeTuntermExtraRoutesArgs]] = None,
tunterm_dhcpd_config: Optional[Mapping[str, MxedgeTuntermDhcpdConfigArgs]] = None,
tunterm_ip_config: Optional[MxedgeTuntermIpConfigArgs] = None,
tunterm_monitorings: Optional[Sequence[Sequence[MxedgeTuntermMonitoringArgs]]] = None,
tunterm_multicast_config: Optional[MxedgeTuntermMulticastConfigArgs] = None,
tunterm_other_ip_configs: Optional[Mapping[str, MxedgeTuntermOtherIpConfigsArgs]] = None,
tunterm_port_config: Optional[MxedgeTuntermPortConfigArgs] = None,
tunterm_switch_config: Optional[Mapping[str, MxedgeTuntermSwitchConfigArgs]] = None,
versions: Optional[MxedgeVersionsArgs] = None)func NewMxedge(ctx *Context, name string, args MxedgeArgs, opts ...ResourceOption) (*Mxedge, error)public Mxedge(string name, MxedgeArgs args, CustomResourceOptions? opts = null)
public Mxedge(String name, MxedgeArgs args)
public Mxedge(String name, MxedgeArgs args, CustomResourceOptions options)
type: junipermist:org:Mxedge
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MxedgeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MxedgeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MxedgeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MxedgeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MxedgeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var mxedgeResource = new JuniperMist.Org.Mxedge("mxedgeResource", new()
{
OrgId = "string",
SiteId = "string",
MxclusterId = "string",
MxedgeMgmt = new JuniperMist.Org.Inputs.MxedgeMxedgeMgmtArgs
{
ConfigAutoRevert = false,
FipsEnabled = false,
MistPassword = "string",
OobIpType = "string",
OobIpType6 = "string",
RootPassword = "string",
},
Name = "string",
Note = "string",
NtpServers = new[]
{
"string",
},
OobIpConfig = new JuniperMist.Org.Inputs.MxedgeOobIpConfigArgs
{
Autoconf6 = false,
Dhcp6 = false,
Dns = new[]
{
"string",
},
Gateway = "string",
Gateway6 = "string",
Ip = "string",
Ip6 = "string",
Netmask = "string",
Netmask6 = "string",
Type = "string",
Type6 = "string",
},
Model = "string",
ClaimCode = "string",
Proxy = new JuniperMist.Org.Inputs.MxedgeProxyArgs
{
Disabled = false,
Url = "string",
},
TuntermIgmpSnoopingConfig = new JuniperMist.Org.Inputs.MxedgeTuntermIgmpSnoopingConfigArgs
{
Enabled = false,
Querier = new JuniperMist.Org.Inputs.MxedgeTuntermIgmpSnoopingConfigQuerierArgs
{
MaxResponseTime = 0,
Mtu = 0,
QueryInterval = 0,
Robustness = 0,
Version = 0,
},
VlanIds = new[]
{
0,
},
},
TuntermExtraRoutes =
{
{ "string", new JuniperMist.Org.Inputs.MxedgeTuntermExtraRoutesArgs
{
Via = "string",
} },
},
TuntermDhcpdConfig =
{
{ "string", new JuniperMist.Org.Inputs.MxedgeTuntermDhcpdConfigArgs
{
Enabled = false,
Servers = new[]
{
"string",
},
Type = "string",
} },
},
TuntermIpConfig = new JuniperMist.Org.Inputs.MxedgeTuntermIpConfigArgs
{
Gateway = "string",
Ip = "string",
Netmask = "string",
Gateway6 = "string",
Ip6 = "string",
Netmask6 = "string",
},
TuntermMonitorings = new[]
{
new[]
{
new JuniperMist.Org.Inputs.MxedgeTuntermMonitoringArgs
{
Host = "string",
Port = 0,
Protocol = "string",
SrcVlanId = 0,
Timeout = 0,
},
},
},
TuntermMulticastConfig = new JuniperMist.Org.Inputs.MxedgeTuntermMulticastConfigArgs
{
Mdns = new JuniperMist.Org.Inputs.MxedgeTuntermMulticastConfigMdnsArgs
{
Enabled = false,
VlanIds = new[]
{
"string",
},
},
Ssdp = new JuniperMist.Org.Inputs.MxedgeTuntermMulticastConfigSsdpArgs
{
Enabled = false,
VlanIds = new[]
{
"string",
},
},
},
TuntermOtherIpConfigs =
{
{ "string", new JuniperMist.Org.Inputs.MxedgeTuntermOtherIpConfigsArgs
{
Ip = "string",
Netmask = "string",
} },
},
TuntermPortConfig = new JuniperMist.Org.Inputs.MxedgeTuntermPortConfigArgs
{
DownstreamPorts = new[]
{
"string",
},
SeparateUpstreamDownstream = false,
UpstreamPortVlanId = "string",
UpstreamPorts = new[]
{
"string",
},
},
TuntermSwitchConfig =
{
{ "string", new JuniperMist.Org.Inputs.MxedgeTuntermSwitchConfigArgs
{
PortVlanId = 0,
VlanIds = new[]
{
"string",
},
} },
},
Versions = new JuniperMist.Org.Inputs.MxedgeVersionsArgs
{
Mxagent = "string",
Tunterm = "string",
},
});
example, err := org.NewMxedge(ctx, "mxedgeResource", &org.MxedgeArgs{
OrgId: pulumi.String("string"),
SiteId: pulumi.String("string"),
MxclusterId: pulumi.String("string"),
MxedgeMgmt: &org.MxedgeMxedgeMgmtArgs{
ConfigAutoRevert: pulumi.Bool(false),
FipsEnabled: pulumi.Bool(false),
MistPassword: pulumi.String("string"),
OobIpType: pulumi.String("string"),
OobIpType6: pulumi.String("string"),
RootPassword: pulumi.String("string"),
},
Name: pulumi.String("string"),
Note: pulumi.String("string"),
NtpServers: pulumi.StringArray{
pulumi.String("string"),
},
OobIpConfig: &org.MxedgeOobIpConfigArgs{
Autoconf6: pulumi.Bool(false),
Dhcp6: pulumi.Bool(false),
Dns: pulumi.StringArray{
pulumi.String("string"),
},
Gateway: pulumi.String("string"),
Gateway6: pulumi.String("string"),
Ip: pulumi.String("string"),
Ip6: pulumi.String("string"),
Netmask: pulumi.String("string"),
Netmask6: pulumi.String("string"),
Type: pulumi.String("string"),
Type6: pulumi.String("string"),
},
Model: pulumi.String("string"),
ClaimCode: pulumi.String("string"),
Proxy: &org.MxedgeProxyArgs{
Disabled: pulumi.Bool(false),
Url: pulumi.String("string"),
},
TuntermIgmpSnoopingConfig: &org.MxedgeTuntermIgmpSnoopingConfigArgs{
Enabled: pulumi.Bool(false),
Querier: &org.MxedgeTuntermIgmpSnoopingConfigQuerierArgs{
MaxResponseTime: pulumi.Int(0),
Mtu: pulumi.Int(0),
QueryInterval: pulumi.Int(0),
Robustness: pulumi.Int(0),
Version: pulumi.Int(0),
},
VlanIds: pulumi.IntArray{
pulumi.Int(0),
},
},
TuntermExtraRoutes: org.MxedgeTuntermExtraRoutesMap{
"string": &org.MxedgeTuntermExtraRoutesArgs{
Via: pulumi.String("string"),
},
},
TuntermDhcpdConfig: org.MxedgeTuntermDhcpdConfigMap{
"string": &org.MxedgeTuntermDhcpdConfigArgs{
Enabled: pulumi.Bool(false),
Servers: pulumi.StringArray{
pulumi.String("string"),
},
Type: pulumi.String("string"),
},
},
TuntermIpConfig: &org.MxedgeTuntermIpConfigArgs{
Gateway: pulumi.String("string"),
Ip: pulumi.String("string"),
Netmask: pulumi.String("string"),
Gateway6: pulumi.String("string"),
Ip6: pulumi.String("string"),
Netmask6: pulumi.String("string"),
},
TuntermMonitorings: org.MxedgeTuntermMonitoringArrayArray{
org.MxedgeTuntermMonitoringArray{
&org.MxedgeTuntermMonitoringArgs{
Host: pulumi.String("string"),
Port: pulumi.Int(0),
Protocol: pulumi.String("string"),
SrcVlanId: pulumi.Int(0),
Timeout: pulumi.Int(0),
},
},
},
TuntermMulticastConfig: &org.MxedgeTuntermMulticastConfigArgs{
Mdns: &org.MxedgeTuntermMulticastConfigMdnsArgs{
Enabled: pulumi.Bool(false),
VlanIds: pulumi.StringArray{
pulumi.String("string"),
},
},
Ssdp: &org.MxedgeTuntermMulticastConfigSsdpArgs{
Enabled: pulumi.Bool(false),
VlanIds: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TuntermOtherIpConfigs: org.MxedgeTuntermOtherIpConfigsMap{
"string": &org.MxedgeTuntermOtherIpConfigsArgs{
Ip: pulumi.String("string"),
Netmask: pulumi.String("string"),
},
},
TuntermPortConfig: &org.MxedgeTuntermPortConfigArgs{
DownstreamPorts: pulumi.StringArray{
pulumi.String("string"),
},
SeparateUpstreamDownstream: pulumi.Bool(false),
UpstreamPortVlanId: pulumi.String("string"),
UpstreamPorts: pulumi.StringArray{
pulumi.String("string"),
},
},
TuntermSwitchConfig: org.MxedgeTuntermSwitchConfigMap{
"string": &org.MxedgeTuntermSwitchConfigArgs{
PortVlanId: pulumi.Int(0),
VlanIds: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Versions: &org.MxedgeVersionsArgs{
Mxagent: pulumi.String("string"),
Tunterm: pulumi.String("string"),
},
})
var mxedgeResource = new Mxedge("mxedgeResource", MxedgeArgs.builder()
.orgId("string")
.siteId("string")
.mxclusterId("string")
.mxedgeMgmt(MxedgeMxedgeMgmtArgs.builder()
.configAutoRevert(false)
.fipsEnabled(false)
.mistPassword("string")
.oobIpType("string")
.oobIpType6("string")
.rootPassword("string")
.build())
.name("string")
.note("string")
.ntpServers("string")
.oobIpConfig(MxedgeOobIpConfigArgs.builder()
.autoconf6(false)
.dhcp6(false)
.dns("string")
.gateway("string")
.gateway6("string")
.ip("string")
.ip6("string")
.netmask("string")
.netmask6("string")
.type("string")
.type6("string")
.build())
.model("string")
.claimCode("string")
.proxy(MxedgeProxyArgs.builder()
.disabled(false)
.url("string")
.build())
.tuntermIgmpSnoopingConfig(MxedgeTuntermIgmpSnoopingConfigArgs.builder()
.enabled(false)
.querier(MxedgeTuntermIgmpSnoopingConfigQuerierArgs.builder()
.maxResponseTime(0)
.mtu(0)
.queryInterval(0)
.robustness(0)
.version(0)
.build())
.vlanIds(0)
.build())
.tuntermExtraRoutes(Map.of("string", MxedgeTuntermExtraRoutesArgs.builder()
.via("string")
.build()))
.tuntermDhcpdConfig(Map.of("string", MxedgeTuntermDhcpdConfigArgs.builder()
.enabled(false)
.servers("string")
.type("string")
.build()))
.tuntermIpConfig(MxedgeTuntermIpConfigArgs.builder()
.gateway("string")
.ip("string")
.netmask("string")
.gateway6("string")
.ip6("string")
.netmask6("string")
.build())
.tuntermMonitorings(MxedgeTuntermMonitoringArgs.builder()
.host("string")
.port(0)
.protocol("string")
.srcVlanId(0)
.timeout(0)
.build())
.tuntermMulticastConfig(MxedgeTuntermMulticastConfigArgs.builder()
.mdns(MxedgeTuntermMulticastConfigMdnsArgs.builder()
.enabled(false)
.vlanIds("string")
.build())
.ssdp(MxedgeTuntermMulticastConfigSsdpArgs.builder()
.enabled(false)
.vlanIds("string")
.build())
.build())
.tuntermOtherIpConfigs(Map.of("string", MxedgeTuntermOtherIpConfigsArgs.builder()
.ip("string")
.netmask("string")
.build()))
.tuntermPortConfig(MxedgeTuntermPortConfigArgs.builder()
.downstreamPorts("string")
.separateUpstreamDownstream(false)
.upstreamPortVlanId("string")
.upstreamPorts("string")
.build())
.tuntermSwitchConfig(Map.of("string", MxedgeTuntermSwitchConfigArgs.builder()
.portVlanId(0)
.vlanIds("string")
.build()))
.versions(MxedgeVersionsArgs.builder()
.mxagent("string")
.tunterm("string")
.build())
.build());
mxedge_resource = junipermist.org.Mxedge("mxedgeResource",
org_id="string",
site_id="string",
mxcluster_id="string",
mxedge_mgmt={
"config_auto_revert": False,
"fips_enabled": False,
"mist_password": "string",
"oob_ip_type": "string",
"oob_ip_type6": "string",
"root_password": "string",
},
name="string",
note="string",
ntp_servers=["string"],
oob_ip_config={
"autoconf6": False,
"dhcp6": False,
"dns": ["string"],
"gateway": "string",
"gateway6": "string",
"ip": "string",
"ip6": "string",
"netmask": "string",
"netmask6": "string",
"type": "string",
"type6": "string",
},
model="string",
claim_code="string",
proxy={
"disabled": False,
"url": "string",
},
tunterm_igmp_snooping_config={
"enabled": False,
"querier": {
"max_response_time": 0,
"mtu": 0,
"query_interval": 0,
"robustness": 0,
"version": 0,
},
"vlan_ids": [0],
},
tunterm_extra_routes={
"string": {
"via": "string",
},
},
tunterm_dhcpd_config={
"string": {
"enabled": False,
"servers": ["string"],
"type": "string",
},
},
tunterm_ip_config={
"gateway": "string",
"ip": "string",
"netmask": "string",
"gateway6": "string",
"ip6": "string",
"netmask6": "string",
},
tunterm_monitorings=[[{
"host": "string",
"port": 0,
"protocol": "string",
"src_vlan_id": 0,
"timeout": 0,
}]],
tunterm_multicast_config={
"mdns": {
"enabled": False,
"vlan_ids": ["string"],
},
"ssdp": {
"enabled": False,
"vlan_ids": ["string"],
},
},
tunterm_other_ip_configs={
"string": {
"ip": "string",
"netmask": "string",
},
},
tunterm_port_config={
"downstream_ports": ["string"],
"separate_upstream_downstream": False,
"upstream_port_vlan_id": "string",
"upstream_ports": ["string"],
},
tunterm_switch_config={
"string": {
"port_vlan_id": 0,
"vlan_ids": ["string"],
},
},
versions={
"mxagent": "string",
"tunterm": "string",
})
const mxedgeResource = new junipermist.org.Mxedge("mxedgeResource", {
orgId: "string",
siteId: "string",
mxclusterId: "string",
mxedgeMgmt: {
configAutoRevert: false,
fipsEnabled: false,
mistPassword: "string",
oobIpType: "string",
oobIpType6: "string",
rootPassword: "string",
},
name: "string",
note: "string",
ntpServers: ["string"],
oobIpConfig: {
autoconf6: false,
dhcp6: false,
dns: ["string"],
gateway: "string",
gateway6: "string",
ip: "string",
ip6: "string",
netmask: "string",
netmask6: "string",
type: "string",
type6: "string",
},
model: "string",
claimCode: "string",
proxy: {
disabled: false,
url: "string",
},
tuntermIgmpSnoopingConfig: {
enabled: false,
querier: {
maxResponseTime: 0,
mtu: 0,
queryInterval: 0,
robustness: 0,
version: 0,
},
vlanIds: [0],
},
tuntermExtraRoutes: {
string: {
via: "string",
},
},
tuntermDhcpdConfig: {
string: {
enabled: false,
servers: ["string"],
type: "string",
},
},
tuntermIpConfig: {
gateway: "string",
ip: "string",
netmask: "string",
gateway6: "string",
ip6: "string",
netmask6: "string",
},
tuntermMonitorings: [[{
host: "string",
port: 0,
protocol: "string",
srcVlanId: 0,
timeout: 0,
}]],
tuntermMulticastConfig: {
mdns: {
enabled: false,
vlanIds: ["string"],
},
ssdp: {
enabled: false,
vlanIds: ["string"],
},
},
tuntermOtherIpConfigs: {
string: {
ip: "string",
netmask: "string",
},
},
tuntermPortConfig: {
downstreamPorts: ["string"],
separateUpstreamDownstream: false,
upstreamPortVlanId: "string",
upstreamPorts: ["string"],
},
tuntermSwitchConfig: {
string: {
portVlanId: 0,
vlanIds: ["string"],
},
},
versions: {
mxagent: "string",
tunterm: "string",
},
});
type: junipermist:org:Mxedge
properties:
claimCode: string
model: string
mxclusterId: string
mxedgeMgmt:
configAutoRevert: false
fipsEnabled: false
mistPassword: string
oobIpType: string
oobIpType6: string
rootPassword: string
name: string
note: string
ntpServers:
- string
oobIpConfig:
autoconf6: false
dhcp6: false
dns:
- string
gateway: string
gateway6: string
ip: string
ip6: string
netmask: string
netmask6: string
type: string
type6: string
orgId: string
proxy:
disabled: false
url: string
siteId: string
tuntermDhcpdConfig:
string:
enabled: false
servers:
- string
type: string
tuntermExtraRoutes:
string:
via: string
tuntermIgmpSnoopingConfig:
enabled: false
querier:
maxResponseTime: 0
mtu: 0
queryInterval: 0
robustness: 0
version: 0
vlanIds:
- 0
tuntermIpConfig:
gateway: string
gateway6: string
ip: string
ip6: string
netmask: string
netmask6: string
tuntermMonitorings:
- - host: string
port: 0
protocol: string
srcVlanId: 0
timeout: 0
tuntermMulticastConfig:
mdns:
enabled: false
vlanIds:
- string
ssdp:
enabled: false
vlanIds:
- string
tuntermOtherIpConfigs:
string:
ip: string
netmask: string
tuntermPortConfig:
downstreamPorts:
- string
separateUpstreamDownstream: false
upstreamPortVlanId: string
upstreamPorts:
- string
tuntermSwitchConfig:
string:
portVlanId: 0
vlanIds:
- string
versions:
mxagent: string
tunterm: string
Mxedge Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Mxedge resource accepts the following input properties:
- Org
Id string - Claim
Code string - Model string
- Mxcluster
Id string - MxCluster this MxEdge belongs to
- Mxedge
Mgmt Pulumi.Juniper Mist. Org. Inputs. Mxedge Mxedge Mgmt - Name string
- Note string
- Ntp
Servers List<string> - Oob
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Oob Ip Config - IPconfiguration of the Mist Edge out-of*band management interface
- Proxy
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Proxy - Proxy Configuration to talk to Mist
- Site
Id string - Tunterm
Dhcpd Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Dhcpd Config Args> - Global and per-VLAN. Property key is the VLAN ID
- Tunterm
Extra Dictionary<string, Pulumi.Routes Juniper Mist. Org. Inputs. Mxedge Tunterm Extra Routes Args> - Property key is a CIDR
- Tunterm
Igmp Pulumi.Snooping Config Juniper Mist. Org. Inputs. Mxedge Tunterm Igmp Snooping Config - Tunterm
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Ip Config - IPconfiguration of the Mist Tunnel interface
- Tunterm
Monitorings List<ImmutableArray<Pulumi. Juniper Mist. Org. Inputs. Mxedge Tunterm Monitoring>> - Tunterm
Multicast Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Multicast Config - Tunterm
Other Dictionary<string, Pulumi.Ip Configs Juniper Mist. Org. Inputs. Mxedge Tunterm Other Ip Configs Args> - IPconfigs by VLAN ID. Property key is the VLAN ID
- Tunterm
Port Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Port Config - Ethernet port configurations
- Tunterm
Switch Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Switch Config Args> - If custom vlan settings are desired
- Versions
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Versions
- Org
Id string - Claim
Code string - Model string
- Mxcluster
Id string - MxCluster this MxEdge belongs to
- Mxedge
Mgmt MxedgeMxedge Mgmt Args - Name string
- Note string
- Ntp
Servers []string - Oob
Ip MxedgeConfig Oob Ip Config Args - IPconfiguration of the Mist Edge out-of*band management interface
- Proxy
Mxedge
Proxy Args - Proxy Configuration to talk to Mist
- Site
Id string - Tunterm
Dhcpd map[string]MxedgeConfig Tunterm Dhcpd Config Args - Global and per-VLAN. Property key is the VLAN ID
- Tunterm
Extra map[string]MxedgeRoutes Tunterm Extra Routes Args - Property key is a CIDR
- Tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config Args - Tunterm
Ip MxedgeConfig Tunterm Ip Config Args - IPconfiguration of the Mist Tunnel interface
- Tunterm
Monitorings [][]MxedgeTunterm Monitoring Args - Tunterm
Multicast MxedgeConfig Tunterm Multicast Config Args - Tunterm
Other map[string]MxedgeIp Configs Tunterm Other Ip Configs Args - IPconfigs by VLAN ID. Property key is the VLAN ID
- Tunterm
Port MxedgeConfig Tunterm Port Config Args - Ethernet port configurations
- Tunterm
Switch map[string]MxedgeConfig Tunterm Switch Config Args - If custom vlan settings are desired
- Versions
Mxedge
Versions Args
- org
Id String - claim
Code String - model String
- mxcluster
Id String - MxCluster this MxEdge belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - name String
- note String
- ntp
Servers List<String> - oob
Ip MxedgeConfig Oob Ip Config - IPconfiguration of the Mist Edge out-of*band management interface
- proxy
Mxedge
Proxy - Proxy Configuration to talk to Mist
- site
Id String - tunterm
Dhcpd Map<String,MxedgeConfig Tunterm Dhcpd Config Args> - Global and per-VLAN. Property key is the VLAN ID
- tunterm
Extra Map<String,MxedgeRoutes Tunterm Extra Routes Args> - Property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - tunterm
Ip MxedgeConfig Tunterm Ip Config - IPconfiguration of the Mist Tunnel interface
- tunterm
Monitorings List<List<MxedgeTunterm Monitoring>> - tunterm
Multicast MxedgeConfig Tunterm Multicast Config - tunterm
Other Map<String,MxedgeIp Configs Tunterm Other Ip Configs Args> - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port MxedgeConfig Tunterm Port Config - Ethernet port configurations
- tunterm
Switch Map<String,MxedgeConfig Tunterm Switch Config Args> - If custom vlan settings are desired
- versions
Mxedge
Versions
- org
Id string - claim
Code string - model string
- mxcluster
Id string - MxCluster this MxEdge belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - name string
- note string
- ntp
Servers string[] - oob
Ip MxedgeConfig Oob Ip Config - IPconfiguration of the Mist Edge out-of*band management interface
- proxy
Mxedge
Proxy - Proxy Configuration to talk to Mist
- site
Id string - tunterm
Dhcpd {[key: string]: MxedgeConfig Tunterm Dhcpd Config Args} - Global and per-VLAN. Property key is the VLAN ID
- tunterm
Extra {[key: string]: MxedgeRoutes Tunterm Extra Routes Args} - Property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - tunterm
Ip MxedgeConfig Tunterm Ip Config - IPconfiguration of the Mist Tunnel interface
- tunterm
Monitorings MxedgeTunterm Monitoring[][] - tunterm
Multicast MxedgeConfig Tunterm Multicast Config - tunterm
Other {[key: string]: MxedgeIp Configs Tunterm Other Ip Configs Args} - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port MxedgeConfig Tunterm Port Config - Ethernet port configurations
- tunterm
Switch {[key: string]: MxedgeConfig Tunterm Switch Config Args} - If custom vlan settings are desired
- versions
Mxedge
Versions
- org_
id str - claim_
code str - model str
- mxcluster_
id str - MxCluster this MxEdge belongs to
- mxedge_
mgmt MxedgeMxedge Mgmt Args - name str
- note str
- ntp_
servers Sequence[str] - oob_
ip_ Mxedgeconfig Oob Ip Config Args - IPconfiguration of the Mist Edge out-of*band management interface
- proxy
Mxedge
Proxy Args - Proxy Configuration to talk to Mist
- site_
id str - tunterm_
dhcpd_ Mapping[str, Mxedgeconfig Tunterm Dhcpd Config Args] - Global and per-VLAN. Property key is the VLAN ID
- tunterm_
extra_ Mapping[str, Mxedgeroutes Tunterm Extra Routes Args] - Property key is a CIDR
- tunterm_
igmp_ Mxedgesnooping_ config Tunterm Igmp Snooping Config Args - tunterm_
ip_ Mxedgeconfig Tunterm Ip Config Args - IPconfiguration of the Mist Tunnel interface
- tunterm_
monitorings Sequence[Sequence[MxedgeTunterm Monitoring Args]] - tunterm_
multicast_ Mxedgeconfig Tunterm Multicast Config Args - tunterm_
other_ Mapping[str, Mxedgeip_ configs Tunterm Other Ip Configs Args] - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm_
port_ Mxedgeconfig Tunterm Port Config Args - Ethernet port configurations
- tunterm_
switch_ Mapping[str, Mxedgeconfig Tunterm Switch Config Args] - If custom vlan settings are desired
- versions
Mxedge
Versions Args
- org
Id String - claim
Code String - model String
- mxcluster
Id String - MxCluster this MxEdge belongs to
- mxedge
Mgmt Property Map - name String
- note String
- ntp
Servers List<String> - oob
Ip Property MapConfig - IPconfiguration of the Mist Edge out-of*band management interface
- proxy Property Map
- Proxy Configuration to talk to Mist
- site
Id String - tunterm
Dhcpd Map<Property Map>Config - Global and per-VLAN. Property key is the VLAN ID
- tunterm
Extra Map<Property Map>Routes - Property key is a CIDR
- tunterm
Igmp Property MapSnooping Config - tunterm
Ip Property MapConfig - IPconfiguration of the Mist Tunnel interface
- tunterm
Monitorings List<List<Property Map>> - tunterm
Multicast Property MapConfig - tunterm
Other Map<Property Map>Ip Configs - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port Property MapConfig - Ethernet port configurations
- tunterm
Switch Map<Property Map>Config - If custom vlan settings are desired
- versions Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Mxedge resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Mac string
- Mxagent
Registered bool - Registration
Code string - Registration code for the MxEdge
- Services List<string>
- List of services to run, tunterm only for now
- Tunterm
Registered bool
- Id string
- The provider-assigned unique ID for this managed resource.
- Mac string
- Mxagent
Registered bool - Registration
Code string - Registration code for the MxEdge
- Services []string
- List of services to run, tunterm only for now
- Tunterm
Registered bool
- id String
- The provider-assigned unique ID for this managed resource.
- mac String
- mxagent
Registered Boolean - registration
Code String - Registration code for the MxEdge
- services List<String>
- List of services to run, tunterm only for now
- tunterm
Registered Boolean
- id string
- The provider-assigned unique ID for this managed resource.
- mac string
- mxagent
Registered boolean - registration
Code string - Registration code for the MxEdge
- services string[]
- List of services to run, tunterm only for now
- tunterm
Registered boolean
- id str
- The provider-assigned unique ID for this managed resource.
- mac str
- mxagent_
registered bool - registration_
code str - Registration code for the MxEdge
- services Sequence[str]
- List of services to run, tunterm only for now
- tunterm_
registered bool
- id String
- The provider-assigned unique ID for this managed resource.
- mac String
- mxagent
Registered Boolean - registration
Code String - Registration code for the MxEdge
- services List<String>
- List of services to run, tunterm only for now
- tunterm
Registered Boolean
Look up Existing Mxedge Resource
Get an existing Mxedge resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: MxedgeState, opts?: CustomResourceOptions): Mxedge@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
claim_code: Optional[str] = None,
mac: Optional[str] = None,
model: Optional[str] = None,
mxagent_registered: Optional[bool] = None,
mxcluster_id: Optional[str] = None,
mxedge_mgmt: Optional[MxedgeMxedgeMgmtArgs] = None,
name: Optional[str] = None,
note: Optional[str] = None,
ntp_servers: Optional[Sequence[str]] = None,
oob_ip_config: Optional[MxedgeOobIpConfigArgs] = None,
org_id: Optional[str] = None,
proxy: Optional[MxedgeProxyArgs] = None,
registration_code: Optional[str] = None,
services: Optional[Sequence[str]] = None,
site_id: Optional[str] = None,
tunterm_dhcpd_config: Optional[Mapping[str, MxedgeTuntermDhcpdConfigArgs]] = None,
tunterm_extra_routes: Optional[Mapping[str, MxedgeTuntermExtraRoutesArgs]] = None,
tunterm_igmp_snooping_config: Optional[MxedgeTuntermIgmpSnoopingConfigArgs] = None,
tunterm_ip_config: Optional[MxedgeTuntermIpConfigArgs] = None,
tunterm_monitorings: Optional[Sequence[Sequence[MxedgeTuntermMonitoringArgs]]] = None,
tunterm_multicast_config: Optional[MxedgeTuntermMulticastConfigArgs] = None,
tunterm_other_ip_configs: Optional[Mapping[str, MxedgeTuntermOtherIpConfigsArgs]] = None,
tunterm_port_config: Optional[MxedgeTuntermPortConfigArgs] = None,
tunterm_registered: Optional[bool] = None,
tunterm_switch_config: Optional[Mapping[str, MxedgeTuntermSwitchConfigArgs]] = None,
versions: Optional[MxedgeVersionsArgs] = None) -> Mxedgefunc GetMxedge(ctx *Context, name string, id IDInput, state *MxedgeState, opts ...ResourceOption) (*Mxedge, error)public static Mxedge Get(string name, Input<string> id, MxedgeState? state, CustomResourceOptions? opts = null)public static Mxedge get(String name, Output<String> id, MxedgeState state, CustomResourceOptions options)resources: _: type: junipermist:org:Mxedge get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Claim
Code string - Mac string
- Model string
- Mxagent
Registered bool - Mxcluster
Id string - MxCluster this MxEdge belongs to
- Mxedge
Mgmt Pulumi.Juniper Mist. Org. Inputs. Mxedge Mxedge Mgmt - Name string
- Note string
- Ntp
Servers List<string> - Oob
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Oob Ip Config - IPconfiguration of the Mist Edge out-of*band management interface
- Org
Id string - Proxy
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Proxy - Proxy Configuration to talk to Mist
- Registration
Code string - Registration code for the MxEdge
- Services List<string>
- List of services to run, tunterm only for now
- Site
Id string - Tunterm
Dhcpd Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Dhcpd Config Args> - Global and per-VLAN. Property key is the VLAN ID
- Tunterm
Extra Dictionary<string, Pulumi.Routes Juniper Mist. Org. Inputs. Mxedge Tunterm Extra Routes Args> - Property key is a CIDR
- Tunterm
Igmp Pulumi.Snooping Config Juniper Mist. Org. Inputs. Mxedge Tunterm Igmp Snooping Config - Tunterm
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Ip Config - IPconfiguration of the Mist Tunnel interface
- Tunterm
Monitorings List<ImmutableArray<Pulumi. Juniper Mist. Org. Inputs. Mxedge Tunterm Monitoring>> - Tunterm
Multicast Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Multicast Config - Tunterm
Other Dictionary<string, Pulumi.Ip Configs Juniper Mist. Org. Inputs. Mxedge Tunterm Other Ip Configs Args> - IPconfigs by VLAN ID. Property key is the VLAN ID
- Tunterm
Port Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Port Config - Ethernet port configurations
- Tunterm
Registered bool - Tunterm
Switch Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Switch Config Args> - If custom vlan settings are desired
- Versions
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Versions
- Claim
Code string - Mac string
- Model string
- Mxagent
Registered bool - Mxcluster
Id string - MxCluster this MxEdge belongs to
- Mxedge
Mgmt MxedgeMxedge Mgmt Args - Name string
- Note string
- Ntp
Servers []string - Oob
Ip MxedgeConfig Oob Ip Config Args - IPconfiguration of the Mist Edge out-of*band management interface
- Org
Id string - Proxy
Mxedge
Proxy Args - Proxy Configuration to talk to Mist
- Registration
Code string - Registration code for the MxEdge
- Services []string
- List of services to run, tunterm only for now
- Site
Id string - Tunterm
Dhcpd map[string]MxedgeConfig Tunterm Dhcpd Config Args - Global and per-VLAN. Property key is the VLAN ID
- Tunterm
Extra map[string]MxedgeRoutes Tunterm Extra Routes Args - Property key is a CIDR
- Tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config Args - Tunterm
Ip MxedgeConfig Tunterm Ip Config Args - IPconfiguration of the Mist Tunnel interface
- Tunterm
Monitorings [][]MxedgeTunterm Monitoring Args - Tunterm
Multicast MxedgeConfig Tunterm Multicast Config Args - Tunterm
Other map[string]MxedgeIp Configs Tunterm Other Ip Configs Args - IPconfigs by VLAN ID. Property key is the VLAN ID
- Tunterm
Port MxedgeConfig Tunterm Port Config Args - Ethernet port configurations
- Tunterm
Registered bool - Tunterm
Switch map[string]MxedgeConfig Tunterm Switch Config Args - If custom vlan settings are desired
- Versions
Mxedge
Versions Args
- claim
Code String - mac String
- model String
- mxagent
Registered Boolean - mxcluster
Id String - MxCluster this MxEdge belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - name String
- note String
- ntp
Servers List<String> - oob
Ip MxedgeConfig Oob Ip Config - IPconfiguration of the Mist Edge out-of*band management interface
- org
Id String - proxy
Mxedge
Proxy - Proxy Configuration to talk to Mist
- registration
Code String - Registration code for the MxEdge
- services List<String>
- List of services to run, tunterm only for now
- site
Id String - tunterm
Dhcpd Map<String,MxedgeConfig Tunterm Dhcpd Config Args> - Global and per-VLAN. Property key is the VLAN ID
- tunterm
Extra Map<String,MxedgeRoutes Tunterm Extra Routes Args> - Property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - tunterm
Ip MxedgeConfig Tunterm Ip Config - IPconfiguration of the Mist Tunnel interface
- tunterm
Monitorings List<List<MxedgeTunterm Monitoring>> - tunterm
Multicast MxedgeConfig Tunterm Multicast Config - tunterm
Other Map<String,MxedgeIp Configs Tunterm Other Ip Configs Args> - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port MxedgeConfig Tunterm Port Config - Ethernet port configurations
- tunterm
Registered Boolean - tunterm
Switch Map<String,MxedgeConfig Tunterm Switch Config Args> - If custom vlan settings are desired
- versions
Mxedge
Versions
- claim
Code string - mac string
- model string
- mxagent
Registered boolean - mxcluster
Id string - MxCluster this MxEdge belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - name string
- note string
- ntp
Servers string[] - oob
Ip MxedgeConfig Oob Ip Config - IPconfiguration of the Mist Edge out-of*band management interface
- org
Id string - proxy
Mxedge
Proxy - Proxy Configuration to talk to Mist
- registration
Code string - Registration code for the MxEdge
- services string[]
- List of services to run, tunterm only for now
- site
Id string - tunterm
Dhcpd {[key: string]: MxedgeConfig Tunterm Dhcpd Config Args} - Global and per-VLAN. Property key is the VLAN ID
- tunterm
Extra {[key: string]: MxedgeRoutes Tunterm Extra Routes Args} - Property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - tunterm
Ip MxedgeConfig Tunterm Ip Config - IPconfiguration of the Mist Tunnel interface
- tunterm
Monitorings MxedgeTunterm Monitoring[][] - tunterm
Multicast MxedgeConfig Tunterm Multicast Config - tunterm
Other {[key: string]: MxedgeIp Configs Tunterm Other Ip Configs Args} - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port MxedgeConfig Tunterm Port Config - Ethernet port configurations
- tunterm
Registered boolean - tunterm
Switch {[key: string]: MxedgeConfig Tunterm Switch Config Args} - If custom vlan settings are desired
- versions
Mxedge
Versions
- claim_
code str - mac str
- model str
- mxagent_
registered bool - mxcluster_
id str - MxCluster this MxEdge belongs to
- mxedge_
mgmt MxedgeMxedge Mgmt Args - name str
- note str
- ntp_
servers Sequence[str] - oob_
ip_ Mxedgeconfig Oob Ip Config Args - IPconfiguration of the Mist Edge out-of*band management interface
- org_
id str - proxy
Mxedge
Proxy Args - Proxy Configuration to talk to Mist
- registration_
code str - Registration code for the MxEdge
- services Sequence[str]
- List of services to run, tunterm only for now
- site_
id str - tunterm_
dhcpd_ Mapping[str, Mxedgeconfig Tunterm Dhcpd Config Args] - Global and per-VLAN. Property key is the VLAN ID
- tunterm_
extra_ Mapping[str, Mxedgeroutes Tunterm Extra Routes Args] - Property key is a CIDR
- tunterm_
igmp_ Mxedgesnooping_ config Tunterm Igmp Snooping Config Args - tunterm_
ip_ Mxedgeconfig Tunterm Ip Config Args - IPconfiguration of the Mist Tunnel interface
- tunterm_
monitorings Sequence[Sequence[MxedgeTunterm Monitoring Args]] - tunterm_
multicast_ Mxedgeconfig Tunterm Multicast Config Args - tunterm_
other_ Mapping[str, Mxedgeip_ configs Tunterm Other Ip Configs Args] - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm_
port_ Mxedgeconfig Tunterm Port Config Args - Ethernet port configurations
- tunterm_
registered bool - tunterm_
switch_ Mapping[str, Mxedgeconfig Tunterm Switch Config Args] - If custom vlan settings are desired
- versions
Mxedge
Versions Args
- claim
Code String - mac String
- model String
- mxagent
Registered Boolean - mxcluster
Id String - MxCluster this MxEdge belongs to
- mxedge
Mgmt Property Map - name String
- note String
- ntp
Servers List<String> - oob
Ip Property MapConfig - IPconfiguration of the Mist Edge out-of*band management interface
- org
Id String - proxy Property Map
- Proxy Configuration to talk to Mist
- registration
Code String - Registration code for the MxEdge
- services List<String>
- List of services to run, tunterm only for now
- site
Id String - tunterm
Dhcpd Map<Property Map>Config - Global and per-VLAN. Property key is the VLAN ID
- tunterm
Extra Map<Property Map>Routes - Property key is a CIDR
- tunterm
Igmp Property MapSnooping Config - tunterm
Ip Property MapConfig - IPconfiguration of the Mist Tunnel interface
- tunterm
Monitorings List<List<Property Map>> - tunterm
Multicast Property MapConfig - tunterm
Other Map<Property Map>Ip Configs - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port Property MapConfig - Ethernet port configurations
- tunterm
Registered Boolean - tunterm
Switch Map<Property Map>Config - If custom vlan settings are desired
- versions Property Map
Supporting Types
MxedgeMxedgeMgmt, MxedgeMxedgeMgmtArgs
- Config
Auto boolRevert - Fips
Enabled bool - Mist
Password string - Oob
Ip stringType - enum:
dhcp,disabled,static - Oob
Ip stringType6 - enum:
autoconf,dhcp,disabled,static - Root
Password string
- Config
Auto boolRevert - Fips
Enabled bool - Mist
Password string - Oob
Ip stringType - enum:
dhcp,disabled,static - Oob
Ip stringType6 - enum:
autoconf,dhcp,disabled,static - Root
Password string
- config
Auto BooleanRevert - fips
Enabled Boolean - mist
Password String - oob
Ip StringType - enum:
dhcp,disabled,static - oob
Ip StringType6 - enum:
autoconf,dhcp,disabled,static - root
Password String
- config
Auto booleanRevert - fips
Enabled boolean - mist
Password string - oob
Ip stringType - enum:
dhcp,disabled,static - oob
Ip stringType6 - enum:
autoconf,dhcp,disabled,static - root
Password string
- config_
auto_ boolrevert - fips_
enabled bool - mist_
password str - oob_
ip_ strtype - enum:
dhcp,disabled,static - oob_
ip_ strtype6 - enum:
autoconf,dhcp,disabled,static - root_
password str
- config
Auto BooleanRevert - fips
Enabled Boolean - mist
Password String - oob
Ip StringType - enum:
dhcp,disabled,static - oob
Ip StringType6 - enum:
autoconf,dhcp,disabled,static - root
Password String
MxedgeOobIpConfig, MxedgeOobIpConfigArgs
MxedgeProxy, MxedgeProxyArgs
MxedgeTuntermDhcpdConfig, MxedgeTuntermDhcpdConfigArgs
MxedgeTuntermExtraRoutes, MxedgeTuntermExtraRoutesArgs
- Via string
- Via string
- via String
- via string
- via str
- via String
MxedgeTuntermIgmpSnoopingConfig, MxedgeTuntermIgmpSnoopingConfigArgs
- Enabled bool
- Querier
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Tunterm Igmp Snooping Config Querier - Vlan
Ids List<int> - List of vlans on which tunterm performs IGMP snooping
- Enabled bool
- Querier
Mxedge
Tunterm Igmp Snooping Config Querier - Vlan
Ids []int - List of vlans on which tunterm performs IGMP snooping
- enabled Boolean
- querier
Mxedge
Tunterm Igmp Snooping Config Querier - vlan
Ids List<Integer> - List of vlans on which tunterm performs IGMP snooping
- enabled boolean
- querier
Mxedge
Tunterm Igmp Snooping Config Querier - vlan
Ids number[] - List of vlans on which tunterm performs IGMP snooping
- enabled bool
- querier
Mxedge
Tunterm Igmp Snooping Config Querier - vlan_
ids Sequence[int] - List of vlans on which tunterm performs IGMP snooping
- enabled Boolean
- querier Property Map
- vlan
Ids List<Number> - List of vlans on which tunterm performs IGMP snooping
MxedgeTuntermIgmpSnoopingConfigQuerier, MxedgeTuntermIgmpSnoopingConfigQuerierArgs
- Max
Response intTime - Querier's query response interval, in tenths-of-seconds
- Mtu int
- The MTU we use (needed when forming large IGMPv3 Reports)
- Query
Interval int - Querier's query interval, in seconds
- Robustness int
- Querier's robustness
- Version int
- Querier's maximum protocol version
- Max
Response intTime - Querier's query response interval, in tenths-of-seconds
- Mtu int
- The MTU we use (needed when forming large IGMPv3 Reports)
- Query
Interval int - Querier's query interval, in seconds
- Robustness int
- Querier's robustness
- Version int
- Querier's maximum protocol version
- max
Response IntegerTime - Querier's query response interval, in tenths-of-seconds
- mtu Integer
- The MTU we use (needed when forming large IGMPv3 Reports)
- query
Interval Integer - Querier's query interval, in seconds
- robustness Integer
- Querier's robustness
- version Integer
- Querier's maximum protocol version
- max
Response numberTime - Querier's query response interval, in tenths-of-seconds
- mtu number
- The MTU we use (needed when forming large IGMPv3 Reports)
- query
Interval number - Querier's query interval, in seconds
- robustness number
- Querier's robustness
- version number
- Querier's maximum protocol version
- max_
response_ inttime - Querier's query response interval, in tenths-of-seconds
- mtu int
- The MTU we use (needed when forming large IGMPv3 Reports)
- query_
interval int - Querier's query interval, in seconds
- robustness int
- Querier's robustness
- version int
- Querier's maximum protocol version
- max
Response NumberTime - Querier's query response interval, in tenths-of-seconds
- mtu Number
- The MTU we use (needed when forming large IGMPv3 Reports)
- query
Interval Number - Querier's query interval, in seconds
- robustness Number
- Querier's robustness
- version Number
- Querier's maximum protocol version
MxedgeTuntermIpConfig, MxedgeTuntermIpConfigArgs
MxedgeTuntermMonitoring, MxedgeTuntermMonitoringArgs
- host str
- port int
- protocol str
- src_
vlan_ intid - timeout int
MxedgeTuntermMulticastConfig, MxedgeTuntermMulticastConfigArgs
MxedgeTuntermMulticastConfigMdns, MxedgeTuntermMulticastConfigMdnsArgs
MxedgeTuntermMulticastConfigSsdp, MxedgeTuntermMulticastConfigSsdpArgs
MxedgeTuntermOtherIpConfigs, MxedgeTuntermOtherIpConfigsArgs
MxedgeTuntermPortConfig, MxedgeTuntermPortConfigArgs
- Downstream
Ports List<string> - List of ports to be used for downstream (to AP) purpose
- Separate
Upstream boolDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- Upstream
Port stringVlan Id - Upstream
Ports List<string> - List of ports to be used for upstream purpose (to LAN)
- Downstream
Ports []string - List of ports to be used for downstream (to AP) purpose
- Separate
Upstream boolDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- Upstream
Port stringVlan Id - Upstream
Ports []string - List of ports to be used for upstream purpose (to LAN)
- downstream
Ports List<String> - List of ports to be used for downstream (to AP) purpose
- separate
Upstream BooleanDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream
Port StringVlan Id - upstream
Ports List<String> - List of ports to be used for upstream purpose (to LAN)
- downstream
Ports string[] - List of ports to be used for downstream (to AP) purpose
- separate
Upstream booleanDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream
Port stringVlan Id - upstream
Ports string[] - List of ports to be used for upstream purpose (to LAN)
- downstream_
ports Sequence[str] - List of ports to be used for downstream (to AP) purpose
- separate_
upstream_ booldownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream_
port_ strvlan_ id - upstream_
ports Sequence[str] - List of ports to be used for upstream purpose (to LAN)
- downstream
Ports List<String> - List of ports to be used for downstream (to AP) purpose
- separate
Upstream BooleanDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream
Port StringVlan Id - upstream
Ports List<String> - List of ports to be used for upstream purpose (to LAN)
MxedgeTuntermSwitchConfig, MxedgeTuntermSwitchConfigArgs
- Port
Vlan intId - Vlan
Ids List<string>
- Port
Vlan intId - Vlan
Ids []string
- port
Vlan IntegerId - vlan
Ids List<String>
- port
Vlan numberId - vlan
Ids string[]
- port_
vlan_ intid - vlan_
ids Sequence[str]
- port
Vlan NumberId - vlan
Ids List<String>
MxedgeVersions, MxedgeVersionsArgs
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mistTerraform Provider.
published on Wednesday, Mar 4, 2026 by Pulumi
