oci-stackmonitoring 2.106.0 → 2.106.2

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 (123) hide show
  1. package/lib/client.js +2 -0
  2. package/lib/client.js.map +1 -1
  3. package/lib/model/additional-configuration-details.d.ts +27 -0
  4. package/lib/model/additional-configuration-details.js +29 -0
  5. package/lib/model/additional-configuration-details.js.map +1 -0
  6. package/lib/model/agent-extension-handler-configuration-property.d.ts +29 -0
  7. package/lib/model/agent-extension-handler-configuration-property.js +29 -0
  8. package/lib/model/agent-extension-handler-configuration-property.js.map +1 -0
  9. package/lib/model/agent-extension-handler-configuration.d.ts +47 -0
  10. package/lib/model/agent-extension-handler-configuration.js +89 -0
  11. package/lib/model/agent-extension-handler-configuration.js.map +1 -0
  12. package/lib/model/agent-extension-handler-metric-mapping-details.d.ts +39 -0
  13. package/lib/model/agent-extension-handler-metric-mapping-details.js +29 -0
  14. package/lib/model/agent-extension-handler-metric-mapping-details.js.map +1 -0
  15. package/lib/model/agent-receiver-properties.d.ts +25 -0
  16. package/lib/model/agent-receiver-properties.js +29 -0
  17. package/lib/model/agent-receiver-properties.js.map +1 -0
  18. package/lib/model/availability-metrics-details.d.ts +29 -0
  19. package/lib/model/availability-metrics-details.js +29 -0
  20. package/lib/model/availability-metrics-details.js.map +1 -0
  21. package/lib/model/collectd-resource-name-configuration-details.d.ts +34 -0
  22. package/lib/model/collectd-resource-name-configuration-details.js +29 -0
  23. package/lib/model/collectd-resource-name-configuration-details.js.map +1 -0
  24. package/lib/model/compute-auto-activate-plugin-config-details.d.ts +31 -0
  25. package/lib/model/compute-auto-activate-plugin-config-details.js +54 -0
  26. package/lib/model/compute-auto-activate-plugin-config-details.js.map +1 -0
  27. package/lib/model/compute-auto-activate-plugin-config-summary.d.ts +29 -0
  28. package/lib/model/compute-auto-activate-plugin-config-summary.js +54 -0
  29. package/lib/model/compute-auto-activate-plugin-config-summary.js.map +1 -0
  30. package/lib/model/config-summary.js +8 -0
  31. package/lib/model/config-summary.js.map +1 -1
  32. package/lib/model/config.js +8 -0
  33. package/lib/model/config.js.map +1 -1
  34. package/lib/model/create-compute-auto-activate-plugin-config-details.d.ts +29 -0
  35. package/lib/model/create-compute-auto-activate-plugin-config-details.js +54 -0
  36. package/lib/model/create-compute-auto-activate-plugin-config-details.js.map +1 -0
  37. package/lib/model/create-config-details.js +8 -0
  38. package/lib/model/create-config-details.js.map +1 -1
  39. package/lib/model/create-maintenance-window-details.d.ts +18 -0
  40. package/lib/model/create-maintenance-window-details.js.map +1 -1
  41. package/lib/model/create-monitored-resource-task-details.d.ts +1 -1
  42. package/lib/model/create-monitored-resource-task-details.js.map +1 -1
  43. package/lib/model/create-monitored-resource-type-details.d.ts +1 -1
  44. package/lib/model/create-onboard-config-details.d.ts +47 -0
  45. package/lib/model/create-onboard-config-details.js +82 -0
  46. package/lib/model/create-onboard-config-details.js.map +1 -0
  47. package/lib/model/dynamic-group-details.d.ts +46 -0
  48. package/lib/model/dynamic-group-details.js +39 -0
  49. package/lib/model/dynamic-group-details.js.map +1 -0
  50. package/lib/model/group-details.d.ts +37 -0
  51. package/lib/model/group-details.js +29 -0
  52. package/lib/model/group-details.js.map +1 -0
  53. package/lib/model/handler-type.d.ts +28 -0
  54. package/lib/model/handler-type.js +39 -0
  55. package/lib/model/handler-type.js.map +1 -0
  56. package/lib/model/import-oci-telemetry-resources-task-details.d.ts +5 -1
  57. package/lib/model/import-oci-telemetry-resources-task-details.js +2 -0
  58. package/lib/model/import-oci-telemetry-resources-task-details.js.map +1 -1
  59. package/lib/model/index.d.ts +46 -0
  60. package/lib/model/index.js +51 -4
  61. package/lib/model/index.js.map +1 -1
  62. package/lib/model/maintenance-window.d.ts +28 -0
  63. package/lib/model/maintenance-window.js.map +1 -1
  64. package/lib/model/metric-name-configuration-details.d.ts +29 -0
  65. package/lib/model/metric-name-configuration-details.js +29 -0
  66. package/lib/model/metric-name-configuration-details.js.map +1 -0
  67. package/lib/model/monitored-resource-task-details.js +8 -0
  68. package/lib/model/monitored-resource-task-details.js.map +1 -1
  69. package/lib/model/monitored-resource-task-summary.d.ts +5 -1
  70. package/lib/model/monitored-resource-task-summary.js.map +1 -1
  71. package/lib/model/monitored-resource-task.d.ts +5 -1
  72. package/lib/model/monitored-resource-task.js.map +1 -1
  73. package/lib/model/monitored-resource-type-summary.d.ts +7 -1
  74. package/lib/model/monitored-resource-type-summary.js +12 -0
  75. package/lib/model/monitored-resource-type-summary.js.map +1 -1
  76. package/lib/model/monitored-resource-type.d.ts +12 -1
  77. package/lib/model/monitored-resource-type.js +12 -0
  78. package/lib/model/monitored-resource-type.js.map +1 -1
  79. package/lib/model/onboard-config-details.d.ts +47 -0
  80. package/lib/model/onboard-config-details.js +80 -0
  81. package/lib/model/onboard-config-details.js.map +1 -0
  82. package/lib/model/onboard-config-summary.d.ts +34 -0
  83. package/lib/model/onboard-config-summary.js +52 -0
  84. package/lib/model/onboard-config-summary.js.map +1 -0
  85. package/lib/model/operation-type.d.ts +2 -0
  86. package/lib/model/operation-type.js +2 -0
  87. package/lib/model/operation-type.js.map +1 -1
  88. package/lib/model/resource-category.d.ts +1 -0
  89. package/lib/model/resource-category.js +1 -0
  90. package/lib/model/resource-category.js.map +1 -1
  91. package/lib/model/resource-lifecycle-state.d.ts +1 -0
  92. package/lib/model/resource-lifecycle-state.js +1 -0
  93. package/lib/model/resource-lifecycle-state.js.map +1 -1
  94. package/lib/model/resource-type-config-details.d.ts +28 -0
  95. package/lib/model/resource-type-config-details.js +63 -0
  96. package/lib/model/resource-type-config-details.js.map +1 -0
  97. package/lib/model/telegraf-resource-name-configuration-details.d.ts +34 -0
  98. package/lib/model/telegraf-resource-name-configuration-details.js +29 -0
  99. package/lib/model/telegraf-resource-name-configuration-details.js.map +1 -0
  100. package/lib/model/update-agent-receiver-task-details.d.ts +39 -0
  101. package/lib/model/update-agent-receiver-task-details.js +62 -0
  102. package/lib/model/update-agent-receiver-task-details.js.map +1 -0
  103. package/lib/model/update-compute-auto-activate-plugin-config-details.d.ts +29 -0
  104. package/lib/model/update-compute-auto-activate-plugin-config-details.js +54 -0
  105. package/lib/model/update-compute-auto-activate-plugin-config-details.js.map +1 -0
  106. package/lib/model/update-config-details.js +8 -0
  107. package/lib/model/update-config-details.js.map +1 -1
  108. package/lib/model/update-maintenance-window-details.d.ts +18 -0
  109. package/lib/model/update-maintenance-window-details.js.map +1 -1
  110. package/lib/model/update-onboard-config-details.d.ts +47 -0
  111. package/lib/model/update-onboard-config-details.js +82 -0
  112. package/lib/model/update-onboard-config-details.js.map +1 -0
  113. package/lib/model/update-resource-type-config-task-details.d.ts +37 -0
  114. package/lib/model/update-resource-type-config-task-details.js +66 -0
  115. package/lib/model/update-resource-type-config-task-details.js.map +1 -0
  116. package/lib/request/create-config-request.d.ts +1 -1
  117. package/lib/request/list-monitored-resource-types-request.d.ts +8 -0
  118. package/lib/request/list-monitored-resource-types-request.js.map +1 -1
  119. package/lib/request/request-monitored-resources-summarized-count-request.d.ts +2 -1
  120. package/lib/request/request-monitored-resources-summarized-count-request.js +1 -0
  121. package/lib/request/request-monitored-resources-summarized-count-request.js.map +1 -1
  122. package/lib/request/update-config-request.d.ts +1 -1
  123. package/package.json +3 -3
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Property Details
15
+ */
16
+ export interface AdditionalConfigurationDetails {
17
+ /**
18
+ * Key/Value pair of Property
19
+ */
20
+ "propertiesMap"?: {
21
+ [key: string]: string;
22
+ };
23
+ }
24
+ export declare namespace AdditionalConfigurationDetails {
25
+ function getJsonObj(obj: AdditionalConfigurationDetails): object;
26
+ function getDeserializedJsonObj(obj: AdditionalConfigurationDetails): object;
27
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AdditionalConfigurationDetails = void 0;
16
+ var AdditionalConfigurationDetails;
17
+ (function (AdditionalConfigurationDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AdditionalConfigurationDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AdditionalConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AdditionalConfigurationDetails = exports.AdditionalConfigurationDetails || (exports.AdditionalConfigurationDetails = {}));
29
+ //# sourceMappingURL=additional-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"additional-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/additional-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Property of handler configuration
15
+ */
16
+ export interface AgentExtensionHandlerConfigurationProperty {
17
+ /**
18
+ * Property name.
19
+ */
20
+ "name"?: string;
21
+ /**
22
+ * Property value.
23
+ */
24
+ "value"?: string;
25
+ }
26
+ export declare namespace AgentExtensionHandlerConfigurationProperty {
27
+ function getJsonObj(obj: AgentExtensionHandlerConfigurationProperty): object;
28
+ function getDeserializedJsonObj(obj: AgentExtensionHandlerConfigurationProperty): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AgentExtensionHandlerConfigurationProperty = void 0;
16
+ var AgentExtensionHandlerConfigurationProperty;
17
+ (function (AgentExtensionHandlerConfigurationProperty) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AgentExtensionHandlerConfigurationProperty.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AgentExtensionHandlerConfigurationProperty.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AgentExtensionHandlerConfigurationProperty = exports.AgentExtensionHandlerConfigurationProperty || (exports.AgentExtensionHandlerConfigurationProperty = {}));
29
+ //# sourceMappingURL=agent-extension-handler-configuration-property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-extension-handler-configuration-property.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/agent-extension-handler-configuration-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Specific resource mapping configurations for Agent Extension Handlers.
16
+ */
17
+ export interface AgentExtensionHandlerConfiguration {
18
+ /**
19
+ * List of collector/plugin names.
20
+ */
21
+ "collectorTypes": Array<string>;
22
+ /**
23
+ * Metric upload interval in seconds. Any metric sent by telegraf/collectd before the
24
+ * configured interval expires will be dropped.
25
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "metricUploadIntervalInSeconds"?: number;
28
+ /**
29
+ * Resource group string; if not specified, the resource group string will be generated by the handler.
30
+ */
31
+ "telemetryResourceGroup"?: string;
32
+ "telegrafResourceNameConfig"?: model.TelegrafResourceNameConfigurationDetails;
33
+ "collectdResourceNameConfig"?: model.CollectdResourceNameConfigurationDetails;
34
+ "metricNameConfig"?: model.MetricNameConfigurationDetails;
35
+ /**
36
+ * List of AgentExtensionHandlerMetricMappingDetails.
37
+ */
38
+ "metricMappings"?: Array<model.AgentExtensionHandlerMetricMappingDetails>;
39
+ /**
40
+ * List of handler configuration properties
41
+ */
42
+ "handlerProperties"?: Array<model.AgentExtensionHandlerConfigurationProperty>;
43
+ }
44
+ export declare namespace AgentExtensionHandlerConfiguration {
45
+ function getJsonObj(obj: AgentExtensionHandlerConfiguration): object;
46
+ function getDeserializedJsonObj(obj: AgentExtensionHandlerConfiguration): object;
47
+ }
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.AgentExtensionHandlerConfiguration = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var AgentExtensionHandlerConfiguration;
37
+ (function (AgentExtensionHandlerConfiguration) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "telegrafResourceNameConfig": obj.telegrafResourceNameConfig
41
+ ? model.TelegrafResourceNameConfigurationDetails.getJsonObj(obj.telegrafResourceNameConfig)
42
+ : undefined,
43
+ "collectdResourceNameConfig": obj.collectdResourceNameConfig
44
+ ? model.CollectdResourceNameConfigurationDetails.getJsonObj(obj.collectdResourceNameConfig)
45
+ : undefined,
46
+ "metricNameConfig": obj.metricNameConfig
47
+ ? model.MetricNameConfigurationDetails.getJsonObj(obj.metricNameConfig)
48
+ : undefined,
49
+ "metricMappings": obj.metricMappings
50
+ ? obj.metricMappings.map(item => {
51
+ return model.AgentExtensionHandlerMetricMappingDetails.getJsonObj(item);
52
+ })
53
+ : undefined,
54
+ "handlerProperties": obj.handlerProperties
55
+ ? obj.handlerProperties.map(item => {
56
+ return model.AgentExtensionHandlerConfigurationProperty.getJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ AgentExtensionHandlerConfiguration.getJsonObj = getJsonObj;
63
+ function getDeserializedJsonObj(obj) {
64
+ const jsonObj = Object.assign(Object.assign({}, obj), {
65
+ "telegrafResourceNameConfig": obj.telegrafResourceNameConfig
66
+ ? model.TelegrafResourceNameConfigurationDetails.getDeserializedJsonObj(obj.telegrafResourceNameConfig)
67
+ : undefined,
68
+ "collectdResourceNameConfig": obj.collectdResourceNameConfig
69
+ ? model.CollectdResourceNameConfigurationDetails.getDeserializedJsonObj(obj.collectdResourceNameConfig)
70
+ : undefined,
71
+ "metricNameConfig": obj.metricNameConfig
72
+ ? model.MetricNameConfigurationDetails.getDeserializedJsonObj(obj.metricNameConfig)
73
+ : undefined,
74
+ "metricMappings": obj.metricMappings
75
+ ? obj.metricMappings.map(item => {
76
+ return model.AgentExtensionHandlerMetricMappingDetails.getDeserializedJsonObj(item);
77
+ })
78
+ : undefined,
79
+ "handlerProperties": obj.handlerProperties
80
+ ? obj.handlerProperties.map(item => {
81
+ return model.AgentExtensionHandlerConfigurationProperty.getDeserializedJsonObj(item);
82
+ })
83
+ : undefined
84
+ });
85
+ return jsonObj;
86
+ }
87
+ AgentExtensionHandlerConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
88
+ })(AgentExtensionHandlerConfiguration = exports.AgentExtensionHandlerConfiguration || (exports.AgentExtensionHandlerConfiguration = {}));
89
+ //# sourceMappingURL=agent-extension-handler-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-extension-handler-configuration.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/agent-extension-handler-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,kCAAkC,CAiElD;AAjED,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACvD,GAAG,CAAC,0BAA0B,CAC/B;gBACH,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACvD,GAAG,CAAC,0BAA0B,CAC/B;gBACH,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0CAA0C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,6CAAU,aA+BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACnE,GAAG,CAAC,0BAA0B,CAC/B;gBACH,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACnE,GAAG,CAAC,0BAA0B,CAC/B;gBACH,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACnF,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,yDAAsB,yBA+BrC,CAAA;AACH,CAAC,EAjEgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAiElD"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Specific metric mapping configurations for Agent Extension Handlers.
15
+ */
16
+ export interface AgentExtensionHandlerMetricMappingDetails {
17
+ /**
18
+ * Metric name as defined by the collector.
19
+ */
20
+ "collectorMetricName": string;
21
+ /**
22
+ * Metric name to be upload to telemetry.
23
+ */
24
+ "telemetryMetricName"?: string;
25
+ /**
26
+ * Is ignoring this metric.
27
+ */
28
+ "isSkipUpload"?: boolean;
29
+ /**
30
+ * Metric upload interval in seconds. Any metric sent by telegraf/collectd before the
31
+ * configured interval expires will be dropped.
32
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
33
+ */
34
+ "metricUploadIntervalInSeconds"?: number;
35
+ }
36
+ export declare namespace AgentExtensionHandlerMetricMappingDetails {
37
+ function getJsonObj(obj: AgentExtensionHandlerMetricMappingDetails): object;
38
+ function getDeserializedJsonObj(obj: AgentExtensionHandlerMetricMappingDetails): object;
39
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AgentExtensionHandlerMetricMappingDetails = void 0;
16
+ var AgentExtensionHandlerMetricMappingDetails;
17
+ (function (AgentExtensionHandlerMetricMappingDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AgentExtensionHandlerMetricMappingDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AgentExtensionHandlerMetricMappingDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AgentExtensionHandlerMetricMappingDetails = exports.AgentExtensionHandlerMetricMappingDetails || (exports.AgentExtensionHandlerMetricMappingDetails = {}));
29
+ //# sourceMappingURL=agent-extension-handler-metric-mapping-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-extension-handler-metric-mapping-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/agent-extension-handler-metric-mapping-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6BH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Properties for agent receiver.
15
+ */
16
+ export interface AgentReceiverProperties {
17
+ /**
18
+ * Receiver listener port. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
19
+ */
20
+ "listenerPort": number;
21
+ }
22
+ export declare namespace AgentReceiverProperties {
23
+ function getJsonObj(obj: AgentReceiverProperties): object;
24
+ function getDeserializedJsonObj(obj: AgentReceiverProperties): object;
25
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AgentReceiverProperties = void 0;
16
+ var AgentReceiverProperties;
17
+ (function (AgentReceiverProperties) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AgentReceiverProperties.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AgentReceiverProperties.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AgentReceiverProperties = exports.AgentReceiverProperties || (exports.AgentReceiverProperties = {}));
29
+ //# sourceMappingURL=agent-receiver-properties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-receiver-properties.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/agent-receiver-properties.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Availability metrics details.
15
+ */
16
+ export interface AvailabilityMetricsDetails {
17
+ /**
18
+ * List of metrics used for availability calculation for the resource.
19
+ */
20
+ "metrics": Array<string>;
21
+ /**
22
+ * Availability metric collection internal in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "collectionIntervalInSeconds": number;
25
+ }
26
+ export declare namespace AvailabilityMetricsDetails {
27
+ function getJsonObj(obj: AvailabilityMetricsDetails): object;
28
+ function getDeserializedJsonObj(obj: AvailabilityMetricsDetails): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AvailabilityMetricsDetails = void 0;
16
+ var AvailabilityMetricsDetails;
17
+ (function (AvailabilityMetricsDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AvailabilityMetricsDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AvailabilityMetricsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AvailabilityMetricsDetails = exports.AvailabilityMetricsDetails || (exports.AvailabilityMetricsDetails = {}));
29
+ //# sourceMappingURL=availability-metrics-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"availability-metrics-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/availability-metrics-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Resource name generation overriding configurations for collectd resource types.
15
+ *
16
+ */
17
+ export interface CollectdResourceNameConfigurationDetails {
18
+ /**
19
+ * String to be suffixed to the resource name.
20
+ */
21
+ "suffix"?: string;
22
+ /**
23
+ * List of property names to be included.
24
+ */
25
+ "includeProperties"?: Array<string>;
26
+ /**
27
+ * List of property names to be excluded.
28
+ */
29
+ "excludeProperties"?: Array<string>;
30
+ }
31
+ export declare namespace CollectdResourceNameConfigurationDetails {
32
+ function getJsonObj(obj: CollectdResourceNameConfigurationDetails): object;
33
+ function getDeserializedJsonObj(obj: CollectdResourceNameConfigurationDetails): object;
34
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.CollectdResourceNameConfigurationDetails = void 0;
16
+ var CollectdResourceNameConfigurationDetails;
17
+ (function (CollectdResourceNameConfigurationDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CollectdResourceNameConfigurationDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CollectdResourceNameConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CollectdResourceNameConfigurationDetails = exports.CollectdResourceNameConfigurationDetails || (exports.CollectdResourceNameConfigurationDetails = {}));
29
+ //# sourceMappingURL=collectd-resource-name-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collectd-resource-name-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/collectd-resource-name-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwBH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Stack Monitoring API
3
+ * Stack Monitoring API.
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * A configuration of the COMPUTE_AUTO_ACTIVATE_PLUGIN type consists of a boolean value
16
+ * that determines if detection of new or terminated Compute instances should be enabled,
17
+ * and if the Management Agent as a plugin of Oracle Cloud Agent should automatically be activated.
18
+ *
19
+ */
20
+ export interface ComputeAutoActivatePluginConfigDetails extends model.Config {
21
+ /**
22
+ * True if automatic activation of the Management Agent plugin is enabled, false if it is not enabled.
23
+ */
24
+ "isEnabled": boolean;
25
+ "configType": string;
26
+ }
27
+ export declare namespace ComputeAutoActivatePluginConfigDetails {
28
+ function getJsonObj(obj: ComputeAutoActivatePluginConfigDetails, isParentJsonObj?: boolean): object;
29
+ const configType = "COMPUTE_AUTO_ACTIVATE_PLUGIN";
30
+ function getDeserializedJsonObj(obj: ComputeAutoActivatePluginConfigDetails, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Stack Monitoring API
4
+ * Stack Monitoring API.
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ComputeAutoActivatePluginConfigDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ComputeAutoActivatePluginConfigDetails;
37
+ (function (ComputeAutoActivatePluginConfigDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.Config.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ ComputeAutoActivatePluginConfigDetails.getJsonObj = getJsonObj;
45
+ ComputeAutoActivatePluginConfigDetails.configType = "COMPUTE_AUTO_ACTIVATE_PLUGIN";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.Config.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ ComputeAutoActivatePluginConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(ComputeAutoActivatePluginConfigDetails = exports.ComputeAutoActivatePluginConfigDetails || (exports.ComputeAutoActivatePluginConfigDetails = {}));
54
+ //# sourceMappingURL=compute-auto-activate-plugin-config-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-auto-activate-plugin-config-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/compute-auto-activate-plugin-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,sCAAsC,CA4BtD;AA5BD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAA4C,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAU,aAYzB,CAAA;IACY,iDAAU,GAAG,8BAA8B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAA4C,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6DAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA4BtD"}