oci-filestorage 2.60.0 → 2.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/lib/client.d.ts +170 -43
  2. package/lib/client.js +610 -43
  3. package/lib/client.js.map +1 -1
  4. package/lib/filestorage-waiter.d.ts +8 -0
  5. package/lib/filestorage-waiter.js +12 -0
  6. package/lib/filestorage-waiter.js.map +1 -1
  7. package/lib/model/change-filesystem-snapshot-policy-compartment-details.d.ts +28 -0
  8. package/lib/model/change-filesystem-snapshot-policy-compartment-details.js +31 -0
  9. package/lib/model/change-filesystem-snapshot-policy-compartment-details.js.map +1 -0
  10. package/lib/model/client-options.d.ts +1 -1
  11. package/lib/model/create-export-details.d.ts +6 -2
  12. package/lib/model/create-export-details.js.map +1 -1
  13. package/lib/model/create-file-system-details.d.ts +8 -0
  14. package/lib/model/create-file-system-details.js.map +1 -1
  15. package/lib/model/create-filesystem-snapshot-policy-details.d.ts +82 -0
  16. package/lib/model/create-filesystem-snapshot-policy-details.js +63 -0
  17. package/lib/model/create-filesystem-snapshot-policy-details.js.map +1 -0
  18. package/lib/model/create-snapshot-details.d.ts +4 -0
  19. package/lib/model/create-snapshot-details.js.map +1 -1
  20. package/lib/model/file-system.d.ts +6 -0
  21. package/lib/model/file-system.js.map +1 -1
  22. package/lib/model/filesystem-snapshot-policy-summary.d.ts +99 -0
  23. package/lib/model/filesystem-snapshot-policy-summary.js +45 -0
  24. package/lib/model/filesystem-snapshot-policy-summary.js.map +1 -0
  25. package/lib/model/filesystem-snapshot-policy.d.ts +112 -0
  26. package/lib/model/filesystem-snapshot-policy.js +77 -0
  27. package/lib/model/filesystem-snapshot-policy.js.map +1 -0
  28. package/lib/model/index.d.ts +12 -0
  29. package/lib/model/index.js +13 -1
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/snapshot-schedule.d.ts +132 -0
  32. package/lib/model/snapshot-schedule.js +89 -0
  33. package/lib/model/snapshot-schedule.js.map +1 -0
  34. package/lib/model/snapshot-summary.d.ts +4 -0
  35. package/lib/model/snapshot-summary.js.map +1 -1
  36. package/lib/model/snapshot.d.ts +9 -0
  37. package/lib/model/snapshot.js.map +1 -1
  38. package/lib/model/update-file-system-details.d.ts +8 -0
  39. package/lib/model/update-file-system-details.js.map +1 -1
  40. package/lib/model/update-filesystem-snapshot-policy-details.d.ts +71 -0
  41. package/lib/model/update-filesystem-snapshot-policy-details.js +63 -0
  42. package/lib/model/update-filesystem-snapshot-policy-details.js.map +1 -0
  43. package/lib/model/update-snapshot-details.d.ts +7 -0
  44. package/lib/model/update-snapshot-details.js.map +1 -1
  45. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  46. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +42 -0
  47. package/lib/request/change-filesystem-snapshot-policy-compartment-request.js +15 -0
  48. package/lib/request/change-filesystem-snapshot-policy-compartment-request.js.map +1 -0
  49. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  50. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  51. package/lib/request/create-export-request.d.ts +1 -1
  52. package/lib/request/create-file-system-request.d.ts +1 -1
  53. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +38 -0
  54. package/lib/request/create-filesystem-snapshot-policy-request.js +15 -0
  55. package/lib/request/create-filesystem-snapshot-policy-request.js.map +1 -0
  56. package/lib/request/create-mount-target-request.d.ts +1 -1
  57. package/lib/request/create-replication-request.d.ts +1 -1
  58. package/lib/request/create-snapshot-request.d.ts +1 -1
  59. package/lib/request/delete-export-request.d.ts +1 -1
  60. package/lib/request/delete-file-system-request.d.ts +1 -1
  61. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +37 -0
  62. package/lib/request/delete-filesystem-snapshot-policy-request.js +15 -0
  63. package/lib/request/delete-filesystem-snapshot-policy-request.js.map +1 -0
  64. package/lib/request/delete-mount-target-request.d.ts +1 -1
  65. package/lib/request/delete-replication-request.d.ts +1 -1
  66. package/lib/request/delete-replication-target-request.d.ts +1 -1
  67. package/lib/request/delete-snapshot-request.d.ts +1 -1
  68. package/lib/request/estimate-replication-request.d.ts +1 -1
  69. package/lib/request/get-export-request.d.ts +1 -1
  70. package/lib/request/get-export-set-request.d.ts +1 -1
  71. package/lib/request/get-file-system-request.d.ts +1 -1
  72. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +28 -0
  73. package/lib/request/get-filesystem-snapshot-policy-request.js +15 -0
  74. package/lib/request/get-filesystem-snapshot-policy-request.js.map +1 -0
  75. package/lib/request/get-mount-target-request.d.ts +1 -1
  76. package/lib/request/get-replication-request.d.ts +1 -1
  77. package/lib/request/get-replication-target-request.d.ts +1 -1
  78. package/lib/request/get-snapshot-request.d.ts +1 -1
  79. package/lib/request/index.d.ts +16 -0
  80. package/lib/request/index.js +3 -1
  81. package/lib/request/index.js.map +1 -1
  82. package/lib/request/list-export-sets-request.d.ts +1 -1
  83. package/lib/request/list-exports-request.d.ts +1 -1
  84. package/lib/request/list-file-systems-request.d.ts +7 -1
  85. package/lib/request/list-file-systems-request.js.map +1 -1
  86. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +108 -0
  87. package/lib/request/list-filesystem-snapshot-policies-request.js +38 -0
  88. package/lib/request/list-filesystem-snapshot-policies-request.js.map +1 -0
  89. package/lib/request/list-mount-targets-request.d.ts +1 -1
  90. package/lib/request/list-replication-targets-request.d.ts +1 -1
  91. package/lib/request/list-replications-request.d.ts +1 -1
  92. package/lib/request/list-snapshots-request.d.ts +15 -5
  93. package/lib/request/list-snapshots-request.js.map +1 -1
  94. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +37 -0
  95. package/lib/request/pause-filesystem-snapshot-policy-request.js +15 -0
  96. package/lib/request/pause-filesystem-snapshot-policy-request.js.map +1 -0
  97. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +37 -0
  98. package/lib/request/unpause-filesystem-snapshot-policy-request.js +15 -0
  99. package/lib/request/unpause-filesystem-snapshot-policy-request.js.map +1 -0
  100. package/lib/request/update-export-request.d.ts +1 -1
  101. package/lib/request/update-export-set-request.d.ts +1 -1
  102. package/lib/request/update-file-system-request.d.ts +1 -1
  103. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +42 -0
  104. package/lib/request/update-filesystem-snapshot-policy-request.js +15 -0
  105. package/lib/request/update-filesystem-snapshot-policy-request.js.map +1 -0
  106. package/lib/request/update-mount-target-request.d.ts +1 -1
  107. package/lib/request/update-replication-request.d.ts +1 -1
  108. package/lib/request/update-snapshot-request.d.ts +1 -1
  109. package/lib/response/change-filesystem-snapshot-policy-compartment-response.d.ts +18 -0
  110. package/lib/response/change-filesystem-snapshot-policy-compartment-response.js +15 -0
  111. package/lib/response/change-filesystem-snapshot-policy-compartment-response.js.map +1 -0
  112. package/lib/response/create-filesystem-snapshot-policy-response.d.ts +30 -0
  113. package/lib/response/create-filesystem-snapshot-policy-response.js +15 -0
  114. package/lib/response/create-filesystem-snapshot-policy-response.js.map +1 -0
  115. package/lib/response/delete-filesystem-snapshot-policy-response.d.ts +21 -0
  116. package/lib/response/delete-filesystem-snapshot-policy-response.js +15 -0
  117. package/lib/response/delete-filesystem-snapshot-policy-response.js.map +1 -0
  118. package/lib/response/get-filesystem-snapshot-policy-response.d.ts +30 -0
  119. package/lib/response/get-filesystem-snapshot-policy-response.js +15 -0
  120. package/lib/response/get-filesystem-snapshot-policy-response.js.map +1 -0
  121. package/lib/response/index.d.ts +16 -0
  122. package/lib/response/list-filesystem-snapshot-policies-response.d.ts +35 -0
  123. package/lib/response/list-filesystem-snapshot-policies-response.js +15 -0
  124. package/lib/response/list-filesystem-snapshot-policies-response.js.map +1 -0
  125. package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +30 -0
  126. package/lib/response/pause-filesystem-snapshot-policy-response.js +15 -0
  127. package/lib/response/pause-filesystem-snapshot-policy-response.js.map +1 -0
  128. package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +30 -0
  129. package/lib/response/unpause-filesystem-snapshot-policy-response.js +15 -0
  130. package/lib/response/unpause-filesystem-snapshot-policy-response.js.map +1 -0
  131. package/lib/response/update-filesystem-snapshot-policy-response.d.ts +30 -0
  132. package/lib/response/update-filesystem-snapshot-policy-response.js +15 -0
  133. package/lib/response/update-filesystem-snapshot-policy-response.js.map +1 -0
  134. package/package.json +3 -3
@@ -0,0 +1,132 @@
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, 2023, 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
+ * The snapshot schedule is a structure within a parent file system snapshot policy. It contains data about
17
+ * the frequency of snapshot creation and the retention time of the taken snapshots.
18
+ *
19
+ */
20
+ export interface SnapshotSchedule {
21
+ /**
22
+ * A name prefix to be applied to snapshots created by this schedule.
23
+ * <p>
24
+ Example: `compliance1`
25
+ *
26
+ */
27
+ "schedulePrefix"?: string;
28
+ /**
29
+ * The starting point used to begin the scheduling of the snapshots based upon recurrence string
30
+ * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
31
+ * If no `timeScheduleStart` is provided, the value will be set to the time when the schedule was created.
32
+ *
33
+ */
34
+ "timeScheduleStart"?: Date;
35
+ /**
36
+ * The frequency of scheduled snapshots.
37
+ */
38
+ "period": SnapshotSchedule.Period;
39
+ /**
40
+ * The number of seconds to retain snapshots created with this schedule.
41
+ * Snapshot expiration time will not be set if this value is empty.
42
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
+ */
44
+ "retentionDurationInSeconds"?: number;
45
+ /**
46
+ * Time zone used for scheduling the snapshot.
47
+ */
48
+ "timeZone": SnapshotSchedule.TimeZone;
49
+ /**
50
+ * The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot.
51
+ * If not set, a value will be chosen at creation time.
52
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
53
+ */
54
+ "hourOfDay"?: number;
55
+ /**
56
+ * The day of the week to create a scheduled snapshot.
57
+ * Used for WEEKLY snapshot schedules.
58
+ *
59
+ */
60
+ "dayOfWeek"?: SnapshotSchedule.DayOfWeek;
61
+ /**
62
+ * The day of the month to create a scheduled snapshot.
63
+ * If the day does not exist for the month, snapshot creation will be skipped.
64
+ * Used for MONTHLY and YEARLY snapshot schedules.
65
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
66
+ */
67
+ "dayOfMonth"?: number;
68
+ /**
69
+ * The month to create a scheduled snapshot.
70
+ * Used only for YEARLY snapshot schedules.
71
+ *
72
+ */
73
+ "month"?: SnapshotSchedule.Month;
74
+ }
75
+ export declare namespace SnapshotSchedule {
76
+ enum Period {
77
+ Hourly = "HOURLY",
78
+ Daily = "DAILY",
79
+ Weekly = "WEEKLY",
80
+ Monthly = "MONTHLY",
81
+ Yearly = "YEARLY",
82
+ /**
83
+ * This value is used if a service returns a value for this enum that is not recognized by this
84
+ * version of the SDK.
85
+ */
86
+ UnknownValue = "UNKNOWN_VALUE"
87
+ }
88
+ enum TimeZone {
89
+ Utc = "UTC",
90
+ RegionalDataCenterTime = "REGIONAL_DATA_CENTER_TIME",
91
+ /**
92
+ * This value is used if a service returns a value for this enum that is not recognized by this
93
+ * version of the SDK.
94
+ */
95
+ UnknownValue = "UNKNOWN_VALUE"
96
+ }
97
+ enum DayOfWeek {
98
+ Monday = "MONDAY",
99
+ Tuesday = "TUESDAY",
100
+ Wednesday = "WEDNESDAY",
101
+ Thursday = "THURSDAY",
102
+ Friday = "FRIDAY",
103
+ Saturday = "SATURDAY",
104
+ Sunday = "SUNDAY",
105
+ /**
106
+ * This value is used if a service returns a value for this enum that is not recognized by this
107
+ * version of the SDK.
108
+ */
109
+ UnknownValue = "UNKNOWN_VALUE"
110
+ }
111
+ enum Month {
112
+ January = "JANUARY",
113
+ February = "FEBRUARY",
114
+ March = "MARCH",
115
+ April = "APRIL",
116
+ May = "MAY",
117
+ June = "JUNE",
118
+ July = "JULY",
119
+ August = "AUGUST",
120
+ September = "SEPTEMBER",
121
+ October = "OCTOBER",
122
+ November = "NOVEMBER",
123
+ December = "DECEMBER",
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
+ }
130
+ function getJsonObj(obj: SnapshotSchedule): object;
131
+ function getDeserializedJsonObj(obj: SnapshotSchedule): object;
132
+ }
@@ -0,0 +1,89 @@
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, 2023, 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.SnapshotSchedule = void 0;
18
+ var SnapshotSchedule;
19
+ (function (SnapshotSchedule) {
20
+ let Period;
21
+ (function (Period) {
22
+ Period["Hourly"] = "HOURLY";
23
+ Period["Daily"] = "DAILY";
24
+ Period["Weekly"] = "WEEKLY";
25
+ Period["Monthly"] = "MONTHLY";
26
+ Period["Yearly"] = "YEARLY";
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
+ Period["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(Period = SnapshotSchedule.Period || (SnapshotSchedule.Period = {}));
33
+ let TimeZone;
34
+ (function (TimeZone) {
35
+ TimeZone["Utc"] = "UTC";
36
+ TimeZone["RegionalDataCenterTime"] = "REGIONAL_DATA_CENTER_TIME";
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
+ TimeZone["UnknownValue"] = "UNKNOWN_VALUE";
42
+ })(TimeZone = SnapshotSchedule.TimeZone || (SnapshotSchedule.TimeZone = {}));
43
+ let DayOfWeek;
44
+ (function (DayOfWeek) {
45
+ DayOfWeek["Monday"] = "MONDAY";
46
+ DayOfWeek["Tuesday"] = "TUESDAY";
47
+ DayOfWeek["Wednesday"] = "WEDNESDAY";
48
+ DayOfWeek["Thursday"] = "THURSDAY";
49
+ DayOfWeek["Friday"] = "FRIDAY";
50
+ DayOfWeek["Saturday"] = "SATURDAY";
51
+ DayOfWeek["Sunday"] = "SUNDAY";
52
+ /**
53
+ * This value is used if a service returns a value for this enum that is not recognized by this
54
+ * version of the SDK.
55
+ */
56
+ DayOfWeek["UnknownValue"] = "UNKNOWN_VALUE";
57
+ })(DayOfWeek = SnapshotSchedule.DayOfWeek || (SnapshotSchedule.DayOfWeek = {}));
58
+ let Month;
59
+ (function (Month) {
60
+ Month["January"] = "JANUARY";
61
+ Month["February"] = "FEBRUARY";
62
+ Month["March"] = "MARCH";
63
+ Month["April"] = "APRIL";
64
+ Month["May"] = "MAY";
65
+ Month["June"] = "JUNE";
66
+ Month["July"] = "JULY";
67
+ Month["August"] = "AUGUST";
68
+ Month["September"] = "SEPTEMBER";
69
+ Month["October"] = "OCTOBER";
70
+ Month["November"] = "NOVEMBER";
71
+ Month["December"] = "DECEMBER";
72
+ /**
73
+ * This value is used if a service returns a value for this enum that is not recognized by this
74
+ * version of the SDK.
75
+ */
76
+ Month["UnknownValue"] = "UNKNOWN_VALUE";
77
+ })(Month = SnapshotSchedule.Month || (SnapshotSchedule.Month = {}));
78
+ function getJsonObj(obj) {
79
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
80
+ return jsonObj;
81
+ }
82
+ SnapshotSchedule.getJsonObj = getJsonObj;
83
+ function getDeserializedJsonObj(obj) {
84
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
85
+ return jsonObj;
86
+ }
87
+ SnapshotSchedule.getDeserializedJsonObj = getDeserializedJsonObj;
88
+ })(SnapshotSchedule = exports.SnapshotSchedule || (exports.SnapshotSchedule = {}));
89
+ //# sourceMappingURL=snapshot-schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snapshot-schedule.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAkEH,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"}
@@ -65,6 +65,10 @@ export interface SnapshotSummary {
65
65
  *
66
66
  */
67
67
  "snapshotTime"?: Date;
68
+ /**
69
+ * The time when this snapshot will be deleted.
70
+ */
71
+ "expirationTime"?: Date;
68
72
  /**
69
73
  * An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
70
74
  * If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
@@ -1 +1 @@
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
+ {"version":3,"file":"snapshot-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiGH,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"}
@@ -105,6 +105,15 @@ export interface Snapshot {
105
105
  [key: string]: any;
106
106
  };
107
107
  };
108
+ /**
109
+ * The time when this snapshot will be deleted.
110
+ */
111
+ "expirationTime"?: Date;
112
+ /**
113
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy that created this snapshot.
114
+ *
115
+ */
116
+ "filesystemSnapshotPolicyId"?: string;
108
117
  }
109
118
  export declare namespace Snapshot {
110
119
  enum LifecycleState {
@@ -1 +1 @@
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
+ {"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuGH,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"}
@@ -55,6 +55,14 @@ export interface UpdateFileSystemDetails {
55
55
  *
56
56
  */
57
57
  "kmsKeyId"?: string;
58
+ /**
59
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which
60
+ * controls the frequency of snapshot creation and retention period of the taken snapshots.
61
+ * <p>
62
+ If string is empty, the policy reference (if any) would be removed.
63
+ *
64
+ */
65
+ "filesystemSnapshotPolicyId"?: string;
58
66
  }
59
67
  export declare namespace UpdateFileSystemDetails {
60
68
  function getJsonObj(obj: UpdateFileSystemDetails): object;
@@ -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;;;;;;;;;;;;;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
+ {"version":3,"file":"update-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAoDH,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"}
@@ -0,0 +1,71 @@
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, 2023, 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
+ import * as model from "../model";
16
+ /**
17
+ * Details for updating the file system snapshot policy.
18
+ */
19
+ export interface UpdateFilesystemSnapshotPolicyDetails {
20
+ /**
21
+ * A user-friendly name. It does not have to be unique, and it is changeable.
22
+ * Avoid entering confidential information.
23
+ * <p>
24
+ Example: `policy1`
25
+ *
26
+ */
27
+ "displayName"?: string;
28
+ /**
29
+ * The prefix to apply to all snapshots created by this policy.
30
+ * <p>
31
+ Example: `acme`
32
+ *
33
+ */
34
+ "policyPrefix"?: string;
35
+ /**
36
+ * The list of associated snapshot schedules. A maximum of 10 schedules can be associated with a policy.
37
+ * <p>
38
+ If using the CLI, provide the schedule as a list of JSON strings, with the list wrapped in
39
+ * quotation marks, i.e.
40
+ * ```
41
+ * --schedules '[{\"timeZone\":\"UTC\",\"period\":\"DAILY\",\"hourOfDay\":18},{\"timeZone\":\"UTC\",\"period\":\"HOURLY\"}]'
42
+ * ```
43
+ *
44
+ */
45
+ "schedules"?: Array<model.SnapshotSchedule>;
46
+ /**
47
+ * Free-form tags for this resource. Each tag is a simple key-value pair
48
+ * with no predefined name, type, or namespace.
49
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
50
+ * Example: `{\"Department\": \"Finance\"}`
51
+ *
52
+ */
53
+ "freeformTags"?: {
54
+ [key: string]: string;
55
+ };
56
+ /**
57
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
58
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
59
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
60
+ *
61
+ */
62
+ "definedTags"?: {
63
+ [key: string]: {
64
+ [key: string]: any;
65
+ };
66
+ };
67
+ }
68
+ export declare namespace UpdateFilesystemSnapshotPolicyDetails {
69
+ function getJsonObj(obj: UpdateFilesystemSnapshotPolicyDetails): object;
70
+ function getDeserializedJsonObj(obj: UpdateFilesystemSnapshotPolicyDetails): object;
71
+ }
@@ -0,0 +1,63 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.UpdateFilesystemSnapshotPolicyDetails = void 0;
37
+ const model = __importStar(require("../model"));
38
+ var UpdateFilesystemSnapshotPolicyDetails;
39
+ (function (UpdateFilesystemSnapshotPolicyDetails) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {
42
+ "schedules": obj.schedules
43
+ ? obj.schedules.map(item => {
44
+ return model.SnapshotSchedule.getJsonObj(item);
45
+ })
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ UpdateFilesystemSnapshotPolicyDetails.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {
53
+ "schedules": obj.schedules
54
+ ? obj.schedules.map(item => {
55
+ return model.SnapshotSchedule.getDeserializedJsonObj(item);
56
+ })
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ UpdateFilesystemSnapshotPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(UpdateFilesystemSnapshotPolicyDetails = exports.UpdateFilesystemSnapshotPolicyDetails || (exports.UpdateFilesystemSnapshotPolicyDetails = {}));
63
+ //# sourceMappingURL=update-filesystem-snapshot-policy-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-filesystem-snapshot-policy-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-filesystem-snapshot-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,qCAAqC,CA6BrD;AA7BD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA6BrD"}
@@ -37,6 +37,13 @@ export interface UpdateSnapshotDetails {
37
37
  [key: string]: any;
38
38
  };
39
39
  };
40
+ /**
41
+ * The UTC time when this snapshot will be deleted. To remove the expiration time, set this field to the minimum date-time value using Date(0).
42
+ * <p>
43
+ Example: `Thu Jan 01 01:00:00 GMT 1970`
44
+ *
45
+ */
46
+ "expirationTime"?: Date;
40
47
  }
41
48
  export declare namespace UpdateSnapshotDetails {
42
49
  function getJsonObj(obj: UpdateSnapshotDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"update-snapshot-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-snapshot-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0BH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
1
+ {"version":3,"file":"update-snapshot-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-snapshot-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiCH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -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.60.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFileSystemCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartmentRequest.
17
+ */
18
+ export interface ChangeFilesystemSnapshotPolicyCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
21
+ */
22
+ "filesystemSnapshotPolicyId": string;
23
+ /**
24
+ * Details for changing the compartment of a file system snapshot policy.
25
+ */
26
+ "changeFilesystemSnapshotPolicyCompartmentDetails": model.ChangeFilesystemSnapshotPolicyCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique identifier for the request.
38
+ * If you need to contact Oracle about a particular request, please provide the request ID.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-filesystem-snapshot-policy-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-filesystem-snapshot-policy-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/change-filesystem-snapshot-policy-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/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.60.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/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.60.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/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.60.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
17
17
  */
18
18
  export interface CreateFileSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicyRequest.
17
+ */
18
+ export interface CreateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for creating a new file system snapshot policy.
21
+ */
22
+ "createFilesystemSnapshotPolicyDetails": model.CreateFilesystemSnapshotPolicyDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * Unique identifier for the request.
34
+ * If you need to contact Oracle about a particular request, please provide the request ID.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-filesystem-snapshot-policy-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-filesystem-snapshot-policy-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/create-filesystem-snapshot-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
17
17
  */
18
18
  export interface CreateMountTargetRequest extends common.BaseRequest {
19
19
  /**