oci-clusterplacementgroups 2.85.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 +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +220 -0
- package/lib/client.js +1064 -0
- package/lib/client.js.map +1 -0
- package/lib/clusterplacementgroupscp-waiter.d.ts +36 -0
- package/lib/clusterplacementgroupscp-waiter.js +76 -0
- package/lib/clusterplacementgroupscp-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/capabilities-collection.d.ts +27 -0
- package/lib/model/capabilities-collection.js +61 -0
- package/lib/model/capabilities-collection.js.map +1 -0
- package/lib/model/capability-details.d.ts +29 -0
- package/lib/model/capability-details.js +29 -0
- package/lib/model/capability-details.js.map +1 -0
- package/lib/model/change-cluster-placement-group-compartment-details.d.ts +27 -0
- package/lib/model/change-cluster-placement-group-compartment-details.js +29 -0
- package/lib/model/change-cluster-placement-group-compartment-details.js.map +1 -0
- package/lib/model/cluster-placement-group-collection.d.ts +27 -0
- package/lib/model/cluster-placement-group-collection.js +61 -0
- package/lib/model/cluster-placement-group-collection.js.map +1 -0
- package/lib/model/cluster-placement-group-summary.d.ts +88 -0
- package/lib/model/cluster-placement-group-summary.js +29 -0
- package/lib/model/cluster-placement-group-summary.js.map +1 -0
- package/lib/model/cluster-placement-group-type.d.ts +28 -0
- package/lib/model/cluster-placement-group-type.js +39 -0
- package/lib/model/cluster-placement-group-type.js.map +1 -0
- package/lib/model/cluster-placement-group.d.ts +111 -0
- package/lib/model/cluster-placement-group.js +78 -0
- package/lib/model/cluster-placement-group.js.map +1 -0
- package/lib/model/create-cluster-placement-group-details.d.ts +63 -0
- package/lib/model/create-cluster-placement-group-details.js +63 -0
- package/lib/model/create-cluster-placement-group-details.js.map +1 -0
- package/lib/model/index.d.ts +58 -0
- package/lib/model/index.js +81 -0
- package/lib/model/index.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 +30 -0
- package/lib/model/operation-type.js +41 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/placement-instruction-details.d.ts +37 -0
- package/lib/model/placement-instruction-details.js +38 -0
- package/lib/model/placement-instruction-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-cluster-placement-group-details.d.ts +43 -0
- package/lib/model/update-cluster-placement-group-details.js +29 -0
- package/lib/model/update-cluster-placement-group-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 +35 -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 +29 -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 +72 -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 +72 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/activate-cluster-placement-group-request.d.ts +44 -0
- package/lib/request/activate-cluster-placement-group-request.js +15 -0
- package/lib/request/activate-cluster-placement-group-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +35 -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-cluster-placement-group-compartment-request.d.ts +49 -0
- package/lib/request/change-cluster-placement-group-compartment-request.js +15 -0
- package/lib/request/change-cluster-placement-group-compartment-request.js.map +1 -0
- package/lib/request/create-cluster-placement-group-request.d.ts +41 -0
- package/lib/request/create-cluster-placement-group-request.js +15 -0
- package/lib/request/create-cluster-placement-group-request.js.map +1 -0
- package/lib/request/deactivate-cluster-placement-group-request.d.ts +44 -0
- package/lib/request/deactivate-cluster-placement-group-request.js +15 -0
- package/lib/request/deactivate-cluster-placement-group-request.js.map +1 -0
- package/lib/request/delete-cluster-placement-group-request.d.ts +35 -0
- package/lib/request/delete-cluster-placement-group-request.js +15 -0
- package/lib/request/delete-cluster-placement-group-request.js.map +1 -0
- package/lib/request/get-cluster-placement-group-request.d.ts +26 -0
- package/lib/request/get-cluster-placement-group-request.js +15 -0
- package/lib/request/get-cluster-placement-group-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +43 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-cluster-placement-groups-request.d.ts +73 -0
- package/lib/request/list-cluster-placement-groups-request.js +25 -0
- package/lib/request/list-cluster-placement-groups-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -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 +49 -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 +62 -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/update-cluster-placement-group-request.d.ts +40 -0
- package/lib/request/update-cluster-placement-group-request.js +15 -0
- package/lib/request/update-cluster-placement-group-request.js.map +1 -0
- package/lib/response/activate-cluster-placement-group-response.d.ts +30 -0
- package/lib/response/activate-cluster-placement-group-response.js +15 -0
- package/lib/response/activate-cluster-placement-group-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-cluster-placement-group-compartment-response.d.ts +20 -0
- package/lib/response/change-cluster-placement-group-compartment-response.js +15 -0
- package/lib/response/change-cluster-placement-group-compartment-response.js.map +1 -0
- package/lib/response/create-cluster-placement-group-response.d.ts +43 -0
- package/lib/response/create-cluster-placement-group-response.js +15 -0
- package/lib/response/create-cluster-placement-group-response.js.map +1 -0
- package/lib/response/deactivate-cluster-placement-group-response.d.ts +30 -0
- package/lib/response/deactivate-cluster-placement-group-response.js +15 -0
- package/lib/response/deactivate-cluster-placement-group-response.js.map +1 -0
- package/lib/response/delete-cluster-placement-group-response.d.ts +25 -0
- package/lib/response/delete-cluster-placement-group-response.js +15 -0
- package/lib/response/delete-cluster-placement-group-response.js.map +1 -0
- package/lib/response/get-cluster-placement-group-response.d.ts +30 -0
- package/lib/response/get-cluster-placement-group-response.js +15 -0
- package/lib/response/get-cluster-placement-group-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 +38 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-cluster-placement-groups-response.d.ts +32 -0
- package/lib/response/list-cluster-placement-groups-response.js +15 -0
- package/lib/response/list-cluster-placement-groups-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -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 +32 -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 +32 -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/update-cluster-placement-group-response.d.ts +25 -0
- package/lib/response/update-cluster-placement-group-response.js +15 -0
- package/lib/response/update-cluster-placement-group-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateClusterPlacementGroupDetails = exports.SortOrder = exports.PlacementInstructionDetails = exports.OperationType = exports.OperationStatus = exports.CreateClusterPlacementGroupDetails = exports.ClusterPlacementGroupType = exports.ClusterPlacementGroupSummary = exports.ClusterPlacementGroupCollection = exports.ClusterPlacementGroup = exports.ChangeClusterPlacementGroupCompartmentDetails = exports.CapabilityDetails = exports.CapabilitiesCollection = exports.ActionType = void 0;
|
|
35
|
+
const ActionType = __importStar(require("./action-type"));
|
|
36
|
+
exports.ActionType = ActionType.ActionType;
|
|
37
|
+
const CapabilitiesCollection = __importStar(require("./capabilities-collection"));
|
|
38
|
+
exports.CapabilitiesCollection = CapabilitiesCollection.CapabilitiesCollection;
|
|
39
|
+
const CapabilityDetails = __importStar(require("./capability-details"));
|
|
40
|
+
exports.CapabilityDetails = CapabilityDetails.CapabilityDetails;
|
|
41
|
+
const ChangeClusterPlacementGroupCompartmentDetails = __importStar(require("./change-cluster-placement-group-compartment-details"));
|
|
42
|
+
exports.ChangeClusterPlacementGroupCompartmentDetails = ChangeClusterPlacementGroupCompartmentDetails.ChangeClusterPlacementGroupCompartmentDetails;
|
|
43
|
+
const ClusterPlacementGroup = __importStar(require("./cluster-placement-group"));
|
|
44
|
+
exports.ClusterPlacementGroup = ClusterPlacementGroup.ClusterPlacementGroup;
|
|
45
|
+
const ClusterPlacementGroupCollection = __importStar(require("./cluster-placement-group-collection"));
|
|
46
|
+
exports.ClusterPlacementGroupCollection = ClusterPlacementGroupCollection.ClusterPlacementGroupCollection;
|
|
47
|
+
const ClusterPlacementGroupSummary = __importStar(require("./cluster-placement-group-summary"));
|
|
48
|
+
exports.ClusterPlacementGroupSummary = ClusterPlacementGroupSummary.ClusterPlacementGroupSummary;
|
|
49
|
+
const ClusterPlacementGroupType = __importStar(require("./cluster-placement-group-type"));
|
|
50
|
+
exports.ClusterPlacementGroupType = ClusterPlacementGroupType.ClusterPlacementGroupType;
|
|
51
|
+
const CreateClusterPlacementGroupDetails = __importStar(require("./create-cluster-placement-group-details"));
|
|
52
|
+
exports.CreateClusterPlacementGroupDetails = CreateClusterPlacementGroupDetails.CreateClusterPlacementGroupDetails;
|
|
53
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
54
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
55
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
56
|
+
exports.OperationType = OperationType.OperationType;
|
|
57
|
+
const PlacementInstructionDetails = __importStar(require("./placement-instruction-details"));
|
|
58
|
+
exports.PlacementInstructionDetails = PlacementInstructionDetails.PlacementInstructionDetails;
|
|
59
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
60
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
61
|
+
const UpdateClusterPlacementGroupDetails = __importStar(require("./update-cluster-placement-group-details"));
|
|
62
|
+
exports.UpdateClusterPlacementGroupDetails = UpdateClusterPlacementGroupDetails.UpdateClusterPlacementGroupDetails;
|
|
63
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
64
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
65
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
66
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
67
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
68
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
69
|
+
const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
|
|
70
|
+
exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
71
|
+
const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
|
|
72
|
+
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
73
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
74
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
75
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
76
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
77
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
78
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
79
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
80
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
81
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,kFAAoE;AACtD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,oIAAsH;AACxG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,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,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* The status of the work request operation.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum OperationStatus {
|
|
17
|
+
Accepted = "ACCEPTED",
|
|
18
|
+
InProgress = "IN_PROGRESS",
|
|
19
|
+
Waiting = "WAITING",
|
|
20
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
21
|
+
Failed = "FAILED",
|
|
22
|
+
Succeeded = "SUCCEEDED",
|
|
23
|
+
Canceling = "CANCELING",
|
|
24
|
+
Canceled = "CANCELED",
|
|
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
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace OperationStatus {
|
|
32
|
+
function getJsonObj(obj: OperationStatus): OperationStatus;
|
|
33
|
+
function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.OperationStatus = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The status of the work request operation.
|
|
18
|
+
**/
|
|
19
|
+
var OperationStatus;
|
|
20
|
+
(function (OperationStatus) {
|
|
21
|
+
OperationStatus["Accepted"] = "ACCEPTED";
|
|
22
|
+
OperationStatus["InProgress"] = "IN_PROGRESS";
|
|
23
|
+
OperationStatus["Waiting"] = "WAITING";
|
|
24
|
+
OperationStatus["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
25
|
+
OperationStatus["Failed"] = "FAILED";
|
|
26
|
+
OperationStatus["Succeeded"] = "SUCCEEDED";
|
|
27
|
+
OperationStatus["Canceling"] = "CANCELING";
|
|
28
|
+
OperationStatus["Canceled"] = "CANCELED";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
|
|
35
|
+
(function (OperationStatus) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
OperationStatus.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
OperationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
|
|
45
|
+
//# sourceMappingURL=operation-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,qDAAkC,CAAA;IAClC,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAfW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAe1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* The type of work request operation.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum OperationType {
|
|
17
|
+
CreateClusterPlacementGroup = "CREATE_CLUSTER_PLACEMENT_GROUP",
|
|
18
|
+
UpdateClusterPlacementGroup = "UPDATE_CLUSTER_PLACEMENT_GROUP",
|
|
19
|
+
DeleteClusterPlacementGroup = "DELETE_CLUSTER_PLACEMENT_GROUP",
|
|
20
|
+
MoveClusterPlacementGroup = "MOVE_CLUSTER_PLACEMENT_GROUP",
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace OperationType {
|
|
28
|
+
function getJsonObj(obj: OperationType): OperationType;
|
|
29
|
+
function getDeserializedJsonObj(obj: OperationType): OperationType;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.OperationType = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The type of work request operation.
|
|
18
|
+
**/
|
|
19
|
+
var OperationType;
|
|
20
|
+
(function (OperationType) {
|
|
21
|
+
OperationType["CreateClusterPlacementGroup"] = "CREATE_CLUSTER_PLACEMENT_GROUP";
|
|
22
|
+
OperationType["UpdateClusterPlacementGroup"] = "UPDATE_CLUSTER_PLACEMENT_GROUP";
|
|
23
|
+
OperationType["DeleteClusterPlacementGroup"] = "DELETE_CLUSTER_PLACEMENT_GROUP";
|
|
24
|
+
OperationType["MoveClusterPlacementGroup"] = "MOVE_CLUSTER_PLACEMENT_GROUP";
|
|
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
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(OperationType = exports.OperationType || (exports.OperationType = {}));
|
|
31
|
+
(function (OperationType) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
OperationType.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
OperationType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(OperationType = exports.OperationType || (exports.OperationType = {}));
|
|
41
|
+
//# sourceMappingURL=operation-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,2EAA0D,CAAA;IAE1D;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Details that inform cluster placement group provisioning.
|
|
15
|
+
*/
|
|
16
|
+
export interface PlacementInstructionDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The type of placement instruction.
|
|
19
|
+
*/
|
|
20
|
+
"type": PlacementInstructionDetails.Type;
|
|
21
|
+
/**
|
|
22
|
+
* The value of the token designated for placement of the cluster placement group upon creation.
|
|
23
|
+
*/
|
|
24
|
+
"value": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace PlacementInstructionDetails {
|
|
27
|
+
enum Type {
|
|
28
|
+
Token = "TOKEN",
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
34
|
+
}
|
|
35
|
+
function getJsonObj(obj: PlacementInstructionDetails): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: PlacementInstructionDetails): object;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.PlacementInstructionDetails = void 0;
|
|
16
|
+
var PlacementInstructionDetails;
|
|
17
|
+
(function (PlacementInstructionDetails) {
|
|
18
|
+
let Type;
|
|
19
|
+
(function (Type) {
|
|
20
|
+
Type["Token"] = "TOKEN";
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
26
|
+
})(Type = PlacementInstructionDetails.Type || (PlacementInstructionDetails.Type = {}));
|
|
27
|
+
function getJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
PlacementInstructionDetails.getJsonObj = getJsonObj;
|
|
32
|
+
function getDeserializedJsonObj(obj) {
|
|
33
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
34
|
+
return jsonObj;
|
|
35
|
+
}
|
|
36
|
+
PlacementInstructionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
37
|
+
})(PlacementInstructionDetails = exports.PlacementInstructionDetails || (exports.PlacementInstructionDetails = {}));
|
|
38
|
+
//# sourceMappingURL=placement-instruction-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"placement-instruction-details.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/placement-instruction-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,2BAA2B,CAoB3C;AApBD,WAAiB,2BAA2B;IAC1C,IAAY,IAOX;IAPD,WAAY,IAAI;QACd,uBAAe,CAAA;QACf;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EAPW,IAAI,GAAJ,gCAAI,KAAJ,gCAAI,QAOf;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAoB3C"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Sort orders.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum SortOrder {
|
|
17
|
+
Asc = "ASC",
|
|
18
|
+
Desc = "DESC"
|
|
19
|
+
}
|
|
20
|
+
export declare namespace SortOrder {
|
|
21
|
+
function getJsonObj(obj: SortOrder): SortOrder;
|
|
22
|
+
function getDeserializedJsonObj(obj: SortOrder): SortOrder;
|
|
23
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SortOrder = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Sort orders.
|
|
18
|
+
**/
|
|
19
|
+
var SortOrder;
|
|
20
|
+
(function (SortOrder) {
|
|
21
|
+
SortOrder["Asc"] = "ASC";
|
|
22
|
+
SortOrder["Desc"] = "DESC";
|
|
23
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
24
|
+
(function (SortOrder) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
return obj;
|
|
27
|
+
}
|
|
28
|
+
SortOrder.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
return obj;
|
|
31
|
+
}
|
|
32
|
+
SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
34
|
+
//# sourceMappingURL=sort-order.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* The information to update.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateClusterPlacementGroupDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The description of the cluster placement group.
|
|
19
|
+
*/
|
|
20
|
+
"description"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
|
|
23
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"freeformTags"?: {
|
|
27
|
+
[key: string]: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
31
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"definedTags"?: {
|
|
35
|
+
[key: string]: {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export declare namespace UpdateClusterPlacementGroupDetails {
|
|
41
|
+
function getJsonObj(obj: UpdateClusterPlacementGroupDetails): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: UpdateClusterPlacementGroupDetails): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.UpdateClusterPlacementGroupDetails = void 0;
|
|
16
|
+
var UpdateClusterPlacementGroupDetails;
|
|
17
|
+
(function (UpdateClusterPlacementGroupDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
UpdateClusterPlacementGroupDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
UpdateClusterPlacementGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(UpdateClusterPlacementGroupDetails = exports.UpdateClusterPlacementGroupDetails || (exports.UpdateClusterPlacementGroupDetails = {}));
|
|
29
|
+
//# sourceMappingURL=update-cluster-placement-group-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-cluster-placement-group-details.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/update-cluster-placement-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The results of a work request error search. Results contain both work request error items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestErrorCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of work request error objects.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestError>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestErrorCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestErrorCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestErrorCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestErrorCollection;
|
|
37
|
+
(function (WorkRequestErrorCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkRequestError.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestErrorCollection.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.WorkRequestError.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-error-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,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,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,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,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cluster Placement Groups API
|
|
3
|
+
* API for managing cluster placement groups.
|
|
4
|
+
* OpenAPI spec version: 20230801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* An error encountered while executing a work request.
|
|
15
|
+
*/
|
|
16
|
+
export interface WorkRequestError {
|
|
17
|
+
/**
|
|
18
|
+
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
+
* (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"code": string;
|
|
23
|
+
/**
|
|
24
|
+
* A human-readable description of the issue encountered.
|
|
25
|
+
*/
|
|
26
|
+
"message": string;
|
|
27
|
+
/**
|
|
28
|
+
* The time the error occured, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
29
|
+
*/
|
|
30
|
+
"timestamp": Date;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace WorkRequestError {
|
|
33
|
+
function getJsonObj(obj: WorkRequestError): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: WorkRequestError): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Placement Groups API
|
|
4
|
+
* API for managing cluster placement groups.
|
|
5
|
+
* OpenAPI spec version: 20230801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.WorkRequestError = void 0;
|
|
16
|
+
var WorkRequestError;
|
|
17
|
+
(function (WorkRequestError) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestError.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,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"}
|