oci-filestorage 2.102.2 → 2.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +183 -88
- package/lib/client.js +518 -88
- package/lib/client.js.map +1 -1
- package/lib/filestorage-waiter.d.ts +1 -1
- package/lib/filestorage-waiter.js +1 -1
- package/lib/model/change-file-system-compartment-details.d.ts +2 -2
- package/lib/model/change-file-system-compartment-details.js +1 -1
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.d.ts +2 -2
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.js +1 -1
- package/lib/model/change-mount-target-compartment-details.d.ts +2 -2
- package/lib/model/change-mount-target-compartment-details.js +1 -1
- package/lib/model/change-outbound-connector-compartment-details.d.ts +2 -2
- package/lib/model/change-outbound-connector-compartment-details.js +1 -1
- package/lib/model/change-replication-compartment-details.d.ts +2 -2
- package/lib/model/change-replication-compartment-details.js +1 -1
- package/lib/model/client-options.d.ts +1 -1
- package/lib/model/client-options.js +1 -1
- package/lib/model/create-export-details.d.ts +3 -3
- package/lib/model/create-export-details.js +1 -1
- package/lib/model/create-file-system-details.d.ts +12 -8
- package/lib/model/create-file-system-details.js +1 -1
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-filesystem-snapshot-policy-details.d.ts +4 -4
- package/lib/model/create-filesystem-snapshot-policy-details.js +1 -1
- package/lib/model/create-kerberos-details.d.ts +2 -2
- package/lib/model/create-kerberos-details.js +1 -1
- package/lib/model/create-ldap-bind-account-details.d.ts +2 -2
- package/lib/model/create-ldap-bind-account-details.js +1 -1
- package/lib/model/create-ldap-idmap-details.d.ts +3 -3
- package/lib/model/create-ldap-idmap-details.js +1 -1
- package/lib/model/create-mount-target-details.d.ts +11 -11
- package/lib/model/create-mount-target-details.js +1 -1
- package/lib/model/create-outbound-connector-details.d.ts +4 -4
- package/lib/model/create-outbound-connector-details.js +1 -1
- package/lib/model/create-quota-rule-details.d.ts +61 -0
- package/lib/model/create-quota-rule-details.js +39 -0
- package/lib/model/create-quota-rule-details.js.map +1 -0
- package/lib/model/create-replication-details.d.ts +6 -6
- package/lib/model/create-replication-details.js +1 -1
- package/lib/model/create-snapshot-details.d.ts +4 -4
- package/lib/model/create-snapshot-details.js +1 -1
- package/lib/model/endpoint.d.ts +1 -1
- package/lib/model/endpoint.js +1 -1
- package/lib/model/export-set-summary.d.ts +4 -4
- package/lib/model/export-set-summary.js +1 -1
- package/lib/model/export-set.d.ts +4 -4
- package/lib/model/export-set.js +1 -1
- package/lib/model/export-summary.d.ts +4 -4
- package/lib/model/export-summary.js +1 -1
- package/lib/model/export.d.ts +5 -5
- package/lib/model/export.js +1 -1
- package/lib/model/file-system-summary.d.ts +29 -8
- package/lib/model/file-system-summary.js +15 -1
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +38 -13
- package/lib/model/file-system.js +15 -1
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy-summary.d.ts +5 -5
- package/lib/model/filesystem-snapshot-policy-summary.js +1 -1
- package/lib/model/filesystem-snapshot-policy.d.ts +7 -7
- package/lib/model/filesystem-snapshot-policy.js +1 -1
- package/lib/model/index.d.ts +11 -1
- package/lib/model/index.js +13 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/kerberos-keytab-entry.d.ts +1 -1
- package/lib/model/kerberos-keytab-entry.js +1 -1
- package/lib/model/kerberos.d.ts +2 -2
- package/lib/model/kerberos.js +1 -1
- package/lib/model/key-tab-secret-details.d.ts +2 -2
- package/lib/model/key-tab-secret-details.js +1 -1
- package/lib/model/ldap-bind-account-summary.d.ts +1 -1
- package/lib/model/ldap-bind-account-summary.js +1 -1
- package/lib/model/ldap-bind-account.d.ts +2 -2
- package/lib/model/ldap-bind-account.js +1 -1
- package/lib/model/ldap-idmap.d.ts +3 -3
- package/lib/model/ldap-idmap.js +1 -1
- package/lib/model/mount-target-summary.d.ts +9 -9
- package/lib/model/mount-target-summary.js +1 -1
- package/lib/model/mount-target.d.ts +9 -9
- package/lib/model/mount-target.js +1 -1
- package/lib/model/outbound-connector-summary.d.ts +5 -5
- package/lib/model/outbound-connector-summary.js +1 -1
- package/lib/model/outbound-connector.d.ts +5 -5
- package/lib/model/outbound-connector.js +1 -1
- package/lib/model/quota-rule-summary.d.ts +104 -0
- package/lib/model/quota-rule-summary.js +44 -0
- package/lib/model/quota-rule-summary.js.map +1 -0
- package/lib/model/quota-rule.d.ts +91 -0
- package/lib/model/quota-rule.js +44 -0
- package/lib/model/quota-rule.js.map +1 -0
- package/lib/model/replication-estimate.d.ts +1 -1
- package/lib/model/replication-estimate.js +1 -1
- package/lib/model/replication-summary.d.ts +5 -5
- package/lib/model/replication-summary.js +1 -1
- package/lib/model/replication-target-summary.d.ts +5 -5
- package/lib/model/replication-target-summary.js +1 -1
- package/lib/model/replication-target.d.ts +10 -10
- package/lib/model/replication-target.js +1 -1
- package/lib/model/replication.d.ts +10 -10
- package/lib/model/replication.js +1 -1
- package/lib/model/resource-lock.d.ts +1 -1
- package/lib/model/resource-lock.js +1 -1
- package/lib/model/schedule-downgrade-shape-mount-target-details.d.ts +1 -1
- package/lib/model/schedule-downgrade-shape-mount-target-details.js +1 -1
- package/lib/model/snapshot-schedule.d.ts +1 -1
- package/lib/model/snapshot-schedule.js +1 -1
- package/lib/model/snapshot-summary.d.ts +8 -8
- package/lib/model/snapshot-summary.js +1 -1
- package/lib/model/snapshot.d.ts +9 -9
- package/lib/model/snapshot.js +1 -1
- package/lib/model/source-details.d.ts +5 -5
- package/lib/model/source-details.js +1 -1
- package/lib/model/toggle-quota-rules-details.d.ts +27 -0
- package/lib/model/toggle-quota-rules-details.js +31 -0
- package/lib/model/toggle-quota-rules-details.js.map +1 -0
- package/lib/model/update-export-details.d.ts +1 -1
- package/lib/model/update-export-details.js +1 -1
- package/lib/model/update-export-set-details.d.ts +1 -1
- package/lib/model/update-export-set-details.js +1 -1
- package/lib/model/update-file-system-details.d.ts +6 -6
- package/lib/model/update-file-system-details.js +1 -1
- package/lib/model/update-filesystem-snapshot-policy-details.d.ts +3 -3
- package/lib/model/update-filesystem-snapshot-policy-details.js +1 -1
- package/lib/model/update-kerberos-details.d.ts +2 -2
- package/lib/model/update-kerberos-details.js +1 -1
- package/lib/model/update-ldap-idmap-details.d.ts +3 -3
- package/lib/model/update-ldap-idmap-details.js +1 -1
- package/lib/model/update-mount-target-details.d.ts +5 -5
- package/lib/model/update-mount-target-details.js +1 -1
- package/lib/model/update-outbound-connector-details.d.ts +3 -3
- package/lib/model/update-outbound-connector-details.js +1 -1
- package/lib/model/update-quota-rule-details.d.ts +35 -0
- package/lib/model/update-quota-rule-details.js +31 -0
- package/lib/model/update-quota-rule-details.js.map +1 -0
- package/lib/model/update-replication-details.d.ts +3 -3
- package/lib/model/update-replication-details.js +1 -1
- package/lib/model/update-snapshot-details.d.ts +3 -3
- package/lib/model/update-snapshot-details.js +1 -1
- package/lib/model/upgrade-shape-mount-target-details.d.ts +1 -1
- package/lib/model/upgrade-shape-mount-target-details.js +1 -1
- package/lib/model/validate-key-tabs-details.d.ts +2 -2
- package/lib/model/validate-key-tabs-details.js +1 -1
- package/lib/model/validate-key-tabs-response-details.d.ts +1 -1
- package/lib/model/validate-key-tabs-response-details.js +1 -1
- package/lib/request/add-export-lock-request.d.ts +2 -2
- package/lib/request/add-file-system-lock-request.d.ts +2 -2
- package/lib/request/add-filesystem-snapshot-policy-lock-request.d.ts +2 -2
- package/lib/request/add-mount-target-lock-request.d.ts +2 -2
- package/lib/request/add-outbound-connector-lock-request.d.ts +2 -2
- package/lib/request/add-replication-lock-request.d.ts +2 -2
- package/lib/request/add-snapshot-lock-request.d.ts +2 -2
- package/lib/request/cancel-downgrade-shape-mount-target-request.d.ts +2 -2
- package/lib/request/change-file-system-compartment-request.d.ts +2 -2
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
- package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
- package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
- package/lib/request/change-replication-compartment-request.d.ts +2 -2
- 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-quota-rule-request.d.ts +51 -0
- package/lib/request/create-quota-rule-request.js +15 -0
- package/lib/request/create-quota-rule-request.js.map +1 -0
- 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 +2 -2
- package/lib/request/delete-file-system-request.d.ts +2 -2
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/delete-mount-target-request.d.ts +2 -2
- package/lib/request/delete-outbound-connector-request.d.ts +2 -2
- package/lib/request/delete-quota-rule-request.d.ts +41 -0
- package/lib/request/delete-quota-rule-request.js +15 -0
- package/lib/request/delete-quota-rule-request.js.map +1 -0
- package/lib/request/delete-replication-request.d.ts +2 -2
- package/lib/request/delete-replication-target-request.d.ts +2 -2
- package/lib/request/delete-snapshot-request.d.ts +2 -2
- package/lib/request/detach-clone-request.d.ts +2 -2
- package/lib/request/estimate-replication-request.d.ts +2 -2
- package/lib/request/get-export-request.d.ts +2 -2
- package/lib/request/get-export-set-request.d.ts +2 -2
- package/lib/request/get-file-system-request.d.ts +2 -2
- package/lib/request/get-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/get-mount-target-request.d.ts +2 -2
- package/lib/request/get-outbound-connector-request.d.ts +2 -2
- package/lib/request/get-quota-rule-request.d.ts +41 -0
- package/lib/request/get-quota-rule-request.js +15 -0
- package/lib/request/get-quota-rule-request.js.map +1 -0
- package/lib/request/get-replication-request.d.ts +2 -2
- package/lib/request/get-replication-target-request.d.ts +2 -2
- package/lib/request/get-snapshot-request.d.ts +2 -2
- package/lib/request/index.d.ts +13 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +5 -5
- package/lib/request/list-exports-request.d.ts +7 -7
- package/lib/request/list-file-systems-request.d.ts +8 -8
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
- package/lib/request/list-mount-targets-request.d.ts +6 -6
- package/lib/request/list-outbound-connectors-request.d.ts +5 -5
- package/lib/request/list-quota-rules-request.d.ts +97 -0
- package/lib/request/list-quota-rules-request.js +32 -0
- package/lib/request/list-quota-rules-request.js.map +1 -0
- package/lib/request/list-replication-targets-request.d.ts +5 -5
- package/lib/request/list-replications-request.d.ts +6 -6
- package/lib/request/list-snapshots-request.d.ts +7 -7
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/remove-export-lock-request.d.ts +2 -2
- package/lib/request/remove-file-system-lock-request.d.ts +2 -2
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.d.ts +2 -2
- package/lib/request/remove-mount-target-lock-request.d.ts +2 -2
- package/lib/request/remove-outbound-connector-lock-request.d.ts +2 -2
- package/lib/request/remove-replication-lock-request.d.ts +2 -2
- package/lib/request/remove-snapshot-lock-request.d.ts +2 -2
- package/lib/request/schedule-downgrade-shape-mount-target-request.d.ts +2 -2
- package/lib/request/toggle-quota-rules-request.d.ts +51 -0
- package/lib/request/toggle-quota-rules-request.js +15 -0
- package/lib/request/toggle-quota-rules-request.js.map +1 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/update-export-request.d.ts +2 -2
- package/lib/request/update-export-set-request.d.ts +2 -2
- package/lib/request/update-file-system-request.d.ts +2 -2
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/update-mount-target-request.d.ts +2 -2
- package/lib/request/update-outbound-connector-request.d.ts +2 -2
- package/lib/request/update-quota-rule-request.d.ts +46 -0
- package/lib/request/update-quota-rule-request.js +15 -0
- package/lib/request/update-quota-rule-request.js.map +1 -0
- package/lib/request/update-replication-request.d.ts +2 -2
- package/lib/request/update-snapshot-request.d.ts +2 -2
- package/lib/request/upgrade-shape-mount-target-request.d.ts +2 -2
- package/lib/request/validate-key-tabs-request.d.ts +1 -1
- package/lib/response/create-quota-rule-response.d.ts +30 -0
- package/lib/response/create-quota-rule-response.js +15 -0
- package/lib/response/create-quota-rule-response.js.map +1 -0
- package/lib/response/delete-quota-rule-response.d.ts +21 -0
- package/lib/response/delete-quota-rule-response.js +15 -0
- package/lib/response/delete-quota-rule-response.js.map +1 -0
- package/lib/response/get-quota-rule-response.d.ts +30 -0
- package/lib/response/get-quota-rule-response.js +15 -0
- package/lib/response/get-quota-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +13 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-export-sets-response.d.ts +1 -1
- package/lib/response/list-exports-response.d.ts +1 -1
- package/lib/response/list-file-systems-response.d.ts +1 -1
- package/lib/response/list-filesystem-snapshot-policies-response.d.ts +1 -1
- package/lib/response/list-mount-targets-response.d.ts +1 -1
- package/lib/response/list-outbound-connectors-response.d.ts +1 -1
- package/lib/response/list-quota-rules-response.d.ts +35 -0
- package/lib/response/list-quota-rules-response.js +15 -0
- package/lib/response/list-quota-rules-response.js.map +1 -0
- package/lib/response/list-replication-targets-response.d.ts +1 -1
- package/lib/response/list-replications-response.d.ts +1 -1
- package/lib/response/list-snapshots-response.d.ts +1 -1
- package/lib/response/toggle-quota-rules-response.d.ts +21 -0
- package/lib/response/toggle-quota-rules-response.js +15 -0
- package/lib/response/toggle-quota-rules-response.js.map +1 -0
- package/lib/response/update-quota-rule-response.d.ts +30 -0
- package/lib/response/update-quota-rule-response.js +15 -0
- package/lib/response/update-quota-rule-response.js.map +1 -0
- package/package.json +3 -3
package/lib/request/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
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
|
+
For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20171215
|
|
7
7
|
*
|
|
@@ -48,6 +48,8 @@ import * as CreateMountTargetRequest from "./create-mount-target-request";
|
|
|
48
48
|
export import CreateMountTargetRequest = CreateMountTargetRequest.CreateMountTargetRequest;
|
|
49
49
|
import * as CreateOutboundConnectorRequest from "./create-outbound-connector-request";
|
|
50
50
|
export import CreateOutboundConnectorRequest = CreateOutboundConnectorRequest.CreateOutboundConnectorRequest;
|
|
51
|
+
import * as CreateQuotaRuleRequest from "./create-quota-rule-request";
|
|
52
|
+
export import CreateQuotaRuleRequest = CreateQuotaRuleRequest.CreateQuotaRuleRequest;
|
|
51
53
|
import * as CreateReplicationRequest from "./create-replication-request";
|
|
52
54
|
export import CreateReplicationRequest = CreateReplicationRequest.CreateReplicationRequest;
|
|
53
55
|
import * as CreateSnapshotRequest from "./create-snapshot-request";
|
|
@@ -62,6 +64,8 @@ import * as DeleteMountTargetRequest from "./delete-mount-target-request";
|
|
|
62
64
|
export import DeleteMountTargetRequest = DeleteMountTargetRequest.DeleteMountTargetRequest;
|
|
63
65
|
import * as DeleteOutboundConnectorRequest from "./delete-outbound-connector-request";
|
|
64
66
|
export import DeleteOutboundConnectorRequest = DeleteOutboundConnectorRequest.DeleteOutboundConnectorRequest;
|
|
67
|
+
import * as DeleteQuotaRuleRequest from "./delete-quota-rule-request";
|
|
68
|
+
export import DeleteQuotaRuleRequest = DeleteQuotaRuleRequest.DeleteQuotaRuleRequest;
|
|
65
69
|
import * as DeleteReplicationRequest from "./delete-replication-request";
|
|
66
70
|
export import DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
|
|
67
71
|
import * as DeleteReplicationTargetRequest from "./delete-replication-target-request";
|
|
@@ -84,6 +88,8 @@ import * as GetMountTargetRequest from "./get-mount-target-request";
|
|
|
84
88
|
export import GetMountTargetRequest = GetMountTargetRequest.GetMountTargetRequest;
|
|
85
89
|
import * as GetOutboundConnectorRequest from "./get-outbound-connector-request";
|
|
86
90
|
export import GetOutboundConnectorRequest = GetOutboundConnectorRequest.GetOutboundConnectorRequest;
|
|
91
|
+
import * as GetQuotaRuleRequest from "./get-quota-rule-request";
|
|
92
|
+
export import GetQuotaRuleRequest = GetQuotaRuleRequest.GetQuotaRuleRequest;
|
|
87
93
|
import * as GetReplicationRequest from "./get-replication-request";
|
|
88
94
|
export import GetReplicationRequest = GetReplicationRequest.GetReplicationRequest;
|
|
89
95
|
import * as GetReplicationTargetRequest from "./get-replication-target-request";
|
|
@@ -102,6 +108,8 @@ import * as ListMountTargetsRequest from "./list-mount-targets-request";
|
|
|
102
108
|
export import ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
|
|
103
109
|
import * as ListOutboundConnectorsRequest from "./list-outbound-connectors-request";
|
|
104
110
|
export import ListOutboundConnectorsRequest = ListOutboundConnectorsRequest.ListOutboundConnectorsRequest;
|
|
111
|
+
import * as ListQuotaRulesRequest from "./list-quota-rules-request";
|
|
112
|
+
export import ListQuotaRulesRequest = ListQuotaRulesRequest.ListQuotaRulesRequest;
|
|
105
113
|
import * as ListReplicationTargetsRequest from "./list-replication-targets-request";
|
|
106
114
|
export import ListReplicationTargetsRequest = ListReplicationTargetsRequest.ListReplicationTargetsRequest;
|
|
107
115
|
import * as ListReplicationsRequest from "./list-replications-request";
|
|
@@ -126,6 +134,8 @@ import * as RemoveSnapshotLockRequest from "./remove-snapshot-lock-request";
|
|
|
126
134
|
export import RemoveSnapshotLockRequest = RemoveSnapshotLockRequest.RemoveSnapshotLockRequest;
|
|
127
135
|
import * as ScheduleDowngradeShapeMountTargetRequest from "./schedule-downgrade-shape-mount-target-request";
|
|
128
136
|
export import ScheduleDowngradeShapeMountTargetRequest = ScheduleDowngradeShapeMountTargetRequest.ScheduleDowngradeShapeMountTargetRequest;
|
|
137
|
+
import * as ToggleQuotaRulesRequest from "./toggle-quota-rules-request";
|
|
138
|
+
export import ToggleQuotaRulesRequest = ToggleQuotaRulesRequest.ToggleQuotaRulesRequest;
|
|
129
139
|
import * as UnpauseFilesystemSnapshotPolicyRequest from "./unpause-filesystem-snapshot-policy-request";
|
|
130
140
|
export import UnpauseFilesystemSnapshotPolicyRequest = UnpauseFilesystemSnapshotPolicyRequest.UnpauseFilesystemSnapshotPolicyRequest;
|
|
131
141
|
import * as UpdateExportRequest from "./update-export-request";
|
|
@@ -140,6 +150,8 @@ import * as UpdateMountTargetRequest from "./update-mount-target-request";
|
|
|
140
150
|
export import UpdateMountTargetRequest = UpdateMountTargetRequest.UpdateMountTargetRequest;
|
|
141
151
|
import * as UpdateOutboundConnectorRequest from "./update-outbound-connector-request";
|
|
142
152
|
export import UpdateOutboundConnectorRequest = UpdateOutboundConnectorRequest.UpdateOutboundConnectorRequest;
|
|
153
|
+
import * as UpdateQuotaRuleRequest from "./update-quota-rule-request";
|
|
154
|
+
export import UpdateQuotaRuleRequest = UpdateQuotaRuleRequest.UpdateQuotaRuleRequest;
|
|
143
155
|
import * as UpdateReplicationRequest from "./update-replication-request";
|
|
144
156
|
export import UpdateReplicationRequest = UpdateReplicationRequest.UpdateReplicationRequest;
|
|
145
157
|
import * as UpdateSnapshotRequest from "./update-snapshot-request";
|
package/lib/request/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* File Storage API
|
|
4
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
|
+
For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20171215
|
|
8
8
|
*
|
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
33
33
|
return result;
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListOutboundConnectorsRequest = exports.ListMountTargetsRequest = exports.ListFilesystemSnapshotPoliciesRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
|
|
36
|
+
exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListQuotaRulesRequest = exports.ListOutboundConnectorsRequest = exports.ListMountTargetsRequest = exports.ListFilesystemSnapshotPoliciesRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
|
|
37
37
|
const DeleteReplicationRequest = __importStar(require("./delete-replication-request"));
|
|
38
38
|
exports.DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
|
|
39
39
|
const ListExportSetsRequest = __importStar(require("./list-export-sets-request"));
|
|
@@ -48,6 +48,8 @@ const ListMountTargetsRequest = __importStar(require("./list-mount-targets-reque
|
|
|
48
48
|
exports.ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
|
|
49
49
|
const ListOutboundConnectorsRequest = __importStar(require("./list-outbound-connectors-request"));
|
|
50
50
|
exports.ListOutboundConnectorsRequest = ListOutboundConnectorsRequest.ListOutboundConnectorsRequest;
|
|
51
|
+
const ListQuotaRulesRequest = __importStar(require("./list-quota-rules-request"));
|
|
52
|
+
exports.ListQuotaRulesRequest = ListQuotaRulesRequest.ListQuotaRulesRequest;
|
|
51
53
|
const ListReplicationTargetsRequest = __importStar(require("./list-replication-targets-request"));
|
|
52
54
|
exports.ListReplicationTargetsRequest = ListReplicationTargetsRequest.ListReplicationTargetsRequest;
|
|
53
55
|
const ListReplicationsRequest = __importStar(require("./list-replications-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAwDH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AA6B3F,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,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,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,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListExportSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListExportSetsRequest extends common.BaseRequest {
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListExportSetsRequest extends common.BaseRequest {
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -61,7 +61,7 @@ export interface ListExportSetsRequest extends common.BaseRequest {
|
|
|
61
61
|
*/
|
|
62
62
|
"lifecycleState"?: ListExportSetsRequest.LifecycleState;
|
|
63
63
|
/**
|
|
64
|
-
* Filter results by [OCID](https://docs.
|
|
64
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
65
|
* the resouce type.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListExports.ts.html |here} to see how to use ListExportsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListExportsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId"?: string;
|
|
22
22
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListExportsRequest extends common.BaseRequest {
|
|
|
25
25
|
* 1 is the minimum, 4096 is the maximum.
|
|
26
26
|
* <p>
|
|
27
27
|
For important details about how pagination works,
|
|
28
|
-
* see [List Pagination](https://docs.
|
|
28
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
29
29
|
* <p>
|
|
30
30
|
Example: {@code 500}
|
|
31
31
|
*
|
|
@@ -36,16 +36,16 @@ export interface ListExportsRequest extends common.BaseRequest {
|
|
|
36
36
|
* header from the previous \"List\" call.
|
|
37
37
|
* <p>
|
|
38
38
|
For important details about how pagination works,
|
|
39
|
-
* see [List Pagination](https://docs.
|
|
39
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
44
|
-
* The [OCID](https://docs.
|
|
44
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export set.
|
|
45
45
|
*/
|
|
46
46
|
"exportSetId"?: string;
|
|
47
47
|
/**
|
|
48
|
-
* The [OCID](https://docs.
|
|
48
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
49
49
|
*/
|
|
50
50
|
"fileSystemId"?: string;
|
|
51
51
|
/**
|
|
@@ -55,7 +55,7 @@ export interface ListExportsRequest extends common.BaseRequest {
|
|
|
55
55
|
*/
|
|
56
56
|
"lifecycleState"?: ListExportsRequest.LifecycleState;
|
|
57
57
|
/**
|
|
58
|
-
* Filter results by [OCID](https://docs.
|
|
58
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
59
59
|
* the resouce type.
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -61,21 +61,21 @@ export interface ListFileSystemsRequest extends common.BaseRequest {
|
|
|
61
61
|
*/
|
|
62
62
|
"lifecycleState"?: ListFileSystemsRequest.LifecycleState;
|
|
63
63
|
/**
|
|
64
|
-
* Filter results by [OCID](https://docs.
|
|
64
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
65
|
* the resouce type.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"id"?: string;
|
|
69
69
|
/**
|
|
70
|
-
* The [OCID](https://docs.
|
|
70
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
71
71
|
*/
|
|
72
72
|
"sourceSnapshotId"?: string;
|
|
73
73
|
/**
|
|
74
|
-
* The [OCID](https://docs.
|
|
74
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system. See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
75
75
|
*/
|
|
76
76
|
"parentFileSystemId"?: string;
|
|
77
77
|
/**
|
|
78
|
-
* The [OCID](https://docs.
|
|
78
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy
|
|
79
79
|
* that is associated with the file systems.
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFilesystemSnapshotPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListFilesystemSnapshotPoliciesRequest extends common.BaseReques
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListFilesystemSnapshotPoliciesRequest extends common.BaseReques
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -61,7 +61,7 @@ export interface ListFilesystemSnapshotPoliciesRequest extends common.BaseReques
|
|
|
61
61
|
*/
|
|
62
62
|
"lifecycleState"?: ListFilesystemSnapshotPoliciesRequest.LifecycleState;
|
|
63
63
|
/**
|
|
64
|
-
* Filter results by [OCID](https://docs.
|
|
64
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
65
|
* the resouce type.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListMountTargetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListMountTargetsRequest extends common.BaseRequest {
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListMountTargetsRequest extends common.BaseRequest {
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -55,7 +55,7 @@ export interface ListMountTargetsRequest extends common.BaseRequest {
|
|
|
55
55
|
*/
|
|
56
56
|
"displayName"?: string;
|
|
57
57
|
/**
|
|
58
|
-
* The [OCID](https://docs.
|
|
58
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export set.
|
|
59
59
|
*/
|
|
60
60
|
"exportSetId"?: string;
|
|
61
61
|
/**
|
|
@@ -65,7 +65,7 @@ export interface ListMountTargetsRequest extends common.BaseRequest {
|
|
|
65
65
|
*/
|
|
66
66
|
"lifecycleState"?: ListMountTargetsRequest.LifecycleState;
|
|
67
67
|
/**
|
|
68
|
-
* Filter results by [OCID](https://docs.
|
|
68
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
69
69
|
* the resouce type.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOutboundConnectorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListOutboundConnectorsRequest extends common.BaseRequest {
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListOutboundConnectorsRequest extends common.BaseRequest {
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -61,7 +61,7 @@ export interface ListOutboundConnectorsRequest extends common.BaseRequest {
|
|
|
61
61
|
*/
|
|
62
62
|
"displayName"?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Filter results by [OCID](https://docs.
|
|
64
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
65
|
* the resouce type.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
@@ -0,0 +1,97 @@
|
|
|
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, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListQuotaRules.ts.html |here} to see how to use ListQuotaRulesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListQuotaRulesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
20
|
+
*/
|
|
21
|
+
"fileSystemId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The type of the owner of this quota rule and usage.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"principalType": ListQuotaRulesRequest.PrincipalType;
|
|
27
|
+
/**
|
|
28
|
+
* For list pagination. The maximum number of results per page,
|
|
29
|
+
* or items to return in a paginated \"List\" call.
|
|
30
|
+
* 1 is the minimum, 4096 is the maximum.
|
|
31
|
+
* <p>
|
|
32
|
+
For important details about how pagination works,
|
|
33
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
|
+
* <p>
|
|
35
|
+
Example: {@code 500}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
41
|
+
* header from the previous \"List\" call.
|
|
42
|
+
* <p>
|
|
43
|
+
For important details about how pagination works,
|
|
44
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"page"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* An identifier for the user or the group associated with quota rule and usage. UNIX-like operating systems use this integer value to
|
|
50
|
+
* identify a user or group to manage access control.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"principalId"?: number;
|
|
54
|
+
/**
|
|
55
|
+
* An option to display only the users or groups that violate their quota rules.
|
|
56
|
+
* If {@code areViolatorsOnly} is false, results report all the quota and usage.
|
|
57
|
+
* If {@code areViolatorsOnly} is true, results only report the quota and usage for
|
|
58
|
+
* the users or groups that violate their quota rules.
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"areViolatorsOnly"?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* The sort order to use, either 'asc' or 'desc', where 'asc' is
|
|
64
|
+
* ascending and 'desc' is descending. The default order is 'desc'
|
|
65
|
+
* except for numeric values.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"sortOrder"?: ListQuotaRulesRequest.SortOrder;
|
|
69
|
+
/**
|
|
70
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
71
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
72
|
+
* etag from a previous GET or POST response for that resource.
|
|
73
|
+
* The resource will be updated or deleted only if the etag you
|
|
74
|
+
* provide matches the resource's current etag value.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"ifMatch"?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Unique identifier for the request.
|
|
80
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"opcRequestId"?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace ListQuotaRulesRequest {
|
|
86
|
+
enum PrincipalType {
|
|
87
|
+
FileSystemLevel = "FILE_SYSTEM_LEVEL",
|
|
88
|
+
DefaultGroup = "DEFAULT_GROUP",
|
|
89
|
+
DefaultUser = "DEFAULT_USER",
|
|
90
|
+
IndividualGroup = "INDIVIDUAL_GROUP",
|
|
91
|
+
IndividualUser = "INDIVIDUAL_USER"
|
|
92
|
+
}
|
|
93
|
+
enum SortOrder {
|
|
94
|
+
Asc = "ASC",
|
|
95
|
+
Desc = "DESC"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListQuotaRulesRequest = void 0;
|
|
16
|
+
var ListQuotaRulesRequest;
|
|
17
|
+
(function (ListQuotaRulesRequest) {
|
|
18
|
+
let PrincipalType;
|
|
19
|
+
(function (PrincipalType) {
|
|
20
|
+
PrincipalType["FileSystemLevel"] = "FILE_SYSTEM_LEVEL";
|
|
21
|
+
PrincipalType["DefaultGroup"] = "DEFAULT_GROUP";
|
|
22
|
+
PrincipalType["DefaultUser"] = "DEFAULT_USER";
|
|
23
|
+
PrincipalType["IndividualGroup"] = "INDIVIDUAL_GROUP";
|
|
24
|
+
PrincipalType["IndividualUser"] = "INDIVIDUAL_USER";
|
|
25
|
+
})(PrincipalType = ListQuotaRulesRequest.PrincipalType || (ListQuotaRulesRequest.PrincipalType = {}));
|
|
26
|
+
let SortOrder;
|
|
27
|
+
(function (SortOrder) {
|
|
28
|
+
SortOrder["Asc"] = "ASC";
|
|
29
|
+
SortOrder["Desc"] = "DESC";
|
|
30
|
+
})(SortOrder = ListQuotaRulesRequest.SortOrder || (ListQuotaRulesRequest.SortOrder = {}));
|
|
31
|
+
})(ListQuotaRulesRequest = exports.ListQuotaRulesRequest || (exports.ListQuotaRulesRequest = {}));
|
|
32
|
+
//# sourceMappingURL=list-quota-rules-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-rules-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-quota-rules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,qBAAqB,CAarC;AAbD,WAAiB,qBAAqB;IACpC,IAAY,aAMX;IAND,WAAY,aAAa;QACvB,sDAAqC,CAAA;QACrC,+CAA8B,CAAA;QAC9B,6CAA4B,CAAA;QAC5B,qDAAoC,CAAA;QACpC,mDAAkC,CAAA;IACpC,CAAC,EANW,aAAa,GAAb,mCAAa,KAAb,mCAAa,QAMxB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+BAAS,KAAT,+BAAS,QAGpB;AACH,CAAC,EAbgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAarC"}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListReplicationTargetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListReplicationTargetsRequest extends common.BaseRequest {
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListReplicationTargetsRequest extends common.BaseRequest {
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -61,7 +61,7 @@ export interface ListReplicationTargetsRequest extends common.BaseRequest {
|
|
|
61
61
|
*/
|
|
62
62
|
"displayName"?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Filter results by [OCID](https://docs.
|
|
64
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
65
|
* the resouce type.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListReplicationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ListReplicationsRequest extends common.BaseRequest {
|
|
|
32
32
|
* 1 is the minimum, 4096 is the maximum.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code 500}
|
|
38
38
|
*
|
|
@@ -43,7 +43,7 @@ export interface ListReplicationsRequest extends common.BaseRequest {
|
|
|
43
43
|
* header from the previous \"List\" call.
|
|
44
44
|
* <p>
|
|
45
45
|
For important details about how pagination works,
|
|
46
|
-
* see [List Pagination](https://docs.
|
|
46
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
@@ -61,7 +61,7 @@ export interface ListReplicationsRequest extends common.BaseRequest {
|
|
|
61
61
|
*/
|
|
62
62
|
"displayName"?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Filter results by [OCID](https://docs.
|
|
64
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
65
65
|
* the resouce type.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
@@ -88,7 +88,7 @@ export interface ListReplicationsRequest extends common.BaseRequest {
|
|
|
88
88
|
*/
|
|
89
89
|
"opcRequestId"?: string;
|
|
90
90
|
/**
|
|
91
|
-
* The [OCID](https://docs.
|
|
91
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source file system.
|
|
92
92
|
*/
|
|
93
93
|
"fileSystemId"?: string;
|
|
94
94
|
}
|