@pulumi/meraki 0.2.7 → 0.2.8-alpha.1721086297
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/networks/switchStacksRoutingInterfaces.d.ts +8 -0
- package/networks/switchStacksRoutingInterfaces.js +2 -0
- package/networks/switchStacksRoutingInterfaces.js.map +1 -1
- package/networks/wirelessRfProfiles.d.ts +2 -2
- package/networks/wirelessSsidsIdentityPsks.d.ts +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +24 -0
- package/types/output.d.ts +27 -3
|
@@ -30,6 +30,10 @@ export declare class SwitchStacksRoutingInterfaces extends pulumi.CustomResource
|
|
|
30
30
|
* IPv4 default gateway
|
|
31
31
|
*/
|
|
32
32
|
readonly defaultGateway: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* IPv4 default gateway
|
|
35
|
+
*/
|
|
36
|
+
readonly defaultGatewayResponse: pulumi.Output<string>;
|
|
33
37
|
/**
|
|
34
38
|
* The id
|
|
35
39
|
*/
|
|
@@ -91,6 +95,10 @@ export interface SwitchStacksRoutingInterfacesState {
|
|
|
91
95
|
* IPv4 default gateway
|
|
92
96
|
*/
|
|
93
97
|
defaultGateway?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* IPv4 default gateway
|
|
100
|
+
*/
|
|
101
|
+
defaultGatewayResponse?: pulumi.Input<string>;
|
|
94
102
|
/**
|
|
95
103
|
* The id
|
|
96
104
|
*/
|
|
@@ -43,6 +43,7 @@ class SwitchStacksRoutingInterfaces extends pulumi.CustomResource {
|
|
|
43
43
|
if (opts.id) {
|
|
44
44
|
const state = argsOrState;
|
|
45
45
|
resourceInputs["defaultGateway"] = state ? state.defaultGateway : undefined;
|
|
46
|
+
resourceInputs["defaultGatewayResponse"] = state ? state.defaultGatewayResponse : undefined;
|
|
46
47
|
resourceInputs["interfaceId"] = state ? state.interfaceId : undefined;
|
|
47
48
|
resourceInputs["interfaceIp"] = state ? state.interfaceIp : undefined;
|
|
48
49
|
resourceInputs["ipv6"] = state ? state.ipv6 : undefined;
|
|
@@ -74,6 +75,7 @@ class SwitchStacksRoutingInterfaces extends pulumi.CustomResource {
|
|
|
74
75
|
resourceInputs["subnet"] = args ? args.subnet : undefined;
|
|
75
76
|
resourceInputs["switchStackId"] = args ? args.switchStackId : undefined;
|
|
76
77
|
resourceInputs["vlanId"] = args ? args.vlanId : undefined;
|
|
78
|
+
resourceInputs["defaultGatewayResponse"] = undefined /*out*/;
|
|
77
79
|
resourceInputs["ospfV3"] = undefined /*out*/;
|
|
78
80
|
}
|
|
79
81
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switchStacksRoutingInterfaces.js","sourceRoot":"","sources":["../../networks/switchStacksRoutingInterfaces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IACpE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0C,EAAE,IAAmC;QACxI,OAAO,IAAI,6BAA6B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpF,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,6BAA6B,CAAC,YAAY,CAAC;IAC9E,CAAC;
|
|
1
|
+
{"version":3,"file":"switchStacksRoutingInterfaces.js","sourceRoot":"","sources":["../../networks/switchStacksRoutingInterfaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,7 +45,7 @@ export declare class WirelessRfProfiles extends pulumi.CustomResource {
|
|
|
45
45
|
/**
|
|
46
46
|
* Flex radio settings.
|
|
47
47
|
*/
|
|
48
|
-
readonly flexRadios: pulumi.Output<outputs.networks.WirelessRfProfilesFlexRadios>;
|
|
48
|
+
readonly flexRadios: pulumi.Output<outputs.networks.WirelessRfProfilesFlexRadios | undefined>;
|
|
49
49
|
/**
|
|
50
50
|
* Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
|
|
51
51
|
*/
|
|
@@ -65,7 +65,7 @@ export declare class WirelessRfProfiles extends pulumi.CustomResource {
|
|
|
65
65
|
/**
|
|
66
66
|
* rfProfileId path parameter. Rf profile ID
|
|
67
67
|
*/
|
|
68
|
-
readonly rfProfileId: pulumi.Output<string
|
|
68
|
+
readonly rfProfileId: pulumi.Output<string>;
|
|
69
69
|
/**
|
|
70
70
|
* Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
|
|
71
71
|
*/
|
|
@@ -54,7 +54,7 @@ export declare class WirelessSsidsIdentityPsks extends pulumi.CustomResource {
|
|
|
54
54
|
/**
|
|
55
55
|
* identityPskId path parameter. Identity psk ID
|
|
56
56
|
*/
|
|
57
|
-
readonly identityPskId: pulumi.Output<string
|
|
57
|
+
readonly identityPskId: pulumi.Output<string>;
|
|
58
58
|
/**
|
|
59
59
|
* The name of the Identity PSK
|
|
60
60
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/meraki",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8-alpha.1721086297",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "meraki",
|
|
27
|
-
"version": "0.2.
|
|
27
|
+
"version": "0.2.8-alpha.1721086297",
|
|
28
28
|
"server": "github://api.github.com/pulumi/pulumi-meraki"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2202,6 +2202,18 @@ export declare namespace networks {
|
|
|
2202
2202
|
* endpoint).
|
|
2203
2203
|
*/
|
|
2204
2204
|
value?: pulumi.Input<string>;
|
|
2205
|
+
/**
|
|
2206
|
+
* The 'value_list' of what you want to block. Send a list in request
|
|
2207
|
+
*/
|
|
2208
|
+
valueLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2209
|
+
/**
|
|
2210
|
+
* The 'value_obj' of what you want to block. Send a dict in request
|
|
2211
|
+
*/
|
|
2212
|
+
valueObj?: pulumi.Input<inputs.networks.ApplianceTrafficShapingRulesRuleDefinitionValueObj>;
|
|
2213
|
+
}
|
|
2214
|
+
interface ApplianceTrafficShapingRulesRuleDefinitionValueObj {
|
|
2215
|
+
id?: pulumi.Input<string>;
|
|
2216
|
+
name?: pulumi.Input<string>;
|
|
2205
2217
|
}
|
|
2206
2218
|
interface ApplianceTrafficShapingRulesRulePerClientBandwidthLimits {
|
|
2207
2219
|
/**
|
|
@@ -8226,6 +8238,18 @@ export declare namespace networks {
|
|
|
8226
8238
|
* The value of what needs to get blocked. Format of the value varies depending on type of the firewall rule selected.
|
|
8227
8239
|
*/
|
|
8228
8240
|
value?: pulumi.Input<string>;
|
|
8241
|
+
/**
|
|
8242
|
+
* The 'value_list' of what you want to block. Send a list in request
|
|
8243
|
+
*/
|
|
8244
|
+
valueLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8245
|
+
/**
|
|
8246
|
+
* The 'value_obj' of what you want to block. Send a dict in request
|
|
8247
|
+
*/
|
|
8248
|
+
valueObj?: pulumi.Input<inputs.networks.WirelessSsidsFirewallL7FirewallRulesRuleValueObj>;
|
|
8249
|
+
}
|
|
8250
|
+
interface WirelessSsidsFirewallL7FirewallRulesRuleValueObj {
|
|
8251
|
+
id?: pulumi.Input<string>;
|
|
8252
|
+
name?: pulumi.Input<string>;
|
|
8229
8253
|
}
|
|
8230
8254
|
interface WirelessSsidsGre {
|
|
8231
8255
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -4311,6 +4311,18 @@ export declare namespace networks {
|
|
|
4311
4311
|
* endpoint).
|
|
4312
4312
|
*/
|
|
4313
4313
|
value: string;
|
|
4314
|
+
/**
|
|
4315
|
+
* The 'value_list' of what you want to block. Send a list in request
|
|
4316
|
+
*/
|
|
4317
|
+
valueLists: string[];
|
|
4318
|
+
/**
|
|
4319
|
+
* The 'value_obj' of what you want to block. Send a dict in request
|
|
4320
|
+
*/
|
|
4321
|
+
valueObj: outputs.networks.ApplianceTrafficShapingRulesRuleDefinitionValueObj;
|
|
4322
|
+
}
|
|
4323
|
+
interface ApplianceTrafficShapingRulesRuleDefinitionValueObj {
|
|
4324
|
+
id: string;
|
|
4325
|
+
name: string;
|
|
4314
4326
|
}
|
|
4315
4327
|
interface ApplianceTrafficShapingRulesRulePerClientBandwidthLimits {
|
|
4316
4328
|
/**
|
|
@@ -17809,17 +17821,17 @@ export declare namespace networks {
|
|
|
17809
17821
|
/**
|
|
17810
17822
|
* Flex radios by model.
|
|
17811
17823
|
*/
|
|
17812
|
-
byModels
|
|
17824
|
+
byModels?: outputs.networks.WirelessRfProfilesFlexRadiosByModel[];
|
|
17813
17825
|
}
|
|
17814
17826
|
interface WirelessRfProfilesFlexRadiosByModel {
|
|
17815
17827
|
/**
|
|
17816
17828
|
* Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
|
|
17817
17829
|
*/
|
|
17818
|
-
bands
|
|
17830
|
+
bands?: string[];
|
|
17819
17831
|
/**
|
|
17820
17832
|
* Model of the AP
|
|
17821
17833
|
*/
|
|
17822
|
-
model
|
|
17834
|
+
model?: string;
|
|
17823
17835
|
}
|
|
17824
17836
|
interface WirelessRfProfilesPerSsidSettings {
|
|
17825
17837
|
/**
|
|
@@ -18580,6 +18592,18 @@ export declare namespace networks {
|
|
|
18580
18592
|
* The value of what needs to get blocked. Format of the value varies depending on type of the firewall rule selected.
|
|
18581
18593
|
*/
|
|
18582
18594
|
value: string;
|
|
18595
|
+
/**
|
|
18596
|
+
* The 'value_list' of what you want to block. Send a list in request
|
|
18597
|
+
*/
|
|
18598
|
+
valueLists?: string[];
|
|
18599
|
+
/**
|
|
18600
|
+
* The 'value_obj' of what you want to block. Send a dict in request
|
|
18601
|
+
*/
|
|
18602
|
+
valueObj?: outputs.networks.WirelessSsidsFirewallL7FirewallRulesRuleValueObj;
|
|
18603
|
+
}
|
|
18604
|
+
interface WirelessSsidsFirewallL7FirewallRulesRuleValueObj {
|
|
18605
|
+
id?: string;
|
|
18606
|
+
name?: string;
|
|
18583
18607
|
}
|
|
18584
18608
|
interface WirelessSsidsGre {
|
|
18585
18609
|
/**
|