@pulumi/vsphere 4.2.0-alpha.1648240778 → 4.2.0-alpha.1648588168
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/computeCluster.d.ts +51 -60
- package/computeCluster.js.map +1 -1
- package/computeClusterVmAffinityRule.d.ts +104 -0
- package/computeClusterVmAffinityRule.js +104 -0
- package/computeClusterVmAffinityRule.js.map +1 -1
- package/contentLibrary.d.ts +15 -18
- package/contentLibrary.js.map +1 -1
- package/contentLibraryItem.d.ts +18 -18
- package/customAttribute.d.ts +3 -6
- package/customAttribute.js.map +1 -1
- package/distributedPortGroup.d.ts +48 -45
- package/distributedPortGroup.js.map +1 -1
- package/distributedVirtualSwitch.d.ts +81 -90
- package/distributedVirtualSwitch.js.map +1 -1
- package/entityPermissions.d.ts +3 -3
- package/file.d.ts +30 -89
- package/file.js +0 -44
- package/file.js.map +1 -1
- package/getContentLibraryItem.d.ts +8 -27
- package/getContentLibraryItem.js +2 -18
- package/getContentLibraryItem.js.map +1 -1
- package/getDistributedVirtualSwitch.d.ts +4 -39
- package/getDistributedVirtualSwitch.js +0 -35
- package/getDistributedVirtualSwitch.js.map +1 -1
- package/getDynamic.d.ts +4 -2
- package/getDynamic.js.map +1 -1
- package/getPolicy.d.ts +7 -7
- package/getPolicy.js +7 -7
- package/getResourcePool.d.ts +1 -1
- package/getResourcePool.js +1 -1
- package/getVirtualMachine.d.ts +46 -13
- package/getVirtualMachine.js +29 -6
- package/getVirtualMachine.js.map +1 -1
- package/haVmOverride.d.ts +6 -6
- package/host.d.ts +58 -34
- package/host.js +18 -16
- package/host.js.map +1 -1
- package/hostPortGroup.d.ts +1 -1
- package/hostPortGroup.js +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +47 -113
- package/types/output.d.ts +47 -113
- package/vappContainer.d.ts +3 -6
- package/vappContainer.js.map +1 -1
- package/virtualDisk.d.ts +0 -21
- package/virtualDisk.js +0 -21
- package/virtualDisk.js.map +1 -1
- package/virtualMachine.d.ts +257 -671
- package/virtualMachine.js +4 -0
- package/virtualMachine.js.map +1 -1
- package/virtualMachineSnapshot.d.ts +2 -2
- package/virtualMachineSnapshot.js +2 -2
- package/vmStoragePolicy.d.ts +125 -27
- package/vmStoragePolicy.js +125 -27
- package/vmStoragePolicy.js.map +1 -1
package/computeCluster.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export declare class ComputeCluster extends pulumi.CustomResource {
|
|
|
95
95
|
* When destroying the resource, setting this to
|
|
96
96
|
* `true` will auto-remove any hosts that are currently a member of the cluster,
|
|
97
97
|
* as if they were removed by taking their entry out of `hostSystemIds` (see
|
|
98
|
-
* below
|
|
98
|
+
* below. This is an advanced
|
|
99
99
|
* option and should only be used for testing. Default: `false`.
|
|
100
100
|
*/
|
|
101
101
|
readonly forceEvacuateOnDestroy: pulumi.Output<boolean | undefined>;
|
|
@@ -189,10 +189,10 @@ export declare class ComputeCluster extends pulumi.CustomResource {
|
|
|
189
189
|
*/
|
|
190
190
|
readonly haDatastoreApdResponse: pulumi.Output<string | undefined>;
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
193
|
-
* to wait after an APD timeout event to
|
|
194
|
-
* `haDatastoreApdResponse`. Default: `
|
|
195
|
-
* minutes. <sup>\*</sup>
|
|
192
|
+
* The time, in seconds,
|
|
193
|
+
* to wait after an APD timeout event to run the response action defined in
|
|
194
|
+
* `haDatastoreApdResponse`. Default: `180`
|
|
195
|
+
* seconds (3 minutes). <sup>\*</sup>
|
|
196
196
|
*/
|
|
197
197
|
readonly haDatastoreApdResponseDelay: pulumi.Output<number | undefined>;
|
|
198
198
|
/**
|
|
@@ -253,18 +253,17 @@ export declare class ComputeCluster extends pulumi.CustomResource {
|
|
|
253
253
|
*/
|
|
254
254
|
readonly haVmDependencyRestartCondition: pulumi.Output<string | undefined>;
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
257
|
-
* is not received within this configured interval,
|
|
258
|
-
*
|
|
256
|
+
* The time interval, in seconds, a heartbeat
|
|
257
|
+
* from a virtual machine is not received within this configured interval,
|
|
258
|
+
* the virtual machine is marked as failed. Default: `30` seconds.
|
|
259
259
|
*/
|
|
260
260
|
readonly haVmFailureInterval: pulumi.Output<number | undefined>;
|
|
261
261
|
/**
|
|
262
|
-
* The
|
|
262
|
+
* The time, in seconds, for the reset window in
|
|
263
263
|
* which `haVmMaximumResets` can operate. When this
|
|
264
264
|
* window expires, no more resets are attempted regardless of the setting
|
|
265
265
|
* configured in `haVmMaximumResets`. `-1` means no window, meaning an
|
|
266
|
-
* unlimited reset time is allotted.
|
|
267
|
-
* `-1` (no window).
|
|
266
|
+
* unlimited reset time is allotted. Default: `-1` (no window).
|
|
268
267
|
*/
|
|
269
268
|
readonly haVmMaximumFailureWindow: pulumi.Output<number | undefined>;
|
|
270
269
|
/**
|
|
@@ -275,7 +274,7 @@ export declare class ComputeCluster extends pulumi.CustomResource {
|
|
|
275
274
|
/**
|
|
276
275
|
* The time, in seconds, that HA waits after
|
|
277
276
|
* powering on a virtual machine before monitoring for heartbeats. Default:
|
|
278
|
-
* `120` (2 minutes).
|
|
277
|
+
* `120` seconds (2 minutes).
|
|
279
278
|
*/
|
|
280
279
|
readonly haVmMinimumUptime: pulumi.Output<number | undefined>;
|
|
281
280
|
/**
|
|
@@ -285,9 +284,9 @@ export declare class ComputeCluster extends pulumi.CustomResource {
|
|
|
285
284
|
*/
|
|
286
285
|
readonly haVmMonitoring: pulumi.Output<string | undefined>;
|
|
287
286
|
/**
|
|
288
|
-
* Additional delay in seconds
|
|
287
|
+
* Additional delay, in seconds,
|
|
289
288
|
* after ready condition is met. A VM is considered ready at this point.
|
|
290
|
-
* Default: `0` (no delay). <sup>\*</sup>
|
|
289
|
+
* Default: `0` seconds (no delay). <sup>\*</sup>
|
|
291
290
|
*/
|
|
292
291
|
readonly haVmRestartAdditionalDelay: pulumi.Output<number | undefined>;
|
|
293
292
|
/**
|
|
@@ -299,25 +298,23 @@ export declare class ComputeCluster extends pulumi.CustomResource {
|
|
|
299
298
|
/**
|
|
300
299
|
* The maximum time, in seconds,
|
|
301
300
|
* that vSphere HA will wait for virtual machines in one priority to be ready
|
|
302
|
-
* before proceeding with the next priority. Default: `600` (10 minutes).
|
|
301
|
+
* before proceeding with the next priority. Default: `600` seconds (10 minutes).
|
|
303
302
|
* <sup>\*</sup>
|
|
304
303
|
*/
|
|
305
304
|
readonly haVmRestartTimeout: pulumi.Output<number | undefined>;
|
|
306
305
|
/**
|
|
307
|
-
* The timeout for each host maintenance
|
|
308
|
-
* operation when removing hosts from a cluster.
|
|
309
|
-
* seconds. Default: `3600` (1 hour).
|
|
306
|
+
* The timeout, in seconds, for each host maintenance
|
|
307
|
+
* mode operation when removing hosts from a cluster. Default: `3600` seconds (1 hour).
|
|
310
308
|
*/
|
|
311
309
|
readonly hostClusterExitTimeout: pulumi.Output<number | undefined>;
|
|
312
310
|
/**
|
|
313
311
|
* Can be set to `true` if compute cluster
|
|
314
312
|
* membership will be managed through the `host` resource rather than the
|
|
315
313
|
* `computeCluster` resource. Conflicts with: `hostSystemIds`.
|
|
316
|
-
* >>>>>>> v1.18.3
|
|
317
314
|
*/
|
|
318
315
|
readonly hostManaged: pulumi.Output<boolean | undefined>;
|
|
319
316
|
/**
|
|
320
|
-
* The
|
|
317
|
+
* The managed object IDs of
|
|
321
318
|
* the hosts to put in the cluster. Conflicts with: `hostManaged`.
|
|
322
319
|
*/
|
|
323
320
|
readonly hostSystemIds: pulumi.Output<string[] | undefined>;
|
|
@@ -469,7 +466,7 @@ export interface ComputeClusterState {
|
|
|
469
466
|
* When destroying the resource, setting this to
|
|
470
467
|
* `true` will auto-remove any hosts that are currently a member of the cluster,
|
|
471
468
|
* as if they were removed by taking their entry out of `hostSystemIds` (see
|
|
472
|
-
* below
|
|
469
|
+
* below. This is an advanced
|
|
473
470
|
* option and should only be used for testing. Default: `false`.
|
|
474
471
|
*/
|
|
475
472
|
forceEvacuateOnDestroy?: pulumi.Input<boolean>;
|
|
@@ -563,10 +560,10 @@ export interface ComputeClusterState {
|
|
|
563
560
|
*/
|
|
564
561
|
haDatastoreApdResponse?: pulumi.Input<string>;
|
|
565
562
|
/**
|
|
566
|
-
*
|
|
567
|
-
* to wait after an APD timeout event to
|
|
568
|
-
* `haDatastoreApdResponse`. Default: `
|
|
569
|
-
* minutes. <sup>\*</sup>
|
|
563
|
+
* The time, in seconds,
|
|
564
|
+
* to wait after an APD timeout event to run the response action defined in
|
|
565
|
+
* `haDatastoreApdResponse`. Default: `180`
|
|
566
|
+
* seconds (3 minutes). <sup>\*</sup>
|
|
570
567
|
*/
|
|
571
568
|
haDatastoreApdResponseDelay?: pulumi.Input<number>;
|
|
572
569
|
/**
|
|
@@ -627,18 +624,17 @@ export interface ComputeClusterState {
|
|
|
627
624
|
*/
|
|
628
625
|
haVmDependencyRestartCondition?: pulumi.Input<string>;
|
|
629
626
|
/**
|
|
630
|
-
*
|
|
631
|
-
* is not received within this configured interval,
|
|
632
|
-
*
|
|
627
|
+
* The time interval, in seconds, a heartbeat
|
|
628
|
+
* from a virtual machine is not received within this configured interval,
|
|
629
|
+
* the virtual machine is marked as failed. Default: `30` seconds.
|
|
633
630
|
*/
|
|
634
631
|
haVmFailureInterval?: pulumi.Input<number>;
|
|
635
632
|
/**
|
|
636
|
-
* The
|
|
633
|
+
* The time, in seconds, for the reset window in
|
|
637
634
|
* which `haVmMaximumResets` can operate. When this
|
|
638
635
|
* window expires, no more resets are attempted regardless of the setting
|
|
639
636
|
* configured in `haVmMaximumResets`. `-1` means no window, meaning an
|
|
640
|
-
* unlimited reset time is allotted.
|
|
641
|
-
* `-1` (no window).
|
|
637
|
+
* unlimited reset time is allotted. Default: `-1` (no window).
|
|
642
638
|
*/
|
|
643
639
|
haVmMaximumFailureWindow?: pulumi.Input<number>;
|
|
644
640
|
/**
|
|
@@ -649,7 +645,7 @@ export interface ComputeClusterState {
|
|
|
649
645
|
/**
|
|
650
646
|
* The time, in seconds, that HA waits after
|
|
651
647
|
* powering on a virtual machine before monitoring for heartbeats. Default:
|
|
652
|
-
* `120` (2 minutes).
|
|
648
|
+
* `120` seconds (2 minutes).
|
|
653
649
|
*/
|
|
654
650
|
haVmMinimumUptime?: pulumi.Input<number>;
|
|
655
651
|
/**
|
|
@@ -659,9 +655,9 @@ export interface ComputeClusterState {
|
|
|
659
655
|
*/
|
|
660
656
|
haVmMonitoring?: pulumi.Input<string>;
|
|
661
657
|
/**
|
|
662
|
-
* Additional delay in seconds
|
|
658
|
+
* Additional delay, in seconds,
|
|
663
659
|
* after ready condition is met. A VM is considered ready at this point.
|
|
664
|
-
* Default: `0` (no delay). <sup>\*</sup>
|
|
660
|
+
* Default: `0` seconds (no delay). <sup>\*</sup>
|
|
665
661
|
*/
|
|
666
662
|
haVmRestartAdditionalDelay?: pulumi.Input<number>;
|
|
667
663
|
/**
|
|
@@ -673,25 +669,23 @@ export interface ComputeClusterState {
|
|
|
673
669
|
/**
|
|
674
670
|
* The maximum time, in seconds,
|
|
675
671
|
* that vSphere HA will wait for virtual machines in one priority to be ready
|
|
676
|
-
* before proceeding with the next priority. Default: `600` (10 minutes).
|
|
672
|
+
* before proceeding with the next priority. Default: `600` seconds (10 minutes).
|
|
677
673
|
* <sup>\*</sup>
|
|
678
674
|
*/
|
|
679
675
|
haVmRestartTimeout?: pulumi.Input<number>;
|
|
680
676
|
/**
|
|
681
|
-
* The timeout for each host maintenance
|
|
682
|
-
* operation when removing hosts from a cluster.
|
|
683
|
-
* seconds. Default: `3600` (1 hour).
|
|
677
|
+
* The timeout, in seconds, for each host maintenance
|
|
678
|
+
* mode operation when removing hosts from a cluster. Default: `3600` seconds (1 hour).
|
|
684
679
|
*/
|
|
685
680
|
hostClusterExitTimeout?: pulumi.Input<number>;
|
|
686
681
|
/**
|
|
687
682
|
* Can be set to `true` if compute cluster
|
|
688
683
|
* membership will be managed through the `host` resource rather than the
|
|
689
684
|
* `computeCluster` resource. Conflicts with: `hostSystemIds`.
|
|
690
|
-
* >>>>>>> v1.18.3
|
|
691
685
|
*/
|
|
692
686
|
hostManaged?: pulumi.Input<boolean>;
|
|
693
687
|
/**
|
|
694
|
-
* The
|
|
688
|
+
* The managed object IDs of
|
|
695
689
|
* the hosts to put in the cluster. Conflicts with: `hostManaged`.
|
|
696
690
|
*/
|
|
697
691
|
hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -835,7 +829,7 @@ export interface ComputeClusterArgs {
|
|
|
835
829
|
* When destroying the resource, setting this to
|
|
836
830
|
* `true` will auto-remove any hosts that are currently a member of the cluster,
|
|
837
831
|
* as if they were removed by taking their entry out of `hostSystemIds` (see
|
|
838
|
-
* below
|
|
832
|
+
* below. This is an advanced
|
|
839
833
|
* option and should only be used for testing. Default: `false`.
|
|
840
834
|
*/
|
|
841
835
|
forceEvacuateOnDestroy?: pulumi.Input<boolean>;
|
|
@@ -929,10 +923,10 @@ export interface ComputeClusterArgs {
|
|
|
929
923
|
*/
|
|
930
924
|
haDatastoreApdResponse?: pulumi.Input<string>;
|
|
931
925
|
/**
|
|
932
|
-
*
|
|
933
|
-
* to wait after an APD timeout event to
|
|
934
|
-
* `haDatastoreApdResponse`. Default: `
|
|
935
|
-
* minutes. <sup>\*</sup>
|
|
926
|
+
* The time, in seconds,
|
|
927
|
+
* to wait after an APD timeout event to run the response action defined in
|
|
928
|
+
* `haDatastoreApdResponse`. Default: `180`
|
|
929
|
+
* seconds (3 minutes). <sup>\*</sup>
|
|
936
930
|
*/
|
|
937
931
|
haDatastoreApdResponseDelay?: pulumi.Input<number>;
|
|
938
932
|
/**
|
|
@@ -993,18 +987,17 @@ export interface ComputeClusterArgs {
|
|
|
993
987
|
*/
|
|
994
988
|
haVmDependencyRestartCondition?: pulumi.Input<string>;
|
|
995
989
|
/**
|
|
996
|
-
*
|
|
997
|
-
* is not received within this configured interval,
|
|
998
|
-
*
|
|
990
|
+
* The time interval, in seconds, a heartbeat
|
|
991
|
+
* from a virtual machine is not received within this configured interval,
|
|
992
|
+
* the virtual machine is marked as failed. Default: `30` seconds.
|
|
999
993
|
*/
|
|
1000
994
|
haVmFailureInterval?: pulumi.Input<number>;
|
|
1001
995
|
/**
|
|
1002
|
-
* The
|
|
996
|
+
* The time, in seconds, for the reset window in
|
|
1003
997
|
* which `haVmMaximumResets` can operate. When this
|
|
1004
998
|
* window expires, no more resets are attempted regardless of the setting
|
|
1005
999
|
* configured in `haVmMaximumResets`. `-1` means no window, meaning an
|
|
1006
|
-
* unlimited reset time is allotted.
|
|
1007
|
-
* `-1` (no window).
|
|
1000
|
+
* unlimited reset time is allotted. Default: `-1` (no window).
|
|
1008
1001
|
*/
|
|
1009
1002
|
haVmMaximumFailureWindow?: pulumi.Input<number>;
|
|
1010
1003
|
/**
|
|
@@ -1015,7 +1008,7 @@ export interface ComputeClusterArgs {
|
|
|
1015
1008
|
/**
|
|
1016
1009
|
* The time, in seconds, that HA waits after
|
|
1017
1010
|
* powering on a virtual machine before monitoring for heartbeats. Default:
|
|
1018
|
-
* `120` (2 minutes).
|
|
1011
|
+
* `120` seconds (2 minutes).
|
|
1019
1012
|
*/
|
|
1020
1013
|
haVmMinimumUptime?: pulumi.Input<number>;
|
|
1021
1014
|
/**
|
|
@@ -1025,9 +1018,9 @@ export interface ComputeClusterArgs {
|
|
|
1025
1018
|
*/
|
|
1026
1019
|
haVmMonitoring?: pulumi.Input<string>;
|
|
1027
1020
|
/**
|
|
1028
|
-
* Additional delay in seconds
|
|
1021
|
+
* Additional delay, in seconds,
|
|
1029
1022
|
* after ready condition is met. A VM is considered ready at this point.
|
|
1030
|
-
* Default: `0` (no delay). <sup>\*</sup>
|
|
1023
|
+
* Default: `0` seconds (no delay). <sup>\*</sup>
|
|
1031
1024
|
*/
|
|
1032
1025
|
haVmRestartAdditionalDelay?: pulumi.Input<number>;
|
|
1033
1026
|
/**
|
|
@@ -1039,25 +1032,23 @@ export interface ComputeClusterArgs {
|
|
|
1039
1032
|
/**
|
|
1040
1033
|
* The maximum time, in seconds,
|
|
1041
1034
|
* that vSphere HA will wait for virtual machines in one priority to be ready
|
|
1042
|
-
* before proceeding with the next priority. Default: `600` (10 minutes).
|
|
1035
|
+
* before proceeding with the next priority. Default: `600` seconds (10 minutes).
|
|
1043
1036
|
* <sup>\*</sup>
|
|
1044
1037
|
*/
|
|
1045
1038
|
haVmRestartTimeout?: pulumi.Input<number>;
|
|
1046
1039
|
/**
|
|
1047
|
-
* The timeout for each host maintenance
|
|
1048
|
-
* operation when removing hosts from a cluster.
|
|
1049
|
-
* seconds. Default: `3600` (1 hour).
|
|
1040
|
+
* The timeout, in seconds, for each host maintenance
|
|
1041
|
+
* mode operation when removing hosts from a cluster. Default: `3600` seconds (1 hour).
|
|
1050
1042
|
*/
|
|
1051
1043
|
hostClusterExitTimeout?: pulumi.Input<number>;
|
|
1052
1044
|
/**
|
|
1053
1045
|
* Can be set to `true` if compute cluster
|
|
1054
1046
|
* membership will be managed through the `host` resource rather than the
|
|
1055
1047
|
* `computeCluster` resource. Conflicts with: `hostSystemIds`.
|
|
1056
|
-
* >>>>>>> v1.18.3
|
|
1057
1048
|
*/
|
|
1058
1049
|
hostManaged?: pulumi.Input<boolean>;
|
|
1059
1050
|
/**
|
|
1060
|
-
* The
|
|
1051
|
+
* The managed object IDs of
|
|
1061
1052
|
* the hosts to put in the cluster. Conflicts with: `hostManaged`.
|
|
1062
1053
|
*/
|
|
1063
1054
|
hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
|
package/computeCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"computeCluster.js","sourceRoot":"","sources":["../computeCluster.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"computeCluster.js","sourceRoot":"","sources":["../computeCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IAqYrD,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,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,yCAAyC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9H,cAAc,CAAC,wCAAwC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5H,cAAc,CAAC,wCAAwC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5H,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,iDAAiD,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,+CAA+C,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9I,cAAc,CAAC,yCAAyC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9H,cAAc,CAAC,4CAA4C,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,CAAC,CAAC,SAAS,CAAC;YACpI,cAAc,CAAC,yCAAyC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9H,cAAc,CAAC,4CAA4C,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,CAAC,CAAC,SAAS,CAAC;YACpI,cAAc,CAAC,6CAA6C,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,2CAA2C,CAAC,CAAC,CAAC,SAAS,CAAC;YACtI,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,8BAA8B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,4BAA4B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,gCAAgC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5G,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,4BAA4B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,4BAA4B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,gCAAgC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5G,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,8BAA8B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,yCAAyC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uCAAuC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5H,cAAc,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sCAAsC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1H,cAAc,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sCAAsC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1H,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,iDAAiD,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,+CAA+C,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5I,cAAc,CAAC,yCAAyC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uCAAuC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5H,cAAc,CAAC,4CAA4C,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0CAA0C,CAAC,CAAC,CAAC,SAAS,CAAC;YAClI,cAAc,CAAC,yCAAyC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uCAAuC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5H,cAAc,CAAC,4CAA4C,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0CAA0C,CAAC,CAAC,CAAC,SAAS,CAAC;YAClI,cAAc,CAAC,6CAA6C,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,2CAA2C,CAAC,CAAC,CAAC,SAAS,CAAC;YACpI,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;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;IAjgBD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,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;;AA1BL,wCAmgBC;AArfG,gBAAgB;AACO,2BAAY,GAAG,6CAA6C,CAAC"}
|
|
@@ -1,4 +1,108 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The `vsphere.ComputeClusterVmAffinityRule` resource can be used to
|
|
4
|
+
* manage virtual machine affinity rules in a cluster, either created by the
|
|
5
|
+
* `vsphere.ComputeCluster` resource or looked up
|
|
6
|
+
* by the `vsphere.ComputeCluster` data source.
|
|
7
|
+
*
|
|
8
|
+
* This rule can be used to tell a set of virtual machines to run together on the
|
|
9
|
+
* same host within a cluster. When configured, DRS will make a best effort to
|
|
10
|
+
* ensure that the virtual machines run on the same host, or prevent any operation
|
|
11
|
+
* that would keep that from happening, depending on the value of the
|
|
12
|
+
* `mandatory` flag.
|
|
13
|
+
*
|
|
14
|
+
* > An affinity rule can only be used to place virtual machines on the same
|
|
15
|
+
* _non-specific_ hosts. It cannot be used to pin virtual machines to a host.
|
|
16
|
+
* To enable this capability, use the
|
|
17
|
+
* `vsphere.ComputeClusterVmHostRule`
|
|
18
|
+
* resource.
|
|
19
|
+
*
|
|
20
|
+
* > **NOTE:** This resource requires vCenter Server and is not available on
|
|
21
|
+
* direct ESXi host connections.
|
|
22
|
+
*
|
|
23
|
+
* > **NOTE:** vSphere DRS requires a vSphere Enterprise Plus license.
|
|
24
|
+
*
|
|
25
|
+
* ## Example Usage
|
|
26
|
+
*
|
|
27
|
+
* The following example creates two virtual machines in a cluster using the
|
|
28
|
+
* `vsphere.VirtualMachine` resource, creating the
|
|
29
|
+
* virtual machines in the cluster looked up by the
|
|
30
|
+
* `vsphere.ComputeCluster` data source. It
|
|
31
|
+
* then creates an affinity rule for these two virtual machines, ensuring they
|
|
32
|
+
* will run on the same host whenever possible.
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as vsphere from "@pulumi/vsphere";
|
|
37
|
+
*
|
|
38
|
+
* const datacenter = vsphere.getDatacenter({
|
|
39
|
+
* name: "dc-01",
|
|
40
|
+
* });
|
|
41
|
+
* const datastore = datacenter.then(datacenter => vsphere.getDatastore({
|
|
42
|
+
* name: "datastore-01",
|
|
43
|
+
* datacenterId: datacenter.id,
|
|
44
|
+
* }));
|
|
45
|
+
* const cluster = datacenter.then(datacenter => vsphere.getComputeCluster({
|
|
46
|
+
* name: "cluster-01",
|
|
47
|
+
* datacenterId: datacenter.id,
|
|
48
|
+
* }));
|
|
49
|
+
* const network = datacenter.then(datacenter => vsphere.getNetwork({
|
|
50
|
+
* name: "VM Network",
|
|
51
|
+
* datacenterId: datacenter.id,
|
|
52
|
+
* }));
|
|
53
|
+
* const vm: vsphere.VirtualMachine[];
|
|
54
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
55
|
+
* vm.push(new vsphere.VirtualMachine(`vm-${range.value}`, {
|
|
56
|
+
* resourcePoolId: cluster.then(cluster => cluster.resourcePoolId),
|
|
57
|
+
* datastoreId: datastore.then(datastore => datastore.id),
|
|
58
|
+
* numCpus: 1,
|
|
59
|
+
* memory: 1024,
|
|
60
|
+
* guestId: "otherLinux64Guest",
|
|
61
|
+
* networkInterfaces: [{
|
|
62
|
+
* networkId: network.then(network => network.id),
|
|
63
|
+
* }],
|
|
64
|
+
* disks: [{
|
|
65
|
+
* label: "disk0",
|
|
66
|
+
* size: 20,
|
|
67
|
+
* }],
|
|
68
|
+
* }));
|
|
69
|
+
* }
|
|
70
|
+
* const vmAffinityRule = new vsphere.ComputeClusterVmAffinityRule("vmAffinityRule", {
|
|
71
|
+
* computeClusterId: cluster.then(cluster => cluster.id),
|
|
72
|
+
* virtualMachineIds: vm.map((v, k) => [k, v]).map(([, ]) => v.id),
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* The following example creates an affinity rule for a set of virtual machines
|
|
77
|
+
* in the cluster by looking up the virtual machine UUIDs from the
|
|
78
|
+
* `vsphere.VirtualMachine` data source.
|
|
79
|
+
*
|
|
80
|
+
* ```typescript
|
|
81
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
82
|
+
* import * as vsphere from "@pulumi/vsphere";
|
|
83
|
+
*
|
|
84
|
+
* const vms = [
|
|
85
|
+
* "foo-0",
|
|
86
|
+
* "foo-1",
|
|
87
|
+
* ];
|
|
88
|
+
* const datacenter = vsphere.getDatacenter({
|
|
89
|
+
* name: "dc-01",
|
|
90
|
+
* });
|
|
91
|
+
* const cluster = datacenter.then(datacenter => vsphere.getComputeCluster({
|
|
92
|
+
* name: "cluster-01",
|
|
93
|
+
* datacenterId: datacenter.id,
|
|
94
|
+
* }));
|
|
95
|
+
* const vmsVirtualMachine = (new Array(vms.length)).map((_, i) => i).map(__index => vsphere.getVirtualMachine({
|
|
96
|
+
* name: vms[__index],
|
|
97
|
+
* datacenterId: _arg0_.id,
|
|
98
|
+
* }));
|
|
99
|
+
* const vmAffinityRule = new vsphere.ComputeClusterVmAffinityRule("vmAffinityRule", {
|
|
100
|
+
* enabled: true,
|
|
101
|
+
* computeClusterId: cluster.then(cluster => cluster.id),
|
|
102
|
+
* virtualMachineIds: vmsVirtualMachine.map(__item => __item.id),
|
|
103
|
+
* });
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
2
106
|
export declare class ComputeClusterVmAffinityRule extends pulumi.CustomResource {
|
|
3
107
|
/**
|
|
4
108
|
* Get an existing ComputeClusterVmAffinityRule resource's state with the given name, ID, and optional extra
|
|
@@ -5,6 +5,110 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.ComputeClusterVmAffinityRule = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The `vsphere.ComputeClusterVmAffinityRule` resource can be used to
|
|
10
|
+
* manage virtual machine affinity rules in a cluster, either created by the
|
|
11
|
+
* `vsphere.ComputeCluster` resource or looked up
|
|
12
|
+
* by the `vsphere.ComputeCluster` data source.
|
|
13
|
+
*
|
|
14
|
+
* This rule can be used to tell a set of virtual machines to run together on the
|
|
15
|
+
* same host within a cluster. When configured, DRS will make a best effort to
|
|
16
|
+
* ensure that the virtual machines run on the same host, or prevent any operation
|
|
17
|
+
* that would keep that from happening, depending on the value of the
|
|
18
|
+
* `mandatory` flag.
|
|
19
|
+
*
|
|
20
|
+
* > An affinity rule can only be used to place virtual machines on the same
|
|
21
|
+
* _non-specific_ hosts. It cannot be used to pin virtual machines to a host.
|
|
22
|
+
* To enable this capability, use the
|
|
23
|
+
* `vsphere.ComputeClusterVmHostRule`
|
|
24
|
+
* resource.
|
|
25
|
+
*
|
|
26
|
+
* > **NOTE:** This resource requires vCenter Server and is not available on
|
|
27
|
+
* direct ESXi host connections.
|
|
28
|
+
*
|
|
29
|
+
* > **NOTE:** vSphere DRS requires a vSphere Enterprise Plus license.
|
|
30
|
+
*
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* The following example creates two virtual machines in a cluster using the
|
|
34
|
+
* `vsphere.VirtualMachine` resource, creating the
|
|
35
|
+
* virtual machines in the cluster looked up by the
|
|
36
|
+
* `vsphere.ComputeCluster` data source. It
|
|
37
|
+
* then creates an affinity rule for these two virtual machines, ensuring they
|
|
38
|
+
* will run on the same host whenever possible.
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as vsphere from "@pulumi/vsphere";
|
|
43
|
+
*
|
|
44
|
+
* const datacenter = vsphere.getDatacenter({
|
|
45
|
+
* name: "dc-01",
|
|
46
|
+
* });
|
|
47
|
+
* const datastore = datacenter.then(datacenter => vsphere.getDatastore({
|
|
48
|
+
* name: "datastore-01",
|
|
49
|
+
* datacenterId: datacenter.id,
|
|
50
|
+
* }));
|
|
51
|
+
* const cluster = datacenter.then(datacenter => vsphere.getComputeCluster({
|
|
52
|
+
* name: "cluster-01",
|
|
53
|
+
* datacenterId: datacenter.id,
|
|
54
|
+
* }));
|
|
55
|
+
* const network = datacenter.then(datacenter => vsphere.getNetwork({
|
|
56
|
+
* name: "VM Network",
|
|
57
|
+
* datacenterId: datacenter.id,
|
|
58
|
+
* }));
|
|
59
|
+
* const vm: vsphere.VirtualMachine[];
|
|
60
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
61
|
+
* vm.push(new vsphere.VirtualMachine(`vm-${range.value}`, {
|
|
62
|
+
* resourcePoolId: cluster.then(cluster => cluster.resourcePoolId),
|
|
63
|
+
* datastoreId: datastore.then(datastore => datastore.id),
|
|
64
|
+
* numCpus: 1,
|
|
65
|
+
* memory: 1024,
|
|
66
|
+
* guestId: "otherLinux64Guest",
|
|
67
|
+
* networkInterfaces: [{
|
|
68
|
+
* networkId: network.then(network => network.id),
|
|
69
|
+
* }],
|
|
70
|
+
* disks: [{
|
|
71
|
+
* label: "disk0",
|
|
72
|
+
* size: 20,
|
|
73
|
+
* }],
|
|
74
|
+
* }));
|
|
75
|
+
* }
|
|
76
|
+
* const vmAffinityRule = new vsphere.ComputeClusterVmAffinityRule("vmAffinityRule", {
|
|
77
|
+
* computeClusterId: cluster.then(cluster => cluster.id),
|
|
78
|
+
* virtualMachineIds: vm.map((v, k) => [k, v]).map(([, ]) => v.id),
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*
|
|
82
|
+
* The following example creates an affinity rule for a set of virtual machines
|
|
83
|
+
* in the cluster by looking up the virtual machine UUIDs from the
|
|
84
|
+
* `vsphere.VirtualMachine` data source.
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as vsphere from "@pulumi/vsphere";
|
|
89
|
+
*
|
|
90
|
+
* const vms = [
|
|
91
|
+
* "foo-0",
|
|
92
|
+
* "foo-1",
|
|
93
|
+
* ];
|
|
94
|
+
* const datacenter = vsphere.getDatacenter({
|
|
95
|
+
* name: "dc-01",
|
|
96
|
+
* });
|
|
97
|
+
* const cluster = datacenter.then(datacenter => vsphere.getComputeCluster({
|
|
98
|
+
* name: "cluster-01",
|
|
99
|
+
* datacenterId: datacenter.id,
|
|
100
|
+
* }));
|
|
101
|
+
* const vmsVirtualMachine = (new Array(vms.length)).map((_, i) => i).map(__index => vsphere.getVirtualMachine({
|
|
102
|
+
* name: vms[__index],
|
|
103
|
+
* datacenterId: _arg0_.id,
|
|
104
|
+
* }));
|
|
105
|
+
* const vmAffinityRule = new vsphere.ComputeClusterVmAffinityRule("vmAffinityRule", {
|
|
106
|
+
* enabled: true,
|
|
107
|
+
* computeClusterId: cluster.then(cluster => cluster.id),
|
|
108
|
+
* virtualMachineIds: vmsVirtualMachine.map(__item => __item.id),
|
|
109
|
+
* });
|
|
110
|
+
* ```
|
|
111
|
+
*/
|
|
8
112
|
class ComputeClusterVmAffinityRule extends pulumi.CustomResource {
|
|
9
113
|
constructor(name, argsOrState, opts) {
|
|
10
114
|
let resourceInputs = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"computeClusterVmAffinityRule.js","sourceRoot":"","sources":["../computeClusterVmAffinityRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,4BAA6B,SAAQ,MAAM,CAAC,cAAc;IA6DnE,YAAY,IAAY,EAAE,WAAkF,EAAE,IAAmC;QAC7I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4D,CAAC;YAC3E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;SACrF;aAAM;YACH,MAAM,IAAI,GAAG,WAA2D,CAAC;YACzE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,iBAAiB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9D,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjF,CAAC;IAtFD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyC,EAAE,IAAmC;QACvI,OAAO,IAAI,4BAA4B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnF,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,4BAA4B,CAAC,YAAY,CAAC;IAC7E,CAAC;;AA1BL,oEAwFC;AA1EG,gBAAgB;AACO,yCAAY,GAAG,yEAAyE,CAAC"}
|
|
1
|
+
{"version":3,"file":"computeClusterVmAffinityRule.js","sourceRoot":"","sources":["../computeClusterVmAffinityRule.ts"],"names":[],"mappings":"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"}
|