oci-stackmonitoring 2.76.1 → 2.77.1
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/lib/client.d.ts +120 -59
- package/lib/client.js +439 -58
- package/lib/client.js.map +1 -1
- package/lib/model/baselineable-metric-summary.d.ts +3 -3
- package/lib/model/baselineable-metric.d.ts +3 -3
- package/lib/model/change-process-set-compartment-details.d.ts +27 -0
- package/lib/model/change-process-set-compartment-details.js +29 -0
- package/lib/model/change-process-set-compartment-details.js.map +1 -0
- package/lib/model/config-summary.d.ts +3 -3
- package/lib/model/config.d.ts +3 -3
- package/lib/model/create-config-details.d.ts +2 -2
- package/lib/model/create-discovery-job-details.d.ts +2 -2
- package/lib/model/create-monitored-resource-details.d.ts +2 -2
- package/lib/model/create-monitored-resource-task-details.d.ts +2 -2
- package/lib/model/create-monitored-resource-type-details.d.ts +2 -2
- package/lib/model/create-process-set-details.d.ts +50 -0
- package/lib/model/create-process-set-details.js +57 -0
- package/lib/model/create-process-set-details.js.map +1 -0
- package/lib/model/discovery-details.d.ts +1 -0
- package/lib/model/discovery-details.js +1 -0
- package/lib/model/discovery-details.js.map +1 -1
- package/lib/model/discovery-job-summary.d.ts +4 -3
- package/lib/model/discovery-job-summary.js +1 -0
- package/lib/model/discovery-job-summary.js.map +1 -1
- package/lib/model/discovery-job.d.ts +3 -3
- package/lib/model/index.d.ts +16 -0
- package/lib/model/index.js +19 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/monitored-resource-association-summary.d.ts +3 -3
- package/lib/model/monitored-resource-association.d.ts +3 -3
- package/lib/model/monitored-resource-member-summary.d.ts +3 -3
- package/lib/model/monitored-resource-summary.d.ts +3 -3
- package/lib/model/monitored-resource-task-summary.d.ts +3 -3
- package/lib/model/monitored-resource-task.d.ts +3 -3
- package/lib/model/monitored-resource-type-summary.d.ts +3 -3
- package/lib/model/monitored-resource-type.d.ts +3 -3
- package/lib/model/monitored-resource.d.ts +3 -3
- package/lib/model/monitored-resources-count-aggregation.d.ts +1 -1
- package/lib/model/process-set-collection.d.ts +26 -0
- package/lib/model/process-set-collection.js +61 -0
- package/lib/model/process-set-collection.js.map +1 -0
- package/lib/model/process-set-specification-details.d.ts +37 -0
- package/lib/model/process-set-specification-details.js +29 -0
- package/lib/model/process-set-specification-details.js.map +1 -0
- package/lib/model/process-set-specification.d.ts +26 -0
- package/lib/model/process-set-specification.js +61 -0
- package/lib/model/process-set-specification.js.map +1 -0
- package/lib/model/process-set-summary.d.ts +81 -0
- package/lib/model/process-set-summary.js +57 -0
- package/lib/model/process-set-summary.js.map +1 -0
- package/lib/model/process-set.d.ts +81 -0
- package/lib/model/process-set.js +57 -0
- package/lib/model/process-set.js.map +1 -0
- package/lib/model/search-monitored-resources-details.d.ts +6 -6
- package/lib/model/system-format-resource-type-metadata-details.d.ts +1 -1
- package/lib/model/update-and-propagate-tags-details.d.ts +2 -2
- package/lib/model/update-baselineable-metric-details.d.ts +3 -3
- package/lib/model/update-config-details.d.ts +2 -2
- package/lib/model/update-monitored-resource-details.d.ts +2 -2
- package/lib/model/update-monitored-resource-task-details.d.ts +2 -2
- package/lib/model/update-monitored-resource-type-details.d.ts +2 -2
- package/lib/model/update-process-set-details.d.ts +45 -0
- package/lib/model/update-process-set-details.js +57 -0
- package/lib/model/update-process-set-details.js.map +1 -0
- package/lib/request/associate-monitored-resources-request.d.ts +2 -2
- package/lib/request/change-config-compartment-request.d.ts +2 -2
- package/lib/request/change-metric-extension-compartment-request.d.ts +2 -2
- package/lib/request/change-monitored-resource-compartment-request.d.ts +2 -2
- package/lib/request/change-monitored-resource-task-compartment-request.d.ts +2 -2
- package/lib/request/change-process-set-compartment-request.d.ts +51 -0
- package/lib/request/change-process-set-compartment-request.js +15 -0
- package/lib/request/change-process-set-compartment-request.js.map +1 -0
- package/lib/request/create-baselineable-metric-request.d.ts +1 -1
- package/lib/request/create-config-request.d.ts +1 -1
- package/lib/request/create-discovery-job-request.d.ts +1 -1
- package/lib/request/create-metric-extension-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/create-process-set-request.d.ts +38 -0
- package/lib/request/create-process-set-request.js +15 -0
- package/lib/request/create-process-set-request.js.map +1 -0
- package/lib/request/delete-baselineable-metric-request.d.ts +2 -2
- package/lib/request/delete-config-request.d.ts +2 -2
- package/lib/request/delete-discovery-job-request.d.ts +2 -2
- package/lib/request/delete-metric-extension-request.d.ts +2 -2
- package/lib/request/delete-monitored-resource-request.d.ts +2 -2
- package/lib/request/delete-monitored-resource-type-request.d.ts +2 -2
- package/lib/request/delete-process-set-request.d.ts +37 -0
- package/lib/request/delete-process-set-request.js +15 -0
- package/lib/request/delete-process-set-request.js.map +1 -0
- package/lib/request/disable-external-database-request.d.ts +2 -2
- package/lib/request/disable-metric-extension-request.d.ts +2 -2
- package/lib/request/disassociate-monitored-resources-request.d.ts +2 -2
- package/lib/request/enable-metric-extension-request.d.ts +2 -2
- package/lib/request/evaluate-baselineable-metric-request.d.ts +2 -2
- package/lib/request/export-metric-extension-request.d.ts +2 -2
- package/lib/request/get-baselineable-metric-request.d.ts +1 -1
- package/lib/request/get-config-request.d.ts +1 -1
- package/lib/request/get-discovery-job-request.d.ts +1 -1
- package/lib/request/get-metric-extension-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/get-process-set-request.d.ts +28 -0
- package/lib/request/get-process-set-request.js +15 -0
- package/lib/request/get-process-set-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-baselineable-metrics-request.d.ts +3 -3
- package/lib/request/list-configs-request.d.ts +3 -3
- package/lib/request/list-discovery-job-logs-request.d.ts +3 -3
- package/lib/request/list-discovery-jobs-request.d.ts +3 -3
- package/lib/request/list-metric-extensions-request.d.ts +3 -3
- package/lib/request/list-monitored-resource-tasks-request.d.ts +3 -3
- package/lib/request/list-monitored-resource-types-request.d.ts +3 -3
- package/lib/request/list-monitored-resources-request.d.ts +3 -3
- package/lib/request/list-process-sets-request.d.ts +63 -0
- package/lib/request/list-process-sets-request.js +24 -0
- package/lib/request/list-process-sets-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/manage-license-request.d.ts +2 -2
- package/lib/request/publish-metric-extension-request.d.ts +2 -2
- package/lib/request/request-monitored-resources-summarized-count-request.d.ts +3 -3
- package/lib/request/search-associated-resources-request.d.ts +3 -3
- package/lib/request/search-monitored-resource-associations-request.d.ts +3 -3
- package/lib/request/search-monitored-resource-members-request.d.ts +4 -4
- package/lib/request/search-monitored-resources-request.d.ts +3 -3
- package/lib/request/test-metric-extension-request.d.ts +2 -2
- package/lib/request/update-and-propagate-tags-request.d.ts +2 -2
- package/lib/request/update-baselineable-metric-request.d.ts +2 -2
- package/lib/request/update-config-request.d.ts +2 -2
- package/lib/request/update-metric-extension-request.d.ts +2 -2
- package/lib/request/update-monitored-resource-request.d.ts +2 -2
- package/lib/request/update-monitored-resource-task-request.d.ts +2 -2
- package/lib/request/update-monitored-resource-type-request.d.ts +2 -2
- package/lib/request/update-process-set-request.d.ts +42 -0
- package/lib/request/update-process-set-request.js +15 -0
- package/lib/request/update-process-set-request.js.map +1 -0
- package/lib/response/associate-monitored-resources-response.d.ts +1 -1
- package/lib/response/change-process-set-compartment-response.d.ts +20 -0
- package/lib/response/change-process-set-compartment-response.js +15 -0
- package/lib/response/change-process-set-compartment-response.js.map +1 -0
- package/lib/response/create-baselineable-metric-response.d.ts +1 -1
- package/lib/response/create-config-response.d.ts +1 -1
- package/lib/response/create-discovery-job-response.d.ts +1 -1
- package/lib/response/create-metric-extension-response.d.ts +1 -1
- package/lib/response/create-monitored-resource-response.d.ts +1 -1
- package/lib/response/create-monitored-resource-task-response.d.ts +1 -1
- package/lib/response/create-monitored-resource-type-response.d.ts +1 -1
- package/lib/response/create-process-set-response.d.ts +30 -0
- package/lib/response/create-process-set-response.js +15 -0
- package/lib/response/create-process-set-response.js.map +1 -0
- package/lib/response/delete-process-set-response.d.ts +20 -0
- package/lib/response/delete-process-set-response.js +15 -0
- package/lib/response/delete-process-set-response.js.map +1 -0
- package/lib/response/evaluate-baselineable-metric-response.d.ts +1 -1
- package/lib/response/export-metric-extension-response.d.ts +1 -1
- package/lib/response/get-baselineable-metric-response.d.ts +1 -1
- package/lib/response/get-config-response.d.ts +1 -1
- package/lib/response/get-discovery-job-response.d.ts +1 -1
- package/lib/response/get-metric-extension-response.d.ts +1 -1
- package/lib/response/get-monitored-resource-response.d.ts +1 -1
- package/lib/response/get-monitored-resource-task-response.d.ts +1 -1
- package/lib/response/get-monitored-resource-type-response.d.ts +1 -1
- package/lib/response/get-process-set-response.d.ts +30 -0
- package/lib/response/get-process-set-response.js +15 -0
- package/lib/response/get-process-set-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-baselineable-metrics-response.d.ts +1 -1
- package/lib/response/list-configs-response.d.ts +1 -1
- package/lib/response/list-discovery-job-logs-response.d.ts +1 -1
- package/lib/response/list-discovery-jobs-response.d.ts +1 -1
- package/lib/response/list-metric-extensions-response.d.ts +1 -1
- package/lib/response/list-monitored-resource-tasks-response.d.ts +1 -1
- package/lib/response/list-monitored-resource-types-response.d.ts +1 -1
- package/lib/response/list-monitored-resources-response.d.ts +1 -1
- package/lib/response/list-process-sets-response.d.ts +32 -0
- package/lib/response/list-process-sets-response.js +15 -0
- package/lib/response/list-process-sets-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/publish-metric-extension-response.d.ts +1 -1
- package/lib/response/request-monitored-resources-summarized-count-response.d.ts +1 -1
- package/lib/response/search-associated-resources-response.d.ts +1 -1
- package/lib/response/search-monitored-resource-associations-response.d.ts +1 -1
- package/lib/response/search-monitored-resource-members-response.d.ts +1 -1
- package/lib/response/search-monitored-resources-response.d.ts +1 -1
- package/lib/response/test-metric-extension-response.d.ts +1 -1
- package/lib/response/update-baselineable-metric-response.d.ts +1 -1
- package/lib/response/update-config-response.d.ts +1 -1
- package/lib/response/update-metric-extension-response.d.ts +1 -1
- package/lib/response/update-monitored-resource-task-response.d.ts +1 -1
- package/lib/response/update-monitored-resource-type-response.d.ts +1 -1
- package/lib/response/update-process-set-response.d.ts +30 -0
- package/lib/response/update-process-set-response.js +15 -0
- package/lib/response/update-process-set-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +8 -0
- package/lib/stackmonitoring-waiter.js +12 -0
- package/lib/stackmonitoring-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -67,7 +67,7 @@ export interface MonitoredResourceMemberSummary {
|
|
|
67
67
|
"license"?: model.LicenseType;
|
|
68
68
|
/**
|
|
69
69
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
70
|
-
* Example:
|
|
70
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
"freeformTags"?: {
|
|
@@ -75,7 +75,7 @@ export interface MonitoredResourceMemberSummary {
|
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
78
|
-
* Example:
|
|
78
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"definedTags"?: {
|
|
@@ -85,7 +85,7 @@ export interface MonitoredResourceMemberSummary {
|
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
88
|
-
* Example:
|
|
88
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
"systemTags"?: {
|
|
@@ -78,7 +78,7 @@ export interface MonitoredResourceSummary {
|
|
|
78
78
|
"license"?: model.LicenseType;
|
|
79
79
|
/**
|
|
80
80
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
81
|
-
* Example:
|
|
81
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
84
|
"freeformTags"?: {
|
|
@@ -86,7 +86,7 @@ export interface MonitoredResourceSummary {
|
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
89
|
-
* Example:
|
|
89
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"definedTags"?: {
|
|
@@ -96,7 +96,7 @@ export interface MonitoredResourceSummary {
|
|
|
96
96
|
};
|
|
97
97
|
/**
|
|
98
98
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
99
|
-
* Example:
|
|
99
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
"systemTags"?: {
|
|
@@ -48,7 +48,7 @@ export interface MonitoredResourceTaskSummary {
|
|
|
48
48
|
"lifecycleState"?: model.MonitoredResourceTaskLifecycleState;
|
|
49
49
|
/**
|
|
50
50
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"freeformTags"?: {
|
|
@@ -56,7 +56,7 @@ export interface MonitoredResourceTaskSummary {
|
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
58
58
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
-
* Example:
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"definedTags"?: {
|
|
@@ -66,7 +66,7 @@ export interface MonitoredResourceTaskSummary {
|
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
68
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
69
|
-
* Example:
|
|
69
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
"systemTags"?: {
|
|
@@ -57,7 +57,7 @@ export interface MonitoredResourceTask {
|
|
|
57
57
|
"lifecycleState"?: model.MonitoredResourceTaskLifecycleState;
|
|
58
58
|
/**
|
|
59
59
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
60
|
-
* Example:
|
|
60
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
"freeformTags"?: {
|
|
@@ -65,7 +65,7 @@ export interface MonitoredResourceTask {
|
|
|
65
65
|
};
|
|
66
66
|
/**
|
|
67
67
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
68
|
-
* Example:
|
|
68
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
"definedTags"?: {
|
|
@@ -75,7 +75,7 @@ export interface MonitoredResourceTask {
|
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
78
|
-
* Example:
|
|
78
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"systemTags"?: {
|
|
@@ -62,7 +62,7 @@ export interface MonitoredResourceTypeSummary {
|
|
|
62
62
|
"timeUpdated"?: Date;
|
|
63
63
|
/**
|
|
64
64
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
65
|
-
* Example:
|
|
65
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"freeformTags"?: {
|
|
@@ -70,7 +70,7 @@ export interface MonitoredResourceTypeSummary {
|
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
72
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
73
|
-
* Example:
|
|
73
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"definedTags"?: {
|
|
@@ -80,7 +80,7 @@ export interface MonitoredResourceTypeSummary {
|
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
82
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
83
|
-
* Example:
|
|
83
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
"systemTags"?: {
|
|
@@ -63,7 +63,7 @@ export interface MonitoredResourceType {
|
|
|
63
63
|
"metadata"?: model.SystemFormatResourceTypeMetadataDetails;
|
|
64
64
|
/**
|
|
65
65
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
66
|
-
* Example:
|
|
66
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"freeformTags"?: {
|
|
@@ -71,7 +71,7 @@ export interface MonitoredResourceType {
|
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
73
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
74
|
-
* Example:
|
|
74
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"definedTags"?: {
|
|
@@ -81,7 +81,7 @@ export interface MonitoredResourceType {
|
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
83
83
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
84
|
-
* Example:
|
|
84
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
"systemTags"?: {
|
|
@@ -96,7 +96,7 @@ export interface MonitoredResource {
|
|
|
96
96
|
"aliases"?: model.MonitoredResourceAliasCredential;
|
|
97
97
|
/**
|
|
98
98
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
99
|
-
* Example:
|
|
99
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
"freeformTags"?: {
|
|
@@ -104,7 +104,7 @@ export interface MonitoredResource {
|
|
|
104
104
|
};
|
|
105
105
|
/**
|
|
106
106
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
107
|
-
* Example:
|
|
107
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
"definedTags"?: {
|
|
@@ -114,7 +114,7 @@ export interface MonitoredResource {
|
|
|
114
114
|
};
|
|
115
115
|
/**
|
|
116
116
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
117
|
-
* Example:
|
|
117
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
118
118
|
*
|
|
119
119
|
*/
|
|
120
120
|
"systemTags"?: {
|
|
@@ -19,7 +19,7 @@ export interface MonitoredResourcesCountAggregation {
|
|
|
19
19
|
* Available dimensions vary based on groupBy parameter.
|
|
20
20
|
* Each dimension takes the form of a key-value pair.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code \"resourceType\": \"oci_autonomous_database\"}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"dimensions": {
|
|
@@ -0,0 +1,26 @@
|
|
|
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, 2024, 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
|
+
* Result of the Process Set fetch.
|
|
16
|
+
*/
|
|
17
|
+
export interface ProcessSetCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of Process Sets.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.ProcessSetSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ProcessSetCollection {
|
|
24
|
+
function getJsonObj(obj: ProcessSetCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ProcessSetCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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, 2024, 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.ProcessSetCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ProcessSetCollection;
|
|
37
|
+
(function (ProcessSetCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ProcessSetSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ProcessSetCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.ProcessSetSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ProcessSetCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ProcessSetCollection = exports.ProcessSetCollection || (exports.ProcessSetCollection = {}));
|
|
61
|
+
//# sourceMappingURL=process-set-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-set-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/process-set-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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, 2024, 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
|
+
* Details of a single regular expression specification in a Process Set.
|
|
15
|
+
*/
|
|
16
|
+
export interface ProcessSetSpecificationDetails {
|
|
17
|
+
/**
|
|
18
|
+
* Optional label used to identify a single filter.
|
|
19
|
+
*/
|
|
20
|
+
"label"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* String literal used for exact matching on process name.
|
|
23
|
+
*/
|
|
24
|
+
"processCommand"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* String literal used for exact matching on process user.
|
|
27
|
+
*/
|
|
28
|
+
"processUser"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Regex pattern matching on process arguments.
|
|
31
|
+
*/
|
|
32
|
+
"processLineRegexPattern"?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace ProcessSetSpecificationDetails {
|
|
35
|
+
function getJsonObj(obj: ProcessSetSpecificationDetails): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: ProcessSetSpecificationDetails): object;
|
|
37
|
+
}
|
|
@@ -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, 2024, 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.ProcessSetSpecificationDetails = void 0;
|
|
16
|
+
var ProcessSetSpecificationDetails;
|
|
17
|
+
(function (ProcessSetSpecificationDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ProcessSetSpecificationDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ProcessSetSpecificationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ProcessSetSpecificationDetails = exports.ProcessSetSpecificationDetails || (exports.ProcessSetSpecificationDetails = {}));
|
|
29
|
+
//# sourceMappingURL=process-set-specification-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-set-specification-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/process-set-specification-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,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,26 @@
|
|
|
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, 2024, 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
|
+
* Collection of regular expression specifications used to identify the processes to be monitored.
|
|
16
|
+
*/
|
|
17
|
+
export interface ProcessSetSpecification {
|
|
18
|
+
/**
|
|
19
|
+
* List of Process Set specification details.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.ProcessSetSpecificationDetails>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ProcessSetSpecification {
|
|
24
|
+
function getJsonObj(obj: ProcessSetSpecification): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ProcessSetSpecification): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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, 2024, 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.ProcessSetSpecification = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ProcessSetSpecification;
|
|
37
|
+
(function (ProcessSetSpecification) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ProcessSetSpecificationDetails.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ProcessSetSpecification.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.ProcessSetSpecificationDetails.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ProcessSetSpecification.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ProcessSetSpecification = exports.ProcessSetSpecification || (exports.ProcessSetSpecification = {}));
|
|
61
|
+
//# sourceMappingURL=process-set-specification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-set-specification.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/process-set-specification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uBAAuB,CA6BvC;AA7BD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA6BvC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
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, 2024, 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
|
+
* Summary of a Process Set, used to construct a list of Process Sets when fetching all Process Sets in a compartment.
|
|
16
|
+
*/
|
|
17
|
+
export interface ProcessSetSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Process Set.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The current state of the Resource.
|
|
30
|
+
*/
|
|
31
|
+
"lifecycleState": model.LifecycleState;
|
|
32
|
+
/**
|
|
33
|
+
* Name of the Process Set.
|
|
34
|
+
*/
|
|
35
|
+
"displayName": string;
|
|
36
|
+
"specification": model.ProcessSetSpecification;
|
|
37
|
+
/**
|
|
38
|
+
* The time the process set was created. An RFC3339 formatted datetime string.
|
|
39
|
+
*/
|
|
40
|
+
"timeCreated": Date;
|
|
41
|
+
/**
|
|
42
|
+
* The time the process set was last updated. An RFC3339 formatted datetime string.
|
|
43
|
+
*/
|
|
44
|
+
"timeUpdated"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* The current revision of the Process Set.
|
|
47
|
+
*/
|
|
48
|
+
"revision": string;
|
|
49
|
+
/**
|
|
50
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"freeformTags"?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"definedTags"?: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
69
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"systemTags"?: {
|
|
73
|
+
[key: string]: {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
export declare namespace ProcessSetSummary {
|
|
79
|
+
function getJsonObj(obj: ProcessSetSummary): object;
|
|
80
|
+
function getDeserializedJsonObj(obj: ProcessSetSummary): object;
|
|
81
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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, 2024, 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.ProcessSetSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ProcessSetSummary;
|
|
37
|
+
(function (ProcessSetSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"specification": obj.specification
|
|
41
|
+
? model.ProcessSetSpecification.getJsonObj(obj.specification)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
ProcessSetSummary.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"specification": obj.specification
|
|
50
|
+
? model.ProcessSetSpecification.getDeserializedJsonObj(obj.specification)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ProcessSetSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(ProcessSetSummary = exports.ProcessSetSummary || (exports.ProcessSetSummary = {}));
|
|
57
|
+
//# sourceMappingURL=process-set-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-set-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/process-set-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,iBAAiB,CAyBjC;AAzBD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAyBjC"}
|