oci-filestorage 2.42.0 → 2.44.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":"create-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-mount-target-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-mount-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmGH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,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,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 creating the replication and replication target.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateReplicationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source file system.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"sourceId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the target file system.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"targetId": string;
|
|
33
|
+
/**
|
|
34
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
35
|
+
* Avoid entering confidential information.
|
|
36
|
+
* An associated replication target will also created with the same `displayName`.
|
|
37
|
+
* Example: `My replication`
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"displayName"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Duration in minutes between replication snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
43
|
+
*/
|
|
44
|
+
"replicationInterval"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
47
|
+
* with no predefined name, type, or namespace.
|
|
48
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
49
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"freeformTags"?: {
|
|
53
|
+
[key: string]: string;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
57
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
58
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"definedTags"?: {
|
|
62
|
+
[key: string]: {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
export declare namespace CreateReplicationDetails {
|
|
68
|
+
function getJsonObj(obj: CreateReplicationDetails): object;
|
|
69
|
+
function getDeserializedJsonObj(obj: CreateReplicationDetails): object;
|
|
70
|
+
}
|
|
@@ -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.CreateReplicationDetails = void 0;
|
|
18
|
+
var CreateReplicationDetails;
|
|
19
|
+
(function (CreateReplicationDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
CreateReplicationDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
CreateReplicationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(CreateReplicationDetails = exports.CreateReplicationDetails || (exports.CreateReplicationDetails = {}));
|
|
31
|
+
//# sourceMappingURL=create-replication-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-replication-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-replication-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAoDH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,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,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -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":"create-snapshot-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-snapshot-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-snapshot-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-snapshot-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAyCH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -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":"export-set-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-set-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"export-set-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-set-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAoDH,IAAiB,gBAAgB,CAuBhC;AAvBD,WAAiB,gBAAgB;IAC/B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAUzB;IAED,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,EAvBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAuBhC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -14,8 +15,6 @@
|
|
|
14
15
|
/**
|
|
15
16
|
* A set of file systems to export through one or more mount
|
|
16
17
|
* targets. Composed of zero or more export resources.
|
|
17
|
-
* <p>
|
|
18
|
-
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
19
18
|
*
|
|
20
19
|
*/
|
|
21
20
|
export interface ExportSet {
|
package/lib/model/export-set.js
CHANGED
|
@@ -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":"export-set.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-set.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"export-set.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-set.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+EH,IAAiB,SAAS,CAuBzB;AAvBD,WAAiB,SAAS;IACxB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAuBzB"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -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":"export-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"export-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6CH,IAAiB,aAAa,CAuB7B;AAvBD,WAAiB,aAAa;IAC5B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAuB7B"}
|
package/lib/model/export.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -46,8 +47,6 @@ No two non-'DELETED' export resources in the same export set can
|
|
|
46
47
|
* <p>
|
|
47
48
|
Use `exportOptions` to control access to an export. For more information, see
|
|
48
49
|
* [Export Options](https://docs.cloud.oracle.com/Content/File/Tasks/exportoptions.htm).
|
|
49
|
-
* <p>
|
|
50
|
-
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
51
50
|
*
|
|
52
51
|
*/
|
|
53
52
|
export interface Export {
|
package/lib/model/export.js
CHANGED
|
@@ -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
|
*
|
package/lib/model/export.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"export.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"export.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwGlC,IAAiB,MAAM,CAyCtB;AAzCD,WAAiB,MAAM;IACrB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,qBAAc,KAAd,qBAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAyCtB"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -90,7 +91,7 @@ export interface FileSystemSummary {
|
|
|
90
91
|
"sourceDetails"?: model.SourceDetails;
|
|
91
92
|
/**
|
|
92
93
|
* Specifies whether the file system has been cloned.
|
|
93
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
94
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
94
95
|
*
|
|
95
96
|
*/
|
|
96
97
|
"isCloneParent"?: boolean;
|
|
@@ -98,7 +99,7 @@ export interface FileSystemSummary {
|
|
|
98
99
|
* Specifies whether the data has finished copying from the source to the clone.
|
|
99
100
|
* Hydration can take up to several hours to complete depending on the size of the source.
|
|
100
101
|
* The source and clone remain available during hydration, but there may be some performance impact.
|
|
101
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
102
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm#hydration).
|
|
102
103
|
*
|
|
103
104
|
*/
|
|
104
105
|
"isHydrated"?: boolean;
|
|
@@ -113,6 +114,7 @@ export declare namespace FileSystemSummary {
|
|
|
113
114
|
Active = "ACTIVE",
|
|
114
115
|
Deleting = "DELETING",
|
|
115
116
|
Deleted = "DELETED",
|
|
117
|
+
Failed = "FAILED",
|
|
116
118
|
/**
|
|
117
119
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
118
120
|
* version of the SDK.
|
|
@@ -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
|
*
|
|
@@ -42,6 +43,7 @@ var FileSystemSummary;
|
|
|
42
43
|
LifecycleState["Active"] = "ACTIVE";
|
|
43
44
|
LifecycleState["Deleting"] = "DELETING";
|
|
44
45
|
LifecycleState["Deleted"] = "DELETED";
|
|
46
|
+
LifecycleState["Failed"] = "FAILED";
|
|
45
47
|
/**
|
|
46
48
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
49
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-system-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"file-system-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6FlC,IAAiB,iBAAiB,CAsCjC;AAtCD,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,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAsB,yBAWrC,CAAA;AACH,CAAC,EAtCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAsCjC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -23,8 +24,6 @@ To use any of the API operations, you must be authorized in an
|
|
|
23
24
|
* administrator. If you're an administrator who needs to write
|
|
24
25
|
* policies to give users access, see [Getting Started with
|
|
25
26
|
* Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
26
|
-
* <p>
|
|
27
|
-
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
28
27
|
*
|
|
29
28
|
*/
|
|
30
29
|
export interface FileSystem {
|
|
@@ -102,7 +101,7 @@ export interface FileSystem {
|
|
|
102
101
|
"sourceDetails"?: model.SourceDetails;
|
|
103
102
|
/**
|
|
104
103
|
* Specifies whether the file system has been cloned.
|
|
105
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
104
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
106
105
|
*
|
|
107
106
|
*/
|
|
108
107
|
"isCloneParent"?: boolean;
|
|
@@ -110,7 +109,7 @@ export interface FileSystem {
|
|
|
110
109
|
* Specifies whether the data has finished copying from the source to the clone.
|
|
111
110
|
* Hydration can take up to several hours to complete depending on the size of the source.
|
|
112
111
|
* The source and clone remain available during hydration, but there may be some performance impact.
|
|
113
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
112
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm#hydration).
|
|
114
113
|
*
|
|
115
114
|
*/
|
|
116
115
|
"isHydrated"?: boolean;
|
|
@@ -118,6 +117,18 @@ export interface FileSystem {
|
|
|
118
117
|
* Additional information about the current 'lifecycleState'.
|
|
119
118
|
*/
|
|
120
119
|
"lifecycleDetails"?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Specifies whether the file system can be used as a target file system for replication.
|
|
122
|
+
* For more information, see [Using Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/using-replication.htm).
|
|
123
|
+
*
|
|
124
|
+
*/
|
|
125
|
+
"isTargetable"?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication target associated with the file system.
|
|
128
|
+
* Empty if the file system is not being used as target in a replication.
|
|
129
|
+
*
|
|
130
|
+
*/
|
|
131
|
+
"replicationTargetId"?: string;
|
|
121
132
|
}
|
|
122
133
|
export declare namespace FileSystem {
|
|
123
134
|
enum LifecycleState {
|
|
@@ -125,6 +136,7 @@ export declare namespace FileSystem {
|
|
|
125
136
|
Active = "ACTIVE",
|
|
126
137
|
Deleting = "DELETING",
|
|
127
138
|
Deleted = "DELETED",
|
|
139
|
+
Failed = "FAILED",
|
|
128
140
|
/**
|
|
129
141
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
130
142
|
* version of the SDK.
|
package/lib/model/file-system.js
CHANGED
|
@@ -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
|
*
|
|
@@ -42,6 +43,7 @@ var FileSystem;
|
|
|
42
43
|
LifecycleState["Active"] = "ACTIVE";
|
|
43
44
|
LifecycleState["Deleting"] = "DELETING";
|
|
44
45
|
LifecycleState["Deleted"] = "DELETED";
|
|
46
|
+
LifecycleState["Failed"] = "FAILED";
|
|
45
47
|
/**
|
|
46
48
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
49
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-system.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"file-system.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmHlC,IAAiB,UAAU,CAsC1B;AAtCD,WAAiB,UAAU;IACzB,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,yBAAc,KAAd,yBAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iCAAsB,yBAWrC,CAAA;AACH,CAAC,EAtCgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAsC1B"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -15,6 +16,8 @@ import * as ChangeFileSystemCompartmentDetails from "./change-file-system-compar
|
|
|
15
16
|
export import ChangeFileSystemCompartmentDetails = ChangeFileSystemCompartmentDetails.ChangeFileSystemCompartmentDetails;
|
|
16
17
|
import * as ChangeMountTargetCompartmentDetails from "./change-mount-target-compartment-details";
|
|
17
18
|
export import ChangeMountTargetCompartmentDetails = ChangeMountTargetCompartmentDetails.ChangeMountTargetCompartmentDetails;
|
|
19
|
+
import * as ChangeReplicationCompartmentDetails from "./change-replication-compartment-details";
|
|
20
|
+
export import ChangeReplicationCompartmentDetails = ChangeReplicationCompartmentDetails.ChangeReplicationCompartmentDetails;
|
|
18
21
|
import * as ClientOptions from "./client-options";
|
|
19
22
|
export import ClientOptions = ClientOptions.ClientOptions;
|
|
20
23
|
import * as CreateExportDetails from "./create-export-details";
|
|
@@ -23,6 +26,8 @@ import * as CreateFileSystemDetails from "./create-file-system-details";
|
|
|
23
26
|
export import CreateFileSystemDetails = CreateFileSystemDetails.CreateFileSystemDetails;
|
|
24
27
|
import * as CreateMountTargetDetails from "./create-mount-target-details";
|
|
25
28
|
export import CreateMountTargetDetails = CreateMountTargetDetails.CreateMountTargetDetails;
|
|
29
|
+
import * as CreateReplicationDetails from "./create-replication-details";
|
|
30
|
+
export import CreateReplicationDetails = CreateReplicationDetails.CreateReplicationDetails;
|
|
26
31
|
import * as CreateSnapshotDetails from "./create-snapshot-details";
|
|
27
32
|
export import CreateSnapshotDetails = CreateSnapshotDetails.CreateSnapshotDetails;
|
|
28
33
|
import * as Export from "./export";
|
|
@@ -41,6 +46,16 @@ import * as MountTarget from "./mount-target";
|
|
|
41
46
|
export import MountTarget = MountTarget.MountTarget;
|
|
42
47
|
import * as MountTargetSummary from "./mount-target-summary";
|
|
43
48
|
export import MountTargetSummary = MountTargetSummary.MountTargetSummary;
|
|
49
|
+
import * as Replication from "./replication";
|
|
50
|
+
export import Replication = Replication.Replication;
|
|
51
|
+
import * as ReplicationEstimate from "./replication-estimate";
|
|
52
|
+
export import ReplicationEstimate = ReplicationEstimate.ReplicationEstimate;
|
|
53
|
+
import * as ReplicationSummary from "./replication-summary";
|
|
54
|
+
export import ReplicationSummary = ReplicationSummary.ReplicationSummary;
|
|
55
|
+
import * as ReplicationTarget from "./replication-target";
|
|
56
|
+
export import ReplicationTarget = ReplicationTarget.ReplicationTarget;
|
|
57
|
+
import * as ReplicationTargetSummary from "./replication-target-summary";
|
|
58
|
+
export import ReplicationTargetSummary = ReplicationTargetSummary.ReplicationTargetSummary;
|
|
44
59
|
import * as Snapshot from "./snapshot";
|
|
45
60
|
export import Snapshot = Snapshot.Snapshot;
|
|
46
61
|
import * as SnapshotSummary from "./snapshot-summary";
|
|
@@ -55,5 +70,7 @@ import * as UpdateFileSystemDetails from "./update-file-system-details";
|
|
|
55
70
|
export import UpdateFileSystemDetails = UpdateFileSystemDetails.UpdateFileSystemDetails;
|
|
56
71
|
import * as UpdateMountTargetDetails from "./update-mount-target-details";
|
|
57
72
|
export import UpdateMountTargetDetails = UpdateMountTargetDetails.UpdateMountTargetDetails;
|
|
73
|
+
import * as UpdateReplicationDetails from "./update-replication-details";
|
|
74
|
+
export import UpdateReplicationDetails = UpdateReplicationDetails.UpdateReplicationDetails;
|
|
58
75
|
import * as UpdateSnapshotDetails from "./update-snapshot-details";
|
|
59
76
|
export import UpdateSnapshotDetails = UpdateSnapshotDetails.UpdateSnapshotDetails;
|
package/lib/model/index.js
CHANGED
|
@@ -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
|
*
|
|
@@ -32,11 +33,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
33
|
return result;
|
|
33
34
|
};
|
|
34
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.UpdateSnapshotDetails = exports.UpdateMountTargetDetails = exports.UpdateFileSystemDetails = exports.UpdateExportSetDetails = exports.UpdateExportDetails = exports.SourceDetails = exports.SnapshotSummary = exports.Snapshot = exports.MountTargetSummary = exports.MountTarget = exports.FileSystemSummary = exports.FileSystem = exports.ExportSummary = exports.ExportSetSummary = exports.ExportSet = exports.Export = exports.CreateSnapshotDetails = exports.CreateMountTargetDetails = exports.CreateFileSystemDetails = exports.CreateExportDetails = exports.ClientOptions = exports.ChangeMountTargetCompartmentDetails = exports.ChangeFileSystemCompartmentDetails = void 0;
|
|
36
|
+
exports.UpdateSnapshotDetails = exports.UpdateReplicationDetails = exports.UpdateMountTargetDetails = exports.UpdateFileSystemDetails = exports.UpdateExportSetDetails = exports.UpdateExportDetails = exports.SourceDetails = exports.SnapshotSummary = exports.Snapshot = exports.ReplicationTargetSummary = exports.ReplicationTarget = exports.ReplicationSummary = exports.ReplicationEstimate = exports.Replication = exports.MountTargetSummary = exports.MountTarget = exports.FileSystemSummary = exports.FileSystem = exports.ExportSummary = exports.ExportSetSummary = exports.ExportSet = exports.Export = exports.CreateSnapshotDetails = exports.CreateReplicationDetails = exports.CreateMountTargetDetails = exports.CreateFileSystemDetails = exports.CreateExportDetails = exports.ClientOptions = exports.ChangeReplicationCompartmentDetails = exports.ChangeMountTargetCompartmentDetails = exports.ChangeFileSystemCompartmentDetails = void 0;
|
|
36
37
|
const ChangeFileSystemCompartmentDetails = __importStar(require("./change-file-system-compartment-details"));
|
|
37
38
|
exports.ChangeFileSystemCompartmentDetails = ChangeFileSystemCompartmentDetails.ChangeFileSystemCompartmentDetails;
|
|
38
39
|
const ChangeMountTargetCompartmentDetails = __importStar(require("./change-mount-target-compartment-details"));
|
|
39
40
|
exports.ChangeMountTargetCompartmentDetails = ChangeMountTargetCompartmentDetails.ChangeMountTargetCompartmentDetails;
|
|
41
|
+
const ChangeReplicationCompartmentDetails = __importStar(require("./change-replication-compartment-details"));
|
|
42
|
+
exports.ChangeReplicationCompartmentDetails = ChangeReplicationCompartmentDetails.ChangeReplicationCompartmentDetails;
|
|
40
43
|
const ClientOptions = __importStar(require("./client-options"));
|
|
41
44
|
exports.ClientOptions = ClientOptions.ClientOptions;
|
|
42
45
|
const CreateExportDetails = __importStar(require("./create-export-details"));
|
|
@@ -45,6 +48,8 @@ const CreateFileSystemDetails = __importStar(require("./create-file-system-detai
|
|
|
45
48
|
exports.CreateFileSystemDetails = CreateFileSystemDetails.CreateFileSystemDetails;
|
|
46
49
|
const CreateMountTargetDetails = __importStar(require("./create-mount-target-details"));
|
|
47
50
|
exports.CreateMountTargetDetails = CreateMountTargetDetails.CreateMountTargetDetails;
|
|
51
|
+
const CreateReplicationDetails = __importStar(require("./create-replication-details"));
|
|
52
|
+
exports.CreateReplicationDetails = CreateReplicationDetails.CreateReplicationDetails;
|
|
48
53
|
const CreateSnapshotDetails = __importStar(require("./create-snapshot-details"));
|
|
49
54
|
exports.CreateSnapshotDetails = CreateSnapshotDetails.CreateSnapshotDetails;
|
|
50
55
|
const Export = __importStar(require("./export"));
|
|
@@ -63,6 +68,16 @@ const MountTarget = __importStar(require("./mount-target"));
|
|
|
63
68
|
exports.MountTarget = MountTarget.MountTarget;
|
|
64
69
|
const MountTargetSummary = __importStar(require("./mount-target-summary"));
|
|
65
70
|
exports.MountTargetSummary = MountTargetSummary.MountTargetSummary;
|
|
71
|
+
const Replication = __importStar(require("./replication"));
|
|
72
|
+
exports.Replication = Replication.Replication;
|
|
73
|
+
const ReplicationEstimate = __importStar(require("./replication-estimate"));
|
|
74
|
+
exports.ReplicationEstimate = ReplicationEstimate.ReplicationEstimate;
|
|
75
|
+
const ReplicationSummary = __importStar(require("./replication-summary"));
|
|
76
|
+
exports.ReplicationSummary = ReplicationSummary.ReplicationSummary;
|
|
77
|
+
const ReplicationTarget = __importStar(require("./replication-target"));
|
|
78
|
+
exports.ReplicationTarget = ReplicationTarget.ReplicationTarget;
|
|
79
|
+
const ReplicationTargetSummary = __importStar(require("./replication-target-summary"));
|
|
80
|
+
exports.ReplicationTargetSummary = ReplicationTargetSummary.ReplicationTargetSummary;
|
|
66
81
|
const Snapshot = __importStar(require("./snapshot"));
|
|
67
82
|
exports.Snapshot = Snapshot.Snapshot;
|
|
68
83
|
const SnapshotSummary = __importStar(require("./snapshot-summary"));
|
|
@@ -77,6 +92,8 @@ const UpdateFileSystemDetails = __importStar(require("./update-file-system-detai
|
|
|
77
92
|
exports.UpdateFileSystemDetails = UpdateFileSystemDetails.UpdateFileSystemDetails;
|
|
78
93
|
const UpdateMountTargetDetails = __importStar(require("./update-mount-target-details"));
|
|
79
94
|
exports.UpdateMountTargetDetails = UpdateMountTargetDetails.UpdateMountTargetDetails;
|
|
95
|
+
const UpdateReplicationDetails = __importStar(require("./update-replication-details"));
|
|
96
|
+
exports.UpdateReplicationDetails = UpdateReplicationDetails.UpdateReplicationDetails;
|
|
80
97
|
const UpdateSnapshotDetails = __importStar(require("./update-snapshot-details"));
|
|
81
98
|
exports.UpdateSnapshotDetails = UpdateSnapshotDetails.UpdateSnapshotDetails;
|
|
82
99
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,2DAA6C;AAC/B,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,4EAA8D;AAChD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -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-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/mount-target-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"mount-target-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/mount-target-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAsFH,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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
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).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -15,8 +16,6 @@
|
|
|
15
16
|
* Provides access to a collection of file systems through one or more VNICs on a
|
|
16
17
|
* specified subnet. The set of file systems is controlled through the
|
|
17
18
|
* referenced export set.
|
|
18
|
-
* <p>
|
|
19
|
-
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
20
19
|
*
|
|
21
20
|
*/
|
|
22
21
|
export interface MountTarget {
|