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
|
@@ -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
|
*
|
|
@@ -24,11 +24,11 @@ export interface ReplicationTargetSummary {
|
|
|
24
24
|
*/
|
|
25
25
|
"availabilityDomain"?: string;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
28
28
|
*/
|
|
29
29
|
"compartmentId"?: string;
|
|
30
30
|
/**
|
|
31
|
-
* The [OCID](https://docs.
|
|
31
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication target.
|
|
32
32
|
*/
|
|
33
33
|
"id": string;
|
|
34
34
|
/**
|
|
@@ -51,7 +51,7 @@ export interface ReplicationTargetSummary {
|
|
|
51
51
|
/**
|
|
52
52
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
53
53
|
* with no predefined name, type, or namespace.
|
|
54
|
-
* For more information, see [Resource Tags](https://docs.
|
|
54
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
55
55
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
@@ -60,7 +60,7 @@ export interface ReplicationTargetSummary {
|
|
|
60
60
|
};
|
|
61
61
|
/**
|
|
62
62
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
-
* For more information, see [Resource Tags](https://docs.
|
|
63
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -21,7 +21,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
21
21
|
* All operations (except {@code DELETE}) must be done using the associated replication resource.
|
|
22
22
|
* Deleting a {@code ReplicationTarget} allows the target file system to be exported.
|
|
23
23
|
* Deleting a {@code ReplicationTarget} does not delete the associated {@code Replication} resource, but places it in a {@code FAILED} state.
|
|
24
|
-
* For more information, see [File System Replication](https://docs.
|
|
24
|
+
* For more information, see [File System Replication](https://docs.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export interface ReplicationTarget {
|
|
@@ -34,11 +34,11 @@ export interface ReplicationTarget {
|
|
|
34
34
|
*/
|
|
35
35
|
"availabilityDomain"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
38
38
|
*/
|
|
39
39
|
"compartmentId": string;
|
|
40
40
|
/**
|
|
41
|
-
* The [OCID](https://docs.
|
|
41
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication.
|
|
42
42
|
*/
|
|
43
43
|
"id": string;
|
|
44
44
|
/**
|
|
@@ -59,19 +59,19 @@ export interface ReplicationTarget {
|
|
|
59
59
|
*/
|
|
60
60
|
"timeCreated": Date;
|
|
61
61
|
/**
|
|
62
|
-
* The [OCID](https://docs.
|
|
62
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of source filesystem.
|
|
63
63
|
*/
|
|
64
64
|
"sourceId": string;
|
|
65
65
|
/**
|
|
66
|
-
* The [OCID](https://docs.
|
|
66
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of target filesystem.
|
|
67
67
|
*/
|
|
68
68
|
"targetId": string;
|
|
69
69
|
/**
|
|
70
|
-
* The [OCID](https://docs.
|
|
70
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of replication.
|
|
71
71
|
*/
|
|
72
72
|
"replicationId": string;
|
|
73
73
|
/**
|
|
74
|
-
* The [OCID](https://docs.
|
|
74
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last snapshot snapshot which was completely applied to the target file system.
|
|
75
75
|
* Empty while the initial snapshot is being applied.
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
@@ -95,7 +95,7 @@ export interface ReplicationTarget {
|
|
|
95
95
|
/**
|
|
96
96
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
97
97
|
* with no predefined name, type, or namespace.
|
|
98
|
-
* For more information, see [Resource Tags](https://docs.
|
|
98
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
99
99
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
@@ -104,7 +104,7 @@ export interface ReplicationTarget {
|
|
|
104
104
|
};
|
|
105
105
|
/**
|
|
106
106
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
107
|
-
* For more information, see [Resource Tags](https://docs.
|
|
107
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
108
108
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -19,12 +19,12 @@ import * as model from "../model";
|
|
|
19
19
|
* located in another availability domain in the same or different region.
|
|
20
20
|
* The replication retrieves the delta of data between two snapshots of a source file system
|
|
21
21
|
* and sends it to the associated {@code ReplicationTarget}, which applies it to the target
|
|
22
|
-
* file system. For more information, see [File System Replication](https://docs.
|
|
22
|
+
* file system. For more information, see [File System Replication](https://docs.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
export interface Replication {
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
28
28
|
*/
|
|
29
29
|
"compartmentId": string;
|
|
30
30
|
/**
|
|
@@ -34,7 +34,7 @@ export interface Replication {
|
|
|
34
34
|
*/
|
|
35
35
|
"availabilityDomain"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication.
|
|
38
38
|
*/
|
|
39
39
|
"id": string;
|
|
40
40
|
/**
|
|
@@ -58,17 +58,17 @@ export interface Replication {
|
|
|
58
58
|
*/
|
|
59
59
|
"timeCreated": Date;
|
|
60
60
|
/**
|
|
61
|
-
* The [OCID](https://docs.
|
|
61
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source file system.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"sourceId": string;
|
|
65
65
|
/**
|
|
66
|
-
* The [OCID](https://docs.
|
|
66
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target file system.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"targetId": string;
|
|
70
70
|
/**
|
|
71
|
-
* The [OCID](https://docs.
|
|
71
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@link ReplicationTarget}.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"replicationTargetId": string;
|
|
@@ -77,7 +77,7 @@ export interface Replication {
|
|
|
77
77
|
*/
|
|
78
78
|
"replicationInterval"?: number;
|
|
79
79
|
/**
|
|
80
|
-
* The [OCID](https://docs.
|
|
80
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last snapshot that has been replicated completely.
|
|
81
81
|
* Empty if the copy of the initial snapshot is not complete.
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
@@ -109,7 +109,7 @@ export interface Replication {
|
|
|
109
109
|
/**
|
|
110
110
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
111
111
|
* with no predefined name, type, or namespace.
|
|
112
|
-
* For more information, see [Resource Tags](https://docs.
|
|
112
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
113
113
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
@@ -118,7 +118,7 @@ export interface Replication {
|
|
|
118
118
|
};
|
|
119
119
|
/**
|
|
120
120
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
121
|
-
* For more information, see [Resource Tags](https://docs.
|
|
121
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
122
122
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
123
123
|
*
|
|
124
124
|
*/
|
package/lib/model/replication.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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -19,12 +19,12 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface SnapshotSummary {
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system from which the snapshot was created.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"fileSystemId": string;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot.
|
|
28
28
|
*/
|
|
29
29
|
"id": string;
|
|
30
30
|
/**
|
|
@@ -75,16 +75,16 @@ export interface SnapshotSummary {
|
|
|
75
75
|
*/
|
|
76
76
|
"expirationTime"?: Date;
|
|
77
77
|
/**
|
|
78
|
-
* An [OCID](https://docs.
|
|
78
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
|
|
79
79
|
* If this snapshot was not cloned, then the {@code provenanceId} is the same as the snapshot {@code id} value.
|
|
80
80
|
* If this snapshot was cloned, then the {@code provenanceId} value is the parent's {@code provenanceId}.
|
|
81
|
-
* See [Cloning a File System](https://docs.
|
|
81
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
84
|
"provenanceId"?: string;
|
|
85
85
|
/**
|
|
86
86
|
* Specifies whether the snapshot has been cloned.
|
|
87
|
-
* See [Cloning a File System](https://docs.
|
|
87
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"isCloneSource"?: boolean;
|
|
@@ -95,7 +95,7 @@ export interface SnapshotSummary {
|
|
|
95
95
|
/**
|
|
96
96
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
97
97
|
* with no predefined name, type, or namespace.
|
|
98
|
-
* For more information, see [Resource Tags](https://docs.
|
|
98
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
99
99
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
@@ -104,7 +104,7 @@ export interface SnapshotSummary {
|
|
|
104
104
|
};
|
|
105
105
|
/**
|
|
106
106
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
107
|
-
* For more information, see [Resource Tags](https://docs.
|
|
107
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
108
108
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
@@ -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
|
*
|
package/lib/model/snapshot.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
|
*
|
|
@@ -19,13 +19,13 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface Snapshot {
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system from which the snapshot
|
|
23
23
|
* was created.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"fileSystemId": string;
|
|
27
27
|
/**
|
|
28
|
-
* The [OCID](https://docs.
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot.
|
|
29
29
|
*/
|
|
30
30
|
"id": string;
|
|
31
31
|
/**
|
|
@@ -68,16 +68,16 @@ export interface Snapshot {
|
|
|
68
68
|
*/
|
|
69
69
|
"snapshotTime"?: Date;
|
|
70
70
|
/**
|
|
71
|
-
* An [OCID](https://docs.
|
|
71
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
|
|
72
72
|
* If this snapshot was not cloned, then the {@code provenanceId} is the same as the snapshot {@code id} value.
|
|
73
73
|
* If this snapshot was cloned, then the {@code provenanceId} value is the parent's {@code provenanceId}.
|
|
74
|
-
* See [Cloning a File System](https://docs.
|
|
74
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"provenanceId"?: string;
|
|
78
78
|
/**
|
|
79
79
|
* Specifies whether the snapshot has been cloned.
|
|
80
|
-
* See [Cloning a File System](https://docs.
|
|
80
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"isCloneSource"?: boolean;
|
|
@@ -92,7 +92,7 @@ export interface Snapshot {
|
|
|
92
92
|
/**
|
|
93
93
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
94
94
|
* with no predefined name, type, or namespace.
|
|
95
|
-
* For more information, see [Resource Tags](https://docs.
|
|
95
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
96
96
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
97
97
|
*
|
|
98
98
|
*/
|
|
@@ -101,7 +101,7 @@ export interface Snapshot {
|
|
|
101
101
|
};
|
|
102
102
|
/**
|
|
103
103
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
104
|
-
* For more information, see [Resource Tags](https://docs.
|
|
104
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
105
105
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
@@ -125,7 +125,7 @@ export interface Snapshot {
|
|
|
125
125
|
*/
|
|
126
126
|
"expirationTime"?: Date;
|
|
127
127
|
/**
|
|
128
|
-
* The [OCID](https://docs.
|
|
128
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy that created this snapshot.
|
|
129
129
|
*
|
|
130
130
|
*/
|
|
131
131
|
"filesystemSnapshotPolicyId"?: string;
|
package/lib/model/snapshot.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
|
*
|
|
@@ -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
|
*
|
|
@@ -18,14 +18,14 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
18
18
|
*/
|
|
19
19
|
export interface SourceDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
22
|
-
* See [Cloning a File System](https://docs.
|
|
21
|
+
* 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.
|
|
22
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"parentFileSystemId"?: string;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
28
|
-
* See [Cloning a File System](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source snapshot used to create a cloned file system.
|
|
28
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"sourceSnapshotId"?: string;
|
|
@@ -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
|
*
|
|
@@ -0,0 +1,27 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
* Details for enabling or disabling quota enforcement in the file system.
|
|
17
|
+
*/
|
|
18
|
+
export interface ToggleQuotaRulesDetails {
|
|
19
|
+
/**
|
|
20
|
+
* Specifies the enforcement of quota rules on the file system.
|
|
21
|
+
*/
|
|
22
|
+
"areQuotaRulesEnabled": boolean;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace ToggleQuotaRulesDetails {
|
|
25
|
+
function getJsonObj(obj: ToggleQuotaRulesDetails): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: ToggleQuotaRulesDetails): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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.ToggleQuotaRulesDetails = void 0;
|
|
18
|
+
var ToggleQuotaRulesDetails;
|
|
19
|
+
(function (ToggleQuotaRulesDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ToggleQuotaRulesDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ToggleQuotaRulesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ToggleQuotaRulesDetails = exports.ToggleQuotaRulesDetails || (exports.ToggleQuotaRulesDetails = {}));
|
|
31
|
+
//# sourceMappingURL=toggle-quota-rules-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-quota-rules-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/toggle-quota-rules-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAeH,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,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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -27,7 +27,7 @@ export interface UpdateFileSystemDetails {
|
|
|
27
27
|
/**
|
|
28
28
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
29
29
|
* with no predefined name, type, or namespace.
|
|
30
|
-
* For more information, see [Resource Tags](https://docs.
|
|
30
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
31
31
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
@@ -36,7 +36,7 @@ export interface UpdateFileSystemDetails {
|
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
38
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
39
|
-
* For more information, see [Resource Tags](https://docs.
|
|
39
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
40
40
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
@@ -46,17 +46,17 @@ export interface UpdateFileSystemDetails {
|
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
|
-
* The [OCID](https://docs.
|
|
49
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Key Management master encryption key to associate with the specified file system.
|
|
50
50
|
* If this value is empty, the Update operation will remove the associated key, if there is one, from the file system.
|
|
51
51
|
* (The file system will continue to be encrypted, but with an encryption key managed by Oracle.)
|
|
52
52
|
* <p>
|
|
53
53
|
If updating to a new Key Management key, the old key must remain enabled so that files previously encrypted continue
|
|
54
|
-
* to be accessible. For more information, see [Overview of Key Management](https://docs.
|
|
54
|
+
* to be accessible. For more information, see [Overview of Key Management](https://docs.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm).
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"kmsKeyId"?: string;
|
|
58
58
|
/**
|
|
59
|
-
* The [OCID](https://docs.
|
|
59
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which
|
|
60
60
|
* controls the frequency of snapshot creation and retention period of the taken snapshots.
|
|
61
61
|
* <p>
|
|
62
62
|
If string is empty, the policy reference (if any) would be removed.
|