@pulumi/juniper-mist 0.6.2 → 0.6.3
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/config/vars.d.ts +3 -5
- package/config/vars.js.map +1 -1
- package/device/ap.d.ts +12 -15
- package/device/ap.js +77 -77
- package/device/ap.js.map +1 -1
- package/device/base.js +34 -34
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +15 -6
- package/device/gateway.js +77 -75
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.js +7 -7
- package/device/gatewayCluster.js.map +1 -1
- package/device/image.js +13 -13
- package/device/image.js.map +1 -1
- package/device/switch.d.ts +24 -39
- package/device/switch.js +99 -99
- package/device/switch.js.map +1 -1
- package/org/alarmtemplate.js +12 -12
- package/org/alarmtemplate.js.map +1 -1
- package/org/apitoken.js +13 -13
- package/org/apitoken.js.map +1 -1
- package/org/avprofile.js +17 -17
- package/org/avprofile.js.map +1 -1
- package/org/base.js +13 -13
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +12 -12
- package/org/deviceprofileAp.js +49 -49
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileAssign.js +10 -10
- package/org/deviceprofileAssign.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +15 -6
- package/org/deviceprofileGateway.js +55 -53
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/evpnTopology.js +13 -13
- package/org/evpnTopology.js.map +1 -1
- package/org/gatewaytemplate.d.ts +18 -12
- package/org/gatewaytemplate.js +56 -54
- package/org/gatewaytemplate.js.map +1 -1
- package/org/idpprofile.js +11 -11
- package/org/idpprofile.js.map +1 -1
- package/org/inventory.d.ts +15 -9
- package/org/inventory.js +6 -6
- package/org/inventory.js.map +1 -1
- package/org/nacEndpoint.js +17 -17
- package/org/nacEndpoint.js.map +1 -1
- package/org/nacidp.js +57 -57
- package/org/nacidp.js.map +1 -1
- package/org/nacrule.js +22 -22
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +42 -39
- package/org/nactag.js +35 -35
- package/org/nactag.js.map +1 -1
- package/org/network.js +33 -33
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +6 -15
- package/org/networktemplate.js +50 -50
- package/org/networktemplate.js.map +1 -1
- package/org/psk.js +38 -38
- package/org/psk.js.map +1 -1
- package/org/rftemplate.js +28 -28
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +12 -6
- package/org/service.js +50 -50
- package/org/service.js.map +1 -1
- package/org/servicepolicy.js +28 -28
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +27 -42
- package/org/setting.js +70 -70
- package/org/setting.js.map +1 -1
- package/org/sitegroup.js +6 -6
- package/org/sitegroup.js.map +1 -1
- package/org/sso.d.ts +15 -33
- package/org/sso.js +31 -31
- package/org/sso.js.map +1 -1
- package/org/ssoRole.js +9 -9
- package/org/ssoRole.js.map +1 -1
- package/org/vpn.js +12 -12
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +6 -15
- package/org/webhook.js +40 -40
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +69 -93
- package/org/wlan.js +190 -190
- package/org/wlan.js.map +1 -1
- package/org/wlanPortalImage.js +10 -10
- package/org/wlanPortalImage.js.map +1 -1
- package/org/wlanPortalTemplate.js +10 -10
- package/org/wlanPortalTemplate.js.map +1 -1
- package/org/wlantemplate.js +14 -14
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.js +27 -27
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +60 -36
- package/org/wxtag.js +21 -21
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +5 -8
- package/provider.js +7 -7
- package/provider.js.map +1 -1
- package/site/base.js +34 -34
- package/site/base.js.map +1 -1
- package/site/evpnTopology.js +14 -14
- package/site/evpnTopology.js.map +1 -1
- package/site/networktemplate.d.ts +3 -9
- package/site/networktemplate.js +52 -52
- package/site/networktemplate.js.map +1 -1
- package/site/psk.js +35 -35
- package/site/psk.js.map +1 -1
- package/site/setting.d.ts +33 -63
- package/site/setting.js +97 -97
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +6 -15
- package/site/webhook.js +43 -43
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +69 -93
- package/site/wlan.js +188 -188
- package/site/wlan.js.map +1 -1
- package/site/wlanPortalImage.js +10 -10
- package/site/wlanPortalImage.js.map +1 -1
- package/site/wlanPortalTemplate.js +10 -10
- package/site/wlanPortalTemplate.js.map +1 -1
- package/site/wxrule.js +24 -24
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +60 -36
- package/site/wxtag.js +21 -21
- package/site/wxtag.js.map +1 -1
- package/types/output.d.ts +55 -55
- package/upgradeDevice.js +30 -30
- package/upgradeDevice.js.map +1 -1
- package/utilities.js +18 -29
- package/utilities.js.map +1 -1
package/device/gateway.js
CHANGED
|
@@ -58,7 +58,7 @@ class Gateway extends pulumi.CustomResource {
|
|
|
58
58
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
59
|
*/
|
|
60
60
|
static get(name, id, state, opts) {
|
|
61
|
-
return new Gateway(name, state,
|
|
61
|
+
return new Gateway(name, state, { ...opts, id: id });
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* Returns true if the given object is an instance of Gateway. This is designed to work even
|
|
@@ -75,87 +75,89 @@ class Gateway extends pulumi.CustomResource {
|
|
|
75
75
|
opts = opts || {};
|
|
76
76
|
if (opts.id) {
|
|
77
77
|
const state = argsOrState;
|
|
78
|
-
resourceInputs["additionalConfigCmds"] = state
|
|
79
|
-
resourceInputs["bgpConfig"] = state
|
|
80
|
-
resourceInputs["deviceId"] = state
|
|
81
|
-
resourceInputs["dhcpdConfig"] = state
|
|
82
|
-
resourceInputs["dnsServers"] = state
|
|
83
|
-
resourceInputs["dnsSuffixes"] = state
|
|
84
|
-
resourceInputs["extraRoutes"] = state
|
|
85
|
-
resourceInputs["extraRoutes6"] = state
|
|
86
|
-
resourceInputs["idpProfiles"] = state
|
|
87
|
-
resourceInputs["image1Url"] = state
|
|
88
|
-
resourceInputs["image2Url"] = state
|
|
89
|
-
resourceInputs["image3Url"] = state
|
|
90
|
-
resourceInputs["ipConfigs"] = state
|
|
91
|
-
resourceInputs["mac"] = state
|
|
92
|
-
resourceInputs["managed"] = state
|
|
93
|
-
resourceInputs["mapId"] = state
|
|
94
|
-
resourceInputs["model"] = state
|
|
95
|
-
resourceInputs["mspId"] = state
|
|
96
|
-
resourceInputs["name"] = state
|
|
97
|
-
resourceInputs["networks"] = state
|
|
98
|
-
resourceInputs["notes"] = state
|
|
99
|
-
resourceInputs["ntpServers"] = state
|
|
100
|
-
resourceInputs["oobIpConfig"] = state
|
|
101
|
-
resourceInputs["orgId"] = state
|
|
102
|
-
resourceInputs["pathPreferences"] = state
|
|
103
|
-
resourceInputs["portConfig"] = state
|
|
104
|
-
resourceInputs["portMirroring"] = state
|
|
105
|
-
resourceInputs["routerId"] = state
|
|
106
|
-
resourceInputs["routingPolicies"] = state
|
|
107
|
-
resourceInputs["serial"] = state
|
|
108
|
-
resourceInputs["servicePolicies"] = state
|
|
109
|
-
resourceInputs["siteId"] = state
|
|
110
|
-
resourceInputs["
|
|
111
|
-
resourceInputs["
|
|
112
|
-
resourceInputs["
|
|
113
|
-
resourceInputs["
|
|
114
|
-
resourceInputs["
|
|
115
|
-
resourceInputs["
|
|
116
|
-
resourceInputs["
|
|
117
|
-
resourceInputs["
|
|
78
|
+
resourceInputs["additionalConfigCmds"] = state?.additionalConfigCmds;
|
|
79
|
+
resourceInputs["bgpConfig"] = state?.bgpConfig;
|
|
80
|
+
resourceInputs["deviceId"] = state?.deviceId;
|
|
81
|
+
resourceInputs["dhcpdConfig"] = state?.dhcpdConfig;
|
|
82
|
+
resourceInputs["dnsServers"] = state?.dnsServers;
|
|
83
|
+
resourceInputs["dnsSuffixes"] = state?.dnsSuffixes;
|
|
84
|
+
resourceInputs["extraRoutes"] = state?.extraRoutes;
|
|
85
|
+
resourceInputs["extraRoutes6"] = state?.extraRoutes6;
|
|
86
|
+
resourceInputs["idpProfiles"] = state?.idpProfiles;
|
|
87
|
+
resourceInputs["image1Url"] = state?.image1Url;
|
|
88
|
+
resourceInputs["image2Url"] = state?.image2Url;
|
|
89
|
+
resourceInputs["image3Url"] = state?.image3Url;
|
|
90
|
+
resourceInputs["ipConfigs"] = state?.ipConfigs;
|
|
91
|
+
resourceInputs["mac"] = state?.mac;
|
|
92
|
+
resourceInputs["managed"] = state?.managed;
|
|
93
|
+
resourceInputs["mapId"] = state?.mapId;
|
|
94
|
+
resourceInputs["model"] = state?.model;
|
|
95
|
+
resourceInputs["mspId"] = state?.mspId;
|
|
96
|
+
resourceInputs["name"] = state?.name;
|
|
97
|
+
resourceInputs["networks"] = state?.networks;
|
|
98
|
+
resourceInputs["notes"] = state?.notes;
|
|
99
|
+
resourceInputs["ntpServers"] = state?.ntpServers;
|
|
100
|
+
resourceInputs["oobIpConfig"] = state?.oobIpConfig;
|
|
101
|
+
resourceInputs["orgId"] = state?.orgId;
|
|
102
|
+
resourceInputs["pathPreferences"] = state?.pathPreferences;
|
|
103
|
+
resourceInputs["portConfig"] = state?.portConfig;
|
|
104
|
+
resourceInputs["portMirroring"] = state?.portMirroring;
|
|
105
|
+
resourceInputs["routerId"] = state?.routerId;
|
|
106
|
+
resourceInputs["routingPolicies"] = state?.routingPolicies;
|
|
107
|
+
resourceInputs["serial"] = state?.serial;
|
|
108
|
+
resourceInputs["servicePolicies"] = state?.servicePolicies;
|
|
109
|
+
resourceInputs["siteId"] = state?.siteId;
|
|
110
|
+
resourceInputs["ssrAdditionalConfigCmds"] = state?.ssrAdditionalConfigCmds;
|
|
111
|
+
resourceInputs["tunnelConfigs"] = state?.tunnelConfigs;
|
|
112
|
+
resourceInputs["tunnelProviderOptions"] = state?.tunnelProviderOptions;
|
|
113
|
+
resourceInputs["type"] = state?.type;
|
|
114
|
+
resourceInputs["vars"] = state?.vars;
|
|
115
|
+
resourceInputs["vrfConfig"] = state?.vrfConfig;
|
|
116
|
+
resourceInputs["vrfInstances"] = state?.vrfInstances;
|
|
117
|
+
resourceInputs["x"] = state?.x;
|
|
118
|
+
resourceInputs["y"] = state?.y;
|
|
118
119
|
}
|
|
119
120
|
else {
|
|
120
121
|
const args = argsOrState;
|
|
121
|
-
if (
|
|
122
|
+
if (args?.deviceId === undefined && !opts.urn) {
|
|
122
123
|
throw new Error("Missing required property 'deviceId'");
|
|
123
124
|
}
|
|
124
|
-
if (
|
|
125
|
+
if (args?.siteId === undefined && !opts.urn) {
|
|
125
126
|
throw new Error("Missing required property 'siteId'");
|
|
126
127
|
}
|
|
127
|
-
resourceInputs["additionalConfigCmds"] = args
|
|
128
|
-
resourceInputs["bgpConfig"] = args
|
|
129
|
-
resourceInputs["deviceId"] = args
|
|
130
|
-
resourceInputs["dhcpdConfig"] = args
|
|
131
|
-
resourceInputs["dnsServers"] = args
|
|
132
|
-
resourceInputs["dnsSuffixes"] = args
|
|
133
|
-
resourceInputs["extraRoutes"] = args
|
|
134
|
-
resourceInputs["extraRoutes6"] = args
|
|
135
|
-
resourceInputs["idpProfiles"] = args
|
|
136
|
-
resourceInputs["ipConfigs"] = args
|
|
137
|
-
resourceInputs["managed"] = args
|
|
138
|
-
resourceInputs["mapId"] = args
|
|
139
|
-
resourceInputs["mspId"] = args
|
|
140
|
-
resourceInputs["name"] = args
|
|
141
|
-
resourceInputs["networks"] = args
|
|
142
|
-
resourceInputs["notes"] = args
|
|
143
|
-
resourceInputs["ntpServers"] = args
|
|
144
|
-
resourceInputs["oobIpConfig"] = args
|
|
145
|
-
resourceInputs["pathPreferences"] = args
|
|
146
|
-
resourceInputs["portConfig"] = args
|
|
147
|
-
resourceInputs["portMirroring"] = args
|
|
148
|
-
resourceInputs["routerId"] = args
|
|
149
|
-
resourceInputs["routingPolicies"] = args
|
|
150
|
-
resourceInputs["servicePolicies"] = args
|
|
151
|
-
resourceInputs["siteId"] = args
|
|
152
|
-
resourceInputs["
|
|
153
|
-
resourceInputs["
|
|
154
|
-
resourceInputs["
|
|
155
|
-
resourceInputs["
|
|
156
|
-
resourceInputs["
|
|
157
|
-
resourceInputs["
|
|
158
|
-
resourceInputs["
|
|
128
|
+
resourceInputs["additionalConfigCmds"] = args?.additionalConfigCmds;
|
|
129
|
+
resourceInputs["bgpConfig"] = args?.bgpConfig;
|
|
130
|
+
resourceInputs["deviceId"] = args?.deviceId;
|
|
131
|
+
resourceInputs["dhcpdConfig"] = args?.dhcpdConfig;
|
|
132
|
+
resourceInputs["dnsServers"] = args?.dnsServers;
|
|
133
|
+
resourceInputs["dnsSuffixes"] = args?.dnsSuffixes;
|
|
134
|
+
resourceInputs["extraRoutes"] = args?.extraRoutes;
|
|
135
|
+
resourceInputs["extraRoutes6"] = args?.extraRoutes6;
|
|
136
|
+
resourceInputs["idpProfiles"] = args?.idpProfiles;
|
|
137
|
+
resourceInputs["ipConfigs"] = args?.ipConfigs;
|
|
138
|
+
resourceInputs["managed"] = args?.managed;
|
|
139
|
+
resourceInputs["mapId"] = args?.mapId;
|
|
140
|
+
resourceInputs["mspId"] = args?.mspId;
|
|
141
|
+
resourceInputs["name"] = args?.name;
|
|
142
|
+
resourceInputs["networks"] = args?.networks;
|
|
143
|
+
resourceInputs["notes"] = args?.notes;
|
|
144
|
+
resourceInputs["ntpServers"] = args?.ntpServers;
|
|
145
|
+
resourceInputs["oobIpConfig"] = args?.oobIpConfig;
|
|
146
|
+
resourceInputs["pathPreferences"] = args?.pathPreferences;
|
|
147
|
+
resourceInputs["portConfig"] = args?.portConfig;
|
|
148
|
+
resourceInputs["portMirroring"] = args?.portMirroring;
|
|
149
|
+
resourceInputs["routerId"] = args?.routerId;
|
|
150
|
+
resourceInputs["routingPolicies"] = args?.routingPolicies;
|
|
151
|
+
resourceInputs["servicePolicies"] = args?.servicePolicies;
|
|
152
|
+
resourceInputs["siteId"] = args?.siteId;
|
|
153
|
+
resourceInputs["ssrAdditionalConfigCmds"] = args?.ssrAdditionalConfigCmds;
|
|
154
|
+
resourceInputs["tunnelConfigs"] = args?.tunnelConfigs;
|
|
155
|
+
resourceInputs["tunnelProviderOptions"] = args?.tunnelProviderOptions;
|
|
156
|
+
resourceInputs["vars"] = args?.vars;
|
|
157
|
+
resourceInputs["vrfConfig"] = args?.vrfConfig;
|
|
158
|
+
resourceInputs["vrfInstances"] = args?.vrfInstances;
|
|
159
|
+
resourceInputs["x"] = args?.x;
|
|
160
|
+
resourceInputs["y"] = args?.y;
|
|
159
161
|
resourceInputs["image1Url"] = undefined /*out*/;
|
|
160
162
|
resourceInputs["image2Url"] = undefined /*out*/;
|
|
161
163
|
resourceInputs["image3Url"] = undefined /*out*/;
|
package/device/gateway.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../device/gateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../device/gateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAyHD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,GAAG,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC;YAC/B,cAAc,CAAC,GAAG,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC;SAClC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;YAC9B,cAAc,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;YAC9B,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AArPL,0BAsPC;AAxOG,gBAAgB;AACO,oBAAY,GAAG,oCAAoC,CAAC"}
|
package/device/gatewayCluster.js
CHANGED
|
@@ -57,7 +57,7 @@ class GatewayCluster extends pulumi.CustomResource {
|
|
|
57
57
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
58
58
|
*/
|
|
59
59
|
static get(name, id, state, opts) {
|
|
60
|
-
return new GatewayCluster(name, state,
|
|
60
|
+
return new GatewayCluster(name, state, { ...opts, id: id });
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* Returns true if the given object is an instance of GatewayCluster. This is designed to work even
|
|
@@ -74,19 +74,19 @@ class GatewayCluster extends pulumi.CustomResource {
|
|
|
74
74
|
opts = opts || {};
|
|
75
75
|
if (opts.id) {
|
|
76
76
|
const state = argsOrState;
|
|
77
|
-
resourceInputs["nodes"] = state
|
|
78
|
-
resourceInputs["siteId"] = state
|
|
77
|
+
resourceInputs["nodes"] = state?.nodes;
|
|
78
|
+
resourceInputs["siteId"] = state?.siteId;
|
|
79
79
|
}
|
|
80
80
|
else {
|
|
81
81
|
const args = argsOrState;
|
|
82
|
-
if (
|
|
82
|
+
if (args?.nodes === undefined && !opts.urn) {
|
|
83
83
|
throw new Error("Missing required property 'nodes'");
|
|
84
84
|
}
|
|
85
|
-
if (
|
|
85
|
+
if (args?.siteId === undefined && !opts.urn) {
|
|
86
86
|
throw new Error("Missing required property 'siteId'");
|
|
87
87
|
}
|
|
88
|
-
resourceInputs["nodes"] = args
|
|
89
|
-
resourceInputs["siteId"] = args
|
|
88
|
+
resourceInputs["nodes"] = args?.nodes;
|
|
89
|
+
resourceInputs["siteId"] = args?.siteId;
|
|
90
90
|
}
|
|
91
91
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
92
|
super(GatewayCluster.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gatewayCluster.js","sourceRoot":"","sources":["../../device/gatewayCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"gatewayCluster.js","sourceRoot":"","sources":["../../device/gatewayCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAgBD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AA9DL,wCA+DC;AAjDG,gBAAgB;AACO,2BAAY,GAAG,kDAAkD,CAAC"}
|
package/device/image.js
CHANGED
|
@@ -23,7 +23,7 @@ class Image extends pulumi.CustomResource {
|
|
|
23
23
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
24
24
|
*/
|
|
25
25
|
static get(name, id, state, opts) {
|
|
26
|
-
return new Image(name, state,
|
|
26
|
+
return new Image(name, state, { ...opts, id: id });
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Returns true if the given object is an instance of Image. This is designed to work even
|
|
@@ -40,29 +40,29 @@ class Image extends pulumi.CustomResource {
|
|
|
40
40
|
opts = opts || {};
|
|
41
41
|
if (opts.id) {
|
|
42
42
|
const state = argsOrState;
|
|
43
|
-
resourceInputs["deviceId"] = state
|
|
44
|
-
resourceInputs["file"] = state
|
|
45
|
-
resourceInputs["imageNumber"] = state
|
|
46
|
-
resourceInputs["siteId"] = state
|
|
43
|
+
resourceInputs["deviceId"] = state?.deviceId;
|
|
44
|
+
resourceInputs["file"] = state?.file;
|
|
45
|
+
resourceInputs["imageNumber"] = state?.imageNumber;
|
|
46
|
+
resourceInputs["siteId"] = state?.siteId;
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
49
49
|
const args = argsOrState;
|
|
50
|
-
if (
|
|
50
|
+
if (args?.deviceId === undefined && !opts.urn) {
|
|
51
51
|
throw new Error("Missing required property 'deviceId'");
|
|
52
52
|
}
|
|
53
|
-
if (
|
|
53
|
+
if (args?.file === undefined && !opts.urn) {
|
|
54
54
|
throw new Error("Missing required property 'file'");
|
|
55
55
|
}
|
|
56
|
-
if (
|
|
56
|
+
if (args?.imageNumber === undefined && !opts.urn) {
|
|
57
57
|
throw new Error("Missing required property 'imageNumber'");
|
|
58
58
|
}
|
|
59
|
-
if (
|
|
59
|
+
if (args?.siteId === undefined && !opts.urn) {
|
|
60
60
|
throw new Error("Missing required property 'siteId'");
|
|
61
61
|
}
|
|
62
|
-
resourceInputs["deviceId"] = args
|
|
63
|
-
resourceInputs["file"] = args
|
|
64
|
-
resourceInputs["imageNumber"] = args
|
|
65
|
-
resourceInputs["siteId"] = args
|
|
62
|
+
resourceInputs["deviceId"] = args?.deviceId;
|
|
63
|
+
resourceInputs["file"] = args?.file;
|
|
64
|
+
resourceInputs["imageNumber"] = args?.imageNumber;
|
|
65
|
+
resourceInputs["siteId"] = args?.siteId;
|
|
66
66
|
}
|
|
67
67
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
68
|
super(Image.__pulumiType, name, resourceInputs, opts);
|
package/device/image.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../device/image.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../device/image.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAqBD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AA7EL,sBA8EC;AAhEG,gBAAgB;AACO,kBAAY,GAAG,gCAAgC,CAAC"}
|
package/device/switch.d.ts
CHANGED
|
@@ -49,8 +49,7 @@ export declare class Switch extends pulumi.CustomResource {
|
|
|
49
49
|
readonly dhcpSnooping: pulumi.Output<outputs.device.SwitchDhcpSnooping | undefined>;
|
|
50
50
|
readonly dhcpdConfig: pulumi.Output<outputs.device.SwitchDhcpdConfig | undefined>;
|
|
51
51
|
/**
|
|
52
|
-
* This disables the default behavior of a cloud-ready switch/gateway being managed/configured by Mist. Setting this to
|
|
53
|
-
* `true` means you want to disable the default behavior and do not want the device to be Mist-managed.
|
|
52
|
+
* This disables the default behavior of a cloud-ready switch/gateway being managed/configured by Mist. Setting this to `true` means you want to disable the default behavior and do not want the device to be Mist-managed.
|
|
54
53
|
*/
|
|
55
54
|
readonly disableAutoConfig: pulumi.Output<boolean>;
|
|
56
55
|
/**
|
|
@@ -81,8 +80,7 @@ export declare class Switch extends pulumi.CustomResource {
|
|
|
81
80
|
*/
|
|
82
81
|
readonly ipConfig: pulumi.Output<outputs.device.SwitchIpConfig | undefined>;
|
|
83
82
|
/**
|
|
84
|
-
* Local port override, overriding the port configuration from `portConfig`. Property key is the port name or range (e.g.
|
|
85
|
-
* "ge-0/0/0-10")
|
|
83
|
+
* Local port override, overriding the port configuration from `portConfig`. Property key is the port name or range (e.g. "ge-0/0/0-10")
|
|
86
84
|
*/
|
|
87
85
|
readonly localPortConfig: pulumi.Output<{
|
|
88
86
|
[key: string]: outputs.device.SwitchLocalPortConfig;
|
|
@@ -92,8 +90,7 @@ export declare class Switch extends pulumi.CustomResource {
|
|
|
92
90
|
*/
|
|
93
91
|
readonly mac: pulumi.Output<string>;
|
|
94
92
|
/**
|
|
95
|
-
* An adopted switch/gateway will not be managed/configured by Mist by default. Setting this parameter to `true` enables
|
|
96
|
-
* the adopted switch/gateway to be managed/configured by Mist.
|
|
93
|
+
* An adopted switch/gateway will not be managed/configured by Mist by default. Setting this parameter to `true` enables the adopted switch/gateway to be managed/configured by Mist.
|
|
97
94
|
*/
|
|
98
95
|
readonly managed: pulumi.Output<boolean>;
|
|
99
96
|
/**
|
|
@@ -121,8 +118,9 @@ export declare class Switch extends pulumi.CustomResource {
|
|
|
121
118
|
*/
|
|
122
119
|
readonly ntpServers: pulumi.Output<string[]>;
|
|
123
120
|
/**
|
|
124
|
-
* Switch OOB IP Config:
|
|
125
|
-
*
|
|
121
|
+
* Switch OOB IP Config:
|
|
122
|
+
* - If HA configuration: key parameter will be nodeX (eg: node1)
|
|
123
|
+
* - If there are 2 routing engines, re1 mgmt IP has to be set separately (if desired): key parameter = `re1`
|
|
126
124
|
*/
|
|
127
125
|
readonly oobIpConfig: pulumi.Output<outputs.device.SwitchOobIpConfig | undefined>;
|
|
128
126
|
readonly orgId: pulumi.Output<string>;
|
|
@@ -146,16 +144,13 @@ export declare class Switch extends pulumi.CustomResource {
|
|
|
146
144
|
[key: string]: outputs.device.SwitchPortConfig;
|
|
147
145
|
} | undefined>;
|
|
148
146
|
/**
|
|
149
|
-
* Property key is the port name or range (e.g. "ge-0/0/0-10"). This can be used to override some attributes of the
|
|
150
|
-
* portUsage without having to create a new port_usage.
|
|
147
|
+
* Property key is the port name or range (e.g. "ge-0/0/0-10"). This can be used to override some attributes of the portUsage without having to create a new port_usage.
|
|
151
148
|
*/
|
|
152
149
|
readonly portConfigOverwrite: pulumi.Output<{
|
|
153
150
|
[key: string]: outputs.device.SwitchPortConfigOverwrite;
|
|
154
151
|
} | undefined>;
|
|
155
152
|
/**
|
|
156
|
-
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes
|
|
157
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A
|
|
158
|
-
* maximum 4 mirroring ports is allowed
|
|
153
|
+
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A maximum 4 mirroring ports is allowed
|
|
159
154
|
*/
|
|
160
155
|
readonly portMirroring: pulumi.Output<{
|
|
161
156
|
[key: string]: outputs.device.SwitchPortMirroring;
|
|
@@ -252,8 +247,7 @@ export interface SwitchState {
|
|
|
252
247
|
dhcpSnooping?: pulumi.Input<inputs.device.SwitchDhcpSnooping>;
|
|
253
248
|
dhcpdConfig?: pulumi.Input<inputs.device.SwitchDhcpdConfig>;
|
|
254
249
|
/**
|
|
255
|
-
* This disables the default behavior of a cloud-ready switch/gateway being managed/configured by Mist. Setting this to
|
|
256
|
-
* `true` means you want to disable the default behavior and do not want the device to be Mist-managed.
|
|
250
|
+
* This disables the default behavior of a cloud-ready switch/gateway being managed/configured by Mist. Setting this to `true` means you want to disable the default behavior and do not want the device to be Mist-managed.
|
|
257
251
|
*/
|
|
258
252
|
disableAutoConfig?: pulumi.Input<boolean>;
|
|
259
253
|
/**
|
|
@@ -284,8 +278,7 @@ export interface SwitchState {
|
|
|
284
278
|
*/
|
|
285
279
|
ipConfig?: pulumi.Input<inputs.device.SwitchIpConfig>;
|
|
286
280
|
/**
|
|
287
|
-
* Local port override, overriding the port configuration from `portConfig`. Property key is the port name or range (e.g.
|
|
288
|
-
* "ge-0/0/0-10")
|
|
281
|
+
* Local port override, overriding the port configuration from `portConfig`. Property key is the port name or range (e.g. "ge-0/0/0-10")
|
|
289
282
|
*/
|
|
290
283
|
localPortConfig?: pulumi.Input<{
|
|
291
284
|
[key: string]: pulumi.Input<inputs.device.SwitchLocalPortConfig>;
|
|
@@ -295,8 +288,7 @@ export interface SwitchState {
|
|
|
295
288
|
*/
|
|
296
289
|
mac?: pulumi.Input<string>;
|
|
297
290
|
/**
|
|
298
|
-
* An adopted switch/gateway will not be managed/configured by Mist by default. Setting this parameter to `true` enables
|
|
299
|
-
* the adopted switch/gateway to be managed/configured by Mist.
|
|
291
|
+
* An adopted switch/gateway will not be managed/configured by Mist by default. Setting this parameter to `true` enables the adopted switch/gateway to be managed/configured by Mist.
|
|
300
292
|
*/
|
|
301
293
|
managed?: pulumi.Input<boolean>;
|
|
302
294
|
/**
|
|
@@ -324,8 +316,9 @@ export interface SwitchState {
|
|
|
324
316
|
*/
|
|
325
317
|
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
326
318
|
/**
|
|
327
|
-
* Switch OOB IP Config:
|
|
328
|
-
*
|
|
319
|
+
* Switch OOB IP Config:
|
|
320
|
+
* - If HA configuration: key parameter will be nodeX (eg: node1)
|
|
321
|
+
* - If there are 2 routing engines, re1 mgmt IP has to be set separately (if desired): key parameter = `re1`
|
|
329
322
|
*/
|
|
330
323
|
oobIpConfig?: pulumi.Input<inputs.device.SwitchOobIpConfig>;
|
|
331
324
|
orgId?: pulumi.Input<string>;
|
|
@@ -349,16 +342,13 @@ export interface SwitchState {
|
|
|
349
342
|
[key: string]: pulumi.Input<inputs.device.SwitchPortConfig>;
|
|
350
343
|
}>;
|
|
351
344
|
/**
|
|
352
|
-
* Property key is the port name or range (e.g. "ge-0/0/0-10"). This can be used to override some attributes of the
|
|
353
|
-
* portUsage without having to create a new port_usage.
|
|
345
|
+
* Property key is the port name or range (e.g. "ge-0/0/0-10"). This can be used to override some attributes of the portUsage without having to create a new port_usage.
|
|
354
346
|
*/
|
|
355
347
|
portConfigOverwrite?: pulumi.Input<{
|
|
356
348
|
[key: string]: pulumi.Input<inputs.device.SwitchPortConfigOverwrite>;
|
|
357
349
|
}>;
|
|
358
350
|
/**
|
|
359
|
-
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes
|
|
360
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A
|
|
361
|
-
* maximum 4 mirroring ports is allowed
|
|
351
|
+
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A maximum 4 mirroring ports is allowed
|
|
362
352
|
*/
|
|
363
353
|
portMirroring?: pulumi.Input<{
|
|
364
354
|
[key: string]: pulumi.Input<inputs.device.SwitchPortMirroring>;
|
|
@@ -447,8 +437,7 @@ export interface SwitchArgs {
|
|
|
447
437
|
dhcpSnooping?: pulumi.Input<inputs.device.SwitchDhcpSnooping>;
|
|
448
438
|
dhcpdConfig?: pulumi.Input<inputs.device.SwitchDhcpdConfig>;
|
|
449
439
|
/**
|
|
450
|
-
* This disables the default behavior of a cloud-ready switch/gateway being managed/configured by Mist. Setting this to
|
|
451
|
-
* `true` means you want to disable the default behavior and do not want the device to be Mist-managed.
|
|
440
|
+
* This disables the default behavior of a cloud-ready switch/gateway being managed/configured by Mist. Setting this to `true` means you want to disable the default behavior and do not want the device to be Mist-managed.
|
|
452
441
|
*/
|
|
453
442
|
disableAutoConfig?: pulumi.Input<boolean>;
|
|
454
443
|
/**
|
|
@@ -476,15 +465,13 @@ export interface SwitchArgs {
|
|
|
476
465
|
*/
|
|
477
466
|
ipConfig?: pulumi.Input<inputs.device.SwitchIpConfig>;
|
|
478
467
|
/**
|
|
479
|
-
* Local port override, overriding the port configuration from `portConfig`. Property key is the port name or range (e.g.
|
|
480
|
-
* "ge-0/0/0-10")
|
|
468
|
+
* Local port override, overriding the port configuration from `portConfig`. Property key is the port name or range (e.g. "ge-0/0/0-10")
|
|
481
469
|
*/
|
|
482
470
|
localPortConfig?: pulumi.Input<{
|
|
483
471
|
[key: string]: pulumi.Input<inputs.device.SwitchLocalPortConfig>;
|
|
484
472
|
}>;
|
|
485
473
|
/**
|
|
486
|
-
* An adopted switch/gateway will not be managed/configured by Mist by default. Setting this parameter to `true` enables
|
|
487
|
-
* the adopted switch/gateway to be managed/configured by Mist.
|
|
474
|
+
* An adopted switch/gateway will not be managed/configured by Mist by default. Setting this parameter to `true` enables the adopted switch/gateway to be managed/configured by Mist.
|
|
488
475
|
*/
|
|
489
476
|
managed?: pulumi.Input<boolean>;
|
|
490
477
|
/**
|
|
@@ -508,8 +495,9 @@ export interface SwitchArgs {
|
|
|
508
495
|
*/
|
|
509
496
|
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
510
497
|
/**
|
|
511
|
-
* Switch OOB IP Config:
|
|
512
|
-
*
|
|
498
|
+
* Switch OOB IP Config:
|
|
499
|
+
* - If HA configuration: key parameter will be nodeX (eg: node1)
|
|
500
|
+
* - If there are 2 routing engines, re1 mgmt IP has to be set separately (if desired): key parameter = `re1`
|
|
513
501
|
*/
|
|
514
502
|
oobIpConfig?: pulumi.Input<inputs.device.SwitchOobIpConfig>;
|
|
515
503
|
/**
|
|
@@ -532,16 +520,13 @@ export interface SwitchArgs {
|
|
|
532
520
|
[key: string]: pulumi.Input<inputs.device.SwitchPortConfig>;
|
|
533
521
|
}>;
|
|
534
522
|
/**
|
|
535
|
-
* Property key is the port name or range (e.g. "ge-0/0/0-10"). This can be used to override some attributes of the
|
|
536
|
-
* portUsage without having to create a new port_usage.
|
|
523
|
+
* Property key is the port name or range (e.g. "ge-0/0/0-10"). This can be used to override some attributes of the portUsage without having to create a new port_usage.
|
|
537
524
|
*/
|
|
538
525
|
portConfigOverwrite?: pulumi.Input<{
|
|
539
526
|
[key: string]: pulumi.Input<inputs.device.SwitchPortConfigOverwrite>;
|
|
540
527
|
}>;
|
|
541
528
|
/**
|
|
542
|
-
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes
|
|
543
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A
|
|
544
|
-
* maximum 4 mirroring ports is allowed
|
|
529
|
+
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A maximum 4 mirroring ports is allowed
|
|
545
530
|
*/
|
|
546
531
|
portMirroring?: pulumi.Input<{
|
|
547
532
|
[key: string]: pulumi.Input<inputs.device.SwitchPortMirroring>;
|