oci-desktops 2.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +23 -0
- package/index.js +46 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +292 -0
- package/lib/client.js +1578 -0
- package/lib/client.js.map +1 -0
- package/lib/desktopservice-waiter.d.ts +45 -0
- package/lib/desktopservice-waiter.js +89 -0
- package/lib/desktopservice-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +33 -0
- package/lib/model/action-type.js +44 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-desktop-pool-compartment-details.d.ts +26 -0
- package/lib/model/change-desktop-pool-compartment-details.js +30 -0
- package/lib/model/change-desktop-pool-compartment-details.js.map +1 -0
- package/lib/model/create-desktop-pool-details.d.ts +110 -0
- package/lib/model/create-desktop-pool-details.js +72 -0
- package/lib/model/create-desktop-pool-details.js.map +1 -0
- package/lib/model/desktop-availability-policy.d.ts +25 -0
- package/lib/model/desktop-availability-policy.js +64 -0
- package/lib/model/desktop-availability-policy.js.map +1 -0
- package/lib/model/desktop-collection.d.ts +27 -0
- package/lib/model/desktop-collection.js +62 -0
- package/lib/model/desktop-collection.js.map +1 -0
- package/lib/model/desktop-device-policy.d.ts +97 -0
- package/lib/model/desktop-device-policy.js +65 -0
- package/lib/model/desktop-device-policy.js.map +1 -0
- package/lib/model/desktop-image.d.ts +30 -0
- package/lib/model/desktop-image.js +30 -0
- package/lib/model/desktop-image.js.map +1 -0
- package/lib/model/desktop-network-configuration.d.ts +30 -0
- package/lib/model/desktop-network-configuration.js +30 -0
- package/lib/model/desktop-network-configuration.js.map +1 -0
- package/lib/model/desktop-pool-collection.d.ts +27 -0
- package/lib/model/desktop-pool-collection.js +62 -0
- package/lib/model/desktop-pool-collection.js.map +1 -0
- package/lib/model/desktop-pool-desktop-collection.d.ts +27 -0
- package/lib/model/desktop-pool-desktop-collection.js +62 -0
- package/lib/model/desktop-pool-desktop-collection.js.map +1 -0
- package/lib/model/desktop-pool-desktop-summary.d.ts +67 -0
- package/lib/model/desktop-pool-desktop-summary.js +30 -0
- package/lib/model/desktop-pool-desktop-summary.js.map +1 -0
- package/lib/model/desktop-pool-summary.d.ts +77 -0
- package/lib/model/desktop-pool-summary.js +30 -0
- package/lib/model/desktop-pool-summary.js.map +1 -0
- package/lib/model/desktop-pool-volume-collection.d.ts +27 -0
- package/lib/model/desktop-pool-volume-collection.js +62 -0
- package/lib/model/desktop-pool-volume-collection.js.map +1 -0
- package/lib/model/desktop-pool-volume-summary.d.ts +74 -0
- package/lib/model/desktop-pool-volume-summary.js +40 -0
- package/lib/model/desktop-pool-volume-summary.js.map +1 -0
- package/lib/model/desktop-pool.d.ts +122 -0
- package/lib/model/desktop-pool.js +72 -0
- package/lib/model/desktop-pool.js.map +1 -0
- package/lib/model/desktop-schedule.d.ts +30 -0
- package/lib/model/desktop-schedule.js +30 -0
- package/lib/model/desktop-schedule.js.map +1 -0
- package/lib/model/desktop-summary.d.ts +66 -0
- package/lib/model/desktop-summary.js +30 -0
- package/lib/model/desktop-summary.js.map +1 -0
- package/lib/model/desktop.d.ts +68 -0
- package/lib/model/desktop.js +64 -0
- package/lib/model/desktop.js.map +1 -0
- package/lib/model/hosting-options.d.ts +28 -0
- package/lib/model/hosting-options.js +54 -0
- package/lib/model/hosting-options.js.map +1 -0
- package/lib/model/index.d.ts +77 -0
- package/lib/model/index.js +100 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +34 -0
- package/lib/model/lifecycle-state.js +45 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +37 -0
- package/lib/model/operation-type.js +48 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/update-desktop-details.d.ts +45 -0
- package/lib/model/update-desktop-details.js +30 -0
- package/lib/model/update-desktop-details.js.map +1 -0
- package/lib/model/update-desktop-pool-details.d.ts +76 -0
- package/lib/model/update-desktop-pool-details.js +64 -0
- package/lib/model/update-desktop-pool-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +27 -0
- package/lib/model/work-request-error-collection.js +62 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +36 -0
- package/lib/model/work-request-error.js +30 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +27 -0
- package/lib/model/work-request-log-entry-collection.js +62 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +30 -0
- package/lib/model/work-request-log-entry.js +30 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +43 -0
- package/lib/model/work-request-resource.js +30 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +27 -0
- package/lib/model/work-request-summary-collection.js +62 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +64 -0
- package/lib/model/work-request-summary.js +62 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +64 -0
- package/lib/model/work-request.js +62 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +30 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-desktop-pool-compartment-request.d.ts +39 -0
- package/lib/request/change-desktop-pool-compartment-request.js +15 -0
- package/lib/request/change-desktop-pool-compartment-request.js.map +1 -0
- package/lib/request/create-desktop-pool-request.d.ts +31 -0
- package/lib/request/create-desktop-pool-request.js +15 -0
- package/lib/request/create-desktop-pool-request.js.map +1 -0
- package/lib/request/delete-desktop-pool-request.d.ts +34 -0
- package/lib/request/delete-desktop-pool-request.js +15 -0
- package/lib/request/delete-desktop-pool-request.js.map +1 -0
- package/lib/request/delete-desktop-request.d.ts +30 -0
- package/lib/request/delete-desktop-request.js +15 -0
- package/lib/request/delete-desktop-request.js.map +1 -0
- package/lib/request/get-desktop-pool-request.d.ts +26 -0
- package/lib/request/get-desktop-pool-request.js +15 -0
- package/lib/request/get-desktop-pool-request.js.map +1 -0
- package/lib/request/get-desktop-request.d.ts +26 -0
- package/lib/request/get-desktop-request.js +15 -0
- package/lib/request/get-desktop-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +55 -0
- package/lib/request/index.js +50 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-desktop-pool-desktops-request.d.ts +72 -0
- package/lib/request/list-desktop-pool-desktops-request.js +29 -0
- package/lib/request/list-desktop-pool-desktops-request.js.map +1 -0
- package/lib/request/list-desktop-pool-volumes-request.d.ts +72 -0
- package/lib/request/list-desktop-pool-volumes-request.js +29 -0
- package/lib/request/list-desktop-pool-volumes-request.js.map +1 -0
- package/lib/request/list-desktop-pools-request.d.ts +68 -0
- package/lib/request/list-desktop-pools-request.js +29 -0
- package/lib/request/list-desktop-pools-request.js.map +1 -0
- package/lib/request/list-desktops-request.d.ts +72 -0
- package/lib/request/list-desktops-request.js +29 -0
- package/lib/request/list-desktops-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +52 -0
- package/lib/request/list-work-request-errors-request.js +28 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +52 -0
- package/lib/request/list-work-request-logs-request.js +28 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +65 -0
- package/lib/request/list-work-requests-request.js +28 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/start-desktop-pool-request.d.ts +34 -0
- package/lib/request/start-desktop-pool-request.js +15 -0
- package/lib/request/start-desktop-pool-request.js.map +1 -0
- package/lib/request/start-desktop-request.d.ts +34 -0
- package/lib/request/start-desktop-request.js +15 -0
- package/lib/request/start-desktop-request.js.map +1 -0
- package/lib/request/stop-desktop-pool-request.d.ts +34 -0
- package/lib/request/stop-desktop-pool-request.js +15 -0
- package/lib/request/stop-desktop-pool-request.js.map +1 -0
- package/lib/request/stop-desktop-request.d.ts +34 -0
- package/lib/request/stop-desktop-request.js +15 -0
- package/lib/request/stop-desktop-request.js.map +1 -0
- package/lib/request/update-desktop-pool-request.d.ts +35 -0
- package/lib/request/update-desktop-pool-request.js +15 -0
- package/lib/request/update-desktop-pool-request.js.map +1 -0
- package/lib/request/update-desktop-request.d.ts +35 -0
- package/lib/request/update-desktop-request.js +15 -0
- package/lib/request/update-desktop-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +18 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-desktop-pool-compartment-response.d.ts +22 -0
- package/lib/response/change-desktop-pool-compartment-response.js +15 -0
- package/lib/response/change-desktop-pool-compartment-response.js.map +1 -0
- package/lib/response/create-desktop-pool-response.d.ts +39 -0
- package/lib/response/create-desktop-pool-response.js +15 -0
- package/lib/response/create-desktop-pool-response.js.map +1 -0
- package/lib/response/delete-desktop-pool-response.d.ts +22 -0
- package/lib/response/delete-desktop-pool-response.js +15 -0
- package/lib/response/delete-desktop-pool-response.js.map +1 -0
- package/lib/response/delete-desktop-response.d.ts +22 -0
- package/lib/response/delete-desktop-response.js +15 -0
- package/lib/response/delete-desktop-response.js.map +1 -0
- package/lib/response/get-desktop-pool-response.d.ts +27 -0
- package/lib/response/get-desktop-pool-response.js +15 -0
- package/lib/response/get-desktop-pool-response.js.map +1 -0
- package/lib/response/get-desktop-response.d.ts +27 -0
- package/lib/response/get-desktop-response.js +15 -0
- package/lib/response/get-desktop-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +27 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +55 -0
- package/lib/response/index.js +16 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-desktop-pool-desktops-response.d.ts +27 -0
- package/lib/response/list-desktop-pool-desktops-response.js +15 -0
- package/lib/response/list-desktop-pool-desktops-response.js.map +1 -0
- package/lib/response/list-desktop-pool-volumes-response.d.ts +27 -0
- package/lib/response/list-desktop-pool-volumes-response.js +15 -0
- package/lib/response/list-desktop-pool-volumes-response.js.map +1 -0
- package/lib/response/list-desktop-pools-response.d.ts +27 -0
- package/lib/response/list-desktop-pools-response.js +15 -0
- package/lib/response/list-desktop-pools-response.js.map +1 -0
- package/lib/response/list-desktops-response.d.ts +27 -0
- package/lib/response/list-desktops-response.js +15 -0
- package/lib/response/list-desktops-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +27 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +27 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +27 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/start-desktop-pool-response.d.ts +22 -0
- package/lib/response/start-desktop-pool-response.js +15 -0
- package/lib/response/start-desktop-pool-response.js.map +1 -0
- package/lib/response/start-desktop-response.d.ts +22 -0
- package/lib/response/start-desktop-response.js +15 -0
- package/lib/response/start-desktop-response.js.map +1 -0
- package/lib/response/stop-desktop-pool-response.d.ts +22 -0
- package/lib/response/stop-desktop-pool-response.js +15 -0
- package/lib/response/stop-desktop-pool-response.js.map +1 -0
- package/lib/response/stop-desktop-response.d.ts +22 -0
- package/lib/response/stop-desktop-response.js +15 -0
- package/lib/response/stop-desktop-response.js.map +1 -0
- package/lib/response/update-desktop-pool-response.d.ts +22 -0
- package/lib/response/update-desktop-pool-response.js +15 -0
- package/lib/response/update-desktop-pool-response.js.map +1 -0
- package/lib/response/update-desktop-response.d.ts +22 -0
- package/lib/response/update-desktop-response.js +15 -0
- package/lib/response/update-desktop-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,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,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,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,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Secure Desktops API
|
|
3
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
/**
|
|
15
|
+
* A log message from the execution of a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestLogEntry {
|
|
18
|
+
/**
|
|
19
|
+
* Human-readable log message.
|
|
20
|
+
*/
|
|
21
|
+
"message": string;
|
|
22
|
+
/**
|
|
23
|
+
* The time the log message was written. An RFC3339 formatted datetime string
|
|
24
|
+
*/
|
|
25
|
+
"timestamp": Date;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace WorkRequestLogEntry {
|
|
28
|
+
function getJsonObj(obj: WorkRequestLogEntry): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: WorkRequestLogEntry): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Secure Desktops API
|
|
4
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20220618
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WorkRequestLogEntry = void 0;
|
|
17
|
+
var WorkRequestLogEntry;
|
|
18
|
+
(function (WorkRequestLogEntry) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
WorkRequestLogEntry.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
|
|
30
|
+
//# sourceMappingURL=work-request-log-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Secure Desktops API
|
|
3
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* A resource created or operated on by a work request.
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkRequestResource {
|
|
19
|
+
/**
|
|
20
|
+
* The resource type the work request affects.
|
|
21
|
+
*/
|
|
22
|
+
"entityType": string;
|
|
23
|
+
/**
|
|
24
|
+
* The way in which this resource is affected by the work tracked in the work request.
|
|
25
|
+
* A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
|
|
26
|
+
* work is complete for that resource at which point it will transition to CREATED, UPDATED,
|
|
27
|
+
* or DELETED, respectively.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"actionType": model.ActionType;
|
|
31
|
+
/**
|
|
32
|
+
* The identifier of the resource the work request affects.
|
|
33
|
+
*/
|
|
34
|
+
"identifier": string;
|
|
35
|
+
/**
|
|
36
|
+
* The URI path that the user can do a GET on to access the resource metadata.
|
|
37
|
+
*/
|
|
38
|
+
"entityUri"?: string;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace WorkRequestResource {
|
|
41
|
+
function getJsonObj(obj: WorkRequestResource): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: WorkRequestResource): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Secure Desktops API
|
|
4
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20220618
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WorkRequestResource = void 0;
|
|
17
|
+
var WorkRequestResource;
|
|
18
|
+
(function (WorkRequestResource) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
WorkRequestResource.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
|
|
30
|
+
//# sourceMappingURL=work-request-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Secure Desktops API
|
|
3
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Results of a workRequest search.
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkRequestSummaryCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of workRequestSummary objects.
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.WorkRequestSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace WorkRequestSummaryCollection {
|
|
25
|
+
function getJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Secure Desktops API
|
|
4
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20220618
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.WorkRequestSummaryCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var WorkRequestSummaryCollection;
|
|
38
|
+
(function (WorkRequestSummaryCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.WorkRequestSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
WorkRequestSummaryCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.WorkRequestSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
WorkRequestSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(WorkRequestSummaryCollection = exports.WorkRequestSummaryCollection || (exports.WorkRequestSummaryCollection = {}));
|
|
62
|
+
//# sourceMappingURL=work-request-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/model/work-request-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,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,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,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,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Secure Desktops API
|
|
3
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* A summary of the status of a work request.
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkRequestSummary {
|
|
19
|
+
/**
|
|
20
|
+
* Type of the work request
|
|
21
|
+
*/
|
|
22
|
+
"operationType": model.OperationType;
|
|
23
|
+
/**
|
|
24
|
+
* Status of current work request.
|
|
25
|
+
*/
|
|
26
|
+
"status": model.OperationStatus;
|
|
27
|
+
/**
|
|
28
|
+
* The id of the work request.
|
|
29
|
+
*/
|
|
30
|
+
"id": string;
|
|
31
|
+
/**
|
|
32
|
+
* The ocid of the compartment that contains the work request.
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The resources affected by this work request.
|
|
37
|
+
*/
|
|
38
|
+
"resources": Array<model.WorkRequestResource>;
|
|
39
|
+
/**
|
|
40
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
41
|
+
*/
|
|
42
|
+
"percentComplete": number;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time the request was created, as described in
|
|
45
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeAccepted": Date;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
51
|
+
* section 14.29.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeStarted"?: Date;
|
|
55
|
+
/**
|
|
56
|
+
* The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"timeFinished"?: Date;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace WorkRequestSummary {
|
|
62
|
+
function getJsonObj(obj: WorkRequestSummary): object;
|
|
63
|
+
function getDeserializedJsonObj(obj: WorkRequestSummary): object;
|
|
64
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Secure Desktops API
|
|
4
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20220618
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.WorkRequestSummary = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var WorkRequestSummary;
|
|
38
|
+
(function (WorkRequestSummary) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"resources": obj.resources
|
|
42
|
+
? obj.resources.map(item => {
|
|
43
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
WorkRequestSummary.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"resources": obj.resources
|
|
53
|
+
? obj.resources.map(item => {
|
|
54
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
WorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(WorkRequestSummary = exports.WorkRequestSummary || (exports.WorkRequestSummary = {}));
|
|
62
|
+
//# sourceMappingURL=work-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Secure Desktops API
|
|
3
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* A description of workrequest status.
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Type of the work request.
|
|
21
|
+
*/
|
|
22
|
+
"operationType": model.OperationType;
|
|
23
|
+
/**
|
|
24
|
+
* Status of current work request.
|
|
25
|
+
*/
|
|
26
|
+
"status": model.OperationStatus;
|
|
27
|
+
/**
|
|
28
|
+
* The id of the work request.
|
|
29
|
+
*/
|
|
30
|
+
"id": string;
|
|
31
|
+
/**
|
|
32
|
+
* The ocid of the compartment that contains the work request.
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The resources affected by this work request.
|
|
37
|
+
*/
|
|
38
|
+
"resources": Array<model.WorkRequestResource>;
|
|
39
|
+
/**
|
|
40
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
41
|
+
*/
|
|
42
|
+
"percentComplete": number;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time the request was created, as described in
|
|
45
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeAccepted": Date;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
51
|
+
* section 14.29.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeStarted"?: Date;
|
|
55
|
+
/**
|
|
56
|
+
* The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"timeFinished"?: Date;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace WorkRequest {
|
|
62
|
+
function getJsonObj(obj: WorkRequest): object;
|
|
63
|
+
function getDeserializedJsonObj(obj: WorkRequest): object;
|
|
64
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Secure Desktops API
|
|
4
|
+
* Create and manage cloud-hosted desktops which can be accessed from a web browser or installed client.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20220618
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.WorkRequest = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var WorkRequest;
|
|
38
|
+
(function (WorkRequest) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"resources": obj.resources
|
|
42
|
+
? obj.resources.map(item => {
|
|
43
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
WorkRequest.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"resources": obj.resources
|
|
53
|
+
? obj.resources.map(item => {
|
|
54
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
|
|
62
|
+
//# sourceMappingURL=work-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220618
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control.
|
|
24
|
+
*/
|
|
25
|
+
"ifMatch"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The unique identifier of the request.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
//# sourceMappingURL=cancel-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeDesktopPoolCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the desktop pool.
|
|
21
|
+
*/
|
|
22
|
+
"desktopPoolId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details of the new compartment of the desktop pool.
|
|
25
|
+
*/
|
|
26
|
+
"changeDesktopPoolCompartmentDetails": model.ChangeDesktopPoolCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The unique identifier of the request.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control.
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request.
|
|
37
|
+
*/
|
|
38
|
+
"opcRetryToken"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
//# sourceMappingURL=change-desktop-pool-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-desktop-pool-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/request/change-desktop-pool-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220618
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPoolRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateDesktopPoolRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details of the desktop pool to create.
|
|
21
|
+
*/
|
|
22
|
+
"createDesktopPoolDetails": model.CreateDesktopPoolDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request.
|
|
25
|
+
*/
|
|
26
|
+
"opcRetryToken"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The unique identifier of the request.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
}
|