@pulumi/sdwan 0.8.0-alpha.1774890663 → 0.8.0

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.
Files changed (208) hide show
  1. package/applicationPriorityPolicySettingsPolicy.d.ts +169 -0
  2. package/applicationPriorityPolicySettingsPolicy.js +95 -0
  3. package/applicationPriorityPolicySettingsPolicy.js.map +1 -0
  4. package/applicationPriorityQosPolicy.d.ts +1 -1
  5. package/applicationPriorityQosPolicy.js +1 -1
  6. package/dnsSecurityPolicy.d.ts +1 -1
  7. package/dnsSecurityPolicy.js +1 -1
  8. package/embeddedSecurityNgfwPolicy.d.ts +139 -0
  9. package/embeddedSecurityNgfwPolicy.js +107 -0
  10. package/embeddedSecurityNgfwPolicy.js.map +1 -0
  11. package/embeddedSecurityPolicy.d.ts +269 -0
  12. package/embeddedSecurityPolicy.js +136 -0
  13. package/embeddedSecurityPolicy.js.map +1 -0
  14. package/getApplicationPriorityPolicySettingsPolicy.d.ts +100 -0
  15. package/getApplicationPriorityPolicySettingsPolicy.js +54 -0
  16. package/getApplicationPriorityPolicySettingsPolicy.js.map +1 -0
  17. package/getEmbeddedSecurityNgfwPolicy.d.ts +87 -0
  18. package/getEmbeddedSecurityNgfwPolicy.js +54 -0
  19. package/getEmbeddedSecurityNgfwPolicy.js.map +1 -0
  20. package/getEmbeddedSecurityPolicy.d.ts +122 -0
  21. package/getEmbeddedSecurityPolicy.js +54 -0
  22. package/getEmbeddedSecurityPolicy.js.map +1 -0
  23. package/getPolicyObjectSecurityZone.d.ts +86 -0
  24. package/getPolicyObjectSecurityZone.js +54 -0
  25. package/getPolicyObjectSecurityZone.js.map +1 -0
  26. package/getServiceLanVpnInterfaceEthernetFeature.d.ts +14 -6
  27. package/getServiceLanVpnInterfaceEthernetFeature.js.map +1 -1
  28. package/getSystemGlobalFeature.d.ts +32 -0
  29. package/getSystemGlobalFeature.js.map +1 -1
  30. package/getSystemMrfFeature.d.ts +32 -4
  31. package/getSystemMrfFeature.js.map +1 -1
  32. package/getSystemOmpFeature.d.ts +17 -1
  33. package/getSystemOmpFeature.js.map +1 -1
  34. package/getTransportCellularProfileFeature.d.ts +1 -1
  35. package/getTransportIpv6TrackerFeature.d.ts +11 -7
  36. package/getTransportIpv6TrackerFeature.js.map +1 -1
  37. package/getTransportManagementVpnInterfaceEthernetFeature.d.ts +15 -7
  38. package/getTransportManagementVpnInterfaceEthernetFeature.js.map +1 -1
  39. package/getTransportTrackerFeature.d.ts +11 -7
  40. package/getTransportTrackerFeature.js.map +1 -1
  41. package/getTransportWanVpnInterfaceCellularFeature.d.ts +13 -8
  42. package/getTransportWanVpnInterfaceCellularFeature.js.map +1 -1
  43. package/getTransportWanVpnInterfaceEthernetFeature.d.ts +14 -6
  44. package/getTransportWanVpnInterfaceEthernetFeature.js.map +1 -1
  45. package/getTransportWanVpnInterfaceT1E1SerialFeature.d.ts +8 -0
  46. package/getTransportWanVpnInterfaceT1E1SerialFeature.js.map +1 -1
  47. package/index.d.ts +24 -0
  48. package/index.js +47 -15
  49. package/index.js.map +1 -1
  50. package/package.json +2 -2
  51. package/policyObjectSecurityDataIpv4PrefixList.d.ts +1 -1
  52. package/policyObjectSecurityDataIpv4PrefixList.js +1 -1
  53. package/policyObjectSecurityZone.d.ts +115 -0
  54. package/policyObjectSecurityZone.js +93 -0
  55. package/policyObjectSecurityZone.js.map +1 -0
  56. package/serviceDhcpServerFeature.d.ts +1 -1
  57. package/serviceDhcpServerFeature.js +1 -1
  58. package/serviceIpv4AclFeature.d.ts +1 -1
  59. package/serviceIpv4AclFeature.js +1 -1
  60. package/serviceIpv6AclFeature.d.ts +1 -1
  61. package/serviceIpv6AclFeature.js +1 -1
  62. package/serviceLanVpnFeatureAssociateMulticastFeature.d.ts +1 -1
  63. package/serviceLanVpnFeatureAssociateMulticastFeature.js +1 -1
  64. package/serviceLanVpnFeatureAssociateRoutingBgpFeature.d.ts +1 -1
  65. package/serviceLanVpnFeatureAssociateRoutingBgpFeature.js +1 -1
  66. package/serviceLanVpnFeatureAssociateRoutingEigrpFeature.d.ts +1 -1
  67. package/serviceLanVpnFeatureAssociateRoutingEigrpFeature.js +1 -1
  68. package/serviceLanVpnFeatureAssociateRoutingOspfFeature.d.ts +1 -1
  69. package/serviceLanVpnFeatureAssociateRoutingOspfFeature.js +1 -1
  70. package/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.d.ts +1 -1
  71. package/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.js +1 -1
  72. package/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.d.ts +1 -1
  73. package/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.js +1 -1
  74. package/serviceLanVpnInterfaceEthernetFeature.d.ts +101 -83
  75. package/serviceLanVpnInterfaceEthernetFeature.js +10 -6
  76. package/serviceLanVpnInterfaceEthernetFeature.js.map +1 -1
  77. package/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.d.ts +1 -1
  78. package/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.js +1 -1
  79. package/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature.d.ts +1 -1
  80. package/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature.js +1 -1
  81. package/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.d.ts +1 -1
  82. package/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.js +1 -1
  83. package/serviceLanVpnInterfaceGreFeature.d.ts +63 -75
  84. package/serviceLanVpnInterfaceGreFeature.js.map +1 -1
  85. package/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.d.ts +1 -1
  86. package/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js +1 -1
  87. package/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.d.ts +1 -1
  88. package/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js +1 -1
  89. package/serviceMulticastFeature.d.ts +1 -1
  90. package/serviceMulticastFeature.js +1 -1
  91. package/serviceObjectTrackerFeature.d.ts +1 -1
  92. package/serviceObjectTrackerFeature.js +1 -1
  93. package/serviceObjectTrackerGroupFeature.d.ts +1 -1
  94. package/serviceObjectTrackerGroupFeature.js +1 -1
  95. package/serviceRoutePolicyFeature.d.ts +2 -2
  96. package/serviceRoutePolicyFeature.js +2 -2
  97. package/serviceRoutingBgpFeature.d.ts +1 -1
  98. package/serviceRoutingBgpFeature.js +1 -1
  99. package/serviceRoutingEigrpFeature.d.ts +1 -1
  100. package/serviceRoutingEigrpFeature.js +1 -1
  101. package/serviceRoutingOspfFeature.d.ts +3 -2
  102. package/serviceRoutingOspfFeature.js +3 -2
  103. package/serviceRoutingOspfFeature.js.map +1 -1
  104. package/serviceTrackerFeature.d.ts +1 -1
  105. package/serviceTrackerFeature.js +1 -1
  106. package/serviceTrackerGroupFeature.d.ts +1 -1
  107. package/serviceTrackerGroupFeature.js +1 -1
  108. package/serviceWirelessLanFeature.d.ts +1 -1
  109. package/serviceWirelessLanFeature.js +1 -1
  110. package/systemFlexiblePortSpeedFeature.d.ts +1 -1
  111. package/systemFlexiblePortSpeedFeature.js +1 -1
  112. package/systemGlobalFeature.d.ts +113 -1
  113. package/systemGlobalFeature.js +21 -1
  114. package/systemGlobalFeature.js.map +1 -1
  115. package/systemIpv4DeviceAccessFeature.d.ts +1 -1
  116. package/systemIpv4DeviceAccessFeature.js +1 -1
  117. package/systemIpv6DeviceAccessFeature.d.ts +1 -1
  118. package/systemIpv6DeviceAccessFeature.js +1 -1
  119. package/systemLoggingFeature.d.ts +1 -1
  120. package/systemLoggingFeature.js +1 -1
  121. package/systemMrfFeature.d.ts +110 -18
  122. package/systemMrfFeature.js +21 -5
  123. package/systemMrfFeature.js.map +1 -1
  124. package/systemNtpFeature.d.ts +1 -1
  125. package/systemNtpFeature.js +1 -1
  126. package/systemOmpFeature.d.ts +63 -10
  127. package/systemOmpFeature.js +11 -1
  128. package/systemOmpFeature.js.map +1 -1
  129. package/systemPerformanceMonitoringFeature.d.ts +1 -1
  130. package/systemPerformanceMonitoringFeature.js +1 -1
  131. package/systemRemoteAccessFeature.d.ts +1 -1
  132. package/systemRemoteAccessFeature.js +1 -1
  133. package/systemSecurityFeature.d.ts +1 -1
  134. package/systemSecurityFeature.js +1 -1
  135. package/systemSnmpFeature.d.ts +1 -1
  136. package/systemSnmpFeature.js +1 -1
  137. package/tag.d.ts +1 -1
  138. package/tag.js +1 -1
  139. package/transportCellularControllerFeature.d.ts +1 -1
  140. package/transportCellularControllerFeature.js +1 -1
  141. package/transportCellularProfileFeature.d.ts +4 -4
  142. package/transportCellularProfileFeature.js +1 -1
  143. package/transportGpsFeature.d.ts +1 -1
  144. package/transportGpsFeature.js +1 -1
  145. package/transportIpv4AclFeature.d.ts +1 -1
  146. package/transportIpv4AclFeature.js +1 -1
  147. package/transportIpv6AclFeature.d.ts +1 -1
  148. package/transportIpv6AclFeature.js +1 -1
  149. package/transportIpv6TrackerFeature.d.ts +46 -28
  150. package/transportIpv6TrackerFeature.js +5 -3
  151. package/transportIpv6TrackerFeature.js.map +1 -1
  152. package/transportIpv6TrackerGroupFeature.d.ts +1 -1
  153. package/transportIpv6TrackerGroupFeature.js +1 -1
  154. package/transportManagementVpnFeature.d.ts +1 -1
  155. package/transportManagementVpnFeature.js +1 -1
  156. package/transportManagementVpnInterfaceEthernetFeature.d.ts +93 -75
  157. package/transportManagementVpnInterfaceEthernetFeature.js +11 -7
  158. package/transportManagementVpnInterfaceEthernetFeature.js.map +1 -1
  159. package/transportRoutePolicyFeature.d.ts +2 -2
  160. package/transportRoutePolicyFeature.js +2 -2
  161. package/transportRoutingBgpFeature.d.ts +1 -1
  162. package/transportRoutingBgpFeature.js +1 -1
  163. package/transportRoutingOspfFeature.d.ts +1 -1
  164. package/transportRoutingOspfFeature.js +1 -1
  165. package/transportT1E1ControllerFeature.d.ts +1 -1
  166. package/transportT1E1ControllerFeature.js +1 -1
  167. package/transportTrackerFeature.d.ts +46 -28
  168. package/transportTrackerFeature.js +5 -3
  169. package/transportTrackerFeature.js.map +1 -1
  170. package/transportTrackerGroupFeature.d.ts +1 -1
  171. package/transportTrackerGroupFeature.js +1 -1
  172. package/transportWanVpnFeatureAssociateRoutingBgpFeature.d.ts +1 -1
  173. package/transportWanVpnFeatureAssociateRoutingBgpFeature.js +1 -1
  174. package/transportWanVpnFeatureAssociateRoutingOspfFeature.d.ts +1 -1
  175. package/transportWanVpnFeatureAssociateRoutingOspfFeature.js +1 -1
  176. package/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.d.ts +1 -1
  177. package/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.js +1 -1
  178. package/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.d.ts +1 -1
  179. package/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.js +1 -1
  180. package/transportWanVpnInterfaceCellularFeature.d.ts +66 -39
  181. package/transportWanVpnInterfaceCellularFeature.js +11 -7
  182. package/transportWanVpnInterfaceCellularFeature.js.map +1 -1
  183. package/transportWanVpnInterfaceCellularFeatureAssociateTrackerFeature.d.ts +1 -1
  184. package/transportWanVpnInterfaceCellularFeatureAssociateTrackerFeature.js +1 -1
  185. package/transportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature.d.ts +1 -1
  186. package/transportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature.js +1 -1
  187. package/transportWanVpnInterfaceEthernetFeature.d.ts +98 -80
  188. package/transportWanVpnInterfaceEthernetFeature.js +10 -6
  189. package/transportWanVpnInterfaceEthernetFeature.js.map +1 -1
  190. package/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature.d.ts +1 -1
  191. package/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature.js +1 -1
  192. package/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature.d.ts +1 -1
  193. package/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature.js +1 -1
  194. package/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature.d.ts +1 -1
  195. package/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature.js +1 -1
  196. package/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.d.ts +1 -1
  197. package/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.js +1 -1
  198. package/transportWanVpnInterfaceGreFeature.d.ts +63 -75
  199. package/transportWanVpnInterfaceGreFeature.js.map +1 -1
  200. package/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature.d.ts +1 -1
  201. package/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature.js +1 -1
  202. package/transportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature.d.ts +1 -1
  203. package/transportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature.js +1 -1
  204. package/transportWanVpnInterfaceT1E1SerialFeature.d.ts +38 -5
  205. package/transportWanVpnInterfaceT1E1SerialFeature.js +6 -2
  206. package/transportWanVpnInterfaceT1E1SerialFeature.js.map +1 -1
  207. package/types/input.d.ts +324 -30
  208. package/types/output.d.ts +611 -50
@@ -0,0 +1,169 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource can manage a Application Priority Policy Settings Policy.
4
+ * - Minimum SD-WAN Manager version: `20.15.1`
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as sdwan from "@pulumi/sdwan";
11
+ *
12
+ * const example = new sdwan.ApplicationPriorityPolicySettingsPolicy("example", {
13
+ * name: "Example",
14
+ * description: "My Example",
15
+ * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
16
+ * ipv4ApplicationVisibility: true,
17
+ * ipv4FlowVisibility: true,
18
+ * });
19
+ * ```
20
+ *
21
+ * ## Import
22
+ *
23
+ * The `pulumi import` command can be used, for example:
24
+ *
25
+ * Expected import identifier with the format: "application_priority_policy_settings_policy_id,feature_profile_id"
26
+ *
27
+ * ```sh
28
+ * $ pulumi import sdwan:index/applicationPriorityPolicySettingsPolicy:ApplicationPriorityPolicySettingsPolicy example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
29
+ * ```
30
+ */
31
+ export declare class ApplicationPriorityPolicySettingsPolicy extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing ApplicationPriorityPolicySettingsPolicy resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApplicationPriorityPolicySettingsPolicyState, opts?: pulumi.CustomResourceOptions): ApplicationPriorityPolicySettingsPolicy;
42
+ /**
43
+ * Returns true if the given object is an instance of ApplicationPriorityPolicySettingsPolicy. This is designed to work even
44
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
+ */
46
+ static isInstance(obj: any): obj is ApplicationPriorityPolicySettingsPolicy;
47
+ /**
48
+ * The description of the Policy
49
+ */
50
+ readonly description: pulumi.Output<string | undefined>;
51
+ /**
52
+ * Feature Profile ID
53
+ */
54
+ readonly featureProfileId: pulumi.Output<string>;
55
+ /**
56
+ * Application Visibility
57
+ * - Default value: `false`
58
+ */
59
+ readonly ipv4ApplicationVisibility: pulumi.Output<boolean | undefined>;
60
+ /**
61
+ * Flow Visibility
62
+ * - Default value: `false`
63
+ */
64
+ readonly ipv4FlowVisibility: pulumi.Output<boolean | undefined>;
65
+ /**
66
+ * Application Visibility IPv6
67
+ * - Default value: `false`
68
+ */
69
+ readonly ipv6ApplicationVisibility: pulumi.Output<boolean | undefined>;
70
+ /**
71
+ * Flow Visibility IPv6
72
+ * - Default value: `false`
73
+ */
74
+ readonly ipv6FlowVisibility: pulumi.Output<boolean | undefined>;
75
+ /**
76
+ * The name of the Policy
77
+ */
78
+ readonly name: pulumi.Output<string>;
79
+ /**
80
+ * The version of the Policy
81
+ */
82
+ readonly version: pulumi.Output<number>;
83
+ /**
84
+ * Create a ApplicationPriorityPolicySettingsPolicy resource with the given unique name, arguments, and options.
85
+ *
86
+ * @param name The _unique_ name of the resource.
87
+ * @param args The arguments to use to populate this resource's properties.
88
+ * @param opts A bag of options that control this resource's behavior.
89
+ */
90
+ constructor(name: string, args: ApplicationPriorityPolicySettingsPolicyArgs, opts?: pulumi.CustomResourceOptions);
91
+ }
92
+ /**
93
+ * Input properties used for looking up and filtering ApplicationPriorityPolicySettingsPolicy resources.
94
+ */
95
+ export interface ApplicationPriorityPolicySettingsPolicyState {
96
+ /**
97
+ * The description of the Policy
98
+ */
99
+ description?: pulumi.Input<string>;
100
+ /**
101
+ * Feature Profile ID
102
+ */
103
+ featureProfileId?: pulumi.Input<string>;
104
+ /**
105
+ * Application Visibility
106
+ * - Default value: `false`
107
+ */
108
+ ipv4ApplicationVisibility?: pulumi.Input<boolean>;
109
+ /**
110
+ * Flow Visibility
111
+ * - Default value: `false`
112
+ */
113
+ ipv4FlowVisibility?: pulumi.Input<boolean>;
114
+ /**
115
+ * Application Visibility IPv6
116
+ * - Default value: `false`
117
+ */
118
+ ipv6ApplicationVisibility?: pulumi.Input<boolean>;
119
+ /**
120
+ * Flow Visibility IPv6
121
+ * - Default value: `false`
122
+ */
123
+ ipv6FlowVisibility?: pulumi.Input<boolean>;
124
+ /**
125
+ * The name of the Policy
126
+ */
127
+ name?: pulumi.Input<string>;
128
+ /**
129
+ * The version of the Policy
130
+ */
131
+ version?: pulumi.Input<number>;
132
+ }
133
+ /**
134
+ * The set of arguments for constructing a ApplicationPriorityPolicySettingsPolicy resource.
135
+ */
136
+ export interface ApplicationPriorityPolicySettingsPolicyArgs {
137
+ /**
138
+ * The description of the Policy
139
+ */
140
+ description?: pulumi.Input<string>;
141
+ /**
142
+ * Feature Profile ID
143
+ */
144
+ featureProfileId: pulumi.Input<string>;
145
+ /**
146
+ * Application Visibility
147
+ * - Default value: `false`
148
+ */
149
+ ipv4ApplicationVisibility?: pulumi.Input<boolean>;
150
+ /**
151
+ * Flow Visibility
152
+ * - Default value: `false`
153
+ */
154
+ ipv4FlowVisibility?: pulumi.Input<boolean>;
155
+ /**
156
+ * Application Visibility IPv6
157
+ * - Default value: `false`
158
+ */
159
+ ipv6ApplicationVisibility?: pulumi.Input<boolean>;
160
+ /**
161
+ * Flow Visibility IPv6
162
+ * - Default value: `false`
163
+ */
164
+ ipv6FlowVisibility?: pulumi.Input<boolean>;
165
+ /**
166
+ * The name of the Policy
167
+ */
168
+ name?: pulumi.Input<string>;
169
+ }
@@ -0,0 +1,95 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.ApplicationPriorityPolicySettingsPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This resource can manage a Application Priority Policy Settings Policy.
10
+ * - Minimum SD-WAN Manager version: `20.15.1`
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as sdwan from "@pulumi/sdwan";
17
+ *
18
+ * const example = new sdwan.ApplicationPriorityPolicySettingsPolicy("example", {
19
+ * name: "Example",
20
+ * description: "My Example",
21
+ * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
22
+ * ipv4ApplicationVisibility: true,
23
+ * ipv4FlowVisibility: true,
24
+ * });
25
+ * ```
26
+ *
27
+ * ## Import
28
+ *
29
+ * The `pulumi import` command can be used, for example:
30
+ *
31
+ * Expected import identifier with the format: "application_priority_policy_settings_policy_id,feature_profile_id"
32
+ *
33
+ * ```sh
34
+ * $ pulumi import sdwan:index/applicationPriorityPolicySettingsPolicy:ApplicationPriorityPolicySettingsPolicy example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
35
+ * ```
36
+ */
37
+ class ApplicationPriorityPolicySettingsPolicy extends pulumi.CustomResource {
38
+ /**
39
+ * Get an existing ApplicationPriorityPolicySettingsPolicy resource's state with the given name, ID, and optional extra
40
+ * properties used to qualify the lookup.
41
+ *
42
+ * @param name The _unique_ name of the resulting resource.
43
+ * @param id The _unique_ provider ID of the resource to lookup.
44
+ * @param state Any extra arguments used during the lookup.
45
+ * @param opts Optional settings to control the behavior of the CustomResource.
46
+ */
47
+ static get(name, id, state, opts) {
48
+ return new ApplicationPriorityPolicySettingsPolicy(name, state, { ...opts, id: id });
49
+ }
50
+ /**
51
+ * Returns true if the given object is an instance of ApplicationPriorityPolicySettingsPolicy. This is designed to work even
52
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
53
+ */
54
+ static isInstance(obj) {
55
+ if (obj === undefined || obj === null) {
56
+ return false;
57
+ }
58
+ return obj['__pulumiType'] === ApplicationPriorityPolicySettingsPolicy.__pulumiType;
59
+ }
60
+ constructor(name, argsOrState, opts) {
61
+ let resourceInputs = {};
62
+ opts = opts || {};
63
+ if (opts.id) {
64
+ const state = argsOrState;
65
+ resourceInputs["description"] = state?.description;
66
+ resourceInputs["featureProfileId"] = state?.featureProfileId;
67
+ resourceInputs["ipv4ApplicationVisibility"] = state?.ipv4ApplicationVisibility;
68
+ resourceInputs["ipv4FlowVisibility"] = state?.ipv4FlowVisibility;
69
+ resourceInputs["ipv6ApplicationVisibility"] = state?.ipv6ApplicationVisibility;
70
+ resourceInputs["ipv6FlowVisibility"] = state?.ipv6FlowVisibility;
71
+ resourceInputs["name"] = state?.name;
72
+ resourceInputs["version"] = state?.version;
73
+ }
74
+ else {
75
+ const args = argsOrState;
76
+ if (args?.featureProfileId === undefined && !opts.urn) {
77
+ throw new Error("Missing required property 'featureProfileId'");
78
+ }
79
+ resourceInputs["description"] = args?.description;
80
+ resourceInputs["featureProfileId"] = args?.featureProfileId;
81
+ resourceInputs["ipv4ApplicationVisibility"] = args?.ipv4ApplicationVisibility;
82
+ resourceInputs["ipv4FlowVisibility"] = args?.ipv4FlowVisibility;
83
+ resourceInputs["ipv6ApplicationVisibility"] = args?.ipv6ApplicationVisibility;
84
+ resourceInputs["ipv6FlowVisibility"] = args?.ipv6FlowVisibility;
85
+ resourceInputs["name"] = args?.name;
86
+ resourceInputs["version"] = undefined /*out*/;
87
+ }
88
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
89
+ super(ApplicationPriorityPolicySettingsPolicy.__pulumiType, name, resourceInputs, opts);
90
+ }
91
+ }
92
+ exports.ApplicationPriorityPolicySettingsPolicy = ApplicationPriorityPolicySettingsPolicy;
93
+ /** @internal */
94
+ ApplicationPriorityPolicySettingsPolicy.__pulumiType = 'sdwan:index/applicationPriorityPolicySettingsPolicy:ApplicationPriorityPolicySettingsPolicy';
95
+ //# sourceMappingURL=applicationPriorityPolicySettingsPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applicationPriorityPolicySettingsPolicy.js","sourceRoot":"","sources":["../applicationPriorityPolicySettingsPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,uCAAwC,SAAQ,MAAM,CAAC,cAAc;IAC9E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoD,EAAE,IAAmC;QAClJ,OAAO,IAAI,uCAAuC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9F,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,uCAAuC,CAAC,YAAY,CAAC;IACxF,CAAC;IA+CD,YAAY,IAAY,EAAE,WAAwG,EAAE,IAAmC;QACnK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuE,CAAC;YACtF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAsE,CAAC;YACpF,IAAI,IAAI,EAAE,gBAAgB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uCAAuC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5F,CAAC;;AAtGL,0FAuGC;AAzFG,gBAAgB;AACO,oDAAY,GAAG,6FAA6F,CAAC"}
@@ -3,7 +3,7 @@ import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
5
  * This resource can manage a Application Priority QoS Policy.
6
- * - Minimum SD-WAN Manager version: `20.12.0`
6
+ * - Minimum SD-WAN Manager version: `20.15.0`
7
7
  *
8
8
  * ## Example Usage
9
9
  *
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * This resource can manage a Application Priority QoS Policy.
10
- * - Minimum SD-WAN Manager version: `20.12.0`
10
+ * - Minimum SD-WAN Manager version: `20.15.0`
11
11
  *
12
12
  * ## Example Usage
13
13
  *
@@ -3,7 +3,7 @@ import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
5
  * This resource can manage a DNS Security Policy.
6
- * - Minimum SD-WAN Manager version: `20.12.0`
6
+ * - Minimum SD-WAN Manager version: `20.15.0`
7
7
  *
8
8
  * ## Example Usage
9
9
  *
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * This resource can manage a DNS Security Policy.
10
- * - Minimum SD-WAN Manager version: `20.12.0`
10
+ * - Minimum SD-WAN Manager version: `20.15.0`
11
11
  *
12
12
  * ## Example Usage
13
13
  *
@@ -0,0 +1,139 @@
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 can manage a Embedded Security NGFW Policy.
6
+ * - Minimum SD-WAN Manager version: `20.15.0`
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as sdwan from "@pulumi/sdwan";
13
+ *
14
+ * const example = new sdwan.EmbeddedSecurityNgfwPolicy("example", {
15
+ * name: "Example",
16
+ * description: "My Example",
17
+ * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
18
+ * defaultAction: "pass",
19
+ * sequences: [{
20
+ * sequenceId: "1",
21
+ * sequenceName: "security",
22
+ * baseAction: "drop",
23
+ * sequenceType: "ngfirewall",
24
+ * disableSequence: false,
25
+ * matchEntries: [{
26
+ * sourcePorts: ["123"],
27
+ * }],
28
+ * actions: [{
29
+ * type: "log",
30
+ * parameter: "true",
31
+ * }],
32
+ * }],
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * The `pulumi import` command can be used, for example:
39
+ *
40
+ * Expected import identifier with the format: "embedded_security_ngfw_policy_id,feature_profile_id"
41
+ *
42
+ * ```sh
43
+ * $ pulumi import sdwan:index/embeddedSecurityNgfwPolicy:EmbeddedSecurityNgfwPolicy example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
44
+ * ```
45
+ */
46
+ export declare class EmbeddedSecurityNgfwPolicy extends pulumi.CustomResource {
47
+ /**
48
+ * Get an existing EmbeddedSecurityNgfwPolicy resource's state with the given name, ID, and optional extra
49
+ * properties used to qualify the lookup.
50
+ *
51
+ * @param name The _unique_ name of the resulting resource.
52
+ * @param id The _unique_ provider ID of the resource to lookup.
53
+ * @param state Any extra arguments used during the lookup.
54
+ * @param opts Optional settings to control the behavior of the CustomResource.
55
+ */
56
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EmbeddedSecurityNgfwPolicyState, opts?: pulumi.CustomResourceOptions): EmbeddedSecurityNgfwPolicy;
57
+ /**
58
+ * Returns true if the given object is an instance of EmbeddedSecurityNgfwPolicy. This is designed to work even
59
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
60
+ */
61
+ static isInstance(obj: any): obj is EmbeddedSecurityNgfwPolicy;
62
+ /**
63
+ * - Choices: `pass`, `drop`
64
+ */
65
+ readonly defaultAction: pulumi.Output<string>;
66
+ /**
67
+ * The description of the Policy
68
+ */
69
+ readonly description: pulumi.Output<string | undefined>;
70
+ /**
71
+ * Feature Profile ID
72
+ */
73
+ readonly featureProfileId: pulumi.Output<string>;
74
+ /**
75
+ * The name of the Policy
76
+ */
77
+ readonly name: pulumi.Output<string>;
78
+ readonly sequences: pulumi.Output<outputs.EmbeddedSecurityNgfwPolicySequence[] | undefined>;
79
+ /**
80
+ * The version of the Policy
81
+ */
82
+ readonly version: pulumi.Output<number>;
83
+ /**
84
+ * Create a EmbeddedSecurityNgfwPolicy resource with the given unique name, arguments, and options.
85
+ *
86
+ * @param name The _unique_ name of the resource.
87
+ * @param args The arguments to use to populate this resource's properties.
88
+ * @param opts A bag of options that control this resource's behavior.
89
+ */
90
+ constructor(name: string, args: EmbeddedSecurityNgfwPolicyArgs, opts?: pulumi.CustomResourceOptions);
91
+ }
92
+ /**
93
+ * Input properties used for looking up and filtering EmbeddedSecurityNgfwPolicy resources.
94
+ */
95
+ export interface EmbeddedSecurityNgfwPolicyState {
96
+ /**
97
+ * - Choices: `pass`, `drop`
98
+ */
99
+ defaultAction?: pulumi.Input<string>;
100
+ /**
101
+ * The description of the Policy
102
+ */
103
+ description?: pulumi.Input<string>;
104
+ /**
105
+ * Feature Profile ID
106
+ */
107
+ featureProfileId?: pulumi.Input<string>;
108
+ /**
109
+ * The name of the Policy
110
+ */
111
+ name?: pulumi.Input<string>;
112
+ sequences?: pulumi.Input<pulumi.Input<inputs.EmbeddedSecurityNgfwPolicySequence>[]>;
113
+ /**
114
+ * The version of the Policy
115
+ */
116
+ version?: pulumi.Input<number>;
117
+ }
118
+ /**
119
+ * The set of arguments for constructing a EmbeddedSecurityNgfwPolicy resource.
120
+ */
121
+ export interface EmbeddedSecurityNgfwPolicyArgs {
122
+ /**
123
+ * - Choices: `pass`, `drop`
124
+ */
125
+ defaultAction: pulumi.Input<string>;
126
+ /**
127
+ * The description of the Policy
128
+ */
129
+ description?: pulumi.Input<string>;
130
+ /**
131
+ * Feature Profile ID
132
+ */
133
+ featureProfileId: pulumi.Input<string>;
134
+ /**
135
+ * The name of the Policy
136
+ */
137
+ name?: pulumi.Input<string>;
138
+ sequences?: pulumi.Input<pulumi.Input<inputs.EmbeddedSecurityNgfwPolicySequence>[]>;
139
+ }
@@ -0,0 +1,107 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.EmbeddedSecurityNgfwPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This resource can manage a Embedded Security NGFW Policy.
10
+ * - Minimum SD-WAN Manager version: `20.15.0`
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as sdwan from "@pulumi/sdwan";
17
+ *
18
+ * const example = new sdwan.EmbeddedSecurityNgfwPolicy("example", {
19
+ * name: "Example",
20
+ * description: "My Example",
21
+ * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
22
+ * defaultAction: "pass",
23
+ * sequences: [{
24
+ * sequenceId: "1",
25
+ * sequenceName: "security",
26
+ * baseAction: "drop",
27
+ * sequenceType: "ngfirewall",
28
+ * disableSequence: false,
29
+ * matchEntries: [{
30
+ * sourcePorts: ["123"],
31
+ * }],
32
+ * actions: [{
33
+ * type: "log",
34
+ * parameter: "true",
35
+ * }],
36
+ * }],
37
+ * });
38
+ * ```
39
+ *
40
+ * ## Import
41
+ *
42
+ * The `pulumi import` command can be used, for example:
43
+ *
44
+ * Expected import identifier with the format: "embedded_security_ngfw_policy_id,feature_profile_id"
45
+ *
46
+ * ```sh
47
+ * $ pulumi import sdwan:index/embeddedSecurityNgfwPolicy:EmbeddedSecurityNgfwPolicy example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
48
+ * ```
49
+ */
50
+ class EmbeddedSecurityNgfwPolicy extends pulumi.CustomResource {
51
+ /**
52
+ * Get an existing EmbeddedSecurityNgfwPolicy resource's state with the given name, ID, and optional extra
53
+ * properties used to qualify the lookup.
54
+ *
55
+ * @param name The _unique_ name of the resulting resource.
56
+ * @param id The _unique_ provider ID of the resource to lookup.
57
+ * @param state Any extra arguments used during the lookup.
58
+ * @param opts Optional settings to control the behavior of the CustomResource.
59
+ */
60
+ static get(name, id, state, opts) {
61
+ return new EmbeddedSecurityNgfwPolicy(name, state, { ...opts, id: id });
62
+ }
63
+ /**
64
+ * Returns true if the given object is an instance of EmbeddedSecurityNgfwPolicy. This is designed to work even
65
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
66
+ */
67
+ static isInstance(obj) {
68
+ if (obj === undefined || obj === null) {
69
+ return false;
70
+ }
71
+ return obj['__pulumiType'] === EmbeddedSecurityNgfwPolicy.__pulumiType;
72
+ }
73
+ constructor(name, argsOrState, opts) {
74
+ let resourceInputs = {};
75
+ opts = opts || {};
76
+ if (opts.id) {
77
+ const state = argsOrState;
78
+ resourceInputs["defaultAction"] = state?.defaultAction;
79
+ resourceInputs["description"] = state?.description;
80
+ resourceInputs["featureProfileId"] = state?.featureProfileId;
81
+ resourceInputs["name"] = state?.name;
82
+ resourceInputs["sequences"] = state?.sequences;
83
+ resourceInputs["version"] = state?.version;
84
+ }
85
+ else {
86
+ const args = argsOrState;
87
+ if (args?.defaultAction === undefined && !opts.urn) {
88
+ throw new Error("Missing required property 'defaultAction'");
89
+ }
90
+ if (args?.featureProfileId === undefined && !opts.urn) {
91
+ throw new Error("Missing required property 'featureProfileId'");
92
+ }
93
+ resourceInputs["defaultAction"] = args?.defaultAction;
94
+ resourceInputs["description"] = args?.description;
95
+ resourceInputs["featureProfileId"] = args?.featureProfileId;
96
+ resourceInputs["name"] = args?.name;
97
+ resourceInputs["sequences"] = args?.sequences;
98
+ resourceInputs["version"] = undefined /*out*/;
99
+ }
100
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
101
+ super(EmbeddedSecurityNgfwPolicy.__pulumiType, name, resourceInputs, opts);
102
+ }
103
+ }
104
+ exports.EmbeddedSecurityNgfwPolicy = EmbeddedSecurityNgfwPolicy;
105
+ /** @internal */
106
+ EmbeddedSecurityNgfwPolicy.__pulumiType = 'sdwan:index/embeddedSecurityNgfwPolicy:EmbeddedSecurityNgfwPolicy';
107
+ //# sourceMappingURL=embeddedSecurityNgfwPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"embeddedSecurityNgfwPolicy.js","sourceRoot":"","sources":["../embeddedSecurityNgfwPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuC,EAAE,IAAmC;QACrI,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjF,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,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;IAgCD,YAAY,IAAY,EAAE,WAA8E,EAAE,IAAmC;QACzI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0D,CAAC;YACzE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAyD,CAAC;YACvE,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,gBAAgB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,0BAA0B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC;;AAtFL,gEAuFC;AAzEG,gBAAgB;AACO,uCAAY,GAAG,mEAAmE,CAAC"}