oci-filestorage 2.61.0 → 2.62.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/lib/client.d.ts +170 -43
- package/lib/client.js +610 -43
- package/lib/client.js.map +1 -1
- package/lib/filestorage-waiter.d.ts +8 -0
- package/lib/filestorage-waiter.js +12 -0
- package/lib/filestorage-waiter.js.map +1 -1
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.d.ts +28 -0
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.js +31 -0
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.js.map +1 -0
- package/lib/model/client-options.d.ts +1 -1
- package/lib/model/create-export-details.d.ts +6 -2
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +8 -0
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-filesystem-snapshot-policy-details.d.ts +82 -0
- package/lib/model/create-filesystem-snapshot-policy-details.js +63 -0
- package/lib/model/create-filesystem-snapshot-policy-details.js.map +1 -0
- package/lib/model/create-snapshot-details.d.ts +4 -0
- package/lib/model/create-snapshot-details.js.map +1 -1
- package/lib/model/file-system.d.ts +6 -0
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy-summary.d.ts +99 -0
- package/lib/model/filesystem-snapshot-policy-summary.js +45 -0
- package/lib/model/filesystem-snapshot-policy-summary.js.map +1 -0
- package/lib/model/filesystem-snapshot-policy.d.ts +112 -0
- package/lib/model/filesystem-snapshot-policy.js +77 -0
- package/lib/model/filesystem-snapshot-policy.js.map +1 -0
- package/lib/model/index.d.ts +12 -0
- package/lib/model/index.js +13 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/snapshot-schedule.d.ts +132 -0
- package/lib/model/snapshot-schedule.js +89 -0
- package/lib/model/snapshot-schedule.js.map +1 -0
- package/lib/model/snapshot-summary.d.ts +4 -0
- package/lib/model/snapshot-summary.js.map +1 -1
- package/lib/model/snapshot.d.ts +9 -0
- package/lib/model/snapshot.js.map +1 -1
- package/lib/model/update-file-system-details.d.ts +8 -0
- package/lib/model/update-file-system-details.js.map +1 -1
- package/lib/model/update-filesystem-snapshot-policy-details.d.ts +71 -0
- package/lib/model/update-filesystem-snapshot-policy-details.js +63 -0
- package/lib/model/update-filesystem-snapshot-policy-details.js.map +1 -0
- package/lib/model/update-snapshot-details.d.ts +7 -0
- 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-filesystem-snapshot-policy-compartment-request.d.ts +42 -0
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.js +15 -0
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.js.map +1 -0
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-compartment-request.d.ts +1 -1
- 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-filesystem-snapshot-policy-request.d.ts +38 -0
- package/lib/request/create-filesystem-snapshot-policy-request.js +15 -0
- package/lib/request/create-filesystem-snapshot-policy-request.js.map +1 -0
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +1 -1
- 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-filesystem-snapshot-policy-request.d.ts +37 -0
- package/lib/request/delete-filesystem-snapshot-policy-request.js +15 -0
- package/lib/request/delete-filesystem-snapshot-policy-request.js.map +1 -0
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +1 -1
- package/lib/request/delete-replication-target-request.d.ts +1 -1
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/estimate-replication-request.d.ts +1 -1
- 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-filesystem-snapshot-policy-request.d.ts +28 -0
- package/lib/request/get-filesystem-snapshot-policy-request.js +15 -0
- package/lib/request/get-filesystem-snapshot-policy-request.js.map +1 -0
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +1 -1
- package/lib/request/get-replication-target-request.d.ts +1 -1
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +3 -1
- 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 +7 -1
- package/lib/request/list-file-systems-request.js.map +1 -1
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +108 -0
- package/lib/request/list-filesystem-snapshot-policies-request.js +38 -0
- package/lib/request/list-filesystem-snapshot-policies-request.js.map +1 -0
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +1 -1
- package/lib/request/list-replications-request.d.ts +1 -1
- package/lib/request/list-snapshots-request.d.ts +15 -5
- package/lib/request/list-snapshots-request.js.map +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +37 -0
- package/lib/request/pause-filesystem-snapshot-policy-request.js +15 -0
- package/lib/request/pause-filesystem-snapshot-policy-request.js.map +1 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +37 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.js +15 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.js.map +1 -0
- 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-filesystem-snapshot-policy-request.d.ts +42 -0
- package/lib/request/update-filesystem-snapshot-policy-request.js +15 -0
- package/lib/request/update-filesystem-snapshot-policy-request.js.map +1 -0
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-replication-request.d.ts +1 -1
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/lib/response/change-filesystem-snapshot-policy-compartment-response.d.ts +18 -0
- package/lib/response/change-filesystem-snapshot-policy-compartment-response.js +15 -0
- package/lib/response/change-filesystem-snapshot-policy-compartment-response.js.map +1 -0
- package/lib/response/create-filesystem-snapshot-policy-response.d.ts +30 -0
- package/lib/response/create-filesystem-snapshot-policy-response.js +15 -0
- package/lib/response/create-filesystem-snapshot-policy-response.js.map +1 -0
- package/lib/response/delete-filesystem-snapshot-policy-response.d.ts +21 -0
- package/lib/response/delete-filesystem-snapshot-policy-response.js +15 -0
- package/lib/response/delete-filesystem-snapshot-policy-response.js.map +1 -0
- package/lib/response/get-filesystem-snapshot-policy-response.d.ts +30 -0
- package/lib/response/get-filesystem-snapshot-policy-response.js +15 -0
- package/lib/response/get-filesystem-snapshot-policy-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-filesystem-snapshot-policies-response.d.ts +35 -0
- package/lib/response/list-filesystem-snapshot-policies-response.js +15 -0
- package/lib/response/list-filesystem-snapshot-policies-response.js.map +1 -0
- package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +30 -0
- package/lib/response/pause-filesystem-snapshot-policy-response.js +15 -0
- package/lib/response/pause-filesystem-snapshot-policy-response.js.map +1 -0
- package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +30 -0
- package/lib/response/unpause-filesystem-snapshot-policy-response.js +15 -0
- package/lib/response/unpause-filesystem-snapshot-policy-response.js.map +1 -0
- package/lib/response/update-filesystem-snapshot-policy-response.d.ts +30 -0
- package/lib/response/update-filesystem-snapshot-policy-response.js +15 -0
- package/lib/response/update-filesystem-snapshot-policy-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -12,13 +12,9 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSnapshotsRequest extends common.BaseRequest {
|
|
18
|
-
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system.
|
|
20
|
-
*/
|
|
21
|
-
"fileSystemId": string;
|
|
22
18
|
/**
|
|
23
19
|
* For list pagination. The maximum number of results per page,
|
|
24
20
|
* or items to return in a paginated \"List\" call.
|
|
@@ -52,6 +48,20 @@ export interface ListSnapshotsRequest extends common.BaseRequest {
|
|
|
52
48
|
*
|
|
53
49
|
*/
|
|
54
50
|
"id"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy
|
|
53
|
+
* that is used to create the snapshots.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"filesystemSnapshotPolicyId"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
59
|
+
*/
|
|
60
|
+
"compartmentId"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system.
|
|
63
|
+
*/
|
|
64
|
+
"fileSystemId"?: string;
|
|
55
65
|
/**
|
|
56
66
|
* The sort order to use, either 'asc' or 'desc', where 'asc' is
|
|
57
67
|
* ascending and 'desc' is descending. The default order is 'desc'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-snapshots-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-snapshots-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-snapshots-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-snapshots-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuEH,IAAiB,oBAAoB,CAapC;AAbD,WAAiB,oBAAoB;IACnC,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,mCAAc,KAAd,mCAAc,QAMzB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8BAAS,KAAT,8BAAS,QAGpB;AACH,CAAC,EAbgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAapC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface PauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
20
|
+
*/
|
|
21
|
+
"filesystemSnapshotPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier for the request.
|
|
33
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRequestId"?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=pause-filesystem-snapshot-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-filesystem-snapshot-policy-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/pause-filesystem-snapshot-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface UnpauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
20
|
+
*/
|
|
21
|
+
"filesystemSnapshotPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier for the request.
|
|
33
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRequestId"?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=unpause-filesystem-snapshot-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unpause-filesystem-snapshot-policy-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/unpause-filesystem-snapshot-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExportRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExportSetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFileSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicyRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
21
|
+
*/
|
|
22
|
+
"filesystemSnapshotPolicyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details object for updating a file system snapshot policy.
|
|
25
|
+
*/
|
|
26
|
+
"updateFilesystemSnapshotPolicyDetails": model.UpdateFilesystemSnapshotPolicyDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier for the request.
|
|
38
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-filesystem-snapshot-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-filesystem-snapshot-policy-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/update-filesystem-snapshot-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMountTargetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateReplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSnapshotRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeFilesystemSnapshotPolicyCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request.
|
|
16
|
+
*/
|
|
17
|
+
"opcRequestId": string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-filesystem-snapshot-policy-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-filesystem-snapshot-policy-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/change-filesystem-snapshot-policy-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateFilesystemSnapshotPolicyResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
21
|
+
* you need to contact Oracle about a particular request,
|
|
22
|
+
* please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.FilesystemSnapshotPolicy instance.
|
|
28
|
+
*/
|
|
29
|
+
"filesystemSnapshotPolicy": model.FilesystemSnapshotPolicy;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-filesystem-snapshot-policy-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-filesystem-snapshot-policy-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/create-filesystem-snapshot-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteFilesystemSnapshotPolicyResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
16
|
+
* you need to contact Oracle about a particular request,
|
|
17
|
+
* please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-filesystem-snapshot-policy-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-filesystem-snapshot-policy-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/delete-filesystem-snapshot-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetFilesystemSnapshotPolicyResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
21
|
+
* you need to contact Oracle about a particular request,
|
|
22
|
+
* please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.FilesystemSnapshotPolicy instance.
|
|
28
|
+
*/
|
|
29
|
+
"filesystemSnapshotPolicy": model.FilesystemSnapshotPolicy;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-filesystem-snapshot-policy-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-filesystem-snapshot-policy-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/get-filesystem-snapshot-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
14
14
|
*/
|
|
15
15
|
import * as ChangeFileSystemCompartmentResponse from "./change-file-system-compartment-response";
|
|
16
16
|
export import ChangeFileSystemCompartmentResponse = ChangeFileSystemCompartmentResponse.ChangeFileSystemCompartmentResponse;
|
|
17
|
+
import * as ChangeFilesystemSnapshotPolicyCompartmentResponse from "./change-filesystem-snapshot-policy-compartment-response";
|
|
18
|
+
export import ChangeFilesystemSnapshotPolicyCompartmentResponse = ChangeFilesystemSnapshotPolicyCompartmentResponse.ChangeFilesystemSnapshotPolicyCompartmentResponse;
|
|
17
19
|
import * as ChangeMountTargetCompartmentResponse from "./change-mount-target-compartment-response";
|
|
18
20
|
export import ChangeMountTargetCompartmentResponse = ChangeMountTargetCompartmentResponse.ChangeMountTargetCompartmentResponse;
|
|
19
21
|
import * as ChangeReplicationCompartmentResponse from "./change-replication-compartment-response";
|
|
@@ -22,6 +24,8 @@ import * as CreateExportResponse from "./create-export-response";
|
|
|
22
24
|
export import CreateExportResponse = CreateExportResponse.CreateExportResponse;
|
|
23
25
|
import * as CreateFileSystemResponse from "./create-file-system-response";
|
|
24
26
|
export import CreateFileSystemResponse = CreateFileSystemResponse.CreateFileSystemResponse;
|
|
27
|
+
import * as CreateFilesystemSnapshotPolicyResponse from "./create-filesystem-snapshot-policy-response";
|
|
28
|
+
export import CreateFilesystemSnapshotPolicyResponse = CreateFilesystemSnapshotPolicyResponse.CreateFilesystemSnapshotPolicyResponse;
|
|
25
29
|
import * as CreateMountTargetResponse from "./create-mount-target-response";
|
|
26
30
|
export import CreateMountTargetResponse = CreateMountTargetResponse.CreateMountTargetResponse;
|
|
27
31
|
import * as CreateReplicationResponse from "./create-replication-response";
|
|
@@ -32,6 +36,8 @@ import * as DeleteExportResponse from "./delete-export-response";
|
|
|
32
36
|
export import DeleteExportResponse = DeleteExportResponse.DeleteExportResponse;
|
|
33
37
|
import * as DeleteFileSystemResponse from "./delete-file-system-response";
|
|
34
38
|
export import DeleteFileSystemResponse = DeleteFileSystemResponse.DeleteFileSystemResponse;
|
|
39
|
+
import * as DeleteFilesystemSnapshotPolicyResponse from "./delete-filesystem-snapshot-policy-response";
|
|
40
|
+
export import DeleteFilesystemSnapshotPolicyResponse = DeleteFilesystemSnapshotPolicyResponse.DeleteFilesystemSnapshotPolicyResponse;
|
|
35
41
|
import * as DeleteMountTargetResponse from "./delete-mount-target-response";
|
|
36
42
|
export import DeleteMountTargetResponse = DeleteMountTargetResponse.DeleteMountTargetResponse;
|
|
37
43
|
import * as DeleteReplicationResponse from "./delete-replication-response";
|
|
@@ -48,6 +54,8 @@ import * as GetExportSetResponse from "./get-export-set-response";
|
|
|
48
54
|
export import GetExportSetResponse = GetExportSetResponse.GetExportSetResponse;
|
|
49
55
|
import * as GetFileSystemResponse from "./get-file-system-response";
|
|
50
56
|
export import GetFileSystemResponse = GetFileSystemResponse.GetFileSystemResponse;
|
|
57
|
+
import * as GetFilesystemSnapshotPolicyResponse from "./get-filesystem-snapshot-policy-response";
|
|
58
|
+
export import GetFilesystemSnapshotPolicyResponse = GetFilesystemSnapshotPolicyResponse.GetFilesystemSnapshotPolicyResponse;
|
|
51
59
|
import * as GetMountTargetResponse from "./get-mount-target-response";
|
|
52
60
|
export import GetMountTargetResponse = GetMountTargetResponse.GetMountTargetResponse;
|
|
53
61
|
import * as GetReplicationResponse from "./get-replication-response";
|
|
@@ -62,6 +70,8 @@ import * as ListExportsResponse from "./list-exports-response";
|
|
|
62
70
|
export import ListExportsResponse = ListExportsResponse.ListExportsResponse;
|
|
63
71
|
import * as ListFileSystemsResponse from "./list-file-systems-response";
|
|
64
72
|
export import ListFileSystemsResponse = ListFileSystemsResponse.ListFileSystemsResponse;
|
|
73
|
+
import * as ListFilesystemSnapshotPoliciesResponse from "./list-filesystem-snapshot-policies-response";
|
|
74
|
+
export import ListFilesystemSnapshotPoliciesResponse = ListFilesystemSnapshotPoliciesResponse.ListFilesystemSnapshotPoliciesResponse;
|
|
65
75
|
import * as ListMountTargetsResponse from "./list-mount-targets-response";
|
|
66
76
|
export import ListMountTargetsResponse = ListMountTargetsResponse.ListMountTargetsResponse;
|
|
67
77
|
import * as ListReplicationTargetsResponse from "./list-replication-targets-response";
|
|
@@ -70,12 +80,18 @@ import * as ListReplicationsResponse from "./list-replications-response";
|
|
|
70
80
|
export import ListReplicationsResponse = ListReplicationsResponse.ListReplicationsResponse;
|
|
71
81
|
import * as ListSnapshotsResponse from "./list-snapshots-response";
|
|
72
82
|
export import ListSnapshotsResponse = ListSnapshotsResponse.ListSnapshotsResponse;
|
|
83
|
+
import * as PauseFilesystemSnapshotPolicyResponse from "./pause-filesystem-snapshot-policy-response";
|
|
84
|
+
export import PauseFilesystemSnapshotPolicyResponse = PauseFilesystemSnapshotPolicyResponse.PauseFilesystemSnapshotPolicyResponse;
|
|
85
|
+
import * as UnpauseFilesystemSnapshotPolicyResponse from "./unpause-filesystem-snapshot-policy-response";
|
|
86
|
+
export import UnpauseFilesystemSnapshotPolicyResponse = UnpauseFilesystemSnapshotPolicyResponse.UnpauseFilesystemSnapshotPolicyResponse;
|
|
73
87
|
import * as UpdateExportResponse from "./update-export-response";
|
|
74
88
|
export import UpdateExportResponse = UpdateExportResponse.UpdateExportResponse;
|
|
75
89
|
import * as UpdateExportSetResponse from "./update-export-set-response";
|
|
76
90
|
export import UpdateExportSetResponse = UpdateExportSetResponse.UpdateExportSetResponse;
|
|
77
91
|
import * as UpdateFileSystemResponse from "./update-file-system-response";
|
|
78
92
|
export import UpdateFileSystemResponse = UpdateFileSystemResponse.UpdateFileSystemResponse;
|
|
93
|
+
import * as UpdateFilesystemSnapshotPolicyResponse from "./update-filesystem-snapshot-policy-response";
|
|
94
|
+
export import UpdateFilesystemSnapshotPolicyResponse = UpdateFilesystemSnapshotPolicyResponse.UpdateFilesystemSnapshotPolicyResponse;
|
|
79
95
|
import * as UpdateMountTargetResponse from "./update-mount-target-response";
|
|
80
96
|
export import UpdateMountTargetResponse = UpdateMountTargetResponse.UpdateMountTargetResponse;
|
|
81
97
|
import * as UpdateReplicationResponse from "./update-replication-response";
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListFilesystemSnapshotPoliciesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response,
|
|
17
|
+
* additional pages of results remain.
|
|
18
|
+
* <p>
|
|
19
|
+
For important details about how pagination works,
|
|
20
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"opcNextPage": string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
26
|
+
* you need to contact Oracle about a particular request,
|
|
27
|
+
* please provide the request ID.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId": string;
|
|
31
|
+
/**
|
|
32
|
+
* A list of FilesystemSnapshotPolicySummary instances.
|
|
33
|
+
*/
|
|
34
|
+
"items": model.FilesystemSnapshotPolicySummary[];
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-filesystem-snapshot-policies-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-filesystem-snapshot-policies-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/list-filesystem-snapshot-policies-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface PauseFilesystemSnapshotPolicyResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
17
|
+
* you need to contact Oracle about a particular request,
|
|
18
|
+
* please provide the request ID.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. See `if-match`.
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.FilesystemSnapshotPolicy instance.
|
|
28
|
+
*/
|
|
29
|
+
"filesystemSnapshotPolicy": model.FilesystemSnapshotPolicy;
|
|
30
|
+
}
|