published on Saturday, Jul 11, 2026 by Pulumi
published on Saturday, Jul 11, 2026 by Pulumi
This resource manages MxCluster (cluster of MxEdge devices) in the Mist Organization.
A Mist Edge Cluster is a group of one or more Org Mist Edge devices (mist_org_mxedge) providing tunnel termination, edge network services and RADIUS proxy capabilities.
Create Mxcluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Mxcluster(name: string, args: MxclusterArgs, opts?: CustomResourceOptions);@overload
def Mxcluster(resource_name: str,
args: MxclusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Mxcluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
org_id: Optional[str] = None,
site_id: Optional[str] = None,
tunterm_dhcpd_config: Optional[Mapping[str, MxclusterTuntermDhcpdConfigArgs]] = None,
mxedge_mgmt: Optional[MxclusterMxedgeMgmtArgs] = None,
name: Optional[str] = None,
mist_nac: Optional[MxclusterMistNacArgs] = None,
proxy: Optional[MxclusterProxyArgs] = None,
mist_nacedge: Optional[MxclusterMistNacedgeArgs] = None,
radsec: Optional[MxclusterRadsecArgs] = None,
tunterm_ap_subnets: Optional[Sequence[str]] = None,
mist_das: Optional[MxclusterMistDasArgs] = None,
tunterm_extra_routes: Optional[Mapping[str, MxclusterTuntermExtraRoutesArgs]] = None,
tunterm_hosts: Optional[Sequence[str]] = None,
tunterm_hosts_orders: Optional[Sequence[int]] = None,
tunterm_hosts_selection: Optional[str] = None,
tunterm_monitoring_disabled: Optional[bool] = None,
tunterm_monitorings: Optional[Sequence[Sequence[MxclusterTuntermMonitoringArgs]]] = None)func NewMxcluster(ctx *Context, name string, args MxclusterArgs, opts ...ResourceOption) (*Mxcluster, error)public Mxcluster(string name, MxclusterArgs args, CustomResourceOptions? opts = null)
public Mxcluster(String name, MxclusterArgs args)
public Mxcluster(String name, MxclusterArgs args, CustomResourceOptions options)
type: junipermist:org:Mxcluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "junipermist_org_mxcluster" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args MxclusterArgs
- 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 MxclusterArgs
- 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 MxclusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MxclusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MxclusterArgs
- 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 mxclusterResource = new JuniperMist.Org.Mxcluster("mxclusterResource", new()
{
OrgId = "string",
SiteId = "string",
TuntermDhcpdConfig =
{
{ "string", new JuniperMist.Org.Inputs.MxclusterTuntermDhcpdConfigArgs
{
Enabled = false,
Servers = new[]
{
"string",
},
Type = "string",
} },
},
MxedgeMgmt = new JuniperMist.Org.Inputs.MxclusterMxedgeMgmtArgs
{
ConfigAutoRevert = false,
FipsEnabled = false,
MistPassword = "string",
OobIpType = "string",
OobIpType6 = "string",
RootPassword = "string",
},
Name = "string",
MistNac = new JuniperMist.Org.Inputs.MxclusterMistNacArgs
{
AcctServerPort = 0,
AuthServerPort = 0,
ClientIps =
{
{ "string", null },
},
Enabled = false,
Secret = "string",
},
Proxy = new JuniperMist.Org.Inputs.MxclusterProxyArgs
{
Disabled = false,
Url = "string",
},
MistNacedge = new JuniperMist.Org.Inputs.MxclusterMistNacedgeArgs
{
AuthTtl = 0,
CachingSiteIds = new[]
{
"string",
},
DefaultDot1xVlan = "string",
DefaultVlan = "string",
Enabled = false,
NacEdgeHosts = new[]
{
"string",
},
},
Radsec = new JuniperMist.Org.Inputs.MxclusterRadsecArgs
{
AcctServers = new[]
{
new JuniperMist.Org.Inputs.MxclusterRadsecAcctServerArgs
{
Host = "string",
Port = 0,
Secret = "string",
Ssids = new[]
{
"string",
},
},
},
AuthServers = new[]
{
new JuniperMist.Org.Inputs.MxclusterRadsecAuthServerArgs
{
Host = "string",
InbandStatusCheck = false,
InbandStatusInterval = 0,
KeywrapEnabled = false,
KeywrapFormat = "string",
KeywrapKek = "string",
KeywrapMack = "string",
Port = 0,
Retry = 0,
Secret = "string",
Ssids = new[]
{
"string",
},
Timeout = 0,
},
},
Enabled = false,
MatchSsid = false,
NasIpSource = "string",
ProxyHosts = new[]
{
"string",
},
ServerSelection = "string",
SrcIpSource = "string",
},
TuntermApSubnets = new[]
{
"string",
},
MistDas = new JuniperMist.Org.Inputs.MxclusterMistDasArgs
{
CoaServers = new[]
{
new JuniperMist.Org.Inputs.MxclusterMistDasCoaServerArgs
{
DisableEventTimestampCheck = false,
Enabled = false,
Host = "string",
Port = 0,
RequireMessageAuthenticator = false,
Secret = "string",
},
},
Enabled = false,
},
TuntermExtraRoutes =
{
{ "string", new JuniperMist.Org.Inputs.MxclusterTuntermExtraRoutesArgs
{
Via = "string",
} },
},
TuntermHosts = new[]
{
"string",
},
TuntermHostsOrders = new[]
{
0,
},
TuntermHostsSelection = "string",
TuntermMonitoringDisabled = false,
TuntermMonitorings = new[]
{
new[]
{
new JuniperMist.Org.Inputs.MxclusterTuntermMonitoringArgs
{
Host = "string",
Port = 0,
Protocol = "string",
SrcVlanId = 0,
Timeout = 0,
},
},
},
});
example, err := org.NewMxcluster(ctx, "mxclusterResource", &org.MxclusterArgs{
OrgId: pulumi.String("string"),
SiteId: pulumi.String("string"),
TuntermDhcpdConfig: org.MxclusterTuntermDhcpdConfigMap{
"string": &org.MxclusterTuntermDhcpdConfigArgs{
Enabled: pulumi.Bool(false),
Servers: pulumi.StringArray{
pulumi.String("string"),
},
Type: pulumi.String("string"),
},
},
MxedgeMgmt: &org.MxclusterMxedgeMgmtArgs{
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"),
MistNac: &org.MxclusterMistNacArgs{
AcctServerPort: pulumi.Int(0),
AuthServerPort: pulumi.Int(0),
ClientIps: org.MxclusterMistNacClientIpsMap{
"string": &org.MxclusterMistNacClientIpsArgs{},
},
Enabled: pulumi.Bool(false),
Secret: pulumi.String("string"),
},
Proxy: &org.MxclusterProxyArgs{
Disabled: pulumi.Bool(false),
Url: pulumi.String("string"),
},
MistNacedge: &org.MxclusterMistNacedgeArgs{
AuthTtl: pulumi.Int(0),
CachingSiteIds: pulumi.StringArray{
pulumi.String("string"),
},
DefaultDot1xVlan: pulumi.String("string"),
DefaultVlan: pulumi.String("string"),
Enabled: pulumi.Bool(false),
NacEdgeHosts: pulumi.StringArray{
pulumi.String("string"),
},
},
Radsec: &org.MxclusterRadsecArgs{
AcctServers: org.MxclusterRadsecAcctServerArray{
&org.MxclusterRadsecAcctServerArgs{
Host: pulumi.String("string"),
Port: pulumi.Int(0),
Secret: pulumi.String("string"),
Ssids: pulumi.StringArray{
pulumi.String("string"),
},
},
},
AuthServers: org.MxclusterRadsecAuthServerArray{
&org.MxclusterRadsecAuthServerArgs{
Host: pulumi.String("string"),
InbandStatusCheck: pulumi.Bool(false),
InbandStatusInterval: pulumi.Int(0),
KeywrapEnabled: pulumi.Bool(false),
KeywrapFormat: pulumi.String("string"),
KeywrapKek: pulumi.String("string"),
KeywrapMack: pulumi.String("string"),
Port: pulumi.Int(0),
Retry: pulumi.Int(0),
Secret: pulumi.String("string"),
Ssids: pulumi.StringArray{
pulumi.String("string"),
},
Timeout: pulumi.Int(0),
},
},
Enabled: pulumi.Bool(false),
MatchSsid: pulumi.Bool(false),
NasIpSource: pulumi.String("string"),
ProxyHosts: pulumi.StringArray{
pulumi.String("string"),
},
ServerSelection: pulumi.String("string"),
SrcIpSource: pulumi.String("string"),
},
TuntermApSubnets: pulumi.StringArray{
pulumi.String("string"),
},
MistDas: &org.MxclusterMistDasArgs{
CoaServers: org.MxclusterMistDasCoaServerArray{
&org.MxclusterMistDasCoaServerArgs{
DisableEventTimestampCheck: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
Host: pulumi.String("string"),
Port: pulumi.Int(0),
RequireMessageAuthenticator: pulumi.Bool(false),
Secret: pulumi.String("string"),
},
},
Enabled: pulumi.Bool(false),
},
TuntermExtraRoutes: org.MxclusterTuntermExtraRoutesMap{
"string": &org.MxclusterTuntermExtraRoutesArgs{
Via: pulumi.String("string"),
},
},
TuntermHosts: pulumi.StringArray{
pulumi.String("string"),
},
TuntermHostsOrders: pulumi.IntArray{
pulumi.Int(0),
},
TuntermHostsSelection: pulumi.String("string"),
TuntermMonitoringDisabled: pulumi.Bool(false),
TuntermMonitorings: org.MxclusterTuntermMonitoringArrayArray{
org.MxclusterTuntermMonitoringArray{
&org.MxclusterTuntermMonitoringArgs{
Host: pulumi.String("string"),
Port: pulumi.Int(0),
Protocol: pulumi.String("string"),
SrcVlanId: pulumi.Int(0),
Timeout: pulumi.Int(0),
},
},
},
})
resource "junipermist_org_mxcluster" "mxclusterResource" {
lifecycle {
create_before_destroy = true
}
org_id = "string"
site_id = "string"
tunterm_dhcpd_config = {
"string" = {
enabled = false
servers = ["string"]
type = "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"
mist_nac = {
acct_server_port = 0
auth_server_port = 0
client_ips = {
"string" = {}
}
enabled = false
secret = "string"
}
proxy = {
disabled = false
url = "string"
}
mist_nacedge = {
auth_ttl = 0
caching_site_ids = ["string"]
default_dot1x_vlan = "string"
default_vlan = "string"
enabled = false
nac_edge_hosts = ["string"]
}
radsec = {
acct_servers = [{
host = "string"
port = 0
secret = "string"
ssids = ["string"]
}]
auth_servers = [{
host = "string"
inband_status_check = false
inband_status_interval = 0
keywrap_enabled = false
keywrap_format = "string"
keywrap_kek = "string"
keywrap_mack = "string"
port = 0
retry = 0
secret = "string"
ssids = ["string"]
timeout = 0
}]
enabled = false
match_ssid = false
nas_ip_source = "string"
proxy_hosts = ["string"]
server_selection = "string"
src_ip_source = "string"
}
tunterm_ap_subnets = ["string"]
mist_das = {
coa_servers = [{
disable_event_timestamp_check = false
enabled = false
host = "string"
port = 0
require_message_authenticator = false
secret = "string"
}]
enabled = false
}
tunterm_extra_routes = {
"string" = {
via = "string"
}
}
tunterm_hosts = ["string"]
tunterm_hosts_orders = [0]
tunterm_hosts_selection = "string"
tunterm_monitoring_disabled = false
tunterm_monitorings = [[{
host = "string"
port = 0
protocol = "string"
src_vlan_id = 0
timeout = 0
}]]
}
var mxclusterResource = new Mxcluster("mxclusterResource", MxclusterArgs.builder()
.orgId("string")
.siteId("string")
.tuntermDhcpdConfig(Map.of("string", MxclusterTuntermDhcpdConfigArgs.builder()
.enabled(false)
.servers("string")
.type("string")
.build()))
.mxedgeMgmt(MxclusterMxedgeMgmtArgs.builder()
.configAutoRevert(false)
.fipsEnabled(false)
.mistPassword("string")
.oobIpType("string")
.oobIpType6("string")
.rootPassword("string")
.build())
.name("string")
.mistNac(MxclusterMistNacArgs.builder()
.acctServerPort(0)
.authServerPort(0)
.clientIps(Map.of("string", MxclusterMistNacClientIpsArgs.builder()
.build()))
.enabled(false)
.secret("string")
.build())
.proxy(MxclusterProxyArgs.builder()
.disabled(false)
.url("string")
.build())
.mistNacedge(MxclusterMistNacedgeArgs.builder()
.authTtl(0)
.cachingSiteIds("string")
.defaultDot1xVlan("string")
.defaultVlan("string")
.enabled(false)
.nacEdgeHosts("string")
.build())
.radsec(MxclusterRadsecArgs.builder()
.acctServers(MxclusterRadsecAcctServerArgs.builder()
.host("string")
.port(0)
.secret("string")
.ssids("string")
.build())
.authServers(MxclusterRadsecAuthServerArgs.builder()
.host("string")
.inbandStatusCheck(false)
.inbandStatusInterval(0)
.keywrapEnabled(false)
.keywrapFormat("string")
.keywrapKek("string")
.keywrapMack("string")
.port(0)
.retry(0)
.secret("string")
.ssids("string")
.timeout(0)
.build())
.enabled(false)
.matchSsid(false)
.nasIpSource("string")
.proxyHosts("string")
.serverSelection("string")
.srcIpSource("string")
.build())
.tuntermApSubnets("string")
.mistDas(MxclusterMistDasArgs.builder()
.coaServers(MxclusterMistDasCoaServerArgs.builder()
.disableEventTimestampCheck(false)
.enabled(false)
.host("string")
.port(0)
.requireMessageAuthenticator(false)
.secret("string")
.build())
.enabled(false)
.build())
.tuntermExtraRoutes(Map.of("string", MxclusterTuntermExtraRoutesArgs.builder()
.via("string")
.build()))
.tuntermHosts("string")
.tuntermHostsOrders(0)
.tuntermHostsSelection("string")
.tuntermMonitoringDisabled(false)
.tuntermMonitorings(MxclusterTuntermMonitoringArgs.builder()
.host("string")
.port(0)
.protocol("string")
.srcVlanId(0)
.timeout(0)
.build())
.build());
mxcluster_resource = junipermist.org.Mxcluster("mxclusterResource",
org_id="string",
site_id="string",
tunterm_dhcpd_config={
"string": {
"enabled": False,
"servers": ["string"],
"type": "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",
mist_nac={
"acct_server_port": 0,
"auth_server_port": 0,
"client_ips": {
"string": {},
},
"enabled": False,
"secret": "string",
},
proxy={
"disabled": False,
"url": "string",
},
mist_nacedge={
"auth_ttl": 0,
"caching_site_ids": ["string"],
"default_dot1x_vlan": "string",
"default_vlan": "string",
"enabled": False,
"nac_edge_hosts": ["string"],
},
radsec={
"acct_servers": [{
"host": "string",
"port": 0,
"secret": "string",
"ssids": ["string"],
}],
"auth_servers": [{
"host": "string",
"inband_status_check": False,
"inband_status_interval": 0,
"keywrap_enabled": False,
"keywrap_format": "string",
"keywrap_kek": "string",
"keywrap_mack": "string",
"port": 0,
"retry": 0,
"secret": "string",
"ssids": ["string"],
"timeout": 0,
}],
"enabled": False,
"match_ssid": False,
"nas_ip_source": "string",
"proxy_hosts": ["string"],
"server_selection": "string",
"src_ip_source": "string",
},
tunterm_ap_subnets=["string"],
mist_das={
"coa_servers": [{
"disable_event_timestamp_check": False,
"enabled": False,
"host": "string",
"port": 0,
"require_message_authenticator": False,
"secret": "string",
}],
"enabled": False,
},
tunterm_extra_routes={
"string": {
"via": "string",
},
},
tunterm_hosts=["string"],
tunterm_hosts_orders=[0],
tunterm_hosts_selection="string",
tunterm_monitoring_disabled=False,
tunterm_monitorings=[[{
"host": "string",
"port": 0,
"protocol": "string",
"src_vlan_id": 0,
"timeout": 0,
}]])
const mxclusterResource = new junipermist.org.Mxcluster("mxclusterResource", {
orgId: "string",
siteId: "string",
tuntermDhcpdConfig: {
string: {
enabled: false,
servers: ["string"],
type: "string",
},
},
mxedgeMgmt: {
configAutoRevert: false,
fipsEnabled: false,
mistPassword: "string",
oobIpType: "string",
oobIpType6: "string",
rootPassword: "string",
},
name: "string",
mistNac: {
acctServerPort: 0,
authServerPort: 0,
clientIps: {
string: {},
},
enabled: false,
secret: "string",
},
proxy: {
disabled: false,
url: "string",
},
mistNacedge: {
authTtl: 0,
cachingSiteIds: ["string"],
defaultDot1xVlan: "string",
defaultVlan: "string",
enabled: false,
nacEdgeHosts: ["string"],
},
radsec: {
acctServers: [{
host: "string",
port: 0,
secret: "string",
ssids: ["string"],
}],
authServers: [{
host: "string",
inbandStatusCheck: false,
inbandStatusInterval: 0,
keywrapEnabled: false,
keywrapFormat: "string",
keywrapKek: "string",
keywrapMack: "string",
port: 0,
retry: 0,
secret: "string",
ssids: ["string"],
timeout: 0,
}],
enabled: false,
matchSsid: false,
nasIpSource: "string",
proxyHosts: ["string"],
serverSelection: "string",
srcIpSource: "string",
},
tuntermApSubnets: ["string"],
mistDas: {
coaServers: [{
disableEventTimestampCheck: false,
enabled: false,
host: "string",
port: 0,
requireMessageAuthenticator: false,
secret: "string",
}],
enabled: false,
},
tuntermExtraRoutes: {
string: {
via: "string",
},
},
tuntermHosts: ["string"],
tuntermHostsOrders: [0],
tuntermHostsSelection: "string",
tuntermMonitoringDisabled: false,
tuntermMonitorings: [[{
host: "string",
port: 0,
protocol: "string",
srcVlanId: 0,
timeout: 0,
}]],
});
type: junipermist:org:Mxcluster
properties:
mistDas:
coaServers:
- disableEventTimestampCheck: false
enabled: false
host: string
port: 0
requireMessageAuthenticator: false
secret: string
enabled: false
mistNac:
acctServerPort: 0
authServerPort: 0
clientIps:
string: {}
enabled: false
secret: string
mistNacedge:
authTtl: 0
cachingSiteIds:
- string
defaultDot1xVlan: string
defaultVlan: string
enabled: false
nacEdgeHosts:
- string
mxedgeMgmt:
configAutoRevert: false
fipsEnabled: false
mistPassword: string
oobIpType: string
oobIpType6: string
rootPassword: string
name: string
orgId: string
proxy:
disabled: false
url: string
radsec:
acctServers:
- host: string
port: 0
secret: string
ssids:
- string
authServers:
- host: string
inbandStatusCheck: false
inbandStatusInterval: 0
keywrapEnabled: false
keywrapFormat: string
keywrapKek: string
keywrapMack: string
port: 0
retry: 0
secret: string
ssids:
- string
timeout: 0
enabled: false
matchSsid: false
nasIpSource: string
proxyHosts:
- string
serverSelection: string
srcIpSource: string
siteId: string
tuntermApSubnets:
- string
tuntermDhcpdConfig:
string:
enabled: false
servers:
- string
type: string
tuntermExtraRoutes:
string:
via: string
tuntermHosts:
- string
tuntermHostsOrders:
- 0
tuntermHostsSelection: string
tuntermMonitoringDisabled: false
tuntermMonitorings:
- - host: string
port: 0
protocol: string
srcVlanId: 0
timeout: 0
Mxcluster 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 Mxcluster resource accepts the following input properties:
- Org
Id string - Identifier of the org that owns the Mist Edge cluster
- Mist
Das Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Das - Dynamic authorization service settings for the cluster
- Mist
Nac Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Nac - NAC settings for the Mist Edge cluster
- Mist
Nacedge Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Nacedge - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - Mxedge
Mgmt Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mxedge Mgmt - Out-of-band management settings for Mist Edges in the cluster
- Name string
- Display name of the Mist Edge cluster
- Proxy
Pulumi.
Juniper Mist. Org. Inputs. Mxcluster Proxy - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- Radsec
Pulumi.
Juniper Mist. Org. Inputs. Mxcluster Radsec - TLS RADIUS proxy settings for the Mist Edge cluster
- Site
Id string - Identifier of the site when the Mist Edge cluster is site-scoped
- Tunterm
Ap List<string>Subnets - AP source subnets allowed to establish Mist tunnels
- Tunterm
Dhcpd Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxcluster Tunterm Dhcpd Config Args> - DHCP relay or server settings for tunneled VLANs
- Tunterm
Extra Dictionary<string, Pulumi.Routes Juniper Mist. Org. Inputs. Mxcluster Tunterm Extra Routes Args> - Extra routes for Mist Tunnel VLAN traffic
- Tunterm
Hosts List<string> - Hostnames or IP addresses used as Mist Tunnel peers
- Tunterm
Hosts List<int>Orders - Explicit host ordering indexes used when ordered selection is configured
- Tunterm
Hosts stringSelection - Selection strategy for ordering tunnel termination hosts
- Tunterm
Monitoring boolDisabled - Whether tunnel termination monitoring is disabled for the cluster
- Tunterm
Monitorings List<ImmutableArray<Pulumi. Juniper Mist. Org. Inputs. Mxcluster Tunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- Org
Id string - Identifier of the org that owns the Mist Edge cluster
- Mist
Das MxclusterMist Das Args - Dynamic authorization service settings for the cluster
- Mist
Nac MxclusterMist Nac Args - NAC settings for the Mist Edge cluster
- Mist
Nacedge MxclusterMist Nacedge Args - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - Mxedge
Mgmt MxclusterMxedge Mgmt Args - Out-of-band management settings for Mist Edges in the cluster
- Name string
- Display name of the Mist Edge cluster
- Proxy
Mxcluster
Proxy Args - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- Radsec
Mxcluster
Radsec Args - TLS RADIUS proxy settings for the Mist Edge cluster
- Site
Id string - Identifier of the site when the Mist Edge cluster is site-scoped
- Tunterm
Ap []stringSubnets - AP source subnets allowed to establish Mist tunnels
- Tunterm
Dhcpd map[string]MxclusterConfig Tunterm Dhcpd Config Args - DHCP relay or server settings for tunneled VLANs
- Tunterm
Extra map[string]MxclusterRoutes Tunterm Extra Routes Args - Extra routes for Mist Tunnel VLAN traffic
- Tunterm
Hosts []string - Hostnames or IP addresses used as Mist Tunnel peers
- Tunterm
Hosts []intOrders - Explicit host ordering indexes used when ordered selection is configured
- Tunterm
Hosts stringSelection - Selection strategy for ordering tunnel termination hosts
- Tunterm
Monitoring boolDisabled - Whether tunnel termination monitoring is disabled for the cluster
- Tunterm
Monitorings [][]MxclusterTunterm Monitoring Args - Monitoring checks for tunnel termination reachability
- org_
id string - Identifier of the org that owns the Mist Edge cluster
- mist_
das object - Dynamic authorization service settings for the cluster
- mist_
nac object - NAC settings for the Mist Edge cluster
- mist_
nacedge object - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge_
mgmt object - Out-of-band management settings for Mist Edges in the cluster
- name string
- Display name of the Mist Edge cluster
- proxy object
- Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec object
- TLS RADIUS proxy settings for the Mist Edge cluster
- site_
id string - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm_
ap_ list(string)subnets - AP source subnets allowed to establish Mist tunnels
- tunterm_
dhcpd_ map(object)config - DHCP relay or server settings for tunneled VLANs
- tunterm_
extra_ map(object)routes - Extra routes for Mist Tunnel VLAN traffic
- tunterm_
hosts list(string) - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm_
hosts_ list(number)orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm_
hosts_ stringselection - Selection strategy for ordering tunnel termination hosts
- tunterm_
monitoring_ booldisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm_
monitorings list(list(object)) - Monitoring checks for tunnel termination reachability
- org
Id String - Identifier of the org that owns the Mist Edge cluster
- mist
Das MxclusterMist Das - Dynamic authorization service settings for the cluster
- mist
Nac MxclusterMist Nac - NAC settings for the Mist Edge cluster
- mist
Nacedge MxclusterMist Nacedge - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge
Mgmt MxclusterMxedge Mgmt - Out-of-band management settings for Mist Edges in the cluster
- name String
- Display name of the Mist Edge cluster
- proxy
Mxcluster
Proxy - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec
Mxcluster
Radsec - TLS RADIUS proxy settings for the Mist Edge cluster
- site
Id String - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm
Ap List<String>Subnets - AP source subnets allowed to establish Mist tunnels
- tunterm
Dhcpd Map<String,MxclusterConfig Tunterm Dhcpd Config Args> - DHCP relay or server settings for tunneled VLANs
- tunterm
Extra Map<String,MxclusterRoutes Tunterm Extra Routes Args> - Extra routes for Mist Tunnel VLAN traffic
- tunterm
Hosts List<String> - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm
Hosts List<Integer>Orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm
Hosts StringSelection - Selection strategy for ordering tunnel termination hosts
- tunterm
Monitoring BooleanDisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm
Monitorings List<List<MxclusterTunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- org
Id string - Identifier of the org that owns the Mist Edge cluster
- mist
Das MxclusterMist Das - Dynamic authorization service settings for the cluster
- mist
Nac MxclusterMist Nac - NAC settings for the Mist Edge cluster
- mist
Nacedge MxclusterMist Nacedge - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge
Mgmt MxclusterMxedge Mgmt - Out-of-band management settings for Mist Edges in the cluster
- name string
- Display name of the Mist Edge cluster
- proxy
Mxcluster
Proxy - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec
Mxcluster
Radsec - TLS RADIUS proxy settings for the Mist Edge cluster
- site
Id string - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm
Ap string[]Subnets - AP source subnets allowed to establish Mist tunnels
- tunterm
Dhcpd {[key: string]: MxclusterConfig Tunterm Dhcpd Config Args} - DHCP relay or server settings for tunneled VLANs
- tunterm
Extra {[key: string]: MxclusterRoutes Tunterm Extra Routes Args} - Extra routes for Mist Tunnel VLAN traffic
- tunterm
Hosts string[] - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm
Hosts number[]Orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm
Hosts stringSelection - Selection strategy for ordering tunnel termination hosts
- tunterm
Monitoring booleanDisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm
Monitorings MxclusterTunterm Monitoring[][] - Monitoring checks for tunnel termination reachability
- org_
id str - Identifier of the org that owns the Mist Edge cluster
- mist_
das MxclusterMist Das Args - Dynamic authorization service settings for the cluster
- mist_
nac MxclusterMist Nac Args - NAC settings for the Mist Edge cluster
- mist_
nacedge MxclusterMist Nacedge Args - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge_
mgmt MxclusterMxedge Mgmt Args - Out-of-band management settings for Mist Edges in the cluster
- name str
- Display name of the Mist Edge cluster
- proxy
Mxcluster
Proxy Args - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec
Mxcluster
Radsec Args - TLS RADIUS proxy settings for the Mist Edge cluster
- site_
id str - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm_
ap_ Sequence[str]subnets - AP source subnets allowed to establish Mist tunnels
- tunterm_
dhcpd_ Mapping[str, Mxclusterconfig Tunterm Dhcpd Config Args] - DHCP relay or server settings for tunneled VLANs
- tunterm_
extra_ Mapping[str, Mxclusterroutes Tunterm Extra Routes Args] - Extra routes for Mist Tunnel VLAN traffic
- tunterm_
hosts Sequence[str] - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm_
hosts_ Sequence[int]orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm_
hosts_ strselection - Selection strategy for ordering tunnel termination hosts
- tunterm_
monitoring_ booldisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm_
monitorings Sequence[Sequence[MxclusterTunterm Monitoring Args]] - Monitoring checks for tunnel termination reachability
- org
Id String - Identifier of the org that owns the Mist Edge cluster
- mist
Das Property Map - Dynamic authorization service settings for the cluster
- mist
Nac Property Map - NAC settings for the Mist Edge cluster
- mist
Nacedge Property Map - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge
Mgmt Property Map - Out-of-band management settings for Mist Edges in the cluster
- name String
- Display name of the Mist Edge cluster
- proxy Property Map
- Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec Property Map
- TLS RADIUS proxy settings for the Mist Edge cluster
- site
Id String - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm
Ap List<String>Subnets - AP source subnets allowed to establish Mist tunnels
- tunterm
Dhcpd Map<Property Map>Config - DHCP relay or server settings for tunneled VLANs
- tunterm
Extra Map<Property Map>Routes - Extra routes for Mist Tunnel VLAN traffic
- tunterm
Hosts List<String> - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm
Hosts List<Number>Orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm
Hosts StringSelection - Selection strategy for ordering tunnel termination hosts
- tunterm
Monitoring BooleanDisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm
Monitorings List<List<Property Map>> - Monitoring checks for tunnel termination reachability
Outputs
All input properties are implicitly available as output properties. Additionally, the Mxcluster resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Radsec
Tls Pulumi.Juniper Mist. Org. Outputs. Mxcluster Radsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- Id string
- The provider-assigned unique ID for this managed resource.
- Radsec
Tls MxclusterRadsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- id string
- The provider-assigned unique ID for this managed resource.
- radsec_
tls object - TLS keypair settings for RadSec on the Mist Edge cluster
- id String
- The provider-assigned unique ID for this managed resource.
- radsec
Tls MxclusterRadsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- id string
- The provider-assigned unique ID for this managed resource.
- radsec
Tls MxclusterRadsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- id str
- The provider-assigned unique ID for this managed resource.
- radsec_
tls MxclusterRadsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- id String
- The provider-assigned unique ID for this managed resource.
- radsec
Tls Property Map - TLS keypair settings for RadSec on the Mist Edge cluster
Look up Existing Mxcluster Resource
Get an existing Mxcluster 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?: MxclusterState, opts?: CustomResourceOptions): Mxcluster@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
mist_das: Optional[MxclusterMistDasArgs] = None,
mist_nac: Optional[MxclusterMistNacArgs] = None,
mist_nacedge: Optional[MxclusterMistNacedgeArgs] = None,
mxedge_mgmt: Optional[MxclusterMxedgeMgmtArgs] = None,
name: Optional[str] = None,
org_id: Optional[str] = None,
proxy: Optional[MxclusterProxyArgs] = None,
radsec: Optional[MxclusterRadsecArgs] = None,
radsec_tls: Optional[MxclusterRadsecTlsArgs] = None,
site_id: Optional[str] = None,
tunterm_ap_subnets: Optional[Sequence[str]] = None,
tunterm_dhcpd_config: Optional[Mapping[str, MxclusterTuntermDhcpdConfigArgs]] = None,
tunterm_extra_routes: Optional[Mapping[str, MxclusterTuntermExtraRoutesArgs]] = None,
tunterm_hosts: Optional[Sequence[str]] = None,
tunterm_hosts_orders: Optional[Sequence[int]] = None,
tunterm_hosts_selection: Optional[str] = None,
tunterm_monitoring_disabled: Optional[bool] = None,
tunterm_monitorings: Optional[Sequence[Sequence[MxclusterTuntermMonitoringArgs]]] = None) -> Mxclusterfunc GetMxcluster(ctx *Context, name string, id IDInput, state *MxclusterState, opts ...ResourceOption) (*Mxcluster, error)public static Mxcluster Get(string name, Input<string> id, MxclusterState? state, CustomResourceOptions? opts = null)public static Mxcluster get(String name, Output<String> id, MxclusterState state, CustomResourceOptions options)resources: _: type: junipermist:org:Mxcluster get: id: ${id}import {
to = junipermist_org_mxcluster.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.
- Mist
Das Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Das - Dynamic authorization service settings for the cluster
- Mist
Nac Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Nac - NAC settings for the Mist Edge cluster
- Mist
Nacedge Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Nacedge - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - Mxedge
Mgmt Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mxedge Mgmt - Out-of-band management settings for Mist Edges in the cluster
- Name string
- Display name of the Mist Edge cluster
- Org
Id string - Identifier of the org that owns the Mist Edge cluster
- Proxy
Pulumi.
Juniper Mist. Org. Inputs. Mxcluster Proxy - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- Radsec
Pulumi.
Juniper Mist. Org. Inputs. Mxcluster Radsec - TLS RADIUS proxy settings for the Mist Edge cluster
- Radsec
Tls Pulumi.Juniper Mist. Org. Inputs. Mxcluster Radsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- Site
Id string - Identifier of the site when the Mist Edge cluster is site-scoped
- Tunterm
Ap List<string>Subnets - AP source subnets allowed to establish Mist tunnels
- Tunterm
Dhcpd Dictionary<string, Pulumi.Config Juniper Mist. Org. Inputs. Mxcluster Tunterm Dhcpd Config Args> - DHCP relay or server settings for tunneled VLANs
- Tunterm
Extra Dictionary<string, Pulumi.Routes Juniper Mist. Org. Inputs. Mxcluster Tunterm Extra Routes Args> - Extra routes for Mist Tunnel VLAN traffic
- Tunterm
Hosts List<string> - Hostnames or IP addresses used as Mist Tunnel peers
- Tunterm
Hosts List<int>Orders - Explicit host ordering indexes used when ordered selection is configured
- Tunterm
Hosts stringSelection - Selection strategy for ordering tunnel termination hosts
- Tunterm
Monitoring boolDisabled - Whether tunnel termination monitoring is disabled for the cluster
- Tunterm
Monitorings List<ImmutableArray<Pulumi. Juniper Mist. Org. Inputs. Mxcluster Tunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- Mist
Das MxclusterMist Das Args - Dynamic authorization service settings for the cluster
- Mist
Nac MxclusterMist Nac Args - NAC settings for the Mist Edge cluster
- Mist
Nacedge MxclusterMist Nacedge Args - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - Mxedge
Mgmt MxclusterMxedge Mgmt Args - Out-of-band management settings for Mist Edges in the cluster
- Name string
- Display name of the Mist Edge cluster
- Org
Id string - Identifier of the org that owns the Mist Edge cluster
- Proxy
Mxcluster
Proxy Args - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- Radsec
Mxcluster
Radsec Args - TLS RADIUS proxy settings for the Mist Edge cluster
- Radsec
Tls MxclusterRadsec Tls Args - TLS keypair settings for RadSec on the Mist Edge cluster
- Site
Id string - Identifier of the site when the Mist Edge cluster is site-scoped
- Tunterm
Ap []stringSubnets - AP source subnets allowed to establish Mist tunnels
- Tunterm
Dhcpd map[string]MxclusterConfig Tunterm Dhcpd Config Args - DHCP relay or server settings for tunneled VLANs
- Tunterm
Extra map[string]MxclusterRoutes Tunterm Extra Routes Args - Extra routes for Mist Tunnel VLAN traffic
- Tunterm
Hosts []string - Hostnames or IP addresses used as Mist Tunnel peers
- Tunterm
Hosts []intOrders - Explicit host ordering indexes used when ordered selection is configured
- Tunterm
Hosts stringSelection - Selection strategy for ordering tunnel termination hosts
- Tunterm
Monitoring boolDisabled - Whether tunnel termination monitoring is disabled for the cluster
- Tunterm
Monitorings [][]MxclusterTunterm Monitoring Args - Monitoring checks for tunnel termination reachability
- mist_
das object - Dynamic authorization service settings for the cluster
- mist_
nac object - NAC settings for the Mist Edge cluster
- mist_
nacedge object - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge_
mgmt object - Out-of-band management settings for Mist Edges in the cluster
- name string
- Display name of the Mist Edge cluster
- org_
id string - Identifier of the org that owns the Mist Edge cluster
- proxy object
- Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec object
- TLS RADIUS proxy settings for the Mist Edge cluster
- radsec_
tls object - TLS keypair settings for RadSec on the Mist Edge cluster
- site_
id string - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm_
ap_ list(string)subnets - AP source subnets allowed to establish Mist tunnels
- tunterm_
dhcpd_ map(object)config - DHCP relay or server settings for tunneled VLANs
- tunterm_
extra_ map(object)routes - Extra routes for Mist Tunnel VLAN traffic
- tunterm_
hosts list(string) - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm_
hosts_ list(number)orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm_
hosts_ stringselection - Selection strategy for ordering tunnel termination hosts
- tunterm_
monitoring_ booldisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm_
monitorings list(list(object)) - Monitoring checks for tunnel termination reachability
- mist
Das MxclusterMist Das - Dynamic authorization service settings for the cluster
- mist
Nac MxclusterMist Nac - NAC settings for the Mist Edge cluster
- mist
Nacedge MxclusterMist Nacedge - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge
Mgmt MxclusterMxedge Mgmt - Out-of-band management settings for Mist Edges in the cluster
- name String
- Display name of the Mist Edge cluster
- org
Id String - Identifier of the org that owns the Mist Edge cluster
- proxy
Mxcluster
Proxy - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec
Mxcluster
Radsec - TLS RADIUS proxy settings for the Mist Edge cluster
- radsec
Tls MxclusterRadsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- site
Id String - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm
Ap List<String>Subnets - AP source subnets allowed to establish Mist tunnels
- tunterm
Dhcpd Map<String,MxclusterConfig Tunterm Dhcpd Config Args> - DHCP relay or server settings for tunneled VLANs
- tunterm
Extra Map<String,MxclusterRoutes Tunterm Extra Routes Args> - Extra routes for Mist Tunnel VLAN traffic
- tunterm
Hosts List<String> - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm
Hosts List<Integer>Orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm
Hosts StringSelection - Selection strategy for ordering tunnel termination hosts
- tunterm
Monitoring BooleanDisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm
Monitorings List<List<MxclusterTunterm Monitoring>> - Monitoring checks for tunnel termination reachability
- mist
Das MxclusterMist Das - Dynamic authorization service settings for the cluster
- mist
Nac MxclusterMist Nac - NAC settings for the Mist Edge cluster
- mist
Nacedge MxclusterMist Nacedge - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge
Mgmt MxclusterMxedge Mgmt - Out-of-band management settings for Mist Edges in the cluster
- name string
- Display name of the Mist Edge cluster
- org
Id string - Identifier of the org that owns the Mist Edge cluster
- proxy
Mxcluster
Proxy - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec
Mxcluster
Radsec - TLS RADIUS proxy settings for the Mist Edge cluster
- radsec
Tls MxclusterRadsec Tls - TLS keypair settings for RadSec on the Mist Edge cluster
- site
Id string - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm
Ap string[]Subnets - AP source subnets allowed to establish Mist tunnels
- tunterm
Dhcpd {[key: string]: MxclusterConfig Tunterm Dhcpd Config Args} - DHCP relay or server settings for tunneled VLANs
- tunterm
Extra {[key: string]: MxclusterRoutes Tunterm Extra Routes Args} - Extra routes for Mist Tunnel VLAN traffic
- tunterm
Hosts string[] - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm
Hosts number[]Orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm
Hosts stringSelection - Selection strategy for ordering tunnel termination hosts
- tunterm
Monitoring booleanDisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm
Monitorings MxclusterTunterm Monitoring[][] - Monitoring checks for tunnel termination reachability
- mist_
das MxclusterMist Das Args - Dynamic authorization service settings for the cluster
- mist_
nac MxclusterMist Nac Args - NAC settings for the Mist Edge cluster
- mist_
nacedge MxclusterMist Nacedge Args - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge_
mgmt MxclusterMxedge Mgmt Args - Out-of-band management settings for Mist Edges in the cluster
- name str
- Display name of the Mist Edge cluster
- org_
id str - Identifier of the org that owns the Mist Edge cluster
- proxy
Mxcluster
Proxy Args - Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec
Mxcluster
Radsec Args - TLS RADIUS proxy settings for the Mist Edge cluster
- radsec_
tls MxclusterRadsec Tls Args - TLS keypair settings for RadSec on the Mist Edge cluster
- site_
id str - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm_
ap_ Sequence[str]subnets - AP source subnets allowed to establish Mist tunnels
- tunterm_
dhcpd_ Mapping[str, Mxclusterconfig Tunterm Dhcpd Config Args] - DHCP relay or server settings for tunneled VLANs
- tunterm_
extra_ Mapping[str, Mxclusterroutes Tunterm Extra Routes Args] - Extra routes for Mist Tunnel VLAN traffic
- tunterm_
hosts Sequence[str] - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm_
hosts_ Sequence[int]orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm_
hosts_ strselection - Selection strategy for ordering tunnel termination hosts
- tunterm_
monitoring_ booldisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm_
monitorings Sequence[Sequence[MxclusterTunterm Monitoring Args]] - Monitoring checks for tunnel termination reachability
- mist
Das Property Map - Dynamic authorization service settings for the cluster
- mist
Nac Property Map - NAC settings for the Mist Edge cluster
- mist
Nacedge Property Map - NAC Edge survivability settings for the cluster; requires
mistNacto be enabled - mxedge
Mgmt Property Map - Out-of-band management settings for Mist Edges in the cluster
- name String
- Display name of the Mist Edge cluster
- org
Id String - Identifier of the org that owns the Mist Edge cluster
- proxy Property Map
- Network proxy settings used by Mist Edges in the cluster to communicate with the Mist Cloud
- radsec Property Map
- TLS RADIUS proxy settings for the Mist Edge cluster
- radsec
Tls Property Map - TLS keypair settings for RadSec on the Mist Edge cluster
- site
Id String - Identifier of the site when the Mist Edge cluster is site-scoped
- tunterm
Ap List<String>Subnets - AP source subnets allowed to establish Mist tunnels
- tunterm
Dhcpd Map<Property Map>Config - DHCP relay or server settings for tunneled VLANs
- tunterm
Extra Map<Property Map>Routes - Extra routes for Mist Tunnel VLAN traffic
- tunterm
Hosts List<String> - Hostnames or IP addresses used as Mist Tunnel peers
- tunterm
Hosts List<Number>Orders - Explicit host ordering indexes used when ordered selection is configured
- tunterm
Hosts StringSelection - Selection strategy for ordering tunnel termination hosts
- tunterm
Monitoring BooleanDisabled - Whether tunnel termination monitoring is disabled for the cluster
- tunterm
Monitorings List<List<Property Map>> - Monitoring checks for tunnel termination reachability
Supporting Types
MxclusterMistDas, MxclusterMistDasArgs
- Coa
Servers List<Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Das Coa Server> - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- Enabled bool
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
- Coa
Servers []MxclusterMist Das Coa Server - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- Enabled bool
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
- coa_
servers list(object) - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- enabled bool
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
- coa
Servers List<MxclusterMist Das Coa Server> - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- enabled Boolean
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
- coa
Servers MxclusterMist Das Coa Server[] - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- enabled boolean
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
- coa_
servers Sequence[MxclusterMist Das Coa Server] - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- enabled bool
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
- coa
Servers List<Property Map> - Dynamic authorization clients allowed to send CoA or Disconnect-Message requests
- enabled Boolean
- Whether cloud-assisted DAS is enabled for the Mist Edge cluster
MxclusterMistDasCoaServer, MxclusterMistDasCoaServerArgs
- Disable
Event boolTimestamp Check - Whether to disable Event-Timestamp Check
- Enabled bool
- Whether this DAS CoA or Disconnect-Message client is enabled
- Host string
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- Port int
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- Require
Message boolAuthenticator - Whether to require Message-Authenticator in requests
- Secret string
- Shared secret used by this DAS CoA or Disconnect-Message client
- Disable
Event boolTimestamp Check - Whether to disable Event-Timestamp Check
- Enabled bool
- Whether this DAS CoA or Disconnect-Message client is enabled
- Host string
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- Port int
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- Require
Message boolAuthenticator - Whether to require Message-Authenticator in requests
- Secret string
- Shared secret used by this DAS CoA or Disconnect-Message client
- disable_
event_ booltimestamp_ check - Whether to disable Event-Timestamp Check
- enabled bool
- Whether this DAS CoA or Disconnect-Message client is enabled
- host string
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- port number
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- require_
message_ boolauthenticator - Whether to require Message-Authenticator in requests
- secret string
- Shared secret used by this DAS CoA or Disconnect-Message client
- disable
Event BooleanTimestamp Check - Whether to disable Event-Timestamp Check
- enabled Boolean
- Whether this DAS CoA or Disconnect-Message client is enabled
- host String
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- port Integer
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- require
Message BooleanAuthenticator - Whether to require Message-Authenticator in requests
- secret String
- Shared secret used by this DAS CoA or Disconnect-Message client
- disable
Event booleanTimestamp Check - Whether to disable Event-Timestamp Check
- enabled boolean
- Whether this DAS CoA or Disconnect-Message client is enabled
- host string
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- port number
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- require
Message booleanAuthenticator - Whether to require Message-Authenticator in requests
- secret string
- Shared secret used by this DAS CoA or Disconnect-Message client
- disable_
event_ booltimestamp_ check - Whether to disable Event-Timestamp Check
- enabled bool
- Whether this DAS CoA or Disconnect-Message client is enabled
- host str
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- port int
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- require_
message_ boolauthenticator - Whether to require Message-Authenticator in requests
- secret str
- Shared secret used by this DAS CoA or Disconnect-Message client
- disable
Event BooleanTimestamp Check - Whether to disable Event-Timestamp Check
- enabled Boolean
- Whether this DAS CoA or Disconnect-Message client is enabled
- host String
- Server host allowed to send CoA or Disconnect-Message requests to Mist Edges
- port Number
- UDP port where Mist Edges accept CoA or Disconnect-Message requests from this host
- require
Message BooleanAuthenticator - Whether to require Message-Authenticator in requests
- secret String
- Shared secret used by this DAS CoA or Disconnect-Message client
MxclusterMistNac, MxclusterMistNacArgs
- Acct
Server intPort - RADIUS accounting port used by Mist NAC on the cluster
- Auth
Server intPort - RADIUS authentication port used by Mist NAC on the cluster
- Client
Ips Dictionary<string, Pulumi.Juniper Mist. Org. Inputs. Mxcluster Mist Nac Client Ips> - Property key is the RADIUS Client IP/Subnet.
- Enabled bool
- Whether Mist NAC is enabled on the cluster
- Secret string
- Shared RADIUS secret used by Mist NAC clients
- Acct
Server intPort - RADIUS accounting port used by Mist NAC on the cluster
- Auth
Server intPort - RADIUS authentication port used by Mist NAC on the cluster
- Client
Ips map[string]MxclusterMist Nac Client Ips - Property key is the RADIUS Client IP/Subnet.
- Enabled bool
- Whether Mist NAC is enabled on the cluster
- Secret string
- Shared RADIUS secret used by Mist NAC clients
- acct_
server_ numberport - RADIUS accounting port used by Mist NAC on the cluster
- auth_
server_ numberport - RADIUS authentication port used by Mist NAC on the cluster
- client_
ips map(object) - Property key is the RADIUS Client IP/Subnet.
- enabled bool
- Whether Mist NAC is enabled on the cluster
- secret string
- Shared RADIUS secret used by Mist NAC clients
- acct
Server IntegerPort - RADIUS accounting port used by Mist NAC on the cluster
- auth
Server IntegerPort - RADIUS authentication port used by Mist NAC on the cluster
- client
Ips Map<String,MxclusterMist Nac Client Ips> - Property key is the RADIUS Client IP/Subnet.
- enabled Boolean
- Whether Mist NAC is enabled on the cluster
- secret String
- Shared RADIUS secret used by Mist NAC clients
- acct
Server numberPort - RADIUS accounting port used by Mist NAC on the cluster
- auth
Server numberPort - RADIUS authentication port used by Mist NAC on the cluster
- client
Ips {[key: string]: MxclusterMist Nac Client Ips} - Property key is the RADIUS Client IP/Subnet.
- enabled boolean
- Whether Mist NAC is enabled on the cluster
- secret string
- Shared RADIUS secret used by Mist NAC clients
- acct_
server_ intport - RADIUS accounting port used by Mist NAC on the cluster
- auth_
server_ intport - RADIUS authentication port used by Mist NAC on the cluster
- client_
ips Mapping[str, MxclusterMist Nac Client Ips] - Property key is the RADIUS Client IP/Subnet.
- enabled bool
- Whether Mist NAC is enabled on the cluster
- secret str
- Shared RADIUS secret used by Mist NAC clients
- acct
Server NumberPort - RADIUS accounting port used by Mist NAC on the cluster
- auth
Server NumberPort - RADIUS authentication port used by Mist NAC on the cluster
- client
Ips Map<Property Map> - Property key is the RADIUS Client IP/Subnet.
- enabled Boolean
- Whether Mist NAC is enabled on the cluster
- secret String
- Shared RADIUS secret used by Mist NAC clients
MxclusterMistNacedge, MxclusterMistNacedgeArgs
- Auth
Ttl int - Cache TTL for last auth result in seconds
- Caching
Site List<string>Ids - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- Default
Dot1x stringVlan - Default VLAN for all dot1x devices, if different from default_vlan
- Default
Vlan string - Default VLAN to assign for devices not in the cache
- Enabled bool
- Whether NAC Edge survivability is enabled for this cluster
- Nac
Edge List<string>Hosts - NAC Edge hostnames used by APs for survivability authentication
- Auth
Ttl int - Cache TTL for last auth result in seconds
- Caching
Site []stringIds - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- Default
Dot1x stringVlan - Default VLAN for all dot1x devices, if different from default_vlan
- Default
Vlan string - Default VLAN to assign for devices not in the cache
- Enabled bool
- Whether NAC Edge survivability is enabled for this cluster
- Nac
Edge []stringHosts - NAC Edge hostnames used by APs for survivability authentication
- auth_
ttl number - Cache TTL for last auth result in seconds
- caching_
site_ list(string)ids - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- default_
dot1x_ stringvlan - Default VLAN for all dot1x devices, if different from default_vlan
- default_
vlan string - Default VLAN to assign for devices not in the cache
- enabled bool
- Whether NAC Edge survivability is enabled for this cluster
- nac_
edge_ list(string)hosts - NAC Edge hostnames used by APs for survivability authentication
- auth
Ttl Integer - Cache TTL for last auth result in seconds
- caching
Site List<String>Ids - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- default
Dot1x StringVlan - Default VLAN for all dot1x devices, if different from default_vlan
- default
Vlan String - Default VLAN to assign for devices not in the cache
- enabled Boolean
- Whether NAC Edge survivability is enabled for this cluster
- nac
Edge List<String>Hosts - NAC Edge hostnames used by APs for survivability authentication
- auth
Ttl number - Cache TTL for last auth result in seconds
- caching
Site string[]Ids - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- default
Dot1x stringVlan - Default VLAN for all dot1x devices, if different from default_vlan
- default
Vlan string - Default VLAN to assign for devices not in the cache
- enabled boolean
- Whether NAC Edge survivability is enabled for this cluster
- nac
Edge string[]Hosts - NAC Edge hostnames used by APs for survivability authentication
- auth_
ttl int - Cache TTL for last auth result in seconds
- caching_
site_ Sequence[str]ids - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- default_
dot1x_ strvlan - Default VLAN for all dot1x devices, if different from default_vlan
- default_
vlan str - Default VLAN to assign for devices not in the cache
- enabled bool
- Whether NAC Edge survivability is enabled for this cluster
- nac_
edge_ Sequence[str]hosts - NAC Edge hostnames used by APs for survivability authentication
- auth
Ttl Number - Cache TTL for last auth result in seconds
- caching
Site List<String>Ids - List of site UUIDs whose auth requests should be cached by NAC Edges in this cluster
- default
Dot1x StringVlan - Default VLAN for all dot1x devices, if different from default_vlan
- default
Vlan String - Default VLAN to assign for devices not in the cache
- enabled Boolean
- Whether NAC Edge survivability is enabled for this cluster
- nac
Edge List<String>Hosts - NAC Edge hostnames used by APs for survivability authentication
MxclusterMxedgeMgmt, MxclusterMxedgeMgmtArgs
- 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
MxclusterProxy, MxclusterProxyArgs
MxclusterRadsec, MxclusterRadsecArgs
- Acct
Servers List<Pulumi.Juniper Mist. Org. Inputs. Mxcluster Radsec Acct Server> - RADIUS accounting servers used by the RadSec proxy
- Auth
Servers List<Pulumi.Juniper Mist. Org. Inputs. Mxcluster Radsec Auth Server> - RADIUS authentication servers used by the RadSec proxy
- Enabled bool
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- Match
Ssid bool - Whether to match ssid in request message to select from a subset of RADIUS servers
- Nas
Ip stringSource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- Proxy
Hosts List<string> - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- Server
Selection string - RADIUS server selection strategy for RadSec failover
- Src
Ip stringSource - Connection source interface or address used when reaching RADIUS servers
- Acct
Servers []MxclusterRadsec Acct Server - RADIUS accounting servers used by the RadSec proxy
- Auth
Servers []MxclusterRadsec Auth Server - RADIUS authentication servers used by the RadSec proxy
- Enabled bool
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- Match
Ssid bool - Whether to match ssid in request message to select from a subset of RADIUS servers
- Nas
Ip stringSource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- Proxy
Hosts []string - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- Server
Selection string - RADIUS server selection strategy for RadSec failover
- Src
Ip stringSource - Connection source interface or address used when reaching RADIUS servers
- acct_
servers list(object) - RADIUS accounting servers used by the RadSec proxy
- auth_
servers list(object) - RADIUS authentication servers used by the RadSec proxy
- enabled bool
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- match_
ssid bool - Whether to match ssid in request message to select from a subset of RADIUS servers
- nas_
ip_ stringsource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- proxy_
hosts list(string) - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- server_
selection string - RADIUS server selection strategy for RadSec failover
- src_
ip_ stringsource - Connection source interface or address used when reaching RADIUS servers
- acct
Servers List<MxclusterRadsec Acct Server> - RADIUS accounting servers used by the RadSec proxy
- auth
Servers List<MxclusterRadsec Auth Server> - RADIUS authentication servers used by the RadSec proxy
- enabled Boolean
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- match
Ssid Boolean - Whether to match ssid in request message to select from a subset of RADIUS servers
- nas
Ip StringSource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- proxy
Hosts List<String> - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- server
Selection String - RADIUS server selection strategy for RadSec failover
- src
Ip StringSource - Connection source interface or address used when reaching RADIUS servers
- acct
Servers MxclusterRadsec Acct Server[] - RADIUS accounting servers used by the RadSec proxy
- auth
Servers MxclusterRadsec Auth Server[] - RADIUS authentication servers used by the RadSec proxy
- enabled boolean
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- match
Ssid boolean - Whether to match ssid in request message to select from a subset of RADIUS servers
- nas
Ip stringSource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- proxy
Hosts string[] - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- server
Selection string - RADIUS server selection strategy for RadSec failover
- src
Ip stringSource - Connection source interface or address used when reaching RADIUS servers
- acct_
servers Sequence[MxclusterRadsec Acct Server] - RADIUS accounting servers used by the RadSec proxy
- auth_
servers Sequence[MxclusterRadsec Auth Server] - RADIUS authentication servers used by the RadSec proxy
- enabled bool
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- match_
ssid bool - Whether to match ssid in request message to select from a subset of RADIUS servers
- nas_
ip_ strsource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- proxy_
hosts Sequence[str] - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- server_
selection str - RADIUS server selection strategy for RadSec failover
- src_
ip_ strsource - Connection source interface or address used when reaching RADIUS servers
- acct
Servers List<Property Map> - RADIUS accounting servers used by the RadSec proxy
- auth
Servers List<Property Map> - RADIUS authentication servers used by the RadSec proxy
- enabled Boolean
- Whether to enable service on Mist Edge i.e. RADIUS proxy over TLS
- match
Ssid Boolean - Whether to match ssid in request message to select from a subset of RADIUS servers
- nas
Ip StringSource - Source used to populate NAS-IP-Address and NAS-IPv6-Address attributes
- proxy
Hosts List<String> - AP-reachable hostnames or IP addresses advertised as RadSec TLS servers
- server
Selection String - RADIUS server selection strategy for RadSec failover
- src
Ip StringSource - Connection source interface or address used when reaching RADIUS servers
MxclusterRadsecAcctServer, MxclusterRadsecAcctServerArgs
MxclusterRadsecAuthServer, MxclusterRadsecAuthServerArgs
- Host string
- IP / hostname of RADIUS server
- Inband
Status boolCheck - Whether to enable inband status check
- Inband
Status intInterval - Inband status interval, in seconds
- Keywrap
Enabled bool - If used for Mist APs, enable keywrap algorithm. Default is false
- Keywrap
Format string - Encoding format for Mist AP RADIUS keywrap keys
- Keywrap
Kek string - If used for Mist APs, encryption key
- Keywrap
Mack string - If used for Mist APs, Message Authentication Code Key
- Port int
- Auth port of RADIUS server
- Retry int
- Number of authentication request retries before failing over
- Secret string
- Shared secret used with this RADIUS authentication server
- Ssids List<string>
- WLAN SSID filters that use this authentication server when matching is enabled
- Timeout int
- Authentication request timeout, in seconds
- Host string
- IP / hostname of RADIUS server
- Inband
Status boolCheck - Whether to enable inband status check
- Inband
Status intInterval - Inband status interval, in seconds
- Keywrap
Enabled bool - If used for Mist APs, enable keywrap algorithm. Default is false
- Keywrap
Format string - Encoding format for Mist AP RADIUS keywrap keys
- Keywrap
Kek string - If used for Mist APs, encryption key
- Keywrap
Mack string - If used for Mist APs, Message Authentication Code Key
- Port int
- Auth port of RADIUS server
- Retry int
- Number of authentication request retries before failing over
- Secret string
- Shared secret used with this RADIUS authentication server
- Ssids []string
- WLAN SSID filters that use this authentication server when matching is enabled
- Timeout int
- Authentication request timeout, in seconds
- host string
- IP / hostname of RADIUS server
- inband_
status_ boolcheck - Whether to enable inband status check
- inband_
status_ numberinterval - Inband status interval, in seconds
- keywrap_
enabled bool - If used for Mist APs, enable keywrap algorithm. Default is false
- keywrap_
format string - Encoding format for Mist AP RADIUS keywrap keys
- keywrap_
kek string - If used for Mist APs, encryption key
- keywrap_
mack string - If used for Mist APs, Message Authentication Code Key
- port number
- Auth port of RADIUS server
- retry number
- Number of authentication request retries before failing over
- secret string
- Shared secret used with this RADIUS authentication server
- ssids list(string)
- WLAN SSID filters that use this authentication server when matching is enabled
- timeout number
- Authentication request timeout, in seconds
- host String
- IP / hostname of RADIUS server
- inband
Status BooleanCheck - Whether to enable inband status check
- inband
Status IntegerInterval - Inband status interval, in seconds
- keywrap
Enabled Boolean - If used for Mist APs, enable keywrap algorithm. Default is false
- keywrap
Format String - Encoding format for Mist AP RADIUS keywrap keys
- keywrap
Kek String - If used for Mist APs, encryption key
- keywrap
Mack String - If used for Mist APs, Message Authentication Code Key
- port Integer
- Auth port of RADIUS server
- retry Integer
- Number of authentication request retries before failing over
- secret String
- Shared secret used with this RADIUS authentication server
- ssids List<String>
- WLAN SSID filters that use this authentication server when matching is enabled
- timeout Integer
- Authentication request timeout, in seconds
- host string
- IP / hostname of RADIUS server
- inband
Status booleanCheck - Whether to enable inband status check
- inband
Status numberInterval - Inband status interval, in seconds
- keywrap
Enabled boolean - If used for Mist APs, enable keywrap algorithm. Default is false
- keywrap
Format string - Encoding format for Mist AP RADIUS keywrap keys
- keywrap
Kek string - If used for Mist APs, encryption key
- keywrap
Mack string - If used for Mist APs, Message Authentication Code Key
- port number
- Auth port of RADIUS server
- retry number
- Number of authentication request retries before failing over
- secret string
- Shared secret used with this RADIUS authentication server
- ssids string[]
- WLAN SSID filters that use this authentication server when matching is enabled
- timeout number
- Authentication request timeout, in seconds
- host str
- IP / hostname of RADIUS server
- inband_
status_ boolcheck - Whether to enable inband status check
- inband_
status_ intinterval - Inband status interval, in seconds
- keywrap_
enabled bool - If used for Mist APs, enable keywrap algorithm. Default is false
- keywrap_
format str - Encoding format for Mist AP RADIUS keywrap keys
- keywrap_
kek str - If used for Mist APs, encryption key
- keywrap_
mack str - If used for Mist APs, Message Authentication Code Key
- port int
- Auth port of RADIUS server
- retry int
- Number of authentication request retries before failing over
- secret str
- Shared secret used with this RADIUS authentication server
- ssids Sequence[str]
- WLAN SSID filters that use this authentication server when matching is enabled
- timeout int
- Authentication request timeout, in seconds
- host String
- IP / hostname of RADIUS server
- inband
Status BooleanCheck - Whether to enable inband status check
- inband
Status NumberInterval - Inband status interval, in seconds
- keywrap
Enabled Boolean - If used for Mist APs, enable keywrap algorithm. Default is false
- keywrap
Format String - Encoding format for Mist AP RADIUS keywrap keys
- keywrap
Kek String - If used for Mist APs, encryption key
- keywrap
Mack String - If used for Mist APs, Message Authentication Code Key
- port Number
- Auth port of RADIUS server
- retry Number
- Number of authentication request retries before failing over
- secret String
- Shared secret used with this RADIUS authentication server
- ssids List<String>
- WLAN SSID filters that use this authentication server when matching is enabled
- timeout Number
- Authentication request timeout, in seconds
MxclusterRadsecTls, MxclusterRadsecTlsArgs
- Keypair string
- Name or identifier of the TLS keypair used by RadSec
- Keypair string
- Name or identifier of the TLS keypair used by RadSec
- keypair string
- Name or identifier of the TLS keypair used by RadSec
- keypair String
- Name or identifier of the TLS keypair used by RadSec
- keypair string
- Name or identifier of the TLS keypair used by RadSec
- keypair str
- Name or identifier of the TLS keypair used by RadSec
- keypair String
- Name or identifier of the TLS keypair used by RadSec
MxclusterTuntermDhcpdConfig, MxclusterTuntermDhcpdConfigArgs
MxclusterTuntermExtraRoutes, MxclusterTuntermExtraRoutesArgs
- Via string
- Next-hop IP address for this extra route
- Via string
- Next-hop IP address for this extra route
- via string
- Next-hop IP address for this extra route
- via String
- Next-hop IP address for this extra route
- via string
- Next-hop IP address for this extra route
- via str
- Next-hop IP address for this extra route
- via String
- Next-hop IP address for this extra route
MxclusterTuntermMonitoring, MxclusterTuntermMonitoringArgs
- host string
- port number
- protocol string
- src_
vlan_ numberid - timeout number
- Authentication request timeout, in seconds
- host str
- port int
- protocol str
- src_
vlan_ intid - timeout int
- Authentication request timeout, in seconds
Import
Using pulumi import, import junipermist.org.Mxcluster with:
Mist Org MxCluster can be imported by specifying the orgId and the mxclusterId
$ pulumi import junipermist:org/mxcluster:Mxcluster cluster_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 Saturday, Jul 11, 2026 by Pulumi