oci-filestorage 2.43.0 → 2.45.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/index.d.ts +2 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +219 -26
- package/lib/client.js +819 -69
- package/lib/client.js.map +1 -1
- package/lib/filestorage-waiter.d.ts +18 -1
- package/lib/filestorage-waiter.js +26 -1
- package/lib/filestorage-waiter.js.map +1 -1
- package/lib/model/change-file-system-compartment-details.d.ts +2 -1
- package/lib/model/change-file-system-compartment-details.js +2 -1
- package/lib/model/change-file-system-compartment-details.js.map +1 -1
- package/lib/model/change-mount-target-compartment-details.d.ts +2 -1
- package/lib/model/change-mount-target-compartment-details.js +2 -1
- package/lib/model/change-mount-target-compartment-details.js.map +1 -1
- package/lib/model/change-replication-compartment-details.d.ts +28 -0
- package/lib/model/change-replication-compartment-details.js +31 -0
- package/lib/model/change-replication-compartment-details.js.map +1 -0
- package/lib/model/client-options.d.ts +2 -1
- package/lib/model/client-options.js +2 -1
- package/lib/model/client-options.js.map +1 -1
- package/lib/model/create-export-details.d.ts +2 -1
- package/lib/model/create-export-details.js +2 -1
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +3 -2
- package/lib/model/create-file-system-details.js +2 -1
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-mount-target-details.d.ts +18 -1
- package/lib/model/create-mount-target-details.js +2 -1
- package/lib/model/create-mount-target-details.js.map +1 -1
- package/lib/model/create-replication-details.d.ts +70 -0
- package/lib/model/create-replication-details.js +31 -0
- package/lib/model/create-replication-details.js.map +1 -0
- package/lib/model/create-snapshot-details.d.ts +2 -1
- package/lib/model/create-snapshot-details.js +2 -1
- package/lib/model/create-snapshot-details.js.map +1 -1
- package/lib/model/export-set-summary.d.ts +2 -1
- package/lib/model/export-set-summary.js +2 -1
- package/lib/model/export-set-summary.js.map +1 -1
- package/lib/model/export-set.d.ts +2 -3
- package/lib/model/export-set.js +2 -1
- package/lib/model/export-set.js.map +1 -1
- package/lib/model/export-summary.d.ts +2 -1
- package/lib/model/export-summary.js +2 -1
- package/lib/model/export-summary.js.map +1 -1
- package/lib/model/export.d.ts +2 -3
- package/lib/model/export.js +2 -1
- package/lib/model/export.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +5 -3
- package/lib/model/file-system-summary.js +3 -1
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +17 -5
- package/lib/model/file-system.js +3 -1
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/index.d.ts +18 -1
- package/lib/model/index.js +19 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/mount-target-summary.d.ts +2 -1
- package/lib/model/mount-target-summary.js +2 -1
- package/lib/model/mount-target-summary.js.map +1 -1
- package/lib/model/mount-target.d.ts +2 -3
- package/lib/model/mount-target.js +2 -1
- package/lib/model/mount-target.js.map +1 -1
- package/lib/model/replication-estimate.d.ts +43 -0
- package/lib/model/replication-estimate.js +31 -0
- package/lib/model/replication-estimate.js.map +1 -0
- package/lib/model/replication-summary.d.ts +106 -0
- package/lib/model/replication-summary.js +44 -0
- package/lib/model/replication-summary.js.map +1 -0
- package/lib/model/replication-target-summary.d.ts +99 -0
- package/lib/model/replication-target-summary.js +44 -0
- package/lib/model/replication-target-summary.js.map +1 -0
- package/lib/model/replication-target.d.ts +150 -0
- package/lib/model/replication-target.js +59 -0
- package/lib/model/replication-target.js.map +1 -0
- package/lib/model/replication.d.ts +155 -0
- package/lib/model/replication.js +59 -0
- package/lib/model/replication.js.map +1 -0
- package/lib/model/snapshot-summary.d.ts +33 -4
- package/lib/model/snapshot-summary.js +13 -1
- package/lib/model/snapshot-summary.js.map +1 -1
- package/lib/model/snapshot.d.ts +33 -6
- package/lib/model/snapshot.js +13 -1
- package/lib/model/snapshot.js.map +1 -1
- package/lib/model/source-details.d.ts +4 -3
- package/lib/model/source-details.js +2 -1
- package/lib/model/source-details.js.map +1 -1
- package/lib/model/update-export-details.d.ts +2 -1
- package/lib/model/update-export-details.js +2 -1
- package/lib/model/update-export-details.js.map +1 -1
- package/lib/model/update-export-set-details.d.ts +2 -1
- package/lib/model/update-export-set-details.js +2 -1
- package/lib/model/update-export-set-details.js.map +1 -1
- package/lib/model/update-file-system-details.d.ts +5 -2
- package/lib/model/update-file-system-details.js +2 -1
- package/lib/model/update-file-system-details.js.map +1 -1
- package/lib/model/update-mount-target-details.d.ts +2 -1
- package/lib/model/update-mount-target-details.js +2 -1
- package/lib/model/update-mount-target-details.js.map +1 -1
- package/lib/model/update-replication-details.d.ts +56 -0
- package/lib/model/update-replication-details.js +31 -0
- package/lib/model/update-replication-details.js.map +1 -0
- package/lib/model/update-snapshot-details.d.ts +2 -1
- package/lib/model/update-snapshot-details.js +2 -1
- package/lib/model/update-snapshot-details.js.map +1 -1
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-compartment-request.d.ts +42 -0
- package/lib/request/change-replication-compartment-request.js +15 -0
- package/lib/request/change-replication-compartment-request.js.map +1 -0
- package/lib/request/create-export-request.d.ts +1 -1
- package/lib/request/create-file-system-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +38 -0
- package/lib/request/create-replication-request.js +15 -0
- package/lib/request/create-replication-request.js.map +1 -0
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +1 -1
- package/lib/request/delete-file-system-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +52 -0
- package/lib/request/delete-replication-request.js +25 -0
- package/lib/request/delete-replication-request.js.map +1 -0
- package/lib/request/delete-replication-target-request.d.ts +37 -0
- package/lib/request/delete-replication-target-request.js +15 -0
- package/lib/request/delete-replication-target-request.js.map +1 -0
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/estimate-replication-request.d.ts +41 -0
- package/lib/request/estimate-replication-request.js +15 -0
- package/lib/request/estimate-replication-request.js.map +1 -0
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +28 -0
- package/lib/request/get-replication-request.js +15 -0
- package/lib/request/get-replication-request.js.map +1 -0
- package/lib/request/get-replication-target-request.d.ts +28 -0
- package/lib/request/get-replication-target-request.js +15 -0
- package/lib/request/get-replication-target-request.js.map +1 -0
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/index.d.ts +22 -1
- package/lib/request/index.js +9 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +3 -3
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +107 -0
- package/lib/request/list-replication-targets-request.js +37 -0
- package/lib/request/list-replication-targets-request.js.map +1 -0
- package/lib/request/list-replications-request.d.ts +111 -0
- package/lib/request/list-replications-request.js +37 -0
- package/lib/request/list-replications-request.js.map +1 -0
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/update-export-request.d.ts +1 -1
- package/lib/request/update-export-set-request.d.ts +1 -1
- package/lib/request/update-file-system-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-replication-request.d.ts +42 -0
- package/lib/request/update-replication-request.js +15 -0
- package/lib/request/update-replication-request.js.map +1 -0
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/lib/response/change-replication-compartment-response.d.ts +18 -0
- package/lib/response/change-replication-compartment-response.js +15 -0
- package/lib/response/change-replication-compartment-response.js.map +1 -0
- package/lib/response/create-replication-response.d.ts +30 -0
- package/lib/response/create-replication-response.js +15 -0
- package/lib/response/create-replication-response.js.map +1 -0
- package/lib/response/delete-replication-response.d.ts +21 -0
- package/lib/response/delete-replication-response.js +15 -0
- package/lib/response/delete-replication-response.js.map +1 -0
- package/lib/response/delete-replication-target-response.d.ts +21 -0
- package/lib/response/delete-replication-target-response.js +15 -0
- package/lib/response/delete-replication-target-response.js.map +1 -0
- package/lib/response/estimate-replication-response.d.ts +30 -0
- package/lib/response/estimate-replication-response.js +15 -0
- package/lib/response/estimate-replication-response.js.map +1 -0
- package/lib/response/get-replication-response.d.ts +30 -0
- package/lib/response/get-replication-response.js +15 -0
- package/lib/response/get-replication-response.js.map +1 -0
- package/lib/response/get-replication-target-response.d.ts +30 -0
- package/lib/response/get-replication-target-response.js +15 -0
- package/lib/response/get-replication-target-response.js.map +1 -0
- package/lib/response/index.d.ts +22 -1
- package/lib/response/index.js +2 -1
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-replication-targets-response.d.ts +35 -0
- package/lib/response/list-replication-targets-response.js +15 -0
- package/lib/response/list-replication-targets-response.js.map +1 -0
- package/lib/response/list-replications-response.d.ts +35 -0
- package/lib/response/list-replications-response.js +15 -0
- package/lib/response/list-replications-response.js.map +1 -0
- package/lib/response/update-replication-response.d.ts +30 -0
- package/lib/response/update-replication-response.js +15 -0
- package/lib/response/update-replication-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* File Storage API
|
|
4
|
-
*
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mount-target.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/mount-target.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"mount-target.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/mount-target.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4FH,IAAiB,WAAW,CAwB3B;AAxBD,WAAiB,WAAW;IAC1B,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAwB3B"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File Storage API
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20171215
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Details for response from replication estimation.
|
|
17
|
+
*/
|
|
18
|
+
export interface ReplicationEstimate {
|
|
19
|
+
/**
|
|
20
|
+
* The rate of change on source filesystem which was used to provide the estimate in MegaBytes per second. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
21
|
+
*/
|
|
22
|
+
"changeRateInMBps": number;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies whether replication can be enabled on the file system.
|
|
25
|
+
*/
|
|
26
|
+
"isReplicationSupported": boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The minimum supported replication interval for specified file system in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
|
+
*/
|
|
30
|
+
"minimumSupportedIntervalInMinutes": number;
|
|
31
|
+
/**
|
|
32
|
+
* The approximate time required for the base sync between source and target to finish. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
|
+
*/
|
|
34
|
+
"estimatedBaseCopyTimeInMinutes": number;
|
|
35
|
+
/**
|
|
36
|
+
* Array of allowed target region names which can be paired with source file system.
|
|
37
|
+
*/
|
|
38
|
+
"allowedTargetRegions": Array<string>;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace ReplicationEstimate {
|
|
41
|
+
function getJsonObj(obj: ReplicationEstimate): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: ReplicationEstimate): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* File Storage API
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20171215
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ReplicationEstimate = void 0;
|
|
18
|
+
var ReplicationEstimate;
|
|
19
|
+
(function (ReplicationEstimate) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ReplicationEstimate.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ReplicationEstimate.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ReplicationEstimate = exports.ReplicationEstimate || (exports.ReplicationEstimate = {}));
|
|
31
|
+
//# sourceMappingURL=replication-estimate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replication-estimate.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/replication-estimate.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File Storage API
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20171215
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Summary information for a replication.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface ReplicationSummary {
|
|
20
|
+
/**
|
|
21
|
+
* The availability domain the replication is in. The replication must be in the same availability domain as the source file system.
|
|
22
|
+
* Example: `Uocm:PHX-AD-1`
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"availabilityDomain"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
28
|
+
*/
|
|
29
|
+
"compartmentId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
|
|
32
|
+
*/
|
|
33
|
+
"id": string;
|
|
34
|
+
/**
|
|
35
|
+
* The current state of this replication.
|
|
36
|
+
* This resource can be in a `FAILED` state if replication target is deleted instead of the replication resource.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"lifecycleState": ReplicationSummary.LifecycleState;
|
|
40
|
+
/**
|
|
41
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
42
|
+
* Avoid entering confidential information.
|
|
43
|
+
* Example: `My replication`
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"displayName": string;
|
|
47
|
+
/**
|
|
48
|
+
* The date and time the replication was created
|
|
49
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
50
|
+
* Example: `2020-02-04T21:10:29.600Z`
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"timeCreated": Date;
|
|
54
|
+
/**
|
|
55
|
+
* Duration in minutes between replication snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
56
|
+
*/
|
|
57
|
+
"replicationInterval"?: number;
|
|
58
|
+
/**
|
|
59
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
60
|
+
* with no predefined name, type, or namespace.
|
|
61
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
62
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"freeformTags"?: {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
70
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
71
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"definedTags"?: {
|
|
75
|
+
[key: string]: {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Additional information about the current `lifecycleState`.
|
|
81
|
+
*/
|
|
82
|
+
"lifecycleDetails"?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The `snapshotTime` of the most recent recoverable replication snapshot
|
|
85
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
86
|
+
* Example: `2021-04-04T20:01:29.100Z`
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
"recoveryPointTime"?: Date;
|
|
90
|
+
}
|
|
91
|
+
export declare namespace ReplicationSummary {
|
|
92
|
+
enum LifecycleState {
|
|
93
|
+
Creating = "CREATING",
|
|
94
|
+
Active = "ACTIVE",
|
|
95
|
+
Deleting = "DELETING",
|
|
96
|
+
Deleted = "DELETED",
|
|
97
|
+
Failed = "FAILED",
|
|
98
|
+
/**
|
|
99
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
100
|
+
* version of the SDK.
|
|
101
|
+
*/
|
|
102
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
103
|
+
}
|
|
104
|
+
function getJsonObj(obj: ReplicationSummary): object;
|
|
105
|
+
function getDeserializedJsonObj(obj: ReplicationSummary): object;
|
|
106
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* File Storage API
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20171215
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ReplicationSummary = void 0;
|
|
18
|
+
var ReplicationSummary;
|
|
19
|
+
(function (ReplicationSummary) {
|
|
20
|
+
let LifecycleState;
|
|
21
|
+
(function (LifecycleState) {
|
|
22
|
+
LifecycleState["Creating"] = "CREATING";
|
|
23
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
24
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
25
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
26
|
+
LifecycleState["Failed"] = "FAILED";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(LifecycleState = ReplicationSummary.LifecycleState || (ReplicationSummary.LifecycleState = {}));
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
ReplicationSummary.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
ReplicationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(ReplicationSummary = exports.ReplicationSummary || (exports.ReplicationSummary = {}));
|
|
44
|
+
//# sourceMappingURL=replication-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replication-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/replication-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4EH,IAAiB,kBAAkB,CAwBlC;AAxBD,WAAiB,kBAAkB;IACjC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,iCAAc,KAAd,iCAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAwBlC"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File Storage API
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20171215
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Summary information for replication target.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface ReplicationTargetSummary {
|
|
20
|
+
/**
|
|
21
|
+
* The availability domain the replication target is in. Must be in the same availability domain as the target file system.
|
|
22
|
+
* Example: `Uocm:PHX-AD-1`
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"availabilityDomain"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
28
|
+
*/
|
|
29
|
+
"compartmentId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication target.
|
|
32
|
+
*/
|
|
33
|
+
"id": string;
|
|
34
|
+
/**
|
|
35
|
+
* The current state of this replication.
|
|
36
|
+
*/
|
|
37
|
+
"lifecycleState": ReplicationTargetSummary.LifecycleState;
|
|
38
|
+
/**
|
|
39
|
+
* A user-friendly name. This name is the same as the associated replication name.
|
|
40
|
+
* Example: `My replication`
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"displayName": string;
|
|
44
|
+
/**
|
|
45
|
+
* The date and time the replication was created
|
|
46
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
47
|
+
* Example: `2021-02-02T21:10:29.600Z`
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"timeCreated": Date;
|
|
51
|
+
/**
|
|
52
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
53
|
+
* with no predefined name, type, or namespace.
|
|
54
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
55
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"freeformTags"?: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
64
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"definedTags"?: {
|
|
68
|
+
[key: string]: {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Additional information about the current 'lifecycleState'.
|
|
74
|
+
*/
|
|
75
|
+
"lifecycleDetails"?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The snapshotTime of the most recent recoverable replication snapshot
|
|
78
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
79
|
+
* Example: `2021-04-04T20:01:29.100Z`
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"recoveryPointTime"?: Date;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace ReplicationTargetSummary {
|
|
85
|
+
enum LifecycleState {
|
|
86
|
+
Creating = "CREATING",
|
|
87
|
+
Active = "ACTIVE",
|
|
88
|
+
Deleting = "DELETING",
|
|
89
|
+
Deleted = "DELETED",
|
|
90
|
+
Failed = "FAILED",
|
|
91
|
+
/**
|
|
92
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
93
|
+
* version of the SDK.
|
|
94
|
+
*/
|
|
95
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
96
|
+
}
|
|
97
|
+
function getJsonObj(obj: ReplicationTargetSummary): object;
|
|
98
|
+
function getDeserializedJsonObj(obj: ReplicationTargetSummary): object;
|
|
99
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* File Storage API
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20171215
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ReplicationTargetSummary = void 0;
|
|
18
|
+
var ReplicationTargetSummary;
|
|
19
|
+
(function (ReplicationTargetSummary) {
|
|
20
|
+
let LifecycleState;
|
|
21
|
+
(function (LifecycleState) {
|
|
22
|
+
LifecycleState["Creating"] = "CREATING";
|
|
23
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
24
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
25
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
26
|
+
LifecycleState["Failed"] = "FAILED";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(LifecycleState = ReplicationTargetSummary.LifecycleState || (ReplicationTargetSummary.LifecycleState = {}));
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
ReplicationTargetSummary.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
ReplicationTargetSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(ReplicationTargetSummary = exports.ReplicationTargetSummary || (exports.ReplicationTargetSummary = {}));
|
|
44
|
+
//# sourceMappingURL=replication-target-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replication-target-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/replication-target-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAqEH,IAAiB,wBAAwB,CAwBxC;AAxBD,WAAiB,wBAAwB;IACvC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,uCAAc,KAAd,uCAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAwBxC"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File Storage API
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20171215
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Replication targets are associated with a primary resource called a {@link Replication}
|
|
17
|
+
* located in another availability domain in the same or different region.
|
|
18
|
+
* The replication retrieves the delta of data between two snapshots of a source file system
|
|
19
|
+
* and sends it to the associated `ReplicationTarget`, which applies it to the target
|
|
20
|
+
* file system.
|
|
21
|
+
* All operations (except `DELETE`) must be done using the associated replication resource.
|
|
22
|
+
* Deleting a `ReplicationTarget` allows the target file system to be exported.
|
|
23
|
+
* Deleting a `ReplicationTarget` does not delete the associated `Replication` resource, but places it in a `FAILED` state.
|
|
24
|
+
* For more information, see [File System Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface ReplicationTarget {
|
|
28
|
+
/**
|
|
29
|
+
* The availability domain the replication resource is in. May be unset
|
|
30
|
+
* as a blank or NULL value.
|
|
31
|
+
* <p>
|
|
32
|
+
Example: `Uocm:PHX-AD-1`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"availabilityDomain"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
38
|
+
*/
|
|
39
|
+
"compartmentId": string;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
|
|
42
|
+
*/
|
|
43
|
+
"id": string;
|
|
44
|
+
/**
|
|
45
|
+
* The current state of this replication.
|
|
46
|
+
*/
|
|
47
|
+
"lifecycleState": ReplicationTarget.LifecycleState;
|
|
48
|
+
/**
|
|
49
|
+
* A user-friendly name. This name is same as the replication display name for the associated resource.
|
|
50
|
+
* Example: `My Replication`
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"displayName": string;
|
|
54
|
+
/**
|
|
55
|
+
* The date and time the replication target was created in target region.
|
|
56
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
57
|
+
* Example: `2021-01-04T20:01:29.100Z`
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeCreated": Date;
|
|
61
|
+
/**
|
|
62
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of source filesystem.
|
|
63
|
+
*/
|
|
64
|
+
"sourceId": string;
|
|
65
|
+
/**
|
|
66
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of target filesystem.
|
|
67
|
+
*/
|
|
68
|
+
"targetId": string;
|
|
69
|
+
/**
|
|
70
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of replication.
|
|
71
|
+
*/
|
|
72
|
+
"replicationId": string;
|
|
73
|
+
/**
|
|
74
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the last snapshot snapshot which was completely applied to the target file system.
|
|
75
|
+
* Empty while the initial snapshot is being applied.
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"lastSnapshotId"?: string;
|
|
79
|
+
/**
|
|
80
|
+
* The snapshotTime of the most recent recoverable replication snapshot
|
|
81
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
82
|
+
* Example: `2021-04-04T20:01:29.100Z`
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"recoveryPointTime"?: Date;
|
|
86
|
+
/**
|
|
87
|
+
* The current state of the snapshot during replication operations.
|
|
88
|
+
*/
|
|
89
|
+
"deltaStatus"?: ReplicationTarget.DeltaStatus;
|
|
90
|
+
/**
|
|
91
|
+
* Percentage progress of the current replication cycle.
|
|
92
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
93
|
+
*/
|
|
94
|
+
"deltaProgress"?: number;
|
|
95
|
+
/**
|
|
96
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
97
|
+
* with no predefined name, type, or namespace.
|
|
98
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
99
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
"freeformTags"?: {
|
|
103
|
+
[key: string]: string;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
107
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
108
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
"definedTags"?: {
|
|
112
|
+
[key: string]: {
|
|
113
|
+
[key: string]: any;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Additional information about the current `lifecycleState`.
|
|
118
|
+
*/
|
|
119
|
+
"lifecycleDetails"?: string;
|
|
120
|
+
}
|
|
121
|
+
export declare namespace ReplicationTarget {
|
|
122
|
+
enum LifecycleState {
|
|
123
|
+
Creating = "CREATING",
|
|
124
|
+
Active = "ACTIVE",
|
|
125
|
+
Deleting = "DELETING",
|
|
126
|
+
Deleted = "DELETED",
|
|
127
|
+
Failed = "FAILED",
|
|
128
|
+
/**
|
|
129
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
130
|
+
* version of the SDK.
|
|
131
|
+
*/
|
|
132
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
133
|
+
}
|
|
134
|
+
enum DeltaStatus {
|
|
135
|
+
Idle = "IDLE",
|
|
136
|
+
Capturing = "CAPTURING",
|
|
137
|
+
Applying = "APPLYING",
|
|
138
|
+
ServiceError = "SERVICE_ERROR",
|
|
139
|
+
UserError = "USER_ERROR",
|
|
140
|
+
Failed = "FAILED",
|
|
141
|
+
Transferring = "TRANSFERRING",
|
|
142
|
+
/**
|
|
143
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
144
|
+
* version of the SDK.
|
|
145
|
+
*/
|
|
146
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
147
|
+
}
|
|
148
|
+
function getJsonObj(obj: ReplicationTarget): object;
|
|
149
|
+
function getDeserializedJsonObj(obj: ReplicationTarget): object;
|
|
150
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* File Storage API
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20171215
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ReplicationTarget = void 0;
|
|
18
|
+
var ReplicationTarget;
|
|
19
|
+
(function (ReplicationTarget) {
|
|
20
|
+
let LifecycleState;
|
|
21
|
+
(function (LifecycleState) {
|
|
22
|
+
LifecycleState["Creating"] = "CREATING";
|
|
23
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
24
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
25
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
26
|
+
LifecycleState["Failed"] = "FAILED";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(LifecycleState = ReplicationTarget.LifecycleState || (ReplicationTarget.LifecycleState = {}));
|
|
33
|
+
let DeltaStatus;
|
|
34
|
+
(function (DeltaStatus) {
|
|
35
|
+
DeltaStatus["Idle"] = "IDLE";
|
|
36
|
+
DeltaStatus["Capturing"] = "CAPTURING";
|
|
37
|
+
DeltaStatus["Applying"] = "APPLYING";
|
|
38
|
+
DeltaStatus["ServiceError"] = "SERVICE_ERROR";
|
|
39
|
+
DeltaStatus["UserError"] = "USER_ERROR";
|
|
40
|
+
DeltaStatus["Failed"] = "FAILED";
|
|
41
|
+
DeltaStatus["Transferring"] = "TRANSFERRING";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
DeltaStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(DeltaStatus = ReplicationTarget.DeltaStatus || (ReplicationTarget.DeltaStatus = {}));
|
|
48
|
+
function getJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ReplicationTarget.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
ReplicationTarget.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
58
|
+
})(ReplicationTarget = exports.ReplicationTarget || (exports.ReplicationTarget = {}));
|
|
59
|
+
//# sourceMappingURL=replication-target.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replication-target.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/replication-target.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0GH,IAAiB,iBAAiB,CAuCjC;AAvCD,WAAiB,iBAAiB;IAChC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAWzB;IAED,IAAY,WAaX;IAbD,WAAY,WAAW;QACrB,4BAAa,CAAA;QACb,sCAAuB,CAAA;QACvB,oCAAqB,CAAA;QACrB,6CAA8B,CAAA;QAC9B,uCAAwB,CAAA;QACxB,gCAAiB,CAAA;QACjB,4CAA6B,CAAA;QAC7B;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAbW,WAAW,GAAX,6BAAW,KAAX,6BAAW,QAatB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuCjC"}
|