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,89 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* The data to create a new NodeConfig.
|
|
15
|
+
*/
|
|
16
|
+
export interface CreateNodeConfigDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The serial number of the MacDevice.
|
|
19
|
+
*/
|
|
20
|
+
"serialNumber": string;
|
|
21
|
+
/**
|
|
22
|
+
* The macAddress.
|
|
23
|
+
*/
|
|
24
|
+
"macAddress": string;
|
|
25
|
+
/**
|
|
26
|
+
* The macOrderId.
|
|
27
|
+
*/
|
|
28
|
+
"macOrderId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The switchHostname.
|
|
31
|
+
*/
|
|
32
|
+
"switchHostname"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The switchEthPort.
|
|
35
|
+
*/
|
|
36
|
+
"switchEthPort"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The ipKvmHostname.
|
|
39
|
+
*/
|
|
40
|
+
"ipKvmHostname"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The ipKvmPortNumber. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
43
|
+
*/
|
|
44
|
+
"ipKvmPortNumber"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The pduHostname.
|
|
47
|
+
*/
|
|
48
|
+
"pduHostname"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The pduPort. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
51
|
+
*/
|
|
52
|
+
"pduPort"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* The buildVlanId. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
55
|
+
*/
|
|
56
|
+
"buildVlanId"?: number;
|
|
57
|
+
/**
|
|
58
|
+
* The buildIpAddress.
|
|
59
|
+
*/
|
|
60
|
+
"buildIpAddress"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The prodVlanId. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
63
|
+
*/
|
|
64
|
+
"prodVlanId"?: number;
|
|
65
|
+
/**
|
|
66
|
+
* The prodIpAddress.
|
|
67
|
+
*/
|
|
68
|
+
"prodIpAddress"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The rackLocation.
|
|
71
|
+
*/
|
|
72
|
+
"rackLocation"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The chipSetn.
|
|
75
|
+
*/
|
|
76
|
+
"chipSet"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The osVersion.
|
|
79
|
+
*/
|
|
80
|
+
"osVersion"?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The tenancyId.
|
|
83
|
+
*/
|
|
84
|
+
"tenancyId"?: string;
|
|
85
|
+
}
|
|
86
|
+
export declare namespace CreateNodeConfigDetails {
|
|
87
|
+
function getJsonObj(obj: CreateNodeConfigDetails): object;
|
|
88
|
+
function getDeserializedJsonObj(obj: CreateNodeConfigDetails): object;
|
|
89
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.CreateNodeConfigDetails = void 0;
|
|
16
|
+
var CreateNodeConfigDetails;
|
|
17
|
+
(function (CreateNodeConfigDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CreateNodeConfigDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CreateNodeConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CreateNodeConfigDetails = exports.CreateNodeConfigDetails || (exports.CreateNodeConfigDetails = {}));
|
|
29
|
+
//# sourceMappingURL=create-node-config-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-node-config-details.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/create-node-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 ActionType from "./action-type";
|
|
14
|
+
export import ActionType = ActionType.ActionType;
|
|
15
|
+
import * as CancelMacOrderDetails from "./cancel-mac-order-details";
|
|
16
|
+
export import CancelMacOrderDetails = CancelMacOrderDetails.CancelMacOrderDetails;
|
|
17
|
+
import * as ChangeMacOrderCompartmentDetails from "./change-mac-order-compartment-details";
|
|
18
|
+
export import ChangeMacOrderCompartmentDetails = ChangeMacOrderCompartmentDetails.ChangeMacOrderCompartmentDetails;
|
|
19
|
+
import * as CreateMacOrderDetails from "./create-mac-order-details";
|
|
20
|
+
export import CreateMacOrderDetails = CreateMacOrderDetails.CreateMacOrderDetails;
|
|
21
|
+
import * as CreateNodeConfigDetails from "./create-node-config-details";
|
|
22
|
+
export import CreateNodeConfigDetails = CreateNodeConfigDetails.CreateNodeConfigDetails;
|
|
23
|
+
import * as MacDevice from "./mac-device";
|
|
24
|
+
export import MacDevice = MacDevice.MacDevice;
|
|
25
|
+
import * as MacDeviceCollection from "./mac-device-collection";
|
|
26
|
+
export import MacDeviceCollection = MacDeviceCollection.MacDeviceCollection;
|
|
27
|
+
import * as MacDeviceSummary from "./mac-device-summary";
|
|
28
|
+
export import MacDeviceSummary = MacDeviceSummary.MacDeviceSummary;
|
|
29
|
+
import * as MacOrder from "./mac-order";
|
|
30
|
+
export import MacOrder = MacOrder.MacOrder;
|
|
31
|
+
import * as MacOrderCollection from "./mac-order-collection";
|
|
32
|
+
export import MacOrderCollection = MacOrderCollection.MacOrderCollection;
|
|
33
|
+
import * as MacOrderSummary from "./mac-order-summary";
|
|
34
|
+
export import MacOrderSummary = MacOrderSummary.MacOrderSummary;
|
|
35
|
+
import * as NodeConfig from "./node-config";
|
|
36
|
+
export import NodeConfig = NodeConfig.NodeConfig;
|
|
37
|
+
import * as OperationStatus from "./operation-status";
|
|
38
|
+
export import OperationStatus = OperationStatus.OperationStatus;
|
|
39
|
+
import * as OperationType from "./operation-type";
|
|
40
|
+
export import OperationType = OperationType.OperationType;
|
|
41
|
+
import * as OpsActionCreateMacDeviceDetails from "./ops-action-create-mac-device-details";
|
|
42
|
+
export import OpsActionCreateMacDeviceDetails = OpsActionCreateMacDeviceDetails.OpsActionCreateMacDeviceDetails;
|
|
43
|
+
import * as OpsActionUpdateMacDeviceDetails from "./ops-action-update-mac-device-details";
|
|
44
|
+
export import OpsActionUpdateMacDeviceDetails = OpsActionUpdateMacDeviceDetails.OpsActionUpdateMacDeviceDetails;
|
|
45
|
+
import * as OpsActionUpdateMacOrderDetails from "./ops-action-update-mac-order-details";
|
|
46
|
+
export import OpsActionUpdateMacOrderDetails = OpsActionUpdateMacOrderDetails.OpsActionUpdateMacOrderDetails;
|
|
47
|
+
import * as SortOrder from "./sort-order";
|
|
48
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
49
|
+
import * as UpdateMacOrderDetails from "./update-mac-order-details";
|
|
50
|
+
export import UpdateMacOrderDetails = UpdateMacOrderDetails.UpdateMacOrderDetails;
|
|
51
|
+
import * as UpdateNodeConfigDetails from "./update-node-config-details";
|
|
52
|
+
export import UpdateNodeConfigDetails = UpdateNodeConfigDetails.UpdateNodeConfigDetails;
|
|
53
|
+
import * as WorkRequest from "./work-request";
|
|
54
|
+
export import WorkRequest = WorkRequest.WorkRequest;
|
|
55
|
+
import * as WorkRequestError from "./work-request-error";
|
|
56
|
+
export import WorkRequestError = WorkRequestError.WorkRequestError;
|
|
57
|
+
import * as WorkRequestErrorCollection from "./work-request-error-collection";
|
|
58
|
+
export import WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
59
|
+
import * as WorkRequestLogEntry from "./work-request-log-entry";
|
|
60
|
+
export import WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
61
|
+
import * as WorkRequestLogEntryCollection from "./work-request-log-entry-collection";
|
|
62
|
+
export import WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
63
|
+
import * as WorkRequestResource from "./work-request-resource";
|
|
64
|
+
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
65
|
+
import * as WorkRequestResourceMetadataKey from "./work-request-resource-metadata-key";
|
|
66
|
+
export import WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
67
|
+
import * as WorkRequestSummary from "./work-request-summary";
|
|
68
|
+
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
69
|
+
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
70
|
+
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
@@ -0,0 +1,93 @@
|
|
|
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.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateNodeConfigDetails = exports.UpdateMacOrderDetails = exports.SortOrder = exports.OpsActionUpdateMacOrderDetails = exports.OpsActionUpdateMacDeviceDetails = exports.OpsActionCreateMacDeviceDetails = exports.OperationType = exports.OperationStatus = exports.NodeConfig = exports.MacOrderSummary = exports.MacOrderCollection = exports.MacOrder = exports.MacDeviceSummary = exports.MacDeviceCollection = exports.MacDevice = exports.CreateNodeConfigDetails = exports.CreateMacOrderDetails = exports.ChangeMacOrderCompartmentDetails = exports.CancelMacOrderDetails = exports.ActionType = void 0;
|
|
35
|
+
const ActionType = __importStar(require("./action-type"));
|
|
36
|
+
exports.ActionType = ActionType.ActionType;
|
|
37
|
+
const CancelMacOrderDetails = __importStar(require("./cancel-mac-order-details"));
|
|
38
|
+
exports.CancelMacOrderDetails = CancelMacOrderDetails.CancelMacOrderDetails;
|
|
39
|
+
const ChangeMacOrderCompartmentDetails = __importStar(require("./change-mac-order-compartment-details"));
|
|
40
|
+
exports.ChangeMacOrderCompartmentDetails = ChangeMacOrderCompartmentDetails.ChangeMacOrderCompartmentDetails;
|
|
41
|
+
const CreateMacOrderDetails = __importStar(require("./create-mac-order-details"));
|
|
42
|
+
exports.CreateMacOrderDetails = CreateMacOrderDetails.CreateMacOrderDetails;
|
|
43
|
+
const CreateNodeConfigDetails = __importStar(require("./create-node-config-details"));
|
|
44
|
+
exports.CreateNodeConfigDetails = CreateNodeConfigDetails.CreateNodeConfigDetails;
|
|
45
|
+
const MacDevice = __importStar(require("./mac-device"));
|
|
46
|
+
exports.MacDevice = MacDevice.MacDevice;
|
|
47
|
+
const MacDeviceCollection = __importStar(require("./mac-device-collection"));
|
|
48
|
+
exports.MacDeviceCollection = MacDeviceCollection.MacDeviceCollection;
|
|
49
|
+
const MacDeviceSummary = __importStar(require("./mac-device-summary"));
|
|
50
|
+
exports.MacDeviceSummary = MacDeviceSummary.MacDeviceSummary;
|
|
51
|
+
const MacOrder = __importStar(require("./mac-order"));
|
|
52
|
+
exports.MacOrder = MacOrder.MacOrder;
|
|
53
|
+
const MacOrderCollection = __importStar(require("./mac-order-collection"));
|
|
54
|
+
exports.MacOrderCollection = MacOrderCollection.MacOrderCollection;
|
|
55
|
+
const MacOrderSummary = __importStar(require("./mac-order-summary"));
|
|
56
|
+
exports.MacOrderSummary = MacOrderSummary.MacOrderSummary;
|
|
57
|
+
const NodeConfig = __importStar(require("./node-config"));
|
|
58
|
+
exports.NodeConfig = NodeConfig.NodeConfig;
|
|
59
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
60
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
61
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
62
|
+
exports.OperationType = OperationType.OperationType;
|
|
63
|
+
const OpsActionCreateMacDeviceDetails = __importStar(require("./ops-action-create-mac-device-details"));
|
|
64
|
+
exports.OpsActionCreateMacDeviceDetails = OpsActionCreateMacDeviceDetails.OpsActionCreateMacDeviceDetails;
|
|
65
|
+
const OpsActionUpdateMacDeviceDetails = __importStar(require("./ops-action-update-mac-device-details"));
|
|
66
|
+
exports.OpsActionUpdateMacDeviceDetails = OpsActionUpdateMacDeviceDetails.OpsActionUpdateMacDeviceDetails;
|
|
67
|
+
const OpsActionUpdateMacOrderDetails = __importStar(require("./ops-action-update-mac-order-details"));
|
|
68
|
+
exports.OpsActionUpdateMacOrderDetails = OpsActionUpdateMacOrderDetails.OpsActionUpdateMacOrderDetails;
|
|
69
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
70
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
71
|
+
const UpdateMacOrderDetails = __importStar(require("./update-mac-order-details"));
|
|
72
|
+
exports.UpdateMacOrderDetails = UpdateMacOrderDetails.UpdateMacOrderDetails;
|
|
73
|
+
const UpdateNodeConfigDetails = __importStar(require("./update-node-config-details"));
|
|
74
|
+
exports.UpdateNodeConfigDetails = UpdateNodeConfigDetails.UpdateNodeConfigDetails;
|
|
75
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
76
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
77
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
78
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
79
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
80
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
81
|
+
const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
|
|
82
|
+
exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
83
|
+
const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
|
|
84
|
+
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
85
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
86
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
87
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
88
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
89
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
90
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
91
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
92
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
93
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,sDAAwC;AAC1B,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,sGAAwF;AAC1E,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Results of a MacDevice search. Contains both MacDeviceSummary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface MacDeviceCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of MacDevices.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.MacDeviceSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace MacDeviceCollection {
|
|
24
|
+
function getJsonObj(obj: MacDeviceCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: MacDeviceCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.MacDeviceCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MacDeviceCollection;
|
|
37
|
+
(function (MacDeviceCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.MacDeviceSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MacDeviceCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.MacDeviceSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MacDeviceCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MacDeviceCollection = exports.MacDeviceCollection || (exports.MacDeviceCollection = {}));
|
|
61
|
+
//# sourceMappingURL=mac-device-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mac-device-collection.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/mac-device-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,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,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,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,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* Summary information about a MacDevice.
|
|
15
|
+
*/
|
|
16
|
+
export interface MacDeviceSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The unique ID of the MacDevice.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* OCID of the compartment to which the resource belongs to.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The OCID of the resource.
|
|
27
|
+
*/
|
|
28
|
+
"macOrderId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The serial number of the MacDevice.
|
|
31
|
+
*/
|
|
32
|
+
"serialNumber": string;
|
|
33
|
+
/**
|
|
34
|
+
* The IP address assigned to the MacDevice.
|
|
35
|
+
*/
|
|
36
|
+
"ipAddress": string;
|
|
37
|
+
/**
|
|
38
|
+
* The shape of the MacDevice.
|
|
39
|
+
*/
|
|
40
|
+
"shape": string;
|
|
41
|
+
/**
|
|
42
|
+
* The current status of the MacDevice.
|
|
43
|
+
*/
|
|
44
|
+
"lifecycleState": string;
|
|
45
|
+
/**
|
|
46
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
47
|
+
*/
|
|
48
|
+
"timeCreated": Date;
|
|
49
|
+
/**
|
|
50
|
+
* The time this resource was last updated. An RFC3339 formatted datetime string.
|
|
51
|
+
*/
|
|
52
|
+
"timeUpdated": Date;
|
|
53
|
+
/**
|
|
54
|
+
* A flag that indicates if this MacDevice is decommissioned.
|
|
55
|
+
*/
|
|
56
|
+
"isMarkedDecom": boolean;
|
|
57
|
+
/**
|
|
58
|
+
* An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned.
|
|
59
|
+
*/
|
|
60
|
+
"timeDecom": Date;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace MacDeviceSummary {
|
|
63
|
+
function getJsonObj(obj: MacDeviceSummary): object;
|
|
64
|
+
function getDeserializedJsonObj(obj: MacDeviceSummary): object;
|
|
65
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.MacDeviceSummary = void 0;
|
|
16
|
+
var MacDeviceSummary;
|
|
17
|
+
(function (MacDeviceSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
MacDeviceSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
MacDeviceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(MacDeviceSummary = exports.MacDeviceSummary || (exports.MacDeviceSummary = {}));
|
|
29
|
+
//# sourceMappingURL=mac-device-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mac-device-summary.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/mac-device-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuDH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* Represents a MacDevice resource.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface MacDevice {
|
|
18
|
+
/**
|
|
19
|
+
* The unique ID of the MacDevice.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* OCID of the compartment to which the resource belongs to.
|
|
24
|
+
*/
|
|
25
|
+
"compartmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The OCID of the resource.
|
|
28
|
+
*/
|
|
29
|
+
"macOrderId": string;
|
|
30
|
+
/**
|
|
31
|
+
* The serial number of the MacDevice.
|
|
32
|
+
*/
|
|
33
|
+
"serialNumber": string;
|
|
34
|
+
/**
|
|
35
|
+
* The IP address assigned to the MacDevice.
|
|
36
|
+
*/
|
|
37
|
+
"ipAddress": string;
|
|
38
|
+
/**
|
|
39
|
+
* The current status of the MacDevice.
|
|
40
|
+
*/
|
|
41
|
+
"lifecycleState": MacDevice.LifecycleState;
|
|
42
|
+
/**
|
|
43
|
+
* The shape of the Mac.
|
|
44
|
+
*/
|
|
45
|
+
"shape": string;
|
|
46
|
+
/**
|
|
47
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
48
|
+
*/
|
|
49
|
+
"timeCreated": Date;
|
|
50
|
+
/**
|
|
51
|
+
* The time this resource was last updated. An RFC3339 formatted datetime string.
|
|
52
|
+
*/
|
|
53
|
+
"timeUpdated": Date;
|
|
54
|
+
/**
|
|
55
|
+
* A flag that indicates if this MacDevice is decommissioned.
|
|
56
|
+
*/
|
|
57
|
+
"isMarkedDecom": boolean;
|
|
58
|
+
/**
|
|
59
|
+
* An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned.
|
|
60
|
+
*/
|
|
61
|
+
"timeDecom": Date;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace MacDevice {
|
|
64
|
+
enum LifecycleState {
|
|
65
|
+
Creating = "CREATING",
|
|
66
|
+
Active = "ACTIVE",
|
|
67
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
68
|
+
Deleting = "DELETING",
|
|
69
|
+
Deleted = "DELETED",
|
|
70
|
+
/**
|
|
71
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
72
|
+
* version of the SDK.
|
|
73
|
+
*/
|
|
74
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
75
|
+
}
|
|
76
|
+
function getJsonObj(obj: MacDevice): object;
|
|
77
|
+
function getDeserializedJsonObj(obj: MacDevice): object;
|
|
78
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.MacDevice = void 0;
|
|
16
|
+
var MacDevice;
|
|
17
|
+
(function (MacDevice) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Creating"] = "CREATING";
|
|
21
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
23
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
24
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(LifecycleState = MacDevice.LifecycleState || (MacDevice.LifecycleState = {}));
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
MacDevice.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
MacDevice.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(MacDevice = exports.MacDevice || (exports.MacDevice = {}));
|
|
42
|
+
//# sourceMappingURL=mac-device.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mac-device.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/mac-device.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,SAAS,CAwBzB;AAxBD,WAAiB,SAAS;IACxB,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAwBzB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Results of a MacOrder search. Contains both MacOrderSummary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface MacOrderCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of MacOrders.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.MacOrderSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace MacOrderCollection {
|
|
24
|
+
function getJsonObj(obj: MacOrderCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: MacOrderCollection): object;
|
|
26
|
+
}
|