@pulumi/juniper-mist 0.0.23 → 0.0.24

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.
@@ -133,8 +133,8 @@ export declare class Switch extends pulumi.CustomResource {
133
133
  [key: string]: outputs.device.SwitchPortConfig;
134
134
  } | undefined>;
135
135
  /**
136
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
137
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
136
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
137
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
138
138
  */
139
139
  readonly portMirroring: pulumi.Output<{
140
140
  [key: string]: outputs.device.SwitchPortMirroring;
@@ -316,8 +316,8 @@ export interface SwitchState {
316
316
  [key: string]: pulumi.Input<inputs.device.SwitchPortConfig>;
317
317
  }>;
318
318
  /**
319
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
320
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
319
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
320
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
321
321
  */
322
322
  portMirroring?: pulumi.Input<{
323
323
  [key: string]: pulumi.Input<inputs.device.SwitchPortMirroring>;
@@ -479,8 +479,8 @@ export interface SwitchArgs {
479
479
  [key: string]: pulumi.Input<inputs.device.SwitchPortConfig>;
480
480
  }>;
481
481
  /**
482
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
483
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
482
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
483
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
484
484
  */
485
485
  portMirroring?: pulumi.Input<{
486
486
  [key: string]: pulumi.Input<inputs.device.SwitchPortMirroring>;
@@ -82,8 +82,8 @@ export declare class Networktemplate extends pulumi.CustomResource {
82
82
  [key: string]: outputs.org.NetworktemplateOspfAreas;
83
83
  } | undefined>;
84
84
  /**
85
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
86
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
85
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
86
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
87
87
  */
88
88
  readonly portMirroring: pulumi.Output<{
89
89
  [key: string]: outputs.org.NetworktemplatePortMirroring;
@@ -181,8 +181,8 @@ export interface NetworktemplateState {
181
181
  [key: string]: pulumi.Input<inputs.org.NetworktemplateOspfAreas>;
182
182
  }>;
183
183
  /**
184
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
185
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
184
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
185
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
186
186
  */
187
187
  portMirroring?: pulumi.Input<{
188
188
  [key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
@@ -272,8 +272,8 @@ export interface NetworktemplateArgs {
272
272
  [key: string]: pulumi.Input<inputs.org.NetworktemplateOspfAreas>;
273
273
  }>;
274
274
  /**
275
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
276
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
275
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
276
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
277
277
  */
278
278
  portMirroring?: pulumi.Input<{
279
279
  [key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/juniper-mist",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "A Pulumi package for creating and managing Juniper Mist resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,7 +25,7 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "junipermist",
28
- "version": "0.0.23",
28
+ "version": "0.0.24",
29
29
  "server": "github://api.github.com/pulumi/pulumi-junipermist"
30
30
  }
31
31
  }
@@ -80,8 +80,8 @@ export declare class Networktemplate extends pulumi.CustomResource {
80
80
  [key: string]: outputs.site.NetworktemplateOspfAreas;
81
81
  } | undefined>;
82
82
  /**
83
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
84
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
83
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
84
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
85
85
  */
86
86
  readonly portMirroring: pulumi.Output<{
87
87
  [key: string]: outputs.site.NetworktemplatePortMirroring;
@@ -179,8 +179,8 @@ export interface NetworktemplateState {
179
179
  [key: string]: pulumi.Input<inputs.site.NetworktemplateOspfAreas>;
180
180
  }>;
181
181
  /**
182
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
183
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
182
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
183
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
184
184
  */
185
185
  portMirroring?: pulumi.Input<{
186
186
  [key: string]: pulumi.Input<inputs.site.NetworktemplatePortMirroring>;
@@ -270,8 +270,8 @@ export interface NetworktemplateArgs {
270
270
  [key: string]: pulumi.Input<inputs.site.NetworktemplateOspfAreas>;
271
271
  }>;
272
272
  /**
273
- * Property key is the port mirroring instance name portMirroring can be added under device/site settings. It takes
274
- * interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
273
+ * Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
274
+ * takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
275
275
  */
276
276
  portMirroring?: pulumi.Input<{
277
277
  [key: string]: pulumi.Input<inputs.site.NetworktemplatePortMirroring>;
package/types/input.d.ts CHANGED
@@ -6604,7 +6604,7 @@ export declare namespace org {
6604
6604
  [key: string]: pulumi.Input<inputs.org.NetworktemplateSwitchMatchingRulePortConfig>;
6605
6605
  }>;
6606
6606
  /**
6607
- * Property key is the port mirroring instance name
6607
+ * Property key is the port mirroring instance name (Maximum: 4)
6608
6608
  * 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.
6609
6609
  */
6610
6610
  portMirroring?: pulumi.Input<{
@@ -9614,7 +9614,7 @@ export declare namespace site {
9614
9614
  [key: string]: pulumi.Input<inputs.site.NetworktemplateSwitchMatchingRulePortConfig>;
9615
9615
  }>;
9616
9616
  /**
9617
- * Property key is the port mirroring instance name
9617
+ * Property key is the port mirroring instance name (Maximum: 4)
9618
9618
  * 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.
9619
9619
  */
9620
9620
  portMirroring?: pulumi.Input<{
package/types/output.d.ts CHANGED
@@ -8617,7 +8617,7 @@ export declare namespace org {
8617
8617
  [key: string]: outputs.org.NetworktemplateSwitchMatchingRulePortConfig;
8618
8618
  };
8619
8619
  /**
8620
- * Property key is the port mirroring instance name
8620
+ * Property key is the port mirroring instance name (Maximum: 4)
8621
8621
  * 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.
8622
8622
  */
8623
8623
  portMirroring?: {
@@ -11754,7 +11754,7 @@ export declare namespace site {
11754
11754
  [key: string]: outputs.site.NetworktemplateSwitchMatchingRulePortConfig;
11755
11755
  };
11756
11756
  /**
11757
- * Property key is the port mirroring instance name
11757
+ * Property key is the port mirroring instance name (Maximum: 4)
11758
11758
  * 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.
11759
11759
  */
11760
11760
  portMirroring?: {