oci-filestorage 2.42.0 → 2.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +2 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +219 -26
  5. package/lib/client.js +819 -69
  6. package/lib/client.js.map +1 -1
  7. package/lib/filestorage-waiter.d.ts +18 -1
  8. package/lib/filestorage-waiter.js +26 -1
  9. package/lib/filestorage-waiter.js.map +1 -1
  10. package/lib/model/change-file-system-compartment-details.d.ts +2 -1
  11. package/lib/model/change-file-system-compartment-details.js +2 -1
  12. package/lib/model/change-file-system-compartment-details.js.map +1 -1
  13. package/lib/model/change-mount-target-compartment-details.d.ts +2 -1
  14. package/lib/model/change-mount-target-compartment-details.js +2 -1
  15. package/lib/model/change-mount-target-compartment-details.js.map +1 -1
  16. package/lib/model/change-replication-compartment-details.d.ts +28 -0
  17. package/lib/model/change-replication-compartment-details.js +31 -0
  18. package/lib/model/change-replication-compartment-details.js.map +1 -0
  19. package/lib/model/client-options.d.ts +2 -1
  20. package/lib/model/client-options.js +2 -1
  21. package/lib/model/client-options.js.map +1 -1
  22. package/lib/model/create-export-details.d.ts +2 -1
  23. package/lib/model/create-export-details.js +2 -1
  24. package/lib/model/create-export-details.js.map +1 -1
  25. package/lib/model/create-file-system-details.d.ts +3 -2
  26. package/lib/model/create-file-system-details.js +2 -1
  27. package/lib/model/create-file-system-details.js.map +1 -1
  28. package/lib/model/create-mount-target-details.d.ts +18 -1
  29. package/lib/model/create-mount-target-details.js +2 -1
  30. package/lib/model/create-mount-target-details.js.map +1 -1
  31. package/lib/model/create-replication-details.d.ts +70 -0
  32. package/lib/model/create-replication-details.js +31 -0
  33. package/lib/model/create-replication-details.js.map +1 -0
  34. package/lib/model/create-snapshot-details.d.ts +2 -1
  35. package/lib/model/create-snapshot-details.js +2 -1
  36. package/lib/model/create-snapshot-details.js.map +1 -1
  37. package/lib/model/export-set-summary.d.ts +2 -1
  38. package/lib/model/export-set-summary.js +2 -1
  39. package/lib/model/export-set-summary.js.map +1 -1
  40. package/lib/model/export-set.d.ts +2 -3
  41. package/lib/model/export-set.js +2 -1
  42. package/lib/model/export-set.js.map +1 -1
  43. package/lib/model/export-summary.d.ts +2 -1
  44. package/lib/model/export-summary.js +2 -1
  45. package/lib/model/export-summary.js.map +1 -1
  46. package/lib/model/export.d.ts +2 -3
  47. package/lib/model/export.js +2 -1
  48. package/lib/model/export.js.map +1 -1
  49. package/lib/model/file-system-summary.d.ts +5 -3
  50. package/lib/model/file-system-summary.js +3 -1
  51. package/lib/model/file-system-summary.js.map +1 -1
  52. package/lib/model/file-system.d.ts +17 -5
  53. package/lib/model/file-system.js +3 -1
  54. package/lib/model/file-system.js.map +1 -1
  55. package/lib/model/index.d.ts +18 -1
  56. package/lib/model/index.js +19 -2
  57. package/lib/model/index.js.map +1 -1
  58. package/lib/model/mount-target-summary.d.ts +2 -1
  59. package/lib/model/mount-target-summary.js +2 -1
  60. package/lib/model/mount-target-summary.js.map +1 -1
  61. package/lib/model/mount-target.d.ts +2 -3
  62. package/lib/model/mount-target.js +2 -1
  63. package/lib/model/mount-target.js.map +1 -1
  64. package/lib/model/replication-estimate.d.ts +43 -0
  65. package/lib/model/replication-estimate.js +31 -0
  66. package/lib/model/replication-estimate.js.map +1 -0
  67. package/lib/model/replication-summary.d.ts +106 -0
  68. package/lib/model/replication-summary.js +44 -0
  69. package/lib/model/replication-summary.js.map +1 -0
  70. package/lib/model/replication-target-summary.d.ts +99 -0
  71. package/lib/model/replication-target-summary.js +44 -0
  72. package/lib/model/replication-target-summary.js.map +1 -0
  73. package/lib/model/replication-target.d.ts +150 -0
  74. package/lib/model/replication-target.js +59 -0
  75. package/lib/model/replication-target.js.map +1 -0
  76. package/lib/model/replication.d.ts +155 -0
  77. package/lib/model/replication.js +59 -0
  78. package/lib/model/replication.js.map +1 -0
  79. package/lib/model/snapshot-summary.d.ts +33 -4
  80. package/lib/model/snapshot-summary.js +13 -1
  81. package/lib/model/snapshot-summary.js.map +1 -1
  82. package/lib/model/snapshot.d.ts +33 -6
  83. package/lib/model/snapshot.js +13 -1
  84. package/lib/model/snapshot.js.map +1 -1
  85. package/lib/model/source-details.d.ts +4 -3
  86. package/lib/model/source-details.js +2 -1
  87. package/lib/model/source-details.js.map +1 -1
  88. package/lib/model/update-export-details.d.ts +2 -1
  89. package/lib/model/update-export-details.js +2 -1
  90. package/lib/model/update-export-details.js.map +1 -1
  91. package/lib/model/update-export-set-details.d.ts +2 -1
  92. package/lib/model/update-export-set-details.js +2 -1
  93. package/lib/model/update-export-set-details.js.map +1 -1
  94. package/lib/model/update-file-system-details.d.ts +5 -2
  95. package/lib/model/update-file-system-details.js +2 -1
  96. package/lib/model/update-file-system-details.js.map +1 -1
  97. package/lib/model/update-mount-target-details.d.ts +2 -1
  98. package/lib/model/update-mount-target-details.js +2 -1
  99. package/lib/model/update-mount-target-details.js.map +1 -1
  100. package/lib/model/update-replication-details.d.ts +56 -0
  101. package/lib/model/update-replication-details.js +31 -0
  102. package/lib/model/update-replication-details.js.map +1 -0
  103. package/lib/model/update-snapshot-details.d.ts +2 -1
  104. package/lib/model/update-snapshot-details.js +2 -1
  105. package/lib/model/update-snapshot-details.js.map +1 -1
  106. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  107. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  108. package/lib/request/change-replication-compartment-request.d.ts +42 -0
  109. package/lib/request/change-replication-compartment-request.js +15 -0
  110. package/lib/request/change-replication-compartment-request.js.map +1 -0
  111. package/lib/request/create-export-request.d.ts +1 -1
  112. package/lib/request/create-file-system-request.d.ts +1 -1
  113. package/lib/request/create-mount-target-request.d.ts +1 -1
  114. package/lib/request/create-replication-request.d.ts +38 -0
  115. package/lib/request/create-replication-request.js +15 -0
  116. package/lib/request/create-replication-request.js.map +1 -0
  117. package/lib/request/create-snapshot-request.d.ts +1 -1
  118. package/lib/request/delete-export-request.d.ts +1 -1
  119. package/lib/request/delete-file-system-request.d.ts +1 -1
  120. package/lib/request/delete-mount-target-request.d.ts +1 -1
  121. package/lib/request/delete-replication-request.d.ts +52 -0
  122. package/lib/request/delete-replication-request.js +25 -0
  123. package/lib/request/delete-replication-request.js.map +1 -0
  124. package/lib/request/delete-replication-target-request.d.ts +37 -0
  125. package/lib/request/delete-replication-target-request.js +15 -0
  126. package/lib/request/delete-replication-target-request.js.map +1 -0
  127. package/lib/request/delete-snapshot-request.d.ts +1 -1
  128. package/lib/request/estimate-replication-request.d.ts +41 -0
  129. package/lib/request/estimate-replication-request.js +15 -0
  130. package/lib/request/estimate-replication-request.js.map +1 -0
  131. package/lib/request/get-export-request.d.ts +1 -1
  132. package/lib/request/get-export-set-request.d.ts +1 -1
  133. package/lib/request/get-file-system-request.d.ts +1 -1
  134. package/lib/request/get-mount-target-request.d.ts +1 -1
  135. package/lib/request/get-replication-request.d.ts +28 -0
  136. package/lib/request/get-replication-request.js +15 -0
  137. package/lib/request/get-replication-request.js.map +1 -0
  138. package/lib/request/get-replication-target-request.d.ts +28 -0
  139. package/lib/request/get-replication-target-request.js +15 -0
  140. package/lib/request/get-replication-target-request.js.map +1 -0
  141. package/lib/request/get-snapshot-request.d.ts +1 -1
  142. package/lib/request/index.d.ts +22 -1
  143. package/lib/request/index.js +9 -2
  144. package/lib/request/index.js.map +1 -1
  145. package/lib/request/list-export-sets-request.d.ts +1 -1
  146. package/lib/request/list-exports-request.d.ts +1 -1
  147. package/lib/request/list-file-systems-request.d.ts +3 -3
  148. package/lib/request/list-mount-targets-request.d.ts +1 -1
  149. package/lib/request/list-replication-targets-request.d.ts +107 -0
  150. package/lib/request/list-replication-targets-request.js +37 -0
  151. package/lib/request/list-replication-targets-request.js.map +1 -0
  152. package/lib/request/list-replications-request.d.ts +111 -0
  153. package/lib/request/list-replications-request.js +37 -0
  154. package/lib/request/list-replications-request.js.map +1 -0
  155. package/lib/request/list-snapshots-request.d.ts +1 -1
  156. package/lib/request/update-export-request.d.ts +1 -1
  157. package/lib/request/update-export-set-request.d.ts +1 -1
  158. package/lib/request/update-file-system-request.d.ts +1 -1
  159. package/lib/request/update-mount-target-request.d.ts +1 -1
  160. package/lib/request/update-replication-request.d.ts +42 -0
  161. package/lib/request/update-replication-request.js +15 -0
  162. package/lib/request/update-replication-request.js.map +1 -0
  163. package/lib/request/update-snapshot-request.d.ts +1 -1
  164. package/lib/response/change-replication-compartment-response.d.ts +18 -0
  165. package/lib/response/change-replication-compartment-response.js +15 -0
  166. package/lib/response/change-replication-compartment-response.js.map +1 -0
  167. package/lib/response/create-replication-response.d.ts +30 -0
  168. package/lib/response/create-replication-response.js +15 -0
  169. package/lib/response/create-replication-response.js.map +1 -0
  170. package/lib/response/delete-replication-response.d.ts +21 -0
  171. package/lib/response/delete-replication-response.js +15 -0
  172. package/lib/response/delete-replication-response.js.map +1 -0
  173. package/lib/response/delete-replication-target-response.d.ts +21 -0
  174. package/lib/response/delete-replication-target-response.js +15 -0
  175. package/lib/response/delete-replication-target-response.js.map +1 -0
  176. package/lib/response/estimate-replication-response.d.ts +30 -0
  177. package/lib/response/estimate-replication-response.js +15 -0
  178. package/lib/response/estimate-replication-response.js.map +1 -0
  179. package/lib/response/get-replication-response.d.ts +30 -0
  180. package/lib/response/get-replication-response.js +15 -0
  181. package/lib/response/get-replication-response.js.map +1 -0
  182. package/lib/response/get-replication-target-response.d.ts +30 -0
  183. package/lib/response/get-replication-target-response.js +15 -0
  184. package/lib/response/get-replication-target-response.js.map +1 -0
  185. package/lib/response/index.d.ts +22 -1
  186. package/lib/response/index.js +2 -1
  187. package/lib/response/index.js.map +1 -1
  188. package/lib/response/list-replication-targets-response.d.ts +35 -0
  189. package/lib/response/list-replication-targets-response.js +15 -0
  190. package/lib/response/list-replication-targets-response.js.map +1 -0
  191. package/lib/response/list-replications-response.d.ts +35 -0
  192. package/lib/response/list-replications-response.js +15 -0
  193. package/lib/response/list-replications-response.js.map +1 -0
  194. package/lib/response/update-replication-response.d.ts +30 -0
  195. package/lib/response/update-replication-response.js +15 -0
  196. package/lib/response/update-replication-response.js.map +1 -0
  197. package/package.json +3 -3
@@ -0,0 +1,155 @@
1
+ /**
2
+ * File Storage API
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+
6
+ * OpenAPI spec version: 20171215
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ /**
16
+ * Replications are the primary resource that governs the policy of cross-region replication between source
17
+ * and target file systems. Replications are associated with a secondary resource called a {@link ReplicationTarget}
18
+ * located in another availability domain in the same or different region.
19
+ * The replication retrieves the delta of data between two snapshots of a source file system
20
+ * and sends it to the associated `ReplicationTarget`, which applies it to the target
21
+ * file system. For more information, see [File System Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
22
+ *
23
+ */
24
+ export interface Replication {
25
+ /**
26
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * The availability domain that contains the replication. May be unset as a blank or `NULL` value.
31
+ * Example: `Uocm:PHX-AD-2`
32
+ *
33
+ */
34
+ "availabilityDomain"?: string;
35
+ /**
36
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
37
+ */
38
+ "id": string;
39
+ /**
40
+ * The current lifecycle state of the replication.
41
+ */
42
+ "lifecycleState": Replication.LifecycleState;
43
+ /**
44
+ * A user-friendly name. It does not have to be unique, and it is changeable.
45
+ * Avoid entering confidential information.
46
+ * <p>
47
+ Example: `My replication`
48
+ *
49
+ */
50
+ "displayName": string;
51
+ /**
52
+ * The date and time the replication was created
53
+ * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
54
+ * <p>
55
+ Example: `2021-01-04T20:01:29.100Z`
56
+ *
57
+ */
58
+ "timeCreated": Date;
59
+ /**
60
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source file system.
61
+ *
62
+ */
63
+ "sourceId": string;
64
+ /**
65
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the target file system.
66
+ *
67
+ */
68
+ "targetId": string;
69
+ /**
70
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the {@link ReplicationTarget}.
71
+ *
72
+ */
73
+ "replicationTargetId": string;
74
+ /**
75
+ * Duration in minutes between replication snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
76
+ */
77
+ "replicationInterval"?: number;
78
+ /**
79
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the last snapshot that has been replicated completely.
80
+ * Empty if the copy of the initial snapshot is not complete.
81
+ *
82
+ */
83
+ "lastSnapshotId"?: string;
84
+ /**
85
+ * The {@link #snapshotTime(SnapshotTimeRequest) snapshotTime} of the most recent recoverable replication snapshot
86
+ * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
87
+ * Example: `2021-04-04T20:01:29.100Z`
88
+ *
89
+ */
90
+ "recoveryPointTime"?: Date;
91
+ /**
92
+ * The current state of the snapshot during replication operations.
93
+ */
94
+ "deltaStatus"?: Replication.DeltaStatus;
95
+ /**
96
+ * Additional information about the current 'lifecycleState'.
97
+ */
98
+ "lifecycleDetails"?: string;
99
+ /**
100
+ * Percentage progress of the current replication cycle.
101
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
102
+ */
103
+ "deltaProgress"?: number;
104
+ /**
105
+ * Free-form tags for this resource. Each tag is a simple key-value pair
106
+ * with no predefined name, type, or namespace.
107
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
108
+ * Example: `{\"Department\": \"Finance\"}`
109
+ *
110
+ */
111
+ "freeformTags"?: {
112
+ [key: string]: string;
113
+ };
114
+ /**
115
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
116
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
117
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
118
+ *
119
+ */
120
+ "definedTags"?: {
121
+ [key: string]: {
122
+ [key: string]: any;
123
+ };
124
+ };
125
+ }
126
+ export declare namespace Replication {
127
+ enum LifecycleState {
128
+ Creating = "CREATING",
129
+ Active = "ACTIVE",
130
+ Deleting = "DELETING",
131
+ Deleted = "DELETED",
132
+ Failed = "FAILED",
133
+ /**
134
+ * This value is used if a service returns a value for this enum that is not recognized by this
135
+ * version of the SDK.
136
+ */
137
+ UnknownValue = "UNKNOWN_VALUE"
138
+ }
139
+ enum DeltaStatus {
140
+ Idle = "IDLE",
141
+ Capturing = "CAPTURING",
142
+ Applying = "APPLYING",
143
+ ServiceError = "SERVICE_ERROR",
144
+ UserError = "USER_ERROR",
145
+ Failed = "FAILED",
146
+ Transferring = "TRANSFERRING",
147
+ /**
148
+ * This value is used if a service returns a value for this enum that is not recognized by this
149
+ * version of the SDK.
150
+ */
151
+ UnknownValue = "UNKNOWN_VALUE"
152
+ }
153
+ function getJsonObj(obj: Replication): object;
154
+ function getDeserializedJsonObj(obj: Replication): object;
155
+ }
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
6
+
7
+ * OpenAPI spec version: 20171215
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.Replication = void 0;
18
+ var Replication;
19
+ (function (Replication) {
20
+ let LifecycleState;
21
+ (function (LifecycleState) {
22
+ LifecycleState["Creating"] = "CREATING";
23
+ LifecycleState["Active"] = "ACTIVE";
24
+ LifecycleState["Deleting"] = "DELETING";
25
+ LifecycleState["Deleted"] = "DELETED";
26
+ LifecycleState["Failed"] = "FAILED";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(LifecycleState = Replication.LifecycleState || (Replication.LifecycleState = {}));
33
+ let DeltaStatus;
34
+ (function (DeltaStatus) {
35
+ DeltaStatus["Idle"] = "IDLE";
36
+ DeltaStatus["Capturing"] = "CAPTURING";
37
+ DeltaStatus["Applying"] = "APPLYING";
38
+ DeltaStatus["ServiceError"] = "SERVICE_ERROR";
39
+ DeltaStatus["UserError"] = "USER_ERROR";
40
+ DeltaStatus["Failed"] = "FAILED";
41
+ DeltaStatus["Transferring"] = "TRANSFERRING";
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ DeltaStatus["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(DeltaStatus = Replication.DeltaStatus || (Replication.DeltaStatus = {}));
48
+ function getJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ return jsonObj;
51
+ }
52
+ Replication.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ return jsonObj;
56
+ }
57
+ Replication.getDeserializedJsonObj = getDeserializedJsonObj;
58
+ })(Replication = exports.Replication || (exports.Replication = {}));
59
+ //# sourceMappingURL=replication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replication.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/replication.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+GH,IAAiB,WAAW,CAuC3B;AAvCD,WAAiB,WAAW;IAC1B,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAWzB;IAED,IAAY,WAaX;IAbD,WAAY,WAAW;QACrB,4BAAa,CAAA;QACb,sCAAuB,CAAA;QACvB,oCAAqB,CAAA;QACrB,6CAA8B,CAAA;QAC9B,uCAAwB,CAAA;QACxB,gCAAiB,CAAA;QACjB,4CAA6B,CAAA;QAC7B;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAbW,WAAW,GAAX,uBAAW,KAAX,uBAAW,QAatB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAuC3B"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -46,22 +47,40 @@ export interface SnapshotSummary {
46
47
  *
47
48
  */
48
49
  "timeCreated": Date;
50
+ /**
51
+ * Specifies the generation type of the snapshot.
52
+ *
53
+ */
54
+ "snapshotType"?: SnapshotSummary.SnapshotType;
55
+ /**
56
+ * The date and time the snapshot was taken, expressed
57
+ * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
58
+ * This value might be the same or different from `timeCreated` depending
59
+ * on the following factors:
60
+ * - If the snapshot is created in the original file system directory.
61
+ * - If the snapshot is cloned from a file system.
62
+ * - If the snapshot is replicated from a file system.
63
+ * <p>
64
+ Example: `2020-08-25T21:10:29.600Z`
65
+ *
66
+ */
67
+ "snapshotTime"?: Date;
49
68
  /**
50
69
  * An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
51
70
  * If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
52
71
  * If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`.
53
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
72
+ * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
54
73
  *
55
74
  */
56
75
  "provenanceId"?: string;
57
76
  /**
58
77
  * Specifies whether the snapshot has been cloned.
59
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
78
+ * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
60
79
  *
61
80
  */
62
81
  "isCloneSource"?: boolean;
63
82
  /**
64
- * Additional information about the current 'lifecycleState'.
83
+ * Additional information about the current `lifecycleState`.
65
84
  */
66
85
  "lifecycleDetails"?: string;
67
86
  /**
@@ -98,6 +117,16 @@ export declare namespace SnapshotSummary {
98
117
  */
99
118
  UnknownValue = "UNKNOWN_VALUE"
100
119
  }
120
+ enum SnapshotType {
121
+ User = "USER",
122
+ PolicyBased = "POLICY_BASED",
123
+ Replication = "REPLICATION",
124
+ /**
125
+ * This value is used if a service returns a value for this enum that is not recognized by this
126
+ * version of the SDK.
127
+ */
128
+ UnknownValue = "UNKNOWN_VALUE"
129
+ }
101
130
  function getJsonObj(obj: SnapshotSummary): object;
102
131
  function getDeserializedJsonObj(obj: SnapshotSummary): object;
103
132
  }
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -28,6 +29,17 @@ var SnapshotSummary;
28
29
  */
29
30
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
30
31
  })(LifecycleState = SnapshotSummary.LifecycleState || (SnapshotSummary.LifecycleState = {}));
32
+ let SnapshotType;
33
+ (function (SnapshotType) {
34
+ SnapshotType["User"] = "USER";
35
+ SnapshotType["PolicyBased"] = "POLICY_BASED";
36
+ SnapshotType["Replication"] = "REPLICATION";
37
+ /**
38
+ * This value is used if a service returns a value for this enum that is not recognized by this
39
+ * version of the SDK.
40
+ */
41
+ SnapshotType["UnknownValue"] = "UNKNOWN_VALUE";
42
+ })(SnapshotType = SnapshotSummary.SnapshotType || (SnapshotSummary.SnapshotType = {}));
31
43
  function getJsonObj(obj) {
32
44
  const jsonObj = Object.assign(Object.assign({}, obj), {});
33
45
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"snapshot-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2EH,IAAiB,eAAe,CAuB/B;AAvBD,WAAiB,eAAe;IAC9B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAuB/B"}
1
+ {"version":3,"file":"snapshot-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6FH,IAAiB,eAAe,CAkC/B;AAlCD,WAAiB,eAAe;IAC9B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAUzB;IAED,IAAY,YASX;IATD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,4CAA4B,CAAA;QAC5B,2CAA2B,CAAA;QAC3B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,4BAAY,KAAZ,4BAAY,QASvB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAkC/B"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -13,8 +14,6 @@
13
14
  */
14
15
  /**
15
16
  * A point-in-time snapshot of a specified file system.
16
- * <p>
17
- **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
18
17
  *
19
18
  */
20
19
  export interface Snapshot {
@@ -49,22 +48,40 @@ export interface Snapshot {
49
48
  *
50
49
  */
51
50
  "timeCreated": Date;
51
+ /**
52
+ * Specifies generation type of the snapshot.
53
+ *
54
+ */
55
+ "snapshotType"?: Snapshot.SnapshotType;
56
+ /**
57
+ * The date and time the snapshot was taken, expressed
58
+ * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
59
+ * This value might be the same or different from `timeCreated` depending
60
+ * on the following factors:
61
+ * - If the snapshot is created in the original file system directory.
62
+ * - If the snapshot is cloned from a file system.
63
+ * - If the snapshot is replicated from a file system.
64
+ * <p>
65
+ Example: `2020-08-25T21:10:29.600Z`
66
+ *
67
+ */
68
+ "snapshotTime"?: Date;
52
69
  /**
53
70
  * An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
54
71
  * If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
55
72
  * If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`.
56
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
73
+ * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
57
74
  *
58
75
  */
59
76
  "provenanceId"?: string;
60
77
  /**
61
78
  * Specifies whether the snapshot has been cloned.
62
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
79
+ * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
63
80
  *
64
81
  */
65
82
  "isCloneSource"?: boolean;
66
83
  /**
67
- * Additional information about the current 'lifecycleState'.
84
+ * Additional information about the current `lifecycleState`.
68
85
  */
69
86
  "lifecycleDetails"?: string;
70
87
  /**
@@ -101,6 +118,16 @@ export declare namespace Snapshot {
101
118
  */
102
119
  UnknownValue = "UNKNOWN_VALUE"
103
120
  }
121
+ enum SnapshotType {
122
+ User = "USER",
123
+ PolicyBased = "POLICY_BASED",
124
+ Replication = "REPLICATION",
125
+ /**
126
+ * This value is used if a service returns a value for this enum that is not recognized by this
127
+ * version of the SDK.
128
+ */
129
+ UnknownValue = "UNKNOWN_VALUE"
130
+ }
104
131
  function getJsonObj(obj: Snapshot): object;
105
132
  function getDeserializedJsonObj(obj: Snapshot): object;
106
133
  }
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -28,6 +29,17 @@ var Snapshot;
28
29
  */
29
30
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
30
31
  })(LifecycleState = Snapshot.LifecycleState || (Snapshot.LifecycleState = {}));
32
+ let SnapshotType;
33
+ (function (SnapshotType) {
34
+ SnapshotType["User"] = "USER";
35
+ SnapshotType["PolicyBased"] = "POLICY_BASED";
36
+ SnapshotType["Replication"] = "REPLICATION";
37
+ /**
38
+ * This value is used if a service returns a value for this enum that is not recognized by this
39
+ * version of the SDK.
40
+ */
41
+ SnapshotType["UnknownValue"] = "UNKNOWN_VALUE";
42
+ })(SnapshotType = Snapshot.SnapshotType || (Snapshot.SnapshotType = {}));
31
43
  function getJsonObj(obj) {
32
44
  const jsonObj = Object.assign(Object.assign({}, obj), {});
33
45
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA8EH,IAAiB,QAAQ,CAuBxB;AAvBD,WAAiB,QAAQ;IACvB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAuBxB"}
1
+ {"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA8FH,IAAiB,QAAQ,CAkCxB;AAlCD,WAAiB,QAAQ;IACvB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAUzB;IAED,IAAY,YASX;IATD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,4CAA4B,CAAA;QAC5B,2CAA2B,CAAA;QAC3B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,qBAAY,KAAZ,qBAAY,QASvB;IAED,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAkCxB"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -18,13 +19,13 @@
18
19
  export interface SourceDetails {
19
20
  /**
20
21
  * 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.
21
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
22
+ * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
22
23
  *
23
24
  */
24
25
  "parentFileSystemId"?: string;
25
26
  /**
26
27
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source snapshot used to create a cloned file system.
27
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
28
+ * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
28
29
  *
29
30
  */
30
31
  "sourceSnapshotId"?: string;
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"source-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAwBH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
1
+ {"version":3,"file":"source-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAwBH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-export-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
1
+ {"version":3,"file":"update-export-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-export-set-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA6CH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
1
+ {"version":3,"file":"update-export-set-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6CH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -45,7 +46,9 @@ export interface UpdateFileSystemDetails {
45
46
  };
46
47
  };
47
48
  /**
48
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Key Management master encryption key to associate with the specified file system. If this value is empty, the Update operation will remove the associated key, if there is one, from the file system. (The file system will continue to be encrypted, but with an encryption key managed by Oracle.)
49
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Key Management master encryption key to associate with the specified file system.
50
+ * If this value is empty, the Update operation will remove the associated key, if there is one, from the file system.
51
+ * (The file system will continue to be encrypted, but with an encryption key managed by Oracle.)
49
52
  * <p>
50
53
  If updating to a new Key Management key, the old key must remain enabled so that files previously encrypted continue
51
54
  * to be accessible. For more information, see [Overview of Key Management](https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm).
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA0CH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
1
+ {"version":3,"file":"update-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4CH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-mount-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA0CH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
1
+ {"version":3,"file":"update-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-mount-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0CH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}