oci-filestorage 2.61.0 → 2.62.1
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
|
@@ -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.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateReplicationRequest 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.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSnapshotRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteExportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFileSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteFilesystemSnapshotPolicyRequest 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=delete-filesystem-snapshot-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-filesystem-snapshot-policy-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/delete-filesystem-snapshot-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMountTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteReplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteReplicationTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface EstimateReplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetExportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetExportSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFileSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,28 @@
|
|
|
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.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetFilesystemSnapshotPolicyRequest 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
|
+
* Unique identifier for the request.
|
|
24
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-filesystem-snapshot-policy-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/get-filesystem-snapshot-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMountTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetReplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetReplicationTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/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 ChangeFileSystemCompartmentRequest from "./change-file-system-compartment-request";
|
|
16
16
|
export import ChangeFileSystemCompartmentRequest = ChangeFileSystemCompartmentRequest.ChangeFileSystemCompartmentRequest;
|
|
17
|
+
import * as ChangeFilesystemSnapshotPolicyCompartmentRequest from "./change-filesystem-snapshot-policy-compartment-request";
|
|
18
|
+
export import ChangeFilesystemSnapshotPolicyCompartmentRequest = ChangeFilesystemSnapshotPolicyCompartmentRequest.ChangeFilesystemSnapshotPolicyCompartmentRequest;
|
|
17
19
|
import * as ChangeMountTargetCompartmentRequest from "./change-mount-target-compartment-request";
|
|
18
20
|
export import ChangeMountTargetCompartmentRequest = ChangeMountTargetCompartmentRequest.ChangeMountTargetCompartmentRequest;
|
|
19
21
|
import * as ChangeReplicationCompartmentRequest from "./change-replication-compartment-request";
|
|
@@ -22,6 +24,8 @@ import * as CreateExportRequest from "./create-export-request";
|
|
|
22
24
|
export import CreateExportRequest = CreateExportRequest.CreateExportRequest;
|
|
23
25
|
import * as CreateFileSystemRequest from "./create-file-system-request";
|
|
24
26
|
export import CreateFileSystemRequest = CreateFileSystemRequest.CreateFileSystemRequest;
|
|
27
|
+
import * as CreateFilesystemSnapshotPolicyRequest from "./create-filesystem-snapshot-policy-request";
|
|
28
|
+
export import CreateFilesystemSnapshotPolicyRequest = CreateFilesystemSnapshotPolicyRequest.CreateFilesystemSnapshotPolicyRequest;
|
|
25
29
|
import * as CreateMountTargetRequest from "./create-mount-target-request";
|
|
26
30
|
export import CreateMountTargetRequest = CreateMountTargetRequest.CreateMountTargetRequest;
|
|
27
31
|
import * as CreateReplicationRequest from "./create-replication-request";
|
|
@@ -32,6 +36,8 @@ import * as DeleteExportRequest from "./delete-export-request";
|
|
|
32
36
|
export import DeleteExportRequest = DeleteExportRequest.DeleteExportRequest;
|
|
33
37
|
import * as DeleteFileSystemRequest from "./delete-file-system-request";
|
|
34
38
|
export import DeleteFileSystemRequest = DeleteFileSystemRequest.DeleteFileSystemRequest;
|
|
39
|
+
import * as DeleteFilesystemSnapshotPolicyRequest from "./delete-filesystem-snapshot-policy-request";
|
|
40
|
+
export import DeleteFilesystemSnapshotPolicyRequest = DeleteFilesystemSnapshotPolicyRequest.DeleteFilesystemSnapshotPolicyRequest;
|
|
35
41
|
import * as DeleteMountTargetRequest from "./delete-mount-target-request";
|
|
36
42
|
export import DeleteMountTargetRequest = DeleteMountTargetRequest.DeleteMountTargetRequest;
|
|
37
43
|
import * as DeleteReplicationRequest from "./delete-replication-request";
|
|
@@ -48,6 +54,8 @@ import * as GetExportSetRequest from "./get-export-set-request";
|
|
|
48
54
|
export import GetExportSetRequest = GetExportSetRequest.GetExportSetRequest;
|
|
49
55
|
import * as GetFileSystemRequest from "./get-file-system-request";
|
|
50
56
|
export import GetFileSystemRequest = GetFileSystemRequest.GetFileSystemRequest;
|
|
57
|
+
import * as GetFilesystemSnapshotPolicyRequest from "./get-filesystem-snapshot-policy-request";
|
|
58
|
+
export import GetFilesystemSnapshotPolicyRequest = GetFilesystemSnapshotPolicyRequest.GetFilesystemSnapshotPolicyRequest;
|
|
51
59
|
import * as GetMountTargetRequest from "./get-mount-target-request";
|
|
52
60
|
export import GetMountTargetRequest = GetMountTargetRequest.GetMountTargetRequest;
|
|
53
61
|
import * as GetReplicationRequest from "./get-replication-request";
|
|
@@ -62,6 +70,8 @@ import * as ListExportsRequest from "./list-exports-request";
|
|
|
62
70
|
export import ListExportsRequest = ListExportsRequest.ListExportsRequest;
|
|
63
71
|
import * as ListFileSystemsRequest from "./list-file-systems-request";
|
|
64
72
|
export import ListFileSystemsRequest = ListFileSystemsRequest.ListFileSystemsRequest;
|
|
73
|
+
import * as ListFilesystemSnapshotPoliciesRequest from "./list-filesystem-snapshot-policies-request";
|
|
74
|
+
export import ListFilesystemSnapshotPoliciesRequest = ListFilesystemSnapshotPoliciesRequest.ListFilesystemSnapshotPoliciesRequest;
|
|
65
75
|
import * as ListMountTargetsRequest from "./list-mount-targets-request";
|
|
66
76
|
export import ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
|
|
67
77
|
import * as ListReplicationTargetsRequest from "./list-replication-targets-request";
|
|
@@ -70,12 +80,18 @@ import * as ListReplicationsRequest from "./list-replications-request";
|
|
|
70
80
|
export import ListReplicationsRequest = ListReplicationsRequest.ListReplicationsRequest;
|
|
71
81
|
import * as ListSnapshotsRequest from "./list-snapshots-request";
|
|
72
82
|
export import ListSnapshotsRequest = ListSnapshotsRequest.ListSnapshotsRequest;
|
|
83
|
+
import * as PauseFilesystemSnapshotPolicyRequest from "./pause-filesystem-snapshot-policy-request";
|
|
84
|
+
export import PauseFilesystemSnapshotPolicyRequest = PauseFilesystemSnapshotPolicyRequest.PauseFilesystemSnapshotPolicyRequest;
|
|
85
|
+
import * as UnpauseFilesystemSnapshotPolicyRequest from "./unpause-filesystem-snapshot-policy-request";
|
|
86
|
+
export import UnpauseFilesystemSnapshotPolicyRequest = UnpauseFilesystemSnapshotPolicyRequest.UnpauseFilesystemSnapshotPolicyRequest;
|
|
73
87
|
import * as UpdateExportRequest from "./update-export-request";
|
|
74
88
|
export import UpdateExportRequest = UpdateExportRequest.UpdateExportRequest;
|
|
75
89
|
import * as UpdateExportSetRequest from "./update-export-set-request";
|
|
76
90
|
export import UpdateExportSetRequest = UpdateExportSetRequest.UpdateExportSetRequest;
|
|
77
91
|
import * as UpdateFileSystemRequest from "./update-file-system-request";
|
|
78
92
|
export import UpdateFileSystemRequest = UpdateFileSystemRequest.UpdateFileSystemRequest;
|
|
93
|
+
import * as UpdateFilesystemSnapshotPolicyRequest from "./update-filesystem-snapshot-policy-request";
|
|
94
|
+
export import UpdateFilesystemSnapshotPolicyRequest = UpdateFilesystemSnapshotPolicyRequest.UpdateFilesystemSnapshotPolicyRequest;
|
|
79
95
|
import * as UpdateMountTargetRequest from "./update-mount-target-request";
|
|
80
96
|
export import UpdateMountTargetRequest = UpdateMountTargetRequest.UpdateMountTargetRequest;
|
|
81
97
|
import * as UpdateReplicationRequest from "./update-replication-request";
|
package/lib/request/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
33
33
|
return result;
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListMountTargetsRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
|
|
36
|
+
exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListMountTargetsRequest = exports.ListFilesystemSnapshotPoliciesRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
|
|
37
37
|
const DeleteReplicationRequest = __importStar(require("./delete-replication-request"));
|
|
38
38
|
exports.DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
|
|
39
39
|
const ListExportSetsRequest = __importStar(require("./list-export-sets-request"));
|
|
@@ -42,6 +42,8 @@ const ListExportsRequest = __importStar(require("./list-exports-request"));
|
|
|
42
42
|
exports.ListExportsRequest = ListExportsRequest.ListExportsRequest;
|
|
43
43
|
const ListFileSystemsRequest = __importStar(require("./list-file-systems-request"));
|
|
44
44
|
exports.ListFileSystemsRequest = ListFileSystemsRequest.ListFileSystemsRequest;
|
|
45
|
+
const ListFilesystemSnapshotPoliciesRequest = __importStar(require("./list-filesystem-snapshot-policies-request"));
|
|
46
|
+
exports.ListFilesystemSnapshotPoliciesRequest = ListFilesystemSnapshotPoliciesRequest.ListFilesystemSnapshotPoliciesRequest;
|
|
45
47
|
const ListMountTargetsRequest = __importStar(require("./list-mount-targets-request"));
|
|
46
48
|
exports.ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
|
|
47
49
|
const ListReplicationTargetsRequest = __importStar(require("./list-replication-targets-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AA8BH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAuB3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListExportSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/ListExports.ts.html |here} to see how to use ListExportsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListExportsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -74,6 +74,12 @@ export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
|
74
74
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
75
75
|
*/
|
|
76
76
|
"parentFileSystemId"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy
|
|
79
|
+
* that is associated with the file systems.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"filesystemSnapshotPolicyId"?: string;
|
|
77
83
|
/**
|
|
78
84
|
* The field to sort by. You can provide either value, but not both.
|
|
79
85
|
* By default, when you sort by time created, results are shown
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-file-systems-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-file-systems-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-file-systems-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-file-systems-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiGH,IAAiB,sBAAsB,CAkBtC;AAlBD,WAAiB,sBAAsB;IACrC,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,qCAAc,KAAd,qCAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;AACH,CAAC,EAlBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAkBtC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
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.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPoliciesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListFilesystemSnapshotPoliciesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the availability domain.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: `Uocm:PHX-AD-1`
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"availabilityDomain": string;
|
|
29
|
+
/**
|
|
30
|
+
* For list pagination. The maximum number of results per page,
|
|
31
|
+
* or items to return in a paginated \"List\" call.
|
|
32
|
+
* 1 is the minimum, 1000 is the maximum.
|
|
33
|
+
* <p>
|
|
34
|
+
For important details about how pagination works,
|
|
35
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
|
+
* <p>
|
|
37
|
+
Example: `500`
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"limit"?: number;
|
|
41
|
+
/**
|
|
42
|
+
* For list pagination. The value of the `opc-next-page` response
|
|
43
|
+
* header from the previous \"List\" call.
|
|
44
|
+
* <p>
|
|
45
|
+
For important details about how pagination works,
|
|
46
|
+
* see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
52
|
+
* <p>
|
|
53
|
+
Example: `My resource`
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"displayName"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Filter results by the specified lifecycle state. Must be a valid
|
|
59
|
+
* state for the resource type.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"lifecycleState"?: ListFilesystemSnapshotPoliciesRequest.LifecycleState;
|
|
63
|
+
/**
|
|
64
|
+
* Filter results by [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
|
+
* the resouce type.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"id"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The field to sort by. You can provide either value, but not both.
|
|
71
|
+
* By default, when you sort by time created, results are shown
|
|
72
|
+
* in descending order. When you sort by displayName, results are
|
|
73
|
+
* shown in ascending alphanumeric order.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"sortBy"?: ListFilesystemSnapshotPoliciesRequest.SortBy;
|
|
77
|
+
/**
|
|
78
|
+
* The sort order to use, either 'asc' or 'desc', where 'asc' is
|
|
79
|
+
* ascending and 'desc' is descending. The default order is 'desc'
|
|
80
|
+
* except for numeric values.
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"sortOrder"?: ListFilesystemSnapshotPoliciesRequest.SortOrder;
|
|
84
|
+
/**
|
|
85
|
+
* Unique identifier for the request.
|
|
86
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
"opcRequestId"?: string;
|
|
90
|
+
}
|
|
91
|
+
export declare namespace ListFilesystemSnapshotPoliciesRequest {
|
|
92
|
+
enum LifecycleState {
|
|
93
|
+
Creating = "CREATING",
|
|
94
|
+
Active = "ACTIVE",
|
|
95
|
+
Deleting = "DELETING",
|
|
96
|
+
Deleted = "DELETED",
|
|
97
|
+
Failed = "FAILED",
|
|
98
|
+
Inactive = "INACTIVE"
|
|
99
|
+
}
|
|
100
|
+
enum SortBy {
|
|
101
|
+
Timecreated = "TIMECREATED",
|
|
102
|
+
Displayname = "DISPLAYNAME"
|
|
103
|
+
}
|
|
104
|
+
enum SortOrder {
|
|
105
|
+
Asc = "ASC",
|
|
106
|
+
Desc = "DESC"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
exports.ListFilesystemSnapshotPoliciesRequest = void 0;
|
|
16
|
+
var ListFilesystemSnapshotPoliciesRequest;
|
|
17
|
+
(function (ListFilesystemSnapshotPoliciesRequest) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Creating"] = "CREATING";
|
|
21
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
23
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
24
|
+
LifecycleState["Failed"] = "FAILED";
|
|
25
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
26
|
+
})(LifecycleState = ListFilesystemSnapshotPoliciesRequest.LifecycleState || (ListFilesystemSnapshotPoliciesRequest.LifecycleState = {}));
|
|
27
|
+
let SortBy;
|
|
28
|
+
(function (SortBy) {
|
|
29
|
+
SortBy["Timecreated"] = "TIMECREATED";
|
|
30
|
+
SortBy["Displayname"] = "DISPLAYNAME";
|
|
31
|
+
})(SortBy = ListFilesystemSnapshotPoliciesRequest.SortBy || (ListFilesystemSnapshotPoliciesRequest.SortBy = {}));
|
|
32
|
+
let SortOrder;
|
|
33
|
+
(function (SortOrder) {
|
|
34
|
+
SortOrder["Asc"] = "ASC";
|
|
35
|
+
SortOrder["Desc"] = "DESC";
|
|
36
|
+
})(SortOrder = ListFilesystemSnapshotPoliciesRequest.SortOrder || (ListFilesystemSnapshotPoliciesRequest.SortOrder = {}));
|
|
37
|
+
})(ListFilesystemSnapshotPoliciesRequest = exports.ListFilesystemSnapshotPoliciesRequest || (exports.ListFilesystemSnapshotPoliciesRequest = {}));
|
|
38
|
+
//# sourceMappingURL=list-filesystem-snapshot-policies-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-filesystem-snapshot-policies-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-filesystem-snapshot-policies-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,qCAAqC,CAmBrD;AAnBD,WAAiB,qCAAqC;IACpD,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;IACvB,CAAC,EAPW,cAAc,GAAd,oDAAc,KAAd,oDAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+CAAS,KAAT,+CAAS,QAGpB;AACH,CAAC,EAnBgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAmBrD"}
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListMountTargetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListReplicationTargetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListReplicationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|