@pulumi/juniper-mist 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +177 -0
- package/README.md +50 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +27 -0
- package/config/vars.js +43 -0
- package/config/vars.js.map +1 -0
- package/device/ap.d.ts +381 -0
- package/device/ap.js +145 -0
- package/device/ap.js.map +1 -0
- package/device/base.d.ts +221 -0
- package/device/base.js +113 -0
- package/device/base.js.map +1 -0
- package/device/gateway.d.ts +432 -0
- package/device/gateway.js +163 -0
- package/device/gateway.js.map +1 -0
- package/device/gatewayCluster.d.ts +70 -0
- package/device/gatewayCluster.js +85 -0
- package/device/gatewayCluster.js.map +1 -0
- package/device/getApStats.d.ts +100 -0
- package/device/getApStats.js +53 -0
- package/device/getApStats.js.map +1 -0
- package/device/getGatewayStats.d.ts +100 -0
- package/device/getGatewayStats.js +53 -0
- package/device/getGatewayStats.js.map +1 -0
- package/device/getSwitchStats.d.ts +124 -0
- package/device/getSwitchStats.js +55 -0
- package/device/getSwitchStats.js.map +1 -0
- package/device/index.d.ts +24 -0
- package/device/index.js +51 -0
- package/device/index.js.map +1 -0
- package/device/switch.d.ts +518 -0
- package/device/switch.js +158 -0
- package/device/switch.js.map +1 -0
- package/getConstAppCategories.d.ts +38 -0
- package/getConstAppCategories.js +41 -0
- package/getConstAppCategories.js.map +1 -0
- package/getConstAppSubCategories.d.ts +38 -0
- package/getConstAppSubCategories.js +41 -0
- package/getConstAppSubCategories.js.map +1 -0
- package/getConstApplications.d.ts +38 -0
- package/getConstApplications.js +41 -0
- package/getConstApplications.js.map +1 -0
- package/getConstCountries.d.ts +38 -0
- package/getConstCountries.js +41 -0
- package/getConstCountries.js.map +1 -0
- package/getConstTrafficTypes.d.ts +38 -0
- package/getConstTrafficTypes.js +41 -0
- package/getConstTrafficTypes.js.map +1 -0
- package/getSites.d.ts +55 -0
- package/getSites.js +47 -0
- package/getSites.js.map +1 -0
- package/index.d.ts +27 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/org/base.d.ts +88 -0
- package/org/base.js +75 -0
- package/org/base.js.map +1 -0
- package/org/deviceprofileAp.d.ts +264 -0
- package/org/deviceprofileAp.js +112 -0
- package/org/deviceprofileAp.js.map +1 -0
- package/org/deviceprofileAssign.d.ts +64 -0
- package/org/deviceprofileAssign.js +81 -0
- package/org/deviceprofileAssign.js.map +1 -0
- package/org/deviceprofileGateway.d.ts +325 -0
- package/org/deviceprofileGateway.js +109 -0
- package/org/deviceprofileGateway.js.map +1 -0
- package/org/gatewaytemplate.d.ts +323 -0
- package/org/gatewaytemplate.js +105 -0
- package/org/gatewaytemplate.js.map +1 -0
- package/org/getDeviceprofilesAp.d.ts +55 -0
- package/org/getDeviceprofilesAp.js +47 -0
- package/org/getDeviceprofilesAp.js.map +1 -0
- package/org/getDeviceprofilesGateway.d.ts +55 -0
- package/org/getDeviceprofilesGateway.js +47 -0
- package/org/getDeviceprofilesGateway.js.map +1 -0
- package/org/getGatewaytemplates.d.ts +55 -0
- package/org/getGatewaytemplates.js +47 -0
- package/org/getGatewaytemplates.js.map +1 -0
- package/org/getIdpprofiles.d.ts +55 -0
- package/org/getIdpprofiles.js +47 -0
- package/org/getIdpprofiles.js.map +1 -0
- package/org/getInventory.d.ts +139 -0
- package/org/getInventory.js +54 -0
- package/org/getInventory.js.map +1 -0
- package/org/getNacrules.d.ts +55 -0
- package/org/getNacrules.js +47 -0
- package/org/getNacrules.js.map +1 -0
- package/org/getNactags.d.ts +55 -0
- package/org/getNactags.js +47 -0
- package/org/getNactags.js.map +1 -0
- package/org/getNetworks.d.ts +55 -0
- package/org/getNetworks.js +47 -0
- package/org/getNetworks.js.map +1 -0
- package/org/getNetworktemplates.d.ts +55 -0
- package/org/getNetworktemplates.js +47 -0
- package/org/getNetworktemplates.js.map +1 -0
- package/org/getRftemplates.d.ts +55 -0
- package/org/getRftemplates.js +47 -0
- package/org/getRftemplates.js.map +1 -0
- package/org/getServicepolicies.d.ts +55 -0
- package/org/getServicepolicies.js +47 -0
- package/org/getServicepolicies.js.map +1 -0
- package/org/getServices.d.ts +55 -0
- package/org/getServices.js +47 -0
- package/org/getServices.js.map +1 -0
- package/org/getSitegroups.d.ts +55 -0
- package/org/getSitegroups.js +47 -0
- package/org/getSitegroups.js.map +1 -0
- package/org/getVpns.d.ts +33 -0
- package/org/getVpns.js +25 -0
- package/org/getVpns.js.map +1 -0
- package/org/getWlantemplates.d.ts +55 -0
- package/org/getWlantemplates.js +47 -0
- package/org/getWlantemplates.js.map +1 -0
- package/org/getWxtags.d.ts +55 -0
- package/org/getWxtags.js +47 -0
- package/org/getWxtags.js.map +1 -0
- package/org/idpprofile.d.ts +62 -0
- package/org/idpprofile.js +64 -0
- package/org/idpprofile.js.map +1 -0
- package/org/index.d.ts +111 -0
- package/org/index.js +171 -0
- package/org/index.js.map +1 -0
- package/org/inventory.d.ts +47 -0
- package/org/inventory.js +57 -0
- package/org/inventory.js.map +1 -0
- package/org/nacrule.d.ts +101 -0
- package/org/nacrule.js +75 -0
- package/org/nacrule.js.map +1 -0
- package/org/nactag.d.ts +225 -0
- package/org/nactag.js +99 -0
- package/org/nactag.js.map +1 -0
- package/org/network.d.ts +154 -0
- package/org/network.js +98 -0
- package/org/network.js.map +1 -0
- package/org/networktemplate.d.ts +260 -0
- package/org/networktemplate.js +97 -0
- package/org/networktemplate.js.map +1 -0
- package/org/rftemplate.d.ts +167 -0
- package/org/rftemplate.js +79 -0
- package/org/rftemplate.js.map +1 -0
- package/org/service.d.ts +212 -0
- package/org/service.js +93 -0
- package/org/service.js.map +1 -0
- package/org/servicepolicy.d.ts +110 -0
- package/org/servicepolicy.js +73 -0
- package/org/servicepolicy.js.map +1 -0
- package/org/setting.d.ts +253 -0
- package/org/setting.js +125 -0
- package/org/setting.js.map +1 -0
- package/org/sitegroup.d.ts +57 -0
- package/org/sitegroup.js +69 -0
- package/org/sitegroup.js.map +1 -0
- package/org/vpn.d.ts +56 -0
- package/org/vpn.js +62 -0
- package/org/vpn.js.map +1 -0
- package/org/wlan.d.ts +1114 -0
- package/org/wlan.js +268 -0
- package/org/wlan.js.map +1 -0
- package/org/wlantemplate.d.ts +95 -0
- package/org/wlantemplate.js +65 -0
- package/org/wlantemplate.js.map +1 -0
- package/org/wxrule.d.ts +149 -0
- package/org/wxrule.js +102 -0
- package/org/wxrule.js.map +1 -0
- package/org/wxtag.d.ts +177 -0
- package/org/wxtag.js +90 -0
- package/org/wxtag.js.map +1 -0
- package/package.json +31 -0
- package/provider.d.ts +76 -0
- package/provider.js +52 -0
- package/provider.js.map +1 -0
- package/site/index.d.ts +15 -0
- package/site/index.js +42 -0
- package/site/index.js.map +1 -0
- package/site/networktemplate.d.ts +260 -0
- package/site/networktemplate.js +94 -0
- package/site/networktemplate.js.map +1 -0
- package/site/setting.d.ts +430 -0
- package/site/setting.js +135 -0
- package/site/setting.js.map +1 -0
- package/site/wlan.d.ts +1112 -0
- package/site/wlan.js +264 -0
- package/site/wlan.js.map +1 -0
- package/site/wxrule.d.ts +150 -0
- package/site/wxrule.js +100 -0
- package/site/wxrule.js.map +1 -0
- package/site/wxtag.d.ts +179 -0
- package/site/wxtag.js +92 -0
- package/site/wxtag.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +9877 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +11698 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource managed the Org Network Templates (Switch templates).A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings. Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
|
|
6
|
+
*/
|
|
7
|
+
export declare class Networktemplate extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Networktemplate resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NetworktemplateState, opts?: pulumi.CustomResourceOptions): Networktemplate;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Networktemplate. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Networktemplate;
|
|
23
|
+
readonly aclPolicies: pulumi.Output<outputs.org.NetworktemplateAclPolicy[] | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* ACL Tags to identify traffic source or destination. Key name is the tag name
|
|
26
|
+
*/
|
|
27
|
+
readonly aclTags: pulumi.Output<{
|
|
28
|
+
[key: string]: outputs.org.NetworktemplateAclTags;
|
|
29
|
+
} | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* additional CLI commands to append to the generated Junos config **Note**: no check is done
|
|
32
|
+
*/
|
|
33
|
+
readonly additionalConfigCmds: pulumi.Output<string[] | undefined>;
|
|
34
|
+
readonly dhcpSnooping: pulumi.Output<outputs.org.NetworktemplateDhcpSnooping | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
|
|
37
|
+
*/
|
|
38
|
+
readonly dnsServers: pulumi.Output<string[] | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
|
|
41
|
+
*/
|
|
42
|
+
readonly dnsSuffixes: pulumi.Output<string[] | undefined>;
|
|
43
|
+
readonly extraRoutes: pulumi.Output<{
|
|
44
|
+
[key: string]: outputs.org.NetworktemplateExtraRoutes;
|
|
45
|
+
} | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64")
|
|
48
|
+
*/
|
|
49
|
+
readonly extraRoutes6: pulumi.Output<{
|
|
50
|
+
[key: string]: outputs.org.NetworktemplateExtraRoutes6;
|
|
51
|
+
} | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* enable mistNac to use radsec
|
|
54
|
+
*/
|
|
55
|
+
readonly mistNac: pulumi.Output<outputs.org.NetworktemplateMistNac | undefined>;
|
|
56
|
+
readonly name: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Property key is network name
|
|
59
|
+
*/
|
|
60
|
+
readonly networks: pulumi.Output<{
|
|
61
|
+
[key: string]: outputs.org.NetworktemplateNetworks;
|
|
62
|
+
} | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* list of NTP servers specific to this device. By default, those in Site Settings will be used
|
|
65
|
+
*/
|
|
66
|
+
readonly ntpServers: pulumi.Output<string[] | undefined>;
|
|
67
|
+
readonly orgId: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
|
|
70
|
+
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
71
|
+
*/
|
|
72
|
+
readonly portMirroring: pulumi.Output<{
|
|
73
|
+
[key: string]: outputs.org.NetworktemplatePortMirroring;
|
|
74
|
+
} | undefined>;
|
|
75
|
+
readonly portUsages: pulumi.Output<{
|
|
76
|
+
[key: string]: outputs.org.NetworktemplatePortUsages;
|
|
77
|
+
} | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Junos Radius config
|
|
80
|
+
*/
|
|
81
|
+
readonly radiusConfig: pulumi.Output<outputs.org.NetworktemplateRadiusConfig | undefined>;
|
|
82
|
+
readonly remoteSyslog: pulumi.Output<outputs.org.NetworktemplateRemoteSyslog | undefined>;
|
|
83
|
+
readonly snmpConfig: pulumi.Output<outputs.org.NetworktemplateSnmpConfig | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* Switch template
|
|
86
|
+
*/
|
|
87
|
+
readonly switchMatching: pulumi.Output<outputs.org.NetworktemplateSwitchMatching | undefined>;
|
|
88
|
+
readonly switchMgmt: pulumi.Output<outputs.org.NetworktemplateSwitchMgmt | undefined>;
|
|
89
|
+
readonly vrfConfig: pulumi.Output<outputs.org.NetworktemplateVrfConfig | undefined>;
|
|
90
|
+
/**
|
|
91
|
+
* Property key is the network name
|
|
92
|
+
*/
|
|
93
|
+
readonly vrfInstances: pulumi.Output<{
|
|
94
|
+
[key: string]: outputs.org.NetworktemplateVrfInstances;
|
|
95
|
+
} | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* Create a Networktemplate resource with the given unique name, arguments, and options.
|
|
98
|
+
*
|
|
99
|
+
* @param name The _unique_ name of the resource.
|
|
100
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
101
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
102
|
+
*/
|
|
103
|
+
constructor(name: string, args: NetworktemplateArgs, opts?: pulumi.CustomResourceOptions);
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Input properties used for looking up and filtering Networktemplate resources.
|
|
107
|
+
*/
|
|
108
|
+
export interface NetworktemplateState {
|
|
109
|
+
aclPolicies?: pulumi.Input<pulumi.Input<inputs.org.NetworktemplateAclPolicy>[]>;
|
|
110
|
+
/**
|
|
111
|
+
* ACL Tags to identify traffic source or destination. Key name is the tag name
|
|
112
|
+
*/
|
|
113
|
+
aclTags?: pulumi.Input<{
|
|
114
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateAclTags>;
|
|
115
|
+
}>;
|
|
116
|
+
/**
|
|
117
|
+
* additional CLI commands to append to the generated Junos config **Note**: no check is done
|
|
118
|
+
*/
|
|
119
|
+
additionalConfigCmds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
dhcpSnooping?: pulumi.Input<inputs.org.NetworktemplateDhcpSnooping>;
|
|
121
|
+
/**
|
|
122
|
+
* Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
|
|
123
|
+
*/
|
|
124
|
+
dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
|
+
/**
|
|
126
|
+
* Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
|
|
127
|
+
*/
|
|
128
|
+
dnsSuffixes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
extraRoutes?: pulumi.Input<{
|
|
130
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateExtraRoutes>;
|
|
131
|
+
}>;
|
|
132
|
+
/**
|
|
133
|
+
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64")
|
|
134
|
+
*/
|
|
135
|
+
extraRoutes6?: pulumi.Input<{
|
|
136
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateExtraRoutes6>;
|
|
137
|
+
}>;
|
|
138
|
+
/**
|
|
139
|
+
* enable mistNac to use radsec
|
|
140
|
+
*/
|
|
141
|
+
mistNac?: pulumi.Input<inputs.org.NetworktemplateMistNac>;
|
|
142
|
+
name?: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* Property key is network name
|
|
145
|
+
*/
|
|
146
|
+
networks?: pulumi.Input<{
|
|
147
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateNetworks>;
|
|
148
|
+
}>;
|
|
149
|
+
/**
|
|
150
|
+
* list of NTP servers specific to this device. By default, those in Site Settings will be used
|
|
151
|
+
*/
|
|
152
|
+
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
153
|
+
orgId?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
|
|
156
|
+
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
157
|
+
*/
|
|
158
|
+
portMirroring?: pulumi.Input<{
|
|
159
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
|
|
160
|
+
}>;
|
|
161
|
+
portUsages?: pulumi.Input<{
|
|
162
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortUsages>;
|
|
163
|
+
}>;
|
|
164
|
+
/**
|
|
165
|
+
* Junos Radius config
|
|
166
|
+
*/
|
|
167
|
+
radiusConfig?: pulumi.Input<inputs.org.NetworktemplateRadiusConfig>;
|
|
168
|
+
remoteSyslog?: pulumi.Input<inputs.org.NetworktemplateRemoteSyslog>;
|
|
169
|
+
snmpConfig?: pulumi.Input<inputs.org.NetworktemplateSnmpConfig>;
|
|
170
|
+
/**
|
|
171
|
+
* Switch template
|
|
172
|
+
*/
|
|
173
|
+
switchMatching?: pulumi.Input<inputs.org.NetworktemplateSwitchMatching>;
|
|
174
|
+
switchMgmt?: pulumi.Input<inputs.org.NetworktemplateSwitchMgmt>;
|
|
175
|
+
vrfConfig?: pulumi.Input<inputs.org.NetworktemplateVrfConfig>;
|
|
176
|
+
/**
|
|
177
|
+
* Property key is the network name
|
|
178
|
+
*/
|
|
179
|
+
vrfInstances?: pulumi.Input<{
|
|
180
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateVrfInstances>;
|
|
181
|
+
}>;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* The set of arguments for constructing a Networktemplate resource.
|
|
185
|
+
*/
|
|
186
|
+
export interface NetworktemplateArgs {
|
|
187
|
+
aclPolicies?: pulumi.Input<pulumi.Input<inputs.org.NetworktemplateAclPolicy>[]>;
|
|
188
|
+
/**
|
|
189
|
+
* ACL Tags to identify traffic source or destination. Key name is the tag name
|
|
190
|
+
*/
|
|
191
|
+
aclTags?: pulumi.Input<{
|
|
192
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateAclTags>;
|
|
193
|
+
}>;
|
|
194
|
+
/**
|
|
195
|
+
* additional CLI commands to append to the generated Junos config **Note**: no check is done
|
|
196
|
+
*/
|
|
197
|
+
additionalConfigCmds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
|
+
dhcpSnooping?: pulumi.Input<inputs.org.NetworktemplateDhcpSnooping>;
|
|
199
|
+
/**
|
|
200
|
+
* Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
|
|
201
|
+
*/
|
|
202
|
+
dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
203
|
+
/**
|
|
204
|
+
* Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
|
|
205
|
+
*/
|
|
206
|
+
dnsSuffixes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
207
|
+
extraRoutes?: pulumi.Input<{
|
|
208
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateExtraRoutes>;
|
|
209
|
+
}>;
|
|
210
|
+
/**
|
|
211
|
+
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64")
|
|
212
|
+
*/
|
|
213
|
+
extraRoutes6?: pulumi.Input<{
|
|
214
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateExtraRoutes6>;
|
|
215
|
+
}>;
|
|
216
|
+
/**
|
|
217
|
+
* enable mistNac to use radsec
|
|
218
|
+
*/
|
|
219
|
+
mistNac?: pulumi.Input<inputs.org.NetworktemplateMistNac>;
|
|
220
|
+
name?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Property key is network name
|
|
223
|
+
*/
|
|
224
|
+
networks?: pulumi.Input<{
|
|
225
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateNetworks>;
|
|
226
|
+
}>;
|
|
227
|
+
/**
|
|
228
|
+
* list of NTP servers specific to this device. By default, those in Site Settings will be used
|
|
229
|
+
*/
|
|
230
|
+
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
231
|
+
orgId: pulumi.Input<string>;
|
|
232
|
+
/**
|
|
233
|
+
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
|
|
234
|
+
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
235
|
+
*/
|
|
236
|
+
portMirroring?: pulumi.Input<{
|
|
237
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
|
|
238
|
+
}>;
|
|
239
|
+
portUsages?: pulumi.Input<{
|
|
240
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortUsages>;
|
|
241
|
+
}>;
|
|
242
|
+
/**
|
|
243
|
+
* Junos Radius config
|
|
244
|
+
*/
|
|
245
|
+
radiusConfig?: pulumi.Input<inputs.org.NetworktemplateRadiusConfig>;
|
|
246
|
+
remoteSyslog?: pulumi.Input<inputs.org.NetworktemplateRemoteSyslog>;
|
|
247
|
+
snmpConfig?: pulumi.Input<inputs.org.NetworktemplateSnmpConfig>;
|
|
248
|
+
/**
|
|
249
|
+
* Switch template
|
|
250
|
+
*/
|
|
251
|
+
switchMatching?: pulumi.Input<inputs.org.NetworktemplateSwitchMatching>;
|
|
252
|
+
switchMgmt?: pulumi.Input<inputs.org.NetworktemplateSwitchMgmt>;
|
|
253
|
+
vrfConfig?: pulumi.Input<inputs.org.NetworktemplateVrfConfig>;
|
|
254
|
+
/**
|
|
255
|
+
* Property key is the network name
|
|
256
|
+
*/
|
|
257
|
+
vrfInstances?: pulumi.Input<{
|
|
258
|
+
[key: string]: pulumi.Input<inputs.org.NetworktemplateVrfInstances>;
|
|
259
|
+
}>;
|
|
260
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Networktemplate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource managed the Org Network Templates (Switch templates).A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings. Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
|
|
10
|
+
*/
|
|
11
|
+
class Networktemplate extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Networktemplate resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param state Any extra arguments used during the lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, state, opts) {
|
|
22
|
+
return new Networktemplate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Networktemplate. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Networktemplate.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let resourceInputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
resourceInputs["aclPolicies"] = state ? state.aclPolicies : undefined;
|
|
40
|
+
resourceInputs["aclTags"] = state ? state.aclTags : undefined;
|
|
41
|
+
resourceInputs["additionalConfigCmds"] = state ? state.additionalConfigCmds : undefined;
|
|
42
|
+
resourceInputs["dhcpSnooping"] = state ? state.dhcpSnooping : undefined;
|
|
43
|
+
resourceInputs["dnsServers"] = state ? state.dnsServers : undefined;
|
|
44
|
+
resourceInputs["dnsSuffixes"] = state ? state.dnsSuffixes : undefined;
|
|
45
|
+
resourceInputs["extraRoutes"] = state ? state.extraRoutes : undefined;
|
|
46
|
+
resourceInputs["extraRoutes6"] = state ? state.extraRoutes6 : undefined;
|
|
47
|
+
resourceInputs["mistNac"] = state ? state.mistNac : undefined;
|
|
48
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
49
|
+
resourceInputs["networks"] = state ? state.networks : undefined;
|
|
50
|
+
resourceInputs["ntpServers"] = state ? state.ntpServers : undefined;
|
|
51
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
52
|
+
resourceInputs["portMirroring"] = state ? state.portMirroring : undefined;
|
|
53
|
+
resourceInputs["portUsages"] = state ? state.portUsages : undefined;
|
|
54
|
+
resourceInputs["radiusConfig"] = state ? state.radiusConfig : undefined;
|
|
55
|
+
resourceInputs["remoteSyslog"] = state ? state.remoteSyslog : undefined;
|
|
56
|
+
resourceInputs["snmpConfig"] = state ? state.snmpConfig : undefined;
|
|
57
|
+
resourceInputs["switchMatching"] = state ? state.switchMatching : undefined;
|
|
58
|
+
resourceInputs["switchMgmt"] = state ? state.switchMgmt : undefined;
|
|
59
|
+
resourceInputs["vrfConfig"] = state ? state.vrfConfig : undefined;
|
|
60
|
+
resourceInputs["vrfInstances"] = state ? state.vrfInstances : undefined;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
const args = argsOrState;
|
|
64
|
+
if ((!args || args.orgId === undefined) && !opts.urn) {
|
|
65
|
+
throw new Error("Missing required property 'orgId'");
|
|
66
|
+
}
|
|
67
|
+
resourceInputs["aclPolicies"] = args ? args.aclPolicies : undefined;
|
|
68
|
+
resourceInputs["aclTags"] = args ? args.aclTags : undefined;
|
|
69
|
+
resourceInputs["additionalConfigCmds"] = args ? args.additionalConfigCmds : undefined;
|
|
70
|
+
resourceInputs["dhcpSnooping"] = args ? args.dhcpSnooping : undefined;
|
|
71
|
+
resourceInputs["dnsServers"] = args ? args.dnsServers : undefined;
|
|
72
|
+
resourceInputs["dnsSuffixes"] = args ? args.dnsSuffixes : undefined;
|
|
73
|
+
resourceInputs["extraRoutes"] = args ? args.extraRoutes : undefined;
|
|
74
|
+
resourceInputs["extraRoutes6"] = args ? args.extraRoutes6 : undefined;
|
|
75
|
+
resourceInputs["mistNac"] = args ? args.mistNac : undefined;
|
|
76
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
77
|
+
resourceInputs["networks"] = args ? args.networks : undefined;
|
|
78
|
+
resourceInputs["ntpServers"] = args ? args.ntpServers : undefined;
|
|
79
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
80
|
+
resourceInputs["portMirroring"] = args ? args.portMirroring : undefined;
|
|
81
|
+
resourceInputs["portUsages"] = args ? args.portUsages : undefined;
|
|
82
|
+
resourceInputs["radiusConfig"] = args ? args.radiusConfig : undefined;
|
|
83
|
+
resourceInputs["remoteSyslog"] = args ? args.remoteSyslog : undefined;
|
|
84
|
+
resourceInputs["snmpConfig"] = args ? args.snmpConfig : undefined;
|
|
85
|
+
resourceInputs["switchMatching"] = args ? args.switchMatching : undefined;
|
|
86
|
+
resourceInputs["switchMgmt"] = args ? args.switchMgmt : undefined;
|
|
87
|
+
resourceInputs["vrfConfig"] = args ? args.vrfConfig : undefined;
|
|
88
|
+
resourceInputs["vrfInstances"] = args ? args.vrfInstances : undefined;
|
|
89
|
+
}
|
|
90
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
91
|
+
super(Networktemplate.__pulumiType, name, resourceInputs, opts);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
exports.Networktemplate = Networktemplate;
|
|
95
|
+
/** @internal */
|
|
96
|
+
Networktemplate.__pulumiType = 'junipermist:org/networktemplate:Networktemplate';
|
|
97
|
+
//# sourceMappingURL=networktemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"networktemplate.js","sourceRoot":"","sources":["../../org/networktemplate.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This manages the RF Templates.The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
6
|
+
*/
|
|
7
|
+
export declare class Rftemplate extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Rftemplate resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RftemplateState, opts?: pulumi.CustomResourceOptions): Rftemplate;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Rftemplate. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Rftemplate;
|
|
23
|
+
readonly antGain24: pulumi.Output<number>;
|
|
24
|
+
readonly antGain5: pulumi.Output<number>;
|
|
25
|
+
readonly antGain6: pulumi.Output<number>;
|
|
26
|
+
/**
|
|
27
|
+
* Radio Band AP settings
|
|
28
|
+
*/
|
|
29
|
+
readonly band24: pulumi.Output<outputs.org.RftemplateBand24 | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* enum: `24`, `5`, `6`, `auto`
|
|
32
|
+
*/
|
|
33
|
+
readonly band24Usage: pulumi.Output<string | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Radio Band AP settings
|
|
36
|
+
*/
|
|
37
|
+
readonly band5: pulumi.Output<outputs.org.RftemplateBand5 | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Radio Band AP settings
|
|
40
|
+
*/
|
|
41
|
+
readonly band5On24Radio: pulumi.Output<outputs.org.RftemplateBand5On24Radio | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Radio Band AP settings
|
|
44
|
+
*/
|
|
45
|
+
readonly band6: pulumi.Output<outputs.org.RftemplateBand6 | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* optional, country code to use. If specified, this gets applied to all sites using the RF Template
|
|
48
|
+
*/
|
|
49
|
+
readonly countryCode: pulumi.Output<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* overwrites for a specific model. If a band is specified, it will shadow the default. Property key is the model name (e.g. "AP63")
|
|
52
|
+
*/
|
|
53
|
+
readonly modelSpecific: pulumi.Output<{
|
|
54
|
+
[key: string]: outputs.org.RftemplateModelSpecific;
|
|
55
|
+
} | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the RF template
|
|
58
|
+
*/
|
|
59
|
+
readonly name: pulumi.Output<string>;
|
|
60
|
+
readonly orgId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* whether scanning radio is enabled
|
|
63
|
+
*/
|
|
64
|
+
readonly scanningEnabled: pulumi.Output<boolean | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* Create a Rftemplate resource with the given unique name, arguments, and options.
|
|
67
|
+
*
|
|
68
|
+
* @param name The _unique_ name of the resource.
|
|
69
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
70
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
71
|
+
*/
|
|
72
|
+
constructor(name: string, args: RftemplateArgs, opts?: pulumi.CustomResourceOptions);
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Input properties used for looking up and filtering Rftemplate resources.
|
|
76
|
+
*/
|
|
77
|
+
export interface RftemplateState {
|
|
78
|
+
antGain24?: pulumi.Input<number>;
|
|
79
|
+
antGain5?: pulumi.Input<number>;
|
|
80
|
+
antGain6?: pulumi.Input<number>;
|
|
81
|
+
/**
|
|
82
|
+
* Radio Band AP settings
|
|
83
|
+
*/
|
|
84
|
+
band24?: pulumi.Input<inputs.org.RftemplateBand24>;
|
|
85
|
+
/**
|
|
86
|
+
* enum: `24`, `5`, `6`, `auto`
|
|
87
|
+
*/
|
|
88
|
+
band24Usage?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Radio Band AP settings
|
|
91
|
+
*/
|
|
92
|
+
band5?: pulumi.Input<inputs.org.RftemplateBand5>;
|
|
93
|
+
/**
|
|
94
|
+
* Radio Band AP settings
|
|
95
|
+
*/
|
|
96
|
+
band5On24Radio?: pulumi.Input<inputs.org.RftemplateBand5On24Radio>;
|
|
97
|
+
/**
|
|
98
|
+
* Radio Band AP settings
|
|
99
|
+
*/
|
|
100
|
+
band6?: pulumi.Input<inputs.org.RftemplateBand6>;
|
|
101
|
+
/**
|
|
102
|
+
* optional, country code to use. If specified, this gets applied to all sites using the RF Template
|
|
103
|
+
*/
|
|
104
|
+
countryCode?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* overwrites for a specific model. If a band is specified, it will shadow the default. Property key is the model name (e.g. "AP63")
|
|
107
|
+
*/
|
|
108
|
+
modelSpecific?: pulumi.Input<{
|
|
109
|
+
[key: string]: pulumi.Input<inputs.org.RftemplateModelSpecific>;
|
|
110
|
+
}>;
|
|
111
|
+
/**
|
|
112
|
+
* The name of the RF template
|
|
113
|
+
*/
|
|
114
|
+
name?: pulumi.Input<string>;
|
|
115
|
+
orgId?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* whether scanning radio is enabled
|
|
118
|
+
*/
|
|
119
|
+
scanningEnabled?: pulumi.Input<boolean>;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* The set of arguments for constructing a Rftemplate resource.
|
|
123
|
+
*/
|
|
124
|
+
export interface RftemplateArgs {
|
|
125
|
+
antGain24?: pulumi.Input<number>;
|
|
126
|
+
antGain5?: pulumi.Input<number>;
|
|
127
|
+
antGain6?: pulumi.Input<number>;
|
|
128
|
+
/**
|
|
129
|
+
* Radio Band AP settings
|
|
130
|
+
*/
|
|
131
|
+
band24?: pulumi.Input<inputs.org.RftemplateBand24>;
|
|
132
|
+
/**
|
|
133
|
+
* enum: `24`, `5`, `6`, `auto`
|
|
134
|
+
*/
|
|
135
|
+
band24Usage?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Radio Band AP settings
|
|
138
|
+
*/
|
|
139
|
+
band5?: pulumi.Input<inputs.org.RftemplateBand5>;
|
|
140
|
+
/**
|
|
141
|
+
* Radio Band AP settings
|
|
142
|
+
*/
|
|
143
|
+
band5On24Radio?: pulumi.Input<inputs.org.RftemplateBand5On24Radio>;
|
|
144
|
+
/**
|
|
145
|
+
* Radio Band AP settings
|
|
146
|
+
*/
|
|
147
|
+
band6?: pulumi.Input<inputs.org.RftemplateBand6>;
|
|
148
|
+
/**
|
|
149
|
+
* optional, country code to use. If specified, this gets applied to all sites using the RF Template
|
|
150
|
+
*/
|
|
151
|
+
countryCode?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* overwrites for a specific model. If a band is specified, it will shadow the default. Property key is the model name (e.g. "AP63")
|
|
154
|
+
*/
|
|
155
|
+
modelSpecific?: pulumi.Input<{
|
|
156
|
+
[key: string]: pulumi.Input<inputs.org.RftemplateModelSpecific>;
|
|
157
|
+
}>;
|
|
158
|
+
/**
|
|
159
|
+
* The name of the RF template
|
|
160
|
+
*/
|
|
161
|
+
name?: pulumi.Input<string>;
|
|
162
|
+
orgId: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* whether scanning radio is enabled
|
|
165
|
+
*/
|
|
166
|
+
scanningEnabled?: pulumi.Input<boolean>;
|
|
167
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Rftemplate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This manages the RF Templates.The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
10
|
+
*/
|
|
11
|
+
class Rftemplate extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Rftemplate resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param state Any extra arguments used during the lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, state, opts) {
|
|
22
|
+
return new Rftemplate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Rftemplate. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Rftemplate.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let resourceInputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
resourceInputs["antGain24"] = state ? state.antGain24 : undefined;
|
|
40
|
+
resourceInputs["antGain5"] = state ? state.antGain5 : undefined;
|
|
41
|
+
resourceInputs["antGain6"] = state ? state.antGain6 : undefined;
|
|
42
|
+
resourceInputs["band24"] = state ? state.band24 : undefined;
|
|
43
|
+
resourceInputs["band24Usage"] = state ? state.band24Usage : undefined;
|
|
44
|
+
resourceInputs["band5"] = state ? state.band5 : undefined;
|
|
45
|
+
resourceInputs["band5On24Radio"] = state ? state.band5On24Radio : undefined;
|
|
46
|
+
resourceInputs["band6"] = state ? state.band6 : undefined;
|
|
47
|
+
resourceInputs["countryCode"] = state ? state.countryCode : undefined;
|
|
48
|
+
resourceInputs["modelSpecific"] = state ? state.modelSpecific : undefined;
|
|
49
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
50
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
51
|
+
resourceInputs["scanningEnabled"] = state ? state.scanningEnabled : undefined;
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
const args = argsOrState;
|
|
55
|
+
if ((!args || args.orgId === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'orgId'");
|
|
57
|
+
}
|
|
58
|
+
resourceInputs["antGain24"] = args ? args.antGain24 : undefined;
|
|
59
|
+
resourceInputs["antGain5"] = args ? args.antGain5 : undefined;
|
|
60
|
+
resourceInputs["antGain6"] = args ? args.antGain6 : undefined;
|
|
61
|
+
resourceInputs["band24"] = args ? args.band24 : undefined;
|
|
62
|
+
resourceInputs["band24Usage"] = args ? args.band24Usage : undefined;
|
|
63
|
+
resourceInputs["band5"] = args ? args.band5 : undefined;
|
|
64
|
+
resourceInputs["band5On24Radio"] = args ? args.band5On24Radio : undefined;
|
|
65
|
+
resourceInputs["band6"] = args ? args.band6 : undefined;
|
|
66
|
+
resourceInputs["countryCode"] = args ? args.countryCode : undefined;
|
|
67
|
+
resourceInputs["modelSpecific"] = args ? args.modelSpecific : undefined;
|
|
68
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
69
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
70
|
+
resourceInputs["scanningEnabled"] = args ? args.scanningEnabled : undefined;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
super(Rftemplate.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.Rftemplate = Rftemplate;
|
|
77
|
+
/** @internal */
|
|
78
|
+
Rftemplate.__pulumiType = 'junipermist:org/rftemplate:Rftemplate';
|
|
79
|
+
//# sourceMappingURL=rftemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rftemplate.js","sourceRoot":"","sources":["../../org/rftemplate.ts"],"names":[],"mappings":"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"}
|