oci-mngdmac 2.106.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 +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +313 -0
- package/lib/client.js +1307 -0
- package/lib/client.js.map +1 -0
- package/lib/macdevice-waiter.d.ts +29 -0
- package/lib/macdevice-waiter.js +65 -0
- package/lib/macdevice-waiter.js.map +1 -0
- package/lib/macorder-waiter.d.ts +36 -0
- package/lib/macorder-waiter.js +76 -0
- package/lib/macorder-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/cancel-mac-order-details.d.ts +25 -0
- package/lib/model/cancel-mac-order-details.js +29 -0
- package/lib/model/cancel-mac-order-details.js.map +1 -0
- package/lib/model/change-mac-order-compartment-details.d.ts +26 -0
- package/lib/model/change-mac-order-compartment-details.js +29 -0
- package/lib/model/change-mac-order-compartment-details.js.map +1 -0
- package/lib/model/create-mac-order-details.d.ts +55 -0
- package/lib/model/create-mac-order-details.js +29 -0
- package/lib/model/create-mac-order-details.js.map +1 -0
- package/lib/model/create-node-config-details.d.ts +89 -0
- package/lib/model/create-node-config-details.js +29 -0
- package/lib/model/create-node-config-details.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +93 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/mac-device-collection.d.ts +26 -0
- package/lib/model/mac-device-collection.js +61 -0
- package/lib/model/mac-device-collection.js.map +1 -0
- package/lib/model/mac-device-summary.d.ts +65 -0
- package/lib/model/mac-device-summary.js +29 -0
- package/lib/model/mac-device-summary.js.map +1 -0
- package/lib/model/mac-device.d.ts +78 -0
- package/lib/model/mac-device.js +42 -0
- package/lib/model/mac-device.js.map +1 -0
- package/lib/model/mac-order-collection.d.ts +26 -0
- package/lib/model/mac-order-collection.js +61 -0
- package/lib/model/mac-order-collection.js.map +1 -0
- package/lib/model/mac-order-summary.d.ts +92 -0
- package/lib/model/mac-order-summary.js +29 -0
- package/lib/model/mac-order-summary.js.map +1 -0
- package/lib/model/mac-order.d.ts +152 -0
- package/lib/model/mac-order.js +84 -0
- package/lib/model/mac-order.js.map +1 -0
- package/lib/model/node-config.d.ts +89 -0
- package/lib/model/node-config.js +29 -0
- package/lib/model/node-config.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 +32 -0
- package/lib/model/operation-type.js +43 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/ops-action-create-mac-device-details.d.ts +29 -0
- package/lib/model/ops-action-create-mac-device-details.js +29 -0
- package/lib/model/ops-action-create-mac-device-details.js.map +1 -0
- package/lib/model/ops-action-update-mac-device-details.d.ts +36 -0
- package/lib/model/ops-action-update-mac-device-details.js +37 -0
- package/lib/model/ops-action-update-mac-device-details.js.map +1 -0
- package/lib/model/ops-action-update-mac-order-details.d.ts +37 -0
- package/lib/model/ops-action-update-mac-order-details.js +29 -0
- package/lib/model/ops-action-update-mac-order-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-mac-order-details.d.ts +47 -0
- package/lib/model/update-mac-order-details.js +29 -0
- package/lib/model/update-mac-order-details.js.map +1 -0
- package/lib/model/update-node-config-details.d.ts +85 -0
- package/lib/model/update-node-config-details.js +29 -0
- package/lib/model/update-node-config-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-mac-order-request.d.ts +52 -0
- package/lib/request/cancel-mac-order-request.js +15 -0
- package/lib/request/cancel-mac-order-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -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-mac-order-compartment-request.d.ts +43 -0
- package/lib/request/change-mac-order-compartment-request.js +15 -0
- package/lib/request/change-mac-order-compartment-request.js.map +1 -0
- package/lib/request/create-mac-order-request.d.ts +40 -0
- package/lib/request/create-mac-order-request.js +15 -0
- package/lib/request/create-mac-order-request.js.map +1 -0
- package/lib/request/get-mac-device-request.d.ts +34 -0
- package/lib/request/get-mac-device-request.js +15 -0
- package/lib/request/get-mac-device-request.js.map +1 -0
- package/lib/request/get-mac-order-request.d.ts +30 -0
- package/lib/request/get-mac-order-request.js +15 -0
- package/lib/request/get-mac-order-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -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 +40 -0
- package/lib/request/index.js +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-mac-devices-request.d.ts +79 -0
- package/lib/request/list-mac-devices-request.js +24 -0
- package/lib/request/list-mac-devices-request.js.map +1 -0
- package/lib/request/list-mac-orders-request.d.ts +75 -0
- package/lib/request/list-mac-orders-request.js +24 -0
- package/lib/request/list-mac-orders-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/terminate-mac-device-request.d.ts +51 -0
- package/lib/request/terminate-mac-device-request.js +15 -0
- package/lib/request/terminate-mac-device-request.js.map +1 -0
- package/lib/request/update-mac-order-request.d.ts +43 -0
- package/lib/request/update-mac-order-request.js +15 -0
- package/lib/request/update-mac-order-request.js.map +1 -0
- package/lib/response/cancel-mac-order-response.d.ts +26 -0
- package/lib/response/cancel-mac-order-response.js +15 -0
- package/lib/response/cancel-mac-order-response.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -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-mac-order-compartment-response.d.ts +26 -0
- package/lib/response/change-mac-order-compartment-response.js +15 -0
- package/lib/response/change-mac-order-compartment-response.js.map +1 -0
- package/lib/response/create-mac-order-response.d.ts +44 -0
- package/lib/response/create-mac-order-response.js +15 -0
- package/lib/response/create-mac-order-response.js.map +1 -0
- package/lib/response/get-mac-device-response.d.ts +30 -0
- package/lib/response/get-mac-device-response.js +15 -0
- package/lib/response/get-mac-device-response.js.map +1 -0
- package/lib/response/get-mac-order-response.d.ts +30 -0
- package/lib/response/get-mac-order-response.js +15 -0
- package/lib/response/get-mac-order-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -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 +40 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-mac-devices-response.d.ts +31 -0
- package/lib/response/list-mac-devices-response.js +15 -0
- package/lib/response/list-mac-devices-response.js.map +1 -0
- package/lib/response/list-mac-orders-response.d.ts +31 -0
- package/lib/response/list-mac-orders-response.js +15 -0
- package/lib/response/list-mac-orders-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -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 +31 -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 +31 -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/terminate-mac-device-response.d.ts +26 -0
- package/lib/response/terminate-mac-device-response.js +15 -0
- package/lib/response/terminate-mac-device-response.js.map +1 -0
- package/lib/response/update-mac-order-response.d.ts +26 -0
- package/lib/response/update-mac-order-response.js +15 -0
- package/lib/response/update-mac-order-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Managed Services for Mac API
|
|
3
|
+
* Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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 GetMacDeviceRequest from "./get-mac-device-request";
|
|
14
|
+
export import GetMacDeviceRequest = GetMacDeviceRequest.GetMacDeviceRequest;
|
|
15
|
+
import * as ListMacDevicesRequest from "./list-mac-devices-request";
|
|
16
|
+
export import ListMacDevicesRequest = ListMacDevicesRequest.ListMacDevicesRequest;
|
|
17
|
+
import * as TerminateMacDeviceRequest from "./terminate-mac-device-request";
|
|
18
|
+
export import TerminateMacDeviceRequest = TerminateMacDeviceRequest.TerminateMacDeviceRequest;
|
|
19
|
+
import * as CancelMacOrderRequest from "./cancel-mac-order-request";
|
|
20
|
+
export import CancelMacOrderRequest = CancelMacOrderRequest.CancelMacOrderRequest;
|
|
21
|
+
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
|
22
|
+
export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
|
|
23
|
+
import * as ChangeMacOrderCompartmentRequest from "./change-mac-order-compartment-request";
|
|
24
|
+
export import ChangeMacOrderCompartmentRequest = ChangeMacOrderCompartmentRequest.ChangeMacOrderCompartmentRequest;
|
|
25
|
+
import * as CreateMacOrderRequest from "./create-mac-order-request";
|
|
26
|
+
export import CreateMacOrderRequest = CreateMacOrderRequest.CreateMacOrderRequest;
|
|
27
|
+
import * as GetMacOrderRequest from "./get-mac-order-request";
|
|
28
|
+
export import GetMacOrderRequest = GetMacOrderRequest.GetMacOrderRequest;
|
|
29
|
+
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
30
|
+
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
31
|
+
import * as ListMacOrdersRequest from "./list-mac-orders-request";
|
|
32
|
+
export import ListMacOrdersRequest = ListMacOrdersRequest.ListMacOrdersRequest;
|
|
33
|
+
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
34
|
+
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
35
|
+
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
36
|
+
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
37
|
+
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
38
|
+
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
39
|
+
import * as UpdateMacOrderRequest from "./update-mac-order-request";
|
|
40
|
+
export import UpdateMacOrderRequest = UpdateMacOrderRequest.UpdateMacOrderRequest;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OCI Managed Services for Mac API
|
|
4
|
+
* Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListMacOrdersRequest = exports.ListMacDevicesRequest = void 0;
|
|
35
|
+
const ListMacDevicesRequest = __importStar(require("./list-mac-devices-request"));
|
|
36
|
+
exports.ListMacDevicesRequest = ListMacDevicesRequest.ListMacDevicesRequest;
|
|
37
|
+
const ListMacOrdersRequest = __importStar(require("./list-mac-orders-request"));
|
|
38
|
+
exports.ListMacOrdersRequest = ListMacOrdersRequest.ListMacOrdersRequest;
|
|
39
|
+
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
40
|
+
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
41
|
+
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
|
|
42
|
+
exports.ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
43
|
+
const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
|
|
44
|
+
exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAIH,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAelF,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/ListMacDevices.ts.html |here} to see how to use ListMacDevicesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListMacDevicesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
|
|
21
|
+
*/
|
|
22
|
+
"macOrderId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The UUID of the MacDevice.
|
|
29
|
+
*/
|
|
30
|
+
"id"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The serial number of the MacDevice.
|
|
33
|
+
*/
|
|
34
|
+
"serialNumber"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A filter to return only resources that match the given lifecycle state. The
|
|
37
|
+
* state value is case-insensitive.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleState"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
43
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
44
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"limit"?: number;
|
|
48
|
+
/**
|
|
49
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
50
|
+
* \"List\" call. For important details about how pagination works, see
|
|
51
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"page"?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
57
|
+
*/
|
|
58
|
+
"sortOrder"?: model.SortOrder;
|
|
59
|
+
/**
|
|
60
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
61
|
+
* is descending. Default order for {@code SerialNumber} is ascending.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"sortBy"?: ListMacDevicesRequest.SortBy;
|
|
65
|
+
/**
|
|
66
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
67
|
+
* Oracle about a particular request, please provide the request ID.
|
|
68
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
69
|
+
* underscore, and dash.
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"opcRequestId"?: string;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace ListMacDevicesRequest {
|
|
75
|
+
enum SortBy {
|
|
76
|
+
TimeCreated = "timeCreated",
|
|
77
|
+
SerialNumber = "SerialNumber"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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.ListMacDevicesRequest = void 0;
|
|
16
|
+
var ListMacDevicesRequest;
|
|
17
|
+
(function (ListMacDevicesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["SerialNumber"] = "SerialNumber";
|
|
22
|
+
})(SortBy = ListMacDevicesRequest.SortBy || (ListMacDevicesRequest.SortBy = {}));
|
|
23
|
+
})(ListMacDevicesRequest = exports.ListMacDevicesRequest || (exports.ListMacDevicesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-mac-devices-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-mac-devices-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/list-mac-devices-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiEH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uCAA6B,CAAA;IAC/B,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;AACH,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/ListMacOrders.ts.html |here} to see how to use ListMacOrdersRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListMacOrdersRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources that match the given lifecycle state. The
|
|
25
|
+
* state value is case-insensitive.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"lifecycleState"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return only resources that match the given display name exactly.
|
|
31
|
+
*/
|
|
32
|
+
"displayName"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
|
|
35
|
+
*/
|
|
36
|
+
"id"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
39
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
40
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"limit"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
46
|
+
* \"List\" call. For important details about how pagination works, see
|
|
47
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
57
|
+
* is descending. Default order for {@code displayName} is ascending.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"sortBy"?: ListMacOrdersRequest.SortBy;
|
|
61
|
+
/**
|
|
62
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
63
|
+
* Oracle about a particular request, please provide the request ID.
|
|
64
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
65
|
+
* underscore, and dash.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"opcRequestId"?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace ListMacOrdersRequest {
|
|
71
|
+
enum SortBy {
|
|
72
|
+
TimeCreated = "timeCreated",
|
|
73
|
+
DisplayName = "displayName"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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.ListMacOrdersRequest = void 0;
|
|
16
|
+
var ListMacOrdersRequest;
|
|
17
|
+
(function (ListMacOrdersRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListMacOrdersRequest.SortBy || (ListMacOrdersRequest.SortBy = {}));
|
|
23
|
+
})(ListMacOrdersRequest = exports.ListMacOrdersRequest || (exports.ListMacOrdersRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-mac-orders-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-mac-orders-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/list-mac-orders-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACnC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAGjB;AACH,CAAC,EALgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAKpC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
27
|
+
* underscore, and dash.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
|
+
* \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"page"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListWorkRequestErrorsRequest.SortBy;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListWorkRequestErrorsRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
Timestamp = "timestamp"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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.ListWorkRequestErrorsRequest = void 0;
|
|
16
|
+
var ListWorkRequestErrorsRequest;
|
|
17
|
+
(function (ListWorkRequestErrorsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-request-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
27
|
+
* underscore, and dash.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
|
+
* \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"page"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListWorkRequestLogsRequest.SortBy;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListWorkRequestLogsRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
Timestamp = "timestamp"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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.ListWorkRequestLogsRequest = void 0;
|
|
16
|
+
var ListWorkRequestLogsRequest;
|
|
17
|
+
(function (ListWorkRequestLogsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-request-logs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
25
|
+
*/
|
|
26
|
+
"workRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only the resources that match the given lifecycle state.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
|
|
33
|
+
*/
|
|
34
|
+
"resourceId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
37
|
+
* Oracle about a particular request, please provide the request ID.
|
|
38
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
39
|
+
* underscore, and dash.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
45
|
+
* \"List\" call. For important details about how pagination works, see
|
|
46
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
52
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
53
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"limit"?: number;
|
|
57
|
+
/**
|
|
58
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
59
|
+
*/
|
|
60
|
+
"sortOrder"?: model.SortOrder;
|
|
61
|
+
/**
|
|
62
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace ListWorkRequestsRequest {
|
|
68
|
+
enum SortBy {
|
|
69
|
+
TimeAccepted = "timeAccepted"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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.ListWorkRequestsRequest = void 0;
|
|
16
|
+
var ListWorkRequestsRequest;
|
|
17
|
+
(function (ListWorkRequestsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250320
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/TerminateMacDevice.ts.html |here} to see how to use TerminateMacDeviceRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface TerminateMacDeviceRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The UUID of the MacDevice.
|
|
20
|
+
*/
|
|
21
|
+
"macDeviceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
|
|
24
|
+
*/
|
|
25
|
+
"macOrderId": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
28
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
29
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
30
|
+
* matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
38
|
+
* underscore, and dash.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
44
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
45
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
46
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
47
|
+
* might be rejected.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"opcRetryToken"?: string;
|
|
51
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250320
|
|
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
|
+
//# sourceMappingURL=terminate-mac-device-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"terminate-mac-device-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/terminate-mac-device-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|