oci-filestorage 2.89.0 → 2.89.2
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 +60 -50
- package/lib/client.js +109 -51
- package/lib/client.js.map +1 -1
- package/lib/model/create-export-details.d.ts +7 -2
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +11 -0
- package/lib/model/create-file-system-details.js +5 -0
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +15 -0
- package/lib/model/file-system-summary.js +12 -0
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +19 -0
- package/lib/model/file-system.js +12 -0
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/snapshot-schedule.d.ts +4 -1
- package/lib/model/snapshot-schedule.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 +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-outbound-connector-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 +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-outbound-connector-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 +7 -1
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-outbound-connector-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/detach-clone-request.d.ts +37 -0
- package/lib/request/detach-clone-request.js +15 -0
- package/lib/request/detach-clone-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-outbound-connector-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 +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +2 -1
- package/lib/request/list-export-sets-request.js +1 -0
- package/lib/request/list-export-sets-request.js.map +1 -1
- package/lib/request/list-exports-request.d.ts +2 -1
- package/lib/request/list-exports-request.js +1 -0
- package/lib/request/list-exports-request.js.map +1 -1
- package/lib/request/list-file-systems-request.d.ts +2 -1
- package/lib/request/list-file-systems-request.js +1 -0
- package/lib/request/list-file-systems-request.js.map +1 -1
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +2 -1
- package/lib/request/list-mount-targets-request.js +1 -0
- package/lib/request/list-mount-targets-request.js.map +1 -1
- package/lib/request/list-outbound-connectors-request.d.ts +2 -1
- package/lib/request/list-outbound-connectors-request.js +1 -0
- package/lib/request/list-outbound-connectors-request.js.map +1 -1
- package/lib/request/list-replication-targets-request.d.ts +2 -1
- package/lib/request/list-replication-targets-request.js +1 -0
- package/lib/request/list-replication-targets-request.js.map +1 -1
- package/lib/request/list-replications-request.d.ts +2 -1
- package/lib/request/list-replications-request.js +1 -0
- package/lib/request/list-replications-request.js.map +1 -1
- package/lib/request/list-snapshots-request.d.ts +2 -1
- package/lib/request/list-snapshots-request.js +1 -0
- package/lib/request/list-snapshots-request.js.map +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/unpause-filesystem-snapshot-policy-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-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-outbound-connector-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/request/validate-key-tabs-request.d.ts +1 -1
- package/lib/response/detach-clone-response.d.ts +21 -0
- package/lib/response/detach-clone-response.js +15 -0
- package/lib/response/detach-clone-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/package.json +3 -3
|
@@ -113,6 +113,14 @@ export interface FileSystem {
|
|
|
113
113
|
*
|
|
114
114
|
*/
|
|
115
115
|
"isHydrated"?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Specifies the total number of children of a file system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
118
|
+
*/
|
|
119
|
+
"cloneCount"?: number;
|
|
120
|
+
/**
|
|
121
|
+
* Specifies whether the file system is attached to its parent file system.
|
|
122
|
+
*/
|
|
123
|
+
"cloneAttachStatus"?: FileSystem.CloneAttachStatus;
|
|
116
124
|
/**
|
|
117
125
|
* Additional information about the current 'lifecycleState'.
|
|
118
126
|
*/
|
|
@@ -140,6 +148,7 @@ export declare namespace FileSystem {
|
|
|
140
148
|
enum LifecycleState {
|
|
141
149
|
Creating = "CREATING",
|
|
142
150
|
Active = "ACTIVE",
|
|
151
|
+
Updating = "UPDATING",
|
|
143
152
|
Deleting = "DELETING",
|
|
144
153
|
Deleted = "DELETED",
|
|
145
154
|
Failed = "FAILED",
|
|
@@ -149,6 +158,16 @@ export declare namespace FileSystem {
|
|
|
149
158
|
*/
|
|
150
159
|
UnknownValue = "UNKNOWN_VALUE"
|
|
151
160
|
}
|
|
161
|
+
enum CloneAttachStatus {
|
|
162
|
+
Attached = "ATTACHED",
|
|
163
|
+
Detaching = "DETACHING",
|
|
164
|
+
Detached = "DETACHED",
|
|
165
|
+
/**
|
|
166
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
167
|
+
* version of the SDK.
|
|
168
|
+
*/
|
|
169
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
170
|
+
}
|
|
152
171
|
function getJsonObj(obj: FileSystem): object;
|
|
153
172
|
function getDeserializedJsonObj(obj: FileSystem): object;
|
|
154
173
|
}
|
package/lib/model/file-system.js
CHANGED
|
@@ -41,6 +41,7 @@ var FileSystem;
|
|
|
41
41
|
(function (LifecycleState) {
|
|
42
42
|
LifecycleState["Creating"] = "CREATING";
|
|
43
43
|
LifecycleState["Active"] = "ACTIVE";
|
|
44
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
44
45
|
LifecycleState["Deleting"] = "DELETING";
|
|
45
46
|
LifecycleState["Deleted"] = "DELETED";
|
|
46
47
|
LifecycleState["Failed"] = "FAILED";
|
|
@@ -50,6 +51,17 @@ var FileSystem;
|
|
|
50
51
|
*/
|
|
51
52
|
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
53
|
})(LifecycleState = FileSystem.LifecycleState || (FileSystem.LifecycleState = {}));
|
|
54
|
+
let CloneAttachStatus;
|
|
55
|
+
(function (CloneAttachStatus) {
|
|
56
|
+
CloneAttachStatus["Attached"] = "ATTACHED";
|
|
57
|
+
CloneAttachStatus["Detaching"] = "DETACHING";
|
|
58
|
+
CloneAttachStatus["Detached"] = "DETACHED";
|
|
59
|
+
/**
|
|
60
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
61
|
+
* version of the SDK.
|
|
62
|
+
*/
|
|
63
|
+
CloneAttachStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
64
|
+
})(CloneAttachStatus = FileSystem.CloneAttachStatus || (FileSystem.CloneAttachStatus = {}));
|
|
53
65
|
function getJsonObj(obj) {
|
|
54
66
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
67
|
"sourceDetails": obj.sourceDetails
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-system.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"file-system.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiIlC,IAAiB,UAAU,CAkD1B;AAlDD,WAAiB,UAAU;IACzB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAYzB;IAED,IAAY,iBASX;IATD,WAAY,iBAAiB;QAC3B,0CAAqB,CAAA;QACrB,4CAAuB,CAAA;QACvB,0CAAqB,CAAA;QACrB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EATW,iBAAiB,GAAjB,4BAAiB,KAAjB,4BAAiB,QAS5B;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,EAlDgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAkD1B"}
|
|
@@ -48,13 +48,14 @@ export interface SnapshotSchedule {
|
|
|
48
48
|
"timeZone": SnapshotSchedule.TimeZone;
|
|
49
49
|
/**
|
|
50
50
|
* The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot.
|
|
51
|
-
* If not set,
|
|
51
|
+
* If not set, the system chooses a value at creation time.
|
|
52
52
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
53
53
|
*/
|
|
54
54
|
"hourOfDay"?: number;
|
|
55
55
|
/**
|
|
56
56
|
* The day of the week to create a scheduled snapshot.
|
|
57
57
|
* Used for WEEKLY snapshot schedules.
|
|
58
|
+
* If not set, the system chooses a value at creation time.
|
|
58
59
|
*
|
|
59
60
|
*/
|
|
60
61
|
"dayOfWeek"?: SnapshotSchedule.DayOfWeek;
|
|
@@ -62,12 +63,14 @@ export interface SnapshotSchedule {
|
|
|
62
63
|
* The day of the month to create a scheduled snapshot.
|
|
63
64
|
* If the day does not exist for the month, snapshot creation will be skipped.
|
|
64
65
|
* Used for MONTHLY and YEARLY snapshot schedules.
|
|
66
|
+
* If not set, the system chooses a value at creation time.
|
|
65
67
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
66
68
|
*/
|
|
67
69
|
"dayOfMonth"?: number;
|
|
68
70
|
/**
|
|
69
71
|
* The month to create a scheduled snapshot.
|
|
70
72
|
* Used only for YEARLY snapshot schedules.
|
|
73
|
+
* If not set, the system chooses a value at creation time.
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
76
|
"month"?: SnapshotSchedule.Month;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot-schedule.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"snapshot-schedule.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAqEH,IAAiB,gBAAgB,CAqEhC;AArED,WAAiB,gBAAgB;IAC/B,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,yBAAe,CAAA;QACf,2BAAiB,CAAA;QACjB,6BAAmB,CAAA;QACnB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAXW,MAAM,GAAN,uBAAM,KAAN,uBAAM,QAWjB;IAED,IAAY,QAQX;IARD,WAAY,QAAQ;QAClB,uBAAW,CAAA;QACX,gEAAoD,CAAA;QACpD;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EARW,QAAQ,GAAR,yBAAQ,KAAR,yBAAQ,QAQnB;IAED,IAAY,SAaX;IAbD,WAAY,SAAS;QACnB,8BAAiB,CAAA;QACjB,gCAAmB,CAAA;QACnB,oCAAuB,CAAA;QACvB,kCAAqB,CAAA;QACrB,8BAAiB,CAAA;QACjB,kCAAqB,CAAA;QACrB,8BAAiB,CAAA;QACjB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAbW,SAAS,GAAT,0BAAS,KAAT,0BAAS,QAapB;IAED,IAAY,KAkBX;IAlBD,WAAY,KAAK;QACf,4BAAmB,CAAA;QACnB,8BAAqB,CAAA;QACrB,wBAAe,CAAA;QACf,wBAAe,CAAA;QACf,oBAAW,CAAA;QACX,sBAAa,CAAA;QACb,sBAAa,CAAA;QACb,0BAAiB,CAAA;QACjB,gCAAuB,CAAA;QACvB,4BAAmB,CAAA;QACnB,8BAAqB,CAAA;QACrB,8BAAqB,CAAA;QACrB;;;WAGG;QACH,uCAA8B,CAAA;IAChC,CAAC,EAlBW,KAAK,GAAL,sBAAK,KAAL,sBAAK,QAkBhB;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,EArEgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAqEhC"}
|
|
@@ -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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFileSystemCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFilesystemSnapshotPolicyCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMountTargetCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOutboundConnectorCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeReplicationCompartmentRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateExportRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFileSystemRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFilesystemSnapshotPolicyRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMountTargetRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnectorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOutboundConnectorRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFileSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -34,4 +34,10 @@ export interface DeleteFileSystemRequest extends common.BaseRequest {
|
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"opcRequestId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* If the value is set to true, then the file system will be deleted by detaching its child file system, turning
|
|
39
|
+
* the child file system into an independent File System.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"canDetachChildFileSystem"?: boolean;
|
|
37
43
|
}
|
|
@@ -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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFilesystemSnapshotPolicyRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnectorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOutboundConnectorRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSnapshotRequest 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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/DetachClone.ts.html |here} to see how to use DetachCloneRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DetachCloneRequest 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
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code 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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=detach-clone-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-clone-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/detach-clone-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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFileSystemRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFilesystemSnapshotPolicyRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnectorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOutboundConnectorRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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
|
@@ -52,6 +52,8 @@ import * as DeleteReplicationTargetRequest from "./delete-replication-target-req
|
|
|
52
52
|
export import DeleteReplicationTargetRequest = DeleteReplicationTargetRequest.DeleteReplicationTargetRequest;
|
|
53
53
|
import * as DeleteSnapshotRequest from "./delete-snapshot-request";
|
|
54
54
|
export import DeleteSnapshotRequest = DeleteSnapshotRequest.DeleteSnapshotRequest;
|
|
55
|
+
import * as DetachCloneRequest from "./detach-clone-request";
|
|
56
|
+
export import DetachCloneRequest = DetachCloneRequest.DetachCloneRequest;
|
|
55
57
|
import * as EstimateReplicationRequest from "./estimate-replication-request";
|
|
56
58
|
export import EstimateReplicationRequest = EstimateReplicationRequest.EstimateReplicationRequest;
|
|
57
59
|
import * as GetExportRequest from "./get-export-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;;;;;;;;;;;;;;;;;;;;;;AAoCH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAoCH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AA2B3F,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,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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListExportSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -92,6 +92,7 @@ export declare namespace ListExportSetsRequest {
|
|
|
92
92
|
enum LifecycleState {
|
|
93
93
|
Creating = "CREATING",
|
|
94
94
|
Active = "ACTIVE",
|
|
95
|
+
Updating = "UPDATING",
|
|
95
96
|
Deleting = "DELETING",
|
|
96
97
|
Deleted = "DELETED",
|
|
97
98
|
Failed = "FAILED"
|
|
@@ -19,6 +19,7 @@ var ListExportSetsRequest;
|
|
|
19
19
|
(function (LifecycleState) {
|
|
20
20
|
LifecycleState["Creating"] = "CREATING";
|
|
21
21
|
LifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
22
23
|
LifecycleState["Deleting"] = "DELETING";
|
|
23
24
|
LifecycleState["Deleted"] = "DELETED";
|
|
24
25
|
LifecycleState["Failed"] = "FAILED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-export-sets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-export-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"list-export-sets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-export-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,qBAAqB,CAmBrC;AAnBD,WAAiB,qBAAqB;IACpC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+BAAS,KAAT,+BAAS,QAGpB;AACH,CAAC,EAnBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAmBrC"}
|
|
@@ -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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ListExports.ts.html |here} to see how to use ListExportsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListExportsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -86,6 +86,7 @@ export declare namespace ListExportsRequest {
|
|
|
86
86
|
enum LifecycleState {
|
|
87
87
|
Creating = "CREATING",
|
|
88
88
|
Active = "ACTIVE",
|
|
89
|
+
Updating = "UPDATING",
|
|
89
90
|
Deleting = "DELETING",
|
|
90
91
|
Deleted = "DELETED",
|
|
91
92
|
Failed = "FAILED"
|
|
@@ -19,6 +19,7 @@ var ListExportsRequest;
|
|
|
19
19
|
(function (LifecycleState) {
|
|
20
20
|
LifecycleState["Creating"] = "CREATING";
|
|
21
21
|
LifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
22
23
|
LifecycleState["Deleting"] = "DELETING";
|
|
23
24
|
LifecycleState["Deleted"] = "DELETED";
|
|
24
25
|
LifecycleState["Failed"] = "FAILED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-exports-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-exports-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"list-exports-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-exports-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,kBAAkB,CAmBlC;AAnBD,WAAiB,kBAAkB;IACjC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,iCAAc,KAAd,iCAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;AACH,CAAC,EAnBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAmBlC"}
|
|
@@ -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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -106,6 +106,7 @@ export declare namespace ListFileSystemsRequest {
|
|
|
106
106
|
enum LifecycleState {
|
|
107
107
|
Creating = "CREATING",
|
|
108
108
|
Active = "ACTIVE",
|
|
109
|
+
Updating = "UPDATING",
|
|
109
110
|
Deleting = "DELETING",
|
|
110
111
|
Deleted = "DELETED",
|
|
111
112
|
Failed = "FAILED"
|