published on Friday, Jul 10, 2026 by Pulumi
published on Friday, Jul 10, 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,
notes: 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.
resource "junipermist_org_mxedge" "name" {
# resource properties
}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",
Notes = "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"),
Notes: 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"),
},
})
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"
notes = "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"
"srcVlanId" = 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"
}
}
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")
.notes("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",
notes="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",
notes: "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
notes: 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 - Identifier of the org that owns the Mist Edge
- Claim
Code string - Registration claim code for the Mist Edge
- Model string
- Mist Edge hardware or virtual appliance model
- Mxcluster
Id string - Mist Edge cluster identifier that this appliance belongs to
- Mxedge
Mgmt Pulumi.Juniper Mist. Org. Inputs. Mxedge Mxedge Mgmt - Management credentials and settings for the Mist Edge
- Name string
- Display name of the Mist Edge
- Notes string
- Free-form notes for the Mist Edge
- Ntp
Servers List<string> - Time synchronization servers used by the Mist Edge
- Oob
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Oob Ip Config - Out-of-band management IP configuration for the Mist Edge
- Proxy
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Proxy - Network proxy settings used by the Mist Edge
- Site
Id string - Identifier of the site when the Mist Edge is site-scoped
- Tunterm
Dhcpd Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Dhcpd Config Args> - DHCP relay or server settings for Mist Tunneled VLANs
- Tunterm
Extra Dictionary<string, Pulumi.Routes Juniper Mist. Org. Inputs. Mxedge Tunterm Extra Routes Args> - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- Tunterm
Igmp Pulumi.Snooping Config Juniper Mist. Org. Inputs. Mxedge Tunterm Igmp Snooping Config - IGMP snooping settings for Mist Tunneled VLANs
- Tunterm
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Ip Config - Tunnel termination IP configuration for the Mist Edge
- Tunterm
Monitorings List<ImmutableArray<Pulumi. Juniper Mist. Org. Inputs. Mxedge Tunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- Tunterm
Multicast Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Multicast Config - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- Tunterm
Switch Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Switch Config Args> - Switch VLAN settings for tunnel termination
- Versions
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Versions - Service version information reported by the Mist Edge
- Org
Id string - Identifier of the org that owns the Mist Edge
- Claim
Code string - Registration claim code for the Mist Edge
- Model string
- Mist Edge hardware or virtual appliance model
- Mxcluster
Id string - Mist Edge cluster identifier that this appliance belongs to
- Mxedge
Mgmt MxedgeMxedge Mgmt Args - Management credentials and settings for the Mist Edge
- Name string
- Display name of the Mist Edge
- Notes string
- Free-form notes for the Mist Edge
- Ntp
Servers []string - Time synchronization servers used by the Mist Edge
- Oob
Ip MxedgeConfig Oob Ip Config Args - Out-of-band management IP configuration for the Mist Edge
- Proxy
Mxedge
Proxy Args - Network proxy settings used by the Mist Edge
- Site
Id string - Identifier of the site when the Mist Edge is site-scoped
- Tunterm
Dhcpd map[string]MxedgeConfig Tunterm Dhcpd Config Args - DHCP relay or server settings for Mist Tunneled VLANs
- Tunterm
Extra map[string]MxedgeRoutes Tunterm Extra Routes Args - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- Tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config Args - IGMP snooping settings for Mist Tunneled VLANs
- Tunterm
Ip MxedgeConfig Tunterm Ip Config Args - Tunnel termination IP configuration for the Mist Edge
- Tunterm
Monitorings [][]MxedgeTunterm Monitoring Args - Monitoring checks for tunnel termination reachability
- Tunterm
Multicast MxedgeConfig Tunterm Multicast Config Args - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- Tunterm
Switch map[string]MxedgeConfig Tunterm Switch Config Args - Switch VLAN settings for tunnel termination
- Versions
Mxedge
Versions Args - Service version information reported by the Mist Edge
- org_
id string - Identifier of the org that owns the Mist Edge
- claim_
code string - Registration claim code for the Mist Edge
- model string
- Mist Edge hardware or virtual appliance model
- mxcluster_
id string - Mist Edge cluster identifier that this appliance belongs to
- mxedge_
mgmt object - Management credentials and settings for the Mist Edge
- name string
- Display name of the Mist Edge
- notes string
- Free-form notes for the Mist Edge
- ntp_
servers list(string) - Time synchronization servers used by the Mist Edge
- oob_
ip_ objectconfig - Out-of-band management IP configuration for the Mist Edge
- proxy object
- Network proxy settings used by the Mist Edge
- site_
id string - Identifier of the site when the Mist Edge is site-scoped
- tunterm_
dhcpd_ map(object)config - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm_
extra_ map(object)routes - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm_
igmp_ objectsnooping_ config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm_
ip_ objectconfig - Tunnel termination IP configuration for the Mist Edge
- tunterm_
monitorings list(list(object)) - Monitoring checks for tunnel termination reachability
- tunterm_
multicast_ objectconfig - Multicast forwarding settings for tunnel termination
- tunterm_
other_ map(object)ip_ configs - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm_
port_ objectconfig - Port configuration for tunnel termination traffic
- tunterm_
switch_ map(object)config - Switch VLAN settings for tunnel termination
- versions object
- Service version information reported by the Mist Edge
- org
Id String - Identifier of the org that owns the Mist Edge
- claim
Code String - Registration claim code for the Mist Edge
- model String
- Mist Edge hardware or virtual appliance model
- mxcluster
Id String - Mist Edge cluster identifier that this appliance belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - Management credentials and settings for the Mist Edge
- name String
- Display name of the Mist Edge
- notes String
- Free-form notes for the Mist Edge
- ntp
Servers List<String> - Time synchronization servers used by the Mist Edge
- oob
Ip MxedgeConfig Oob Ip Config - Out-of-band management IP configuration for the Mist Edge
- proxy
Mxedge
Proxy - Network proxy settings used by the Mist Edge
- site
Id String - Identifier of the site when the Mist Edge is site-scoped
- tunterm
Dhcpd Map<String,MxedgeConfig Tunterm Dhcpd Config Args> - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm
Extra Map<String,MxedgeRoutes Tunterm Extra Routes Args> - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm
Ip MxedgeConfig Tunterm Ip Config - Tunnel termination IP configuration for the Mist Edge
- tunterm
Monitorings List<List<MxedgeTunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- tunterm
Multicast MxedgeConfig Tunterm Multicast Config - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- tunterm
Switch Map<String,MxedgeConfig Tunterm Switch Config Args> - Switch VLAN settings for tunnel termination
- versions
Mxedge
Versions - Service version information reported by the Mist Edge
- org
Id string - Identifier of the org that owns the Mist Edge
- claim
Code string - Registration claim code for the Mist Edge
- model string
- Mist Edge hardware or virtual appliance model
- mxcluster
Id string - Mist Edge cluster identifier that this appliance belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - Management credentials and settings for the Mist Edge
- name string
- Display name of the Mist Edge
- notes string
- Free-form notes for the Mist Edge
- ntp
Servers string[] - Time synchronization servers used by the Mist Edge
- oob
Ip MxedgeConfig Oob Ip Config - Out-of-band management IP configuration for the Mist Edge
- proxy
Mxedge
Proxy - Network proxy settings used by the Mist Edge
- site
Id string - Identifier of the site when the Mist Edge is site-scoped
- tunterm
Dhcpd {[key: string]: MxedgeConfig Tunterm Dhcpd Config Args} - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm
Extra {[key: string]: MxedgeRoutes Tunterm Extra Routes Args} - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm
Ip MxedgeConfig Tunterm Ip Config - Tunnel termination IP configuration for the Mist Edge
- tunterm
Monitorings MxedgeTunterm Monitoring[][] - Monitoring checks for tunnel termination reachability
- tunterm
Multicast MxedgeConfig Tunterm Multicast Config - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- tunterm
Switch {[key: string]: MxedgeConfig Tunterm Switch Config Args} - Switch VLAN settings for tunnel termination
- versions
Mxedge
Versions - Service version information reported by the Mist Edge
- org_
id str - Identifier of the org that owns the Mist Edge
- claim_
code str - Registration claim code for the Mist Edge
- model str
- Mist Edge hardware or virtual appliance model
- mxcluster_
id str - Mist Edge cluster identifier that this appliance belongs to
- mxedge_
mgmt MxedgeMxedge Mgmt Args - Management credentials and settings for the Mist Edge
- name str
- Display name of the Mist Edge
- notes str
- Free-form notes for the Mist Edge
- ntp_
servers Sequence[str] - Time synchronization servers used by the Mist Edge
- oob_
ip_ Mxedgeconfig Oob Ip Config Args - Out-of-band management IP configuration for the Mist Edge
- proxy
Mxedge
Proxy Args - Network proxy settings used by the Mist Edge
- site_
id str - Identifier of the site when the Mist Edge is site-scoped
- tunterm_
dhcpd_ Mapping[str, Mxedgeconfig Tunterm Dhcpd Config Args] - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm_
extra_ Mapping[str, Mxedgeroutes Tunterm Extra Routes Args] - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm_
igmp_ Mxedgesnooping_ config Tunterm Igmp Snooping Config Args - IGMP snooping settings for Mist Tunneled VLANs
- tunterm_
ip_ Mxedgeconfig Tunterm Ip Config Args - Tunnel termination IP configuration for the Mist Edge
- tunterm_
monitorings Sequence[Sequence[MxedgeTunterm Monitoring Args]] - Monitoring checks for tunnel termination reachability
- tunterm_
multicast_ Mxedgeconfig Tunterm Multicast Config Args - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- tunterm_
switch_ Mapping[str, Mxedgeconfig Tunterm Switch Config Args] - Switch VLAN settings for tunnel termination
- versions
Mxedge
Versions Args - Service version information reported by the Mist Edge
- org
Id String - Identifier of the org that owns the Mist Edge
- claim
Code String - Registration claim code for the Mist Edge
- model String
- Mist Edge hardware or virtual appliance model
- mxcluster
Id String - Mist Edge cluster identifier that this appliance belongs to
- mxedge
Mgmt Property Map - Management credentials and settings for the Mist Edge
- name String
- Display name of the Mist Edge
- notes String
- Free-form notes for the Mist Edge
- ntp
Servers List<String> - Time synchronization servers used by the Mist Edge
- oob
Ip Property MapConfig - Out-of-band management IP configuration for the Mist Edge
- proxy Property Map
- Network proxy settings used by the Mist Edge
- site
Id String - Identifier of the site when the Mist Edge is site-scoped
- tunterm
Dhcpd Map<Property Map>Config - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm
Extra Map<Property Map>Routes - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm
Igmp Property MapSnooping Config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm
Ip Property MapConfig - Tunnel termination IP configuration for the Mist Edge
- tunterm
Monitorings List<List<Property Map>> - Monitoring checks for tunnel termination reachability
- tunterm
Multicast Property MapConfig - Multicast forwarding settings for tunnel termination
- tunterm
Other Map<Property Map>Ip Configs - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port Property MapConfig - Port configuration for tunnel termination traffic
- tunterm
Switch Map<Property Map>Config - Switch VLAN settings for tunnel termination
- versions Property Map
- Service version information reported by the Mist Edge
Outputs
All input properties are implicitly available as output properties. Additionally, the Mxedge resource produces the following output properties:
- For
Site bool - Whether this Mist Edge is scoped to a site
- Id string
- The provider-assigned unique ID for this managed resource.
- Mac string
- Mist Edge MAC address
- Mxagent
Registered bool - Whether the Mist Edge agent has registered with Mist cloud
- Services List<string>
- List of services enabled to run on the Mist Edge
- Tunterm
Registered bool - Whether the tunnel termination service has registered with Mist cloud
- For
Site bool - Whether this Mist Edge is scoped to a site
- Id string
- The provider-assigned unique ID for this managed resource.
- Mac string
- Mist Edge MAC address
- Mxagent
Registered bool - Whether the Mist Edge agent has registered with Mist cloud
- Services []string
- List of services enabled to run on the Mist Edge
- Tunterm
Registered bool - Whether the tunnel termination service has registered with Mist cloud
- for_
site bool - Whether this Mist Edge is scoped to a site
- id string
- The provider-assigned unique ID for this managed resource.
- mac string
- Mist Edge MAC address
- mxagent_
registered bool - Whether the Mist Edge agent has registered with Mist cloud
- services list(string)
- List of services enabled to run on the Mist Edge
- tunterm_
registered bool - Whether the tunnel termination service has registered with Mist cloud
- for
Site Boolean - Whether this Mist Edge is scoped to a site
- id String
- The provider-assigned unique ID for this managed resource.
- mac String
- Mist Edge MAC address
- mxagent
Registered Boolean - Whether the Mist Edge agent has registered with Mist cloud
- services List<String>
- List of services enabled to run on the Mist Edge
- tunterm
Registered Boolean - Whether the tunnel termination service has registered with Mist cloud
- for
Site boolean - Whether this Mist Edge is scoped to a site
- id string
- The provider-assigned unique ID for this managed resource.
- mac string
- Mist Edge MAC address
- mxagent
Registered boolean - Whether the Mist Edge agent has registered with Mist cloud
- services string[]
- List of services enabled to run on the Mist Edge
- tunterm
Registered boolean - Whether the tunnel termination service has registered with Mist cloud
- for_
site bool - Whether this Mist Edge is scoped to a site
- id str
- The provider-assigned unique ID for this managed resource.
- mac str
- Mist Edge MAC address
- mxagent_
registered bool - Whether the Mist Edge agent has registered with Mist cloud
- services Sequence[str]
- List of services enabled to run on the Mist Edge
- tunterm_
registered bool - Whether the tunnel termination service has registered with Mist cloud
- for
Site Boolean - Whether this Mist Edge is scoped to a site
- id String
- The provider-assigned unique ID for this managed resource.
- mac String
- Mist Edge MAC address
- mxagent
Registered Boolean - Whether the Mist Edge agent has registered with Mist cloud
- services List<String>
- List of services enabled to run on the Mist Edge
- tunterm
Registered Boolean - Whether the tunnel termination service has registered with Mist cloud
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,
for_site: Optional[bool] = 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,
notes: Optional[str] = None,
ntp_servers: Optional[Sequence[str]] = None,
oob_ip_config: Optional[MxedgeOobIpConfigArgs] = None,
org_id: Optional[str] = None,
proxy: Optional[MxedgeProxyArgs] = 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}import {
to = junipermist_org_mxedge.example
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 - Registration claim code for the Mist Edge
- For
Site bool - Whether this Mist Edge is scoped to a site
- Mac string
- Mist Edge MAC address
- Model string
- Mist Edge hardware or virtual appliance model
- Mxagent
Registered bool - Whether the Mist Edge agent has registered with Mist cloud
- Mxcluster
Id string - Mist Edge cluster identifier that this appliance belongs to
- Mxedge
Mgmt Pulumi.Juniper Mist. Org. Inputs. Mxedge Mxedge Mgmt - Management credentials and settings for the Mist Edge
- Name string
- Display name of the Mist Edge
- Notes string
- Free-form notes for the Mist Edge
- Ntp
Servers List<string> - Time synchronization servers used by the Mist Edge
- Oob
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Oob Ip Config - Out-of-band management IP configuration for the Mist Edge
- Org
Id string - Identifier of the org that owns the Mist Edge
- Proxy
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Proxy - Network proxy settings used by the Mist Edge
- Services List<string>
- List of services enabled to run on the Mist Edge
- Site
Id string - Identifier of the site when the Mist Edge is site-scoped
- Tunterm
Dhcpd Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Dhcpd Config Args> - DHCP relay or server settings for Mist Tunneled VLANs
- Tunterm
Extra Dictionary<string, Pulumi.Routes Juniper Mist. Org. Inputs. Mxedge Tunterm Extra Routes Args> - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- Tunterm
Igmp Pulumi.Snooping Config Juniper Mist. Org. Inputs. Mxedge Tunterm Igmp Snooping Config - IGMP snooping settings for Mist Tunneled VLANs
- Tunterm
Ip Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Ip Config - Tunnel termination IP configuration for the Mist Edge
- Tunterm
Monitorings List<ImmutableArray<Pulumi. Juniper Mist. Org. Inputs. Mxedge Tunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- Tunterm
Multicast Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Multicast Config - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- Tunterm
Registered bool - Whether the tunnel termination service has registered with Mist cloud
- Tunterm
Switch Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxedge Tunterm Switch Config Args> - Switch VLAN settings for tunnel termination
- Versions
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Versions - Service version information reported by the Mist Edge
- Claim
Code string - Registration claim code for the Mist Edge
- For
Site bool - Whether this Mist Edge is scoped to a site
- Mac string
- Mist Edge MAC address
- Model string
- Mist Edge hardware or virtual appliance model
- Mxagent
Registered bool - Whether the Mist Edge agent has registered with Mist cloud
- Mxcluster
Id string - Mist Edge cluster identifier that this appliance belongs to
- Mxedge
Mgmt MxedgeMxedge Mgmt Args - Management credentials and settings for the Mist Edge
- Name string
- Display name of the Mist Edge
- Notes string
- Free-form notes for the Mist Edge
- Ntp
Servers []string - Time synchronization servers used by the Mist Edge
- Oob
Ip MxedgeConfig Oob Ip Config Args - Out-of-band management IP configuration for the Mist Edge
- Org
Id string - Identifier of the org that owns the Mist Edge
- Proxy
Mxedge
Proxy Args - Network proxy settings used by the Mist Edge
- Services []string
- List of services enabled to run on the Mist Edge
- Site
Id string - Identifier of the site when the Mist Edge is site-scoped
- Tunterm
Dhcpd map[string]MxedgeConfig Tunterm Dhcpd Config Args - DHCP relay or server settings for Mist Tunneled VLANs
- Tunterm
Extra map[string]MxedgeRoutes Tunterm Extra Routes Args - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- Tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config Args - IGMP snooping settings for Mist Tunneled VLANs
- Tunterm
Ip MxedgeConfig Tunterm Ip Config Args - Tunnel termination IP configuration for the Mist Edge
- Tunterm
Monitorings [][]MxedgeTunterm Monitoring Args - Monitoring checks for tunnel termination reachability
- Tunterm
Multicast MxedgeConfig Tunterm Multicast Config Args - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- Tunterm
Registered bool - Whether the tunnel termination service has registered with Mist cloud
- Tunterm
Switch map[string]MxedgeConfig Tunterm Switch Config Args - Switch VLAN settings for tunnel termination
- Versions
Mxedge
Versions Args - Service version information reported by the Mist Edge
- claim_
code string - Registration claim code for the Mist Edge
- for_
site bool - Whether this Mist Edge is scoped to a site
- mac string
- Mist Edge MAC address
- model string
- Mist Edge hardware or virtual appliance model
- mxagent_
registered bool - Whether the Mist Edge agent has registered with Mist cloud
- mxcluster_
id string - Mist Edge cluster identifier that this appliance belongs to
- mxedge_
mgmt object - Management credentials and settings for the Mist Edge
- name string
- Display name of the Mist Edge
- notes string
- Free-form notes for the Mist Edge
- ntp_
servers list(string) - Time synchronization servers used by the Mist Edge
- oob_
ip_ objectconfig - Out-of-band management IP configuration for the Mist Edge
- org_
id string - Identifier of the org that owns the Mist Edge
- proxy object
- Network proxy settings used by the Mist Edge
- services list(string)
- List of services enabled to run on the Mist Edge
- site_
id string - Identifier of the site when the Mist Edge is site-scoped
- tunterm_
dhcpd_ map(object)config - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm_
extra_ map(object)routes - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm_
igmp_ objectsnooping_ config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm_
ip_ objectconfig - Tunnel termination IP configuration for the Mist Edge
- tunterm_
monitorings list(list(object)) - Monitoring checks for tunnel termination reachability
- tunterm_
multicast_ objectconfig - Multicast forwarding settings for tunnel termination
- tunterm_
other_ map(object)ip_ configs - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm_
port_ objectconfig - Port configuration for tunnel termination traffic
- tunterm_
registered bool - Whether the tunnel termination service has registered with Mist cloud
- tunterm_
switch_ map(object)config - Switch VLAN settings for tunnel termination
- versions object
- Service version information reported by the Mist Edge
- claim
Code String - Registration claim code for the Mist Edge
- for
Site Boolean - Whether this Mist Edge is scoped to a site
- mac String
- Mist Edge MAC address
- model String
- Mist Edge hardware or virtual appliance model
- mxagent
Registered Boolean - Whether the Mist Edge agent has registered with Mist cloud
- mxcluster
Id String - Mist Edge cluster identifier that this appliance belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - Management credentials and settings for the Mist Edge
- name String
- Display name of the Mist Edge
- notes String
- Free-form notes for the Mist Edge
- ntp
Servers List<String> - Time synchronization servers used by the Mist Edge
- oob
Ip MxedgeConfig Oob Ip Config - Out-of-band management IP configuration for the Mist Edge
- org
Id String - Identifier of the org that owns the Mist Edge
- proxy
Mxedge
Proxy - Network proxy settings used by the Mist Edge
- services List<String>
- List of services enabled to run on the Mist Edge
- site
Id String - Identifier of the site when the Mist Edge is site-scoped
- tunterm
Dhcpd Map<String,MxedgeConfig Tunterm Dhcpd Config Args> - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm
Extra Map<String,MxedgeRoutes Tunterm Extra Routes Args> - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm
Ip MxedgeConfig Tunterm Ip Config - Tunnel termination IP configuration for the Mist Edge
- tunterm
Monitorings List<List<MxedgeTunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- tunterm
Multicast MxedgeConfig Tunterm Multicast Config - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- tunterm
Registered Boolean - Whether the tunnel termination service has registered with Mist cloud
- tunterm
Switch Map<String,MxedgeConfig Tunterm Switch Config Args> - Switch VLAN settings for tunnel termination
- versions
Mxedge
Versions - Service version information reported by the Mist Edge
- claim
Code string - Registration claim code for the Mist Edge
- for
Site boolean - Whether this Mist Edge is scoped to a site
- mac string
- Mist Edge MAC address
- model string
- Mist Edge hardware or virtual appliance model
- mxagent
Registered boolean - Whether the Mist Edge agent has registered with Mist cloud
- mxcluster
Id string - Mist Edge cluster identifier that this appliance belongs to
- mxedge
Mgmt MxedgeMxedge Mgmt - Management credentials and settings for the Mist Edge
- name string
- Display name of the Mist Edge
- notes string
- Free-form notes for the Mist Edge
- ntp
Servers string[] - Time synchronization servers used by the Mist Edge
- oob
Ip MxedgeConfig Oob Ip Config - Out-of-band management IP configuration for the Mist Edge
- org
Id string - Identifier of the org that owns the Mist Edge
- proxy
Mxedge
Proxy - Network proxy settings used by the Mist Edge
- services string[]
- List of services enabled to run on the Mist Edge
- site
Id string - Identifier of the site when the Mist Edge is site-scoped
- tunterm
Dhcpd {[key: string]: MxedgeConfig Tunterm Dhcpd Config Args} - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm
Extra {[key: string]: MxedgeRoutes Tunterm Extra Routes Args} - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm
Igmp MxedgeSnooping Config Tunterm Igmp Snooping Config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm
Ip MxedgeConfig Tunterm Ip Config - Tunnel termination IP configuration for the Mist Edge
- tunterm
Monitorings MxedgeTunterm Monitoring[][] - Monitoring checks for tunnel termination reachability
- tunterm
Multicast MxedgeConfig Tunterm Multicast Config - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- tunterm
Registered boolean - Whether the tunnel termination service has registered with Mist cloud
- tunterm
Switch {[key: string]: MxedgeConfig Tunterm Switch Config Args} - Switch VLAN settings for tunnel termination
- versions
Mxedge
Versions - Service version information reported by the Mist Edge
- claim_
code str - Registration claim code for the Mist Edge
- for_
site bool - Whether this Mist Edge is scoped to a site
- mac str
- Mist Edge MAC address
- model str
- Mist Edge hardware or virtual appliance model
- mxagent_
registered bool - Whether the Mist Edge agent has registered with Mist cloud
- mxcluster_
id str - Mist Edge cluster identifier that this appliance belongs to
- mxedge_
mgmt MxedgeMxedge Mgmt Args - Management credentials and settings for the Mist Edge
- name str
- Display name of the Mist Edge
- notes str
- Free-form notes for the Mist Edge
- ntp_
servers Sequence[str] - Time synchronization servers used by the Mist Edge
- oob_
ip_ Mxedgeconfig Oob Ip Config Args - Out-of-band management IP configuration for the Mist Edge
- org_
id str - Identifier of the org that owns the Mist Edge
- proxy
Mxedge
Proxy Args - Network proxy settings used by the Mist Edge
- services Sequence[str]
- List of services enabled to run on the Mist Edge
- site_
id str - Identifier of the site when the Mist Edge is site-scoped
- tunterm_
dhcpd_ Mapping[str, Mxedgeconfig Tunterm Dhcpd Config Args] - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm_
extra_ Mapping[str, Mxedgeroutes Tunterm Extra Routes Args] - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm_
igmp_ Mxedgesnooping_ config Tunterm Igmp Snooping Config Args - IGMP snooping settings for Mist Tunneled VLANs
- tunterm_
ip_ Mxedgeconfig Tunterm Ip Config Args - Tunnel termination IP configuration for the Mist Edge
- tunterm_
monitorings Sequence[Sequence[MxedgeTunterm Monitoring Args]] - Monitoring checks for tunnel termination reachability
- tunterm_
multicast_ Mxedgeconfig Tunterm Multicast Config Args - Multicast forwarding settings for tunnel termination
- 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 - Port configuration for tunnel termination traffic
- tunterm_
registered bool - Whether the tunnel termination service has registered with Mist cloud
- tunterm_
switch_ Mapping[str, Mxedgeconfig Tunterm Switch Config Args] - Switch VLAN settings for tunnel termination
- versions
Mxedge
Versions Args - Service version information reported by the Mist Edge
- claim
Code String - Registration claim code for the Mist Edge
- for
Site Boolean - Whether this Mist Edge is scoped to a site
- mac String
- Mist Edge MAC address
- model String
- Mist Edge hardware or virtual appliance model
- mxagent
Registered Boolean - Whether the Mist Edge agent has registered with Mist cloud
- mxcluster
Id String - Mist Edge cluster identifier that this appliance belongs to
- mxedge
Mgmt Property Map - Management credentials and settings for the Mist Edge
- name String
- Display name of the Mist Edge
- notes String
- Free-form notes for the Mist Edge
- ntp
Servers List<String> - Time synchronization servers used by the Mist Edge
- oob
Ip Property MapConfig - Out-of-band management IP configuration for the Mist Edge
- org
Id String - Identifier of the org that owns the Mist Edge
- proxy Property Map
- Network proxy settings used by the Mist Edge
- services List<String>
- List of services enabled to run on the Mist Edge
- site
Id String - Identifier of the site when the Mist Edge is site-scoped
- tunterm
Dhcpd Map<Property Map>Config - DHCP relay or server settings for Mist Tunneled VLANs
- tunterm
Extra Map<Property Map>Routes - Extra routes for Mist Tunneled VLAN traffic; property key is a CIDR
- tunterm
Igmp Property MapSnooping Config - IGMP snooping settings for Mist Tunneled VLANs
- tunterm
Ip Property MapConfig - Tunnel termination IP configuration for the Mist Edge
- tunterm
Monitorings List<List<Property Map>> - Monitoring checks for tunnel termination reachability
- tunterm
Multicast Property MapConfig - Multicast forwarding settings for tunnel termination
- tunterm
Other Map<Property Map>Ip Configs - IPconfigs by VLAN ID. Property key is the VLAN ID
- tunterm
Port Property MapConfig - Port configuration for tunnel termination traffic
- tunterm
Registered Boolean - Whether the tunnel termination service has registered with Mist cloud
- tunterm
Switch Map<Property Map>Config - Switch VLAN settings for tunnel termination
- versions Property Map
- Service version information reported by the Mist Edge
Supporting Types
MxedgeMxedgeMgmt, MxedgeMxedgeMgmtArgs
- Config
Auto boolRevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- Fips
Enabled bool - Whether FIPS mode is enabled on the Mist Edge
- Mist
Password string - Password for the Mist service account on the Mist Edge
- Oob
Ip stringType - IPv4 address assignment mode for out-of-band management
- Oob
Ip stringType6 - IPv6 address assignment mode for out-of-band management
- Root
Password string - Root account password for the Mist Edge
- Config
Auto boolRevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- Fips
Enabled bool - Whether FIPS mode is enabled on the Mist Edge
- Mist
Password string - Password for the Mist service account on the Mist Edge
- Oob
Ip stringType - IPv4 address assignment mode for out-of-band management
- Oob
Ip stringType6 - IPv6 address assignment mode for out-of-band management
- Root
Password string - Root account password for the Mist Edge
- config_
auto_ boolrevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- fips_
enabled bool - Whether FIPS mode is enabled on the Mist Edge
- mist_
password string - Password for the Mist service account on the Mist Edge
- oob_
ip_ stringtype - IPv4 address assignment mode for out-of-band management
- oob_
ip_ stringtype6 - IPv6 address assignment mode for out-of-band management
- root_
password string - Root account password for the Mist Edge
- config
Auto BooleanRevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- fips
Enabled Boolean - Whether FIPS mode is enabled on the Mist Edge
- mist
Password String - Password for the Mist service account on the Mist Edge
- oob
Ip StringType - IPv4 address assignment mode for out-of-band management
- oob
Ip StringType6 - IPv6 address assignment mode for out-of-band management
- root
Password String - Root account password for the Mist Edge
- config
Auto booleanRevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- fips
Enabled boolean - Whether FIPS mode is enabled on the Mist Edge
- mist
Password string - Password for the Mist service account on the Mist Edge
- oob
Ip stringType - IPv4 address assignment mode for out-of-band management
- oob
Ip stringType6 - IPv6 address assignment mode for out-of-band management
- root
Password string - Root account password for the Mist Edge
- config_
auto_ boolrevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- fips_
enabled bool - Whether FIPS mode is enabled on the Mist Edge
- mist_
password str - Password for the Mist service account on the Mist Edge
- oob_
ip_ strtype - IPv4 address assignment mode for out-of-band management
- oob_
ip_ strtype6 - IPv6 address assignment mode for out-of-band management
- root_
password str - Root account password for the Mist Edge
- config
Auto BooleanRevert - Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
- fips
Enabled Boolean - Whether FIPS mode is enabled on the Mist Edge
- mist
Password String - Password for the Mist service account on the Mist Edge
- oob
Ip StringType - IPv4 address assignment mode for out-of-band management
- oob
Ip StringType6 - IPv6 address assignment mode for out-of-band management
- root
Password String - Root account password for the Mist Edge
MxedgeOobIpConfig, MxedgeOobIpConfigArgs
- Autoconf6 bool
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- Dhcp6 bool
- Whether DHCPv6 is enabled on the out-of-band management interface
- Dns List<string>
- Name server addresses for out-of-band management
- Gateway string
- If
type=static, IPv4 default gateway for the out-of-band management interface - Gateway6 string
- If
type6=static, IPv6 default gateway for the out-of-band management interface - Ip string
- If
type=static, IPv4 address for the out-of-band management interface - Ip6 string
- If
type6=static, IPv6 address for the out-of-band management interface - Netmask string
- If
type=static, IPv4 netmask for the out-of-band management interface - Netmask6 string
- If
type6=static, IPv6 prefix length for the out-of-band management interface - Type string
- IPv4 address assignment mode for out-of-band management
- Type6 string
- IPv6 address assignment mode for out-of-band management
- Autoconf6 bool
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- Dhcp6 bool
- Whether DHCPv6 is enabled on the out-of-band management interface
- Dns []string
- Name server addresses for out-of-band management
- Gateway string
- If
type=static, IPv4 default gateway for the out-of-band management interface - Gateway6 string
- If
type6=static, IPv6 default gateway for the out-of-band management interface - Ip string
- If
type=static, IPv4 address for the out-of-band management interface - Ip6 string
- If
type6=static, IPv6 address for the out-of-band management interface - Netmask string
- If
type=static, IPv4 netmask for the out-of-band management interface - Netmask6 string
- If
type6=static, IPv6 prefix length for the out-of-band management interface - Type string
- IPv4 address assignment mode for out-of-band management
- Type6 string
- IPv6 address assignment mode for out-of-band management
- autoconf6 bool
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- dhcp6 bool
- Whether DHCPv6 is enabled on the out-of-band management interface
- dns list(string)
- Name server addresses for out-of-band management
- gateway string
- If
type=static, IPv4 default gateway for the out-of-band management interface - gateway6 string
- If
type6=static, IPv6 default gateway for the out-of-band management interface - ip string
- If
type=static, IPv4 address for the out-of-band management interface - ip6 string
- If
type6=static, IPv6 address for the out-of-band management interface - netmask string
- If
type=static, IPv4 netmask for the out-of-band management interface - netmask6 string
- If
type6=static, IPv6 prefix length for the out-of-band management interface - type string
- IPv4 address assignment mode for out-of-band management
- type6 string
- IPv6 address assignment mode for out-of-band management
- autoconf6 Boolean
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- dhcp6 Boolean
- Whether DHCPv6 is enabled on the out-of-band management interface
- dns List<String>
- Name server addresses for out-of-band management
- gateway String
- If
type=static, IPv4 default gateway for the out-of-band management interface - gateway6 String
- If
type6=static, IPv6 default gateway for the out-of-band management interface - ip String
- If
type=static, IPv4 address for the out-of-band management interface - ip6 String
- If
type6=static, IPv6 address for the out-of-band management interface - netmask String
- If
type=static, IPv4 netmask for the out-of-band management interface - netmask6 String
- If
type6=static, IPv6 prefix length for the out-of-band management interface - type String
- IPv4 address assignment mode for out-of-band management
- type6 String
- IPv6 address assignment mode for out-of-band management
- autoconf6 boolean
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- dhcp6 boolean
- Whether DHCPv6 is enabled on the out-of-band management interface
- dns string[]
- Name server addresses for out-of-band management
- gateway string
- If
type=static, IPv4 default gateway for the out-of-band management interface - gateway6 string
- If
type6=static, IPv6 default gateway for the out-of-band management interface - ip string
- If
type=static, IPv4 address for the out-of-band management interface - ip6 string
- If
type6=static, IPv6 address for the out-of-band management interface - netmask string
- If
type=static, IPv4 netmask for the out-of-band management interface - netmask6 string
- If
type6=static, IPv6 prefix length for the out-of-band management interface - type string
- IPv4 address assignment mode for out-of-band management
- type6 string
- IPv6 address assignment mode for out-of-band management
- autoconf6 bool
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- dhcp6 bool
- Whether DHCPv6 is enabled on the out-of-band management interface
- dns Sequence[str]
- Name server addresses for out-of-band management
- gateway str
- If
type=static, IPv4 default gateway for the out-of-band management interface - gateway6 str
- If
type6=static, IPv6 default gateway for the out-of-band management interface - ip str
- If
type=static, IPv4 address for the out-of-band management interface - ip6 str
- If
type6=static, IPv6 address for the out-of-band management interface - netmask str
- If
type=static, IPv4 netmask for the out-of-band management interface - netmask6 str
- If
type6=static, IPv6 prefix length for the out-of-band management interface - type str
- IPv4 address assignment mode for out-of-band management
- type6 str
- IPv6 address assignment mode for out-of-band management
- autoconf6 Boolean
- Whether IPv6 autoconfiguration is enabled on the out-of-band management interface
- dhcp6 Boolean
- Whether DHCPv6 is enabled on the out-of-band management interface
- dns List<String>
- Name server addresses for out-of-band management
- gateway String
- If
type=static, IPv4 default gateway for the out-of-band management interface - gateway6 String
- If
type6=static, IPv6 default gateway for the out-of-band management interface - ip String
- If
type=static, IPv4 address for the out-of-band management interface - ip6 String
- If
type6=static, IPv6 address for the out-of-band management interface - netmask String
- If
type=static, IPv4 netmask for the out-of-band management interface - netmask6 String
- If
type6=static, IPv6 prefix length for the out-of-band management interface - type String
- IPv4 address assignment mode for out-of-band management
- type6 String
- IPv6 address assignment mode for out-of-band management
MxedgeProxy, MxedgeProxyArgs
MxedgeTuntermDhcpdConfig, MxedgeTuntermDhcpdConfigArgs
MxedgeTuntermExtraRoutes, MxedgeTuntermExtraRoutesArgs
- Via string
- Next-hop IP address for this Mist Tunnel extra route
- Via string
- Next-hop IP address for this Mist Tunnel extra route
- via string
- Next-hop IP address for this Mist Tunnel extra route
- via String
- Next-hop IP address for this Mist Tunnel extra route
- via string
- Next-hop IP address for this Mist Tunnel extra route
- via str
- Next-hop IP address for this Mist Tunnel extra route
- via String
- Next-hop IP address for this Mist Tunnel extra route
MxedgeTuntermIgmpSnoopingConfig, MxedgeTuntermIgmpSnoopingConfigArgs
- Enabled bool
- Whether IGMP snooping is enabled for the configured VLANs
- Querier
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Tunterm Igmp Snooping Config Querier - IGMP querier settings used with tunnel termination snooping
- Vlan
Ids List<int> - List of VLAN IDs where tunnel termination performs IGMP snooping
- Enabled bool
- Whether IGMP snooping is enabled for the configured VLANs
- Querier
Mxedge
Tunterm Igmp Snooping Config Querier - IGMP querier settings used with tunnel termination snooping
- Vlan
Ids []int - List of VLAN IDs where tunnel termination performs IGMP snooping
- enabled Boolean
- Whether IGMP snooping is enabled for the configured VLANs
- querier
Mxedge
Tunterm Igmp Snooping Config Querier - IGMP querier settings used with tunnel termination snooping
- vlan
Ids List<Integer> - List of VLAN IDs where tunnel termination performs IGMP snooping
- enabled boolean
- Whether IGMP snooping is enabled for the configured VLANs
- querier
Mxedge
Tunterm Igmp Snooping Config Querier - IGMP querier settings used with tunnel termination snooping
- vlan
Ids number[] - List of VLAN IDs where tunnel termination performs IGMP snooping
- enabled bool
- Whether IGMP snooping is enabled for the configured VLANs
- querier
Mxedge
Tunterm Igmp Snooping Config Querier - IGMP querier settings used with tunnel termination snooping
- vlan_
ids Sequence[int] - List of VLAN IDs where tunnel termination performs IGMP snooping
- enabled Boolean
- Whether IGMP snooping is enabled for the configured VLANs
- querier Property Map
- IGMP querier settings used with tunnel termination snooping
- vlan
Ids List<Number> - List of VLAN IDs where tunnel termination 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
- IGMP querier robustness variable
- 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
- IGMP querier robustness variable
- 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
- IGMP querier robustness variable
- version number
- 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
- IGMP querier robustness variable
- 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
- IGMP querier robustness variable
- 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
- IGMP querier robustness variable
- 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
- IGMP querier robustness variable
- version Number
- Querier's maximum protocol version
MxedgeTuntermIpConfig, MxedgeTuntermIpConfigArgs
- Gateway string
- IPv4 gateway for the Mist Tunnel interface
- Ip string
- Address on the untagged Mist Tunnel interface, in IPv4 format
- Netmask string
- Subnet mask for the Mist Tunnel IPv4 address
- Gateway6 string
- IPv6 gateway for the Mist Tunnel interface
- Ip6 string
- Address on the Mist Tunnel interface, in IPv6 format
- Netmask6 string
- Prefix length for the Mist Tunnel IPv6 address
- Gateway string
- IPv4 gateway for the Mist Tunnel interface
- Ip string
- Address on the untagged Mist Tunnel interface, in IPv4 format
- Netmask string
- Subnet mask for the Mist Tunnel IPv4 address
- Gateway6 string
- IPv6 gateway for the Mist Tunnel interface
- Ip6 string
- Address on the Mist Tunnel interface, in IPv6 format
- Netmask6 string
- Prefix length for the Mist Tunnel IPv6 address
- gateway string
- IPv4 gateway for the Mist Tunnel interface
- ip string
- Address on the untagged Mist Tunnel interface, in IPv4 format
- netmask string
- Subnet mask for the Mist Tunnel IPv4 address
- gateway6 string
- IPv6 gateway for the Mist Tunnel interface
- ip6 string
- Address on the Mist Tunnel interface, in IPv6 format
- netmask6 string
- Prefix length for the Mist Tunnel IPv6 address
- gateway String
- IPv4 gateway for the Mist Tunnel interface
- ip String
- Address on the untagged Mist Tunnel interface, in IPv4 format
- netmask String
- Subnet mask for the Mist Tunnel IPv4 address
- gateway6 String
- IPv6 gateway for the Mist Tunnel interface
- ip6 String
- Address on the Mist Tunnel interface, in IPv6 format
- netmask6 String
- Prefix length for the Mist Tunnel IPv6 address
- gateway string
- IPv4 gateway for the Mist Tunnel interface
- ip string
- Address on the untagged Mist Tunnel interface, in IPv4 format
- netmask string
- Subnet mask for the Mist Tunnel IPv4 address
- gateway6 string
- IPv6 gateway for the Mist Tunnel interface
- ip6 string
- Address on the Mist Tunnel interface, in IPv6 format
- netmask6 string
- Prefix length for the Mist Tunnel IPv6 address
- gateway str
- IPv4 gateway for the Mist Tunnel interface
- ip str
- Address on the untagged Mist Tunnel interface, in IPv4 format
- netmask str
- Subnet mask for the Mist Tunnel IPv4 address
- gateway6 str
- IPv6 gateway for the Mist Tunnel interface
- ip6 str
- Address on the Mist Tunnel interface, in IPv6 format
- netmask6 str
- Prefix length for the Mist Tunnel IPv6 address
- gateway String
- IPv4 gateway for the Mist Tunnel interface
- ip String
- Address on the untagged Mist Tunnel interface, in IPv4 format
- netmask String
- Subnet mask for the Mist Tunnel IPv4 address
- gateway6 String
- IPv6 gateway for the Mist Tunnel interface
- ip6 String
- Address on the Mist Tunnel interface, in IPv6 format
- netmask6 String
- Prefix length for the Mist Tunnel IPv6 address
MxedgeTuntermMonitoring, MxedgeTuntermMonitoringArgs
- host string
- port number
- protocol string
- src_
vlan_ numberid - timeout number
- host str
- port int
- protocol str
- src_
vlan_ intid - timeout int
MxedgeTuntermMulticastConfig, MxedgeTuntermMulticastConfigArgs
- Mdns
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Tunterm Multicast Config Mdns - Settings for mDNS forwarding on tunnel termination VLANs
- Ssdp
Pulumi.
Juniper Mist. Org. Inputs. Mxedge Tunterm Multicast Config Ssdp - Settings for SSDP forwarding on tunnel termination VLANs
- Mdns
Mxedge
Tunterm Multicast Config Mdns - Settings for mDNS forwarding on tunnel termination VLANs
- Ssdp
Mxedge
Tunterm Multicast Config Ssdp - Settings for SSDP forwarding on tunnel termination VLANs
- mdns
Mxedge
Tunterm Multicast Config Mdns - Settings for mDNS forwarding on tunnel termination VLANs
- ssdp
Mxedge
Tunterm Multicast Config Ssdp - Settings for SSDP forwarding on tunnel termination VLANs
- mdns
Mxedge
Tunterm Multicast Config Mdns - Settings for mDNS forwarding on tunnel termination VLANs
- ssdp
Mxedge
Tunterm Multicast Config Ssdp - Settings for SSDP forwarding on tunnel termination VLANs
- mdns
Mxedge
Tunterm Multicast Config Mdns - Settings for mDNS forwarding on tunnel termination VLANs
- ssdp
Mxedge
Tunterm Multicast Config Ssdp - Settings for SSDP forwarding on tunnel termination VLANs
- mdns Property Map
- Settings for mDNS forwarding on tunnel termination VLANs
- ssdp Property Map
- Settings for SSDP forwarding on tunnel termination VLANs
MxedgeTuntermMulticastConfigMdns, MxedgeTuntermMulticastConfigMdnsArgs
MxedgeTuntermMulticastConfigSsdp, MxedgeTuntermMulticastConfigSsdpArgs
MxedgeTuntermOtherIpConfigs, MxedgeTuntermOtherIpConfigsArgs
MxedgeTuntermPortConfig, MxedgeTuntermPortConfigArgs
- Downstream
Ports List<string> - Ports connected downstream toward APs for tunnel termination
- Separate
Upstream boolDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- Upstream
Port stringVlan Id - Native VLAN ID applied to upstream tunnel termination ports
- Upstream
Ports List<string> - Ports connected upstream toward the LAN for tunnel termination
- Downstream
Ports []string - Ports connected downstream toward APs for tunnel termination
- Separate
Upstream boolDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- Upstream
Port stringVlan Id - Native VLAN ID applied to upstream tunnel termination ports
- Upstream
Ports []string - Ports connected upstream toward the LAN for tunnel termination
- downstream_
ports list(string) - Ports connected downstream toward APs for tunnel termination
- separate_
upstream_ booldownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream_
port_ stringvlan_ id - Native VLAN ID applied to upstream tunnel termination ports
- upstream_
ports list(string) - Ports connected upstream toward the LAN for tunnel termination
- downstream
Ports List<String> - Ports connected downstream toward APs for tunnel termination
- separate
Upstream BooleanDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream
Port StringVlan Id - Native VLAN ID applied to upstream tunnel termination ports
- upstream
Ports List<String> - Ports connected upstream toward the LAN for tunnel termination
- downstream
Ports string[] - Ports connected downstream toward APs for tunnel termination
- separate
Upstream booleanDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream
Port stringVlan Id - Native VLAN ID applied to upstream tunnel termination ports
- upstream
Ports string[] - Ports connected upstream toward the LAN for tunnel termination
- downstream_
ports Sequence[str] - Ports connected downstream toward APs for tunnel termination
- separate_
upstream_ booldownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream_
port_ strvlan_ id - Native VLAN ID applied to upstream tunnel termination ports
- upstream_
ports Sequence[str] - Ports connected upstream toward the LAN for tunnel termination
- downstream
Ports List<String> - Ports connected downstream toward APs for tunnel termination
- separate
Upstream BooleanDownstream - Whether to separate upstream / downstream ports. default is false where all ports will be used.
- upstream
Port StringVlan Id - Native VLAN ID applied to upstream tunnel termination ports
- upstream
Ports List<String> - Ports connected upstream toward the LAN for tunnel termination
MxedgeTuntermSwitchConfig, MxedgeTuntermSwitchConfigArgs
- Port
Vlan intId - Untagged VLAN ID for this tunnel termination switch port
- Vlan
Ids List<string> - List of tagged VLAN IDs allowed on this tunnel termination switch port
- Port
Vlan intId - Untagged VLAN ID for this tunnel termination switch port
- Vlan
Ids []string - List of tagged VLAN IDs allowed on this tunnel termination switch port
- port_
vlan_ numberid - Untagged VLAN ID for this tunnel termination switch port
- vlan_
ids list(string) - List of tagged VLAN IDs allowed on this tunnel termination switch port
- port
Vlan IntegerId - Untagged VLAN ID for this tunnel termination switch port
- vlan
Ids List<String> - List of tagged VLAN IDs allowed on this tunnel termination switch port
- port
Vlan numberId - Untagged VLAN ID for this tunnel termination switch port
- vlan
Ids string[] - List of tagged VLAN IDs allowed on this tunnel termination switch port
- port_
vlan_ intid - Untagged VLAN ID for this tunnel termination switch port
- vlan_
ids Sequence[str] - List of tagged VLAN IDs allowed on this tunnel termination switch port
- port
Vlan NumberId - Untagged VLAN ID for this tunnel termination switch port
- vlan
Ids List<String> - List of tagged VLAN IDs allowed on this tunnel termination switch port
MxedgeVersions, MxedgeVersionsArgs
Import
Using pulumi import, import junipermist.org.Mxedge with:
Mist Org MxEdge can be imported by specifying the orgId and the mxedgeId
$ pulumi import junipermist:org/mxedge:Mxedge edge_one 17f90707-aebe-4274-af42-f42952a665a3.387804a7-3474-85ce-15a2-f9a9684c9c90
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mistTerraform Provider.
published on Friday, Jul 10, 2026 by Pulumi