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
|
*
|
|
@@ -23,7 +23,7 @@ To use any of the API operations, you must be authorized in an
|
|
|
23
23
|
* IAM policy. If you're not authorized, talk to an
|
|
24
24
|
* administrator. If you're an administrator who needs to write
|
|
25
25
|
* policies to give users access, see [Getting Started with
|
|
26
|
-
* Policies](https://docs.
|
|
26
|
+
* Policies](https://docs.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export interface FileSystem {
|
|
@@ -40,12 +40,12 @@ export interface FileSystem {
|
|
|
40
40
|
* any snapshots. This number reflects the metered size of the file
|
|
41
41
|
* system and is updated asynchronously with respect to
|
|
42
42
|
* updates to the file system.
|
|
43
|
-
* For more information, see [File System Usage and Metering](https://docs.
|
|
43
|
+
* For more information, see [File System Usage and Metering](https://docs.oracle.com/iaas/Content/File/Concepts/FSutilization.htm).
|
|
44
44
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
45
45
|
*/
|
|
46
46
|
"meteredBytes": number;
|
|
47
47
|
/**
|
|
48
|
-
* The [OCID](https://docs.
|
|
48
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the file system.
|
|
49
49
|
*/
|
|
50
50
|
"compartmentId": string;
|
|
51
51
|
/**
|
|
@@ -57,7 +57,7 @@ export interface FileSystem {
|
|
|
57
57
|
*/
|
|
58
58
|
"displayName": string;
|
|
59
59
|
/**
|
|
60
|
-
* The [OCID](https://docs.
|
|
60
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
61
61
|
*/
|
|
62
62
|
"id": string;
|
|
63
63
|
/**
|
|
@@ -75,7 +75,7 @@ export interface FileSystem {
|
|
|
75
75
|
/**
|
|
76
76
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
77
77
|
* with no predefined name, type, or namespace.
|
|
78
|
-
* For more information, see [Resource Tags](https://docs.
|
|
78
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
79
79
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
@@ -84,7 +84,7 @@ export interface FileSystem {
|
|
|
84
84
|
};
|
|
85
85
|
/**
|
|
86
86
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
87
|
-
* For more information, see [Resource Tags](https://docs.
|
|
87
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
88
88
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
@@ -104,14 +104,14 @@ export interface FileSystem {
|
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
106
|
/**
|
|
107
|
-
* The [OCID](https://docs.
|
|
107
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key which is the master encryption key for the file system.
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
"kmsKeyId"?: string;
|
|
111
111
|
"sourceDetails"?: model.SourceDetails;
|
|
112
112
|
/**
|
|
113
113
|
* Specifies whether the file system has been cloned.
|
|
114
|
-
* See [Cloning a File System](https://docs.
|
|
114
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
"isCloneParent"?: boolean;
|
|
@@ -119,7 +119,7 @@ export interface FileSystem {
|
|
|
119
119
|
* Specifies whether the data has finished copying from the source to the clone.
|
|
120
120
|
* Hydration can take up to several hours to complete depending on the size of the source.
|
|
121
121
|
* The source and clone remain available during hydration, but there may be some performance impact.
|
|
122
|
-
* See [Cloning a File System](https://docs.
|
|
122
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm#hydration).
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
125
125
|
"isHydrated"?: boolean;
|
|
@@ -141,22 +141,34 @@ export interface FileSystem {
|
|
|
141
141
|
"lifecycleDetails"?: string;
|
|
142
142
|
/**
|
|
143
143
|
* Specifies whether the file system can be used as a target file system for replication. The system sets this value to {@code true} if the file system is unexported, hasn't yet been specified as a target file system in any replication resource, and has no user snapshots. After the file system has been specified as a target in a replication, or if the file system contains user snapshots, the system sets this value to {@code false}.
|
|
144
|
-
* For more information, see [Using Replication](https://docs.
|
|
144
|
+
* For more information, see [Using Replication](https://docs.oracle.com/iaas/Content/File/Tasks/using-replication.htm).
|
|
145
145
|
*
|
|
146
146
|
*/
|
|
147
147
|
"isTargetable"?: boolean;
|
|
148
148
|
/**
|
|
149
|
-
* The [OCID](https://docs.
|
|
149
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication target associated with the file system.
|
|
150
150
|
* Empty if the file system is not being used as target in a replication.
|
|
151
151
|
*
|
|
152
152
|
*/
|
|
153
153
|
"replicationTargetId"?: string;
|
|
154
154
|
/**
|
|
155
|
-
* The [OCID](https://docs.
|
|
155
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which
|
|
156
156
|
* controls the frequency of snapshot creation and retention period of the taken snapshots.
|
|
157
157
|
*
|
|
158
158
|
*/
|
|
159
159
|
"filesystemSnapshotPolicyId"?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Specifies the enforcement of quota rules on the file system.
|
|
162
|
+
*/
|
|
163
|
+
"areQuotaRulesEnabled"?: boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Displays the state of enforcement of quota rules on the file system.
|
|
166
|
+
*/
|
|
167
|
+
"quotaEnforcementState"?: FileSystem.QuotaEnforcementState;
|
|
168
|
+
/**
|
|
169
|
+
* Specifies the total number of replications for which this file system is a source. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
170
|
+
*/
|
|
171
|
+
"replicationSourceCount"?: number;
|
|
160
172
|
}
|
|
161
173
|
export declare namespace FileSystem {
|
|
162
174
|
enum LifecycleState {
|
|
@@ -182,6 +194,19 @@ export declare namespace FileSystem {
|
|
|
182
194
|
*/
|
|
183
195
|
UnknownValue = "UNKNOWN_VALUE"
|
|
184
196
|
}
|
|
197
|
+
enum QuotaEnforcementState {
|
|
198
|
+
Enabling = "ENABLING",
|
|
199
|
+
Enabled = "ENABLED",
|
|
200
|
+
Disabling = "DISABLING",
|
|
201
|
+
Disabled = "DISABLED",
|
|
202
|
+
Syncing = "SYNCING",
|
|
203
|
+
Failed = "FAILED",
|
|
204
|
+
/**
|
|
205
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
206
|
+
* version of the SDK.
|
|
207
|
+
*/
|
|
208
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
209
|
+
}
|
|
185
210
|
function getJsonObj(obj: FileSystem): object;
|
|
186
211
|
function getDeserializedJsonObj(obj: FileSystem): object;
|
|
187
212
|
}
|
package/lib/model/file-system.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
|
*
|
|
@@ -62,6 +62,20 @@ var FileSystem;
|
|
|
62
62
|
*/
|
|
63
63
|
CloneAttachStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
64
64
|
})(CloneAttachStatus = FileSystem.CloneAttachStatus || (FileSystem.CloneAttachStatus = {}));
|
|
65
|
+
let QuotaEnforcementState;
|
|
66
|
+
(function (QuotaEnforcementState) {
|
|
67
|
+
QuotaEnforcementState["Enabling"] = "ENABLING";
|
|
68
|
+
QuotaEnforcementState["Enabled"] = "ENABLED";
|
|
69
|
+
QuotaEnforcementState["Disabling"] = "DISABLING";
|
|
70
|
+
QuotaEnforcementState["Disabled"] = "DISABLED";
|
|
71
|
+
QuotaEnforcementState["Syncing"] = "SYNCING";
|
|
72
|
+
QuotaEnforcementState["Failed"] = "FAILED";
|
|
73
|
+
/**
|
|
74
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
75
|
+
* version of the SDK.
|
|
76
|
+
*/
|
|
77
|
+
QuotaEnforcementState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
78
|
+
})(QuotaEnforcementState = FileSystem.QuotaEnforcementState || (FileSystem.QuotaEnforcementState = {}));
|
|
65
79
|
function getJsonObj(obj) {
|
|
66
80
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
67
81
|
"sourceDetails": obj.sourceDetails
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-system.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"file-system.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuJlC,IAAiB,UAAU,CA4E1B;AA5ED,WAAiB,UAAU;IACzB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAYzB;IAED,IAAY,iBASX;IATD,WAAY,iBAAiB;QAC3B,0CAAqB,CAAA;QACrB,4CAAuB,CAAA;QACvB,0CAAqB,CAAA;QACrB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EATW,iBAAiB,GAAjB,4BAAiB,KAAjB,4BAAiB,QAS5B;IAED,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,8CAAqB,CAAA;QACrB,4CAAmB,CAAA;QACnB,gDAAuB,CAAA;QACvB,8CAAqB,CAAA;QACrB,4CAAmB,CAAA;QACnB,0CAAiB,CAAA;QACjB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,gCAAqB,KAArB,gCAAqB,QAYhC;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,qBAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,iCAAsB,yBAiBrC,CAAA;AACH,CAAC,EA5EgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA4E1B"}
|
|
@@ -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
|
*
|
|
@@ -25,11 +25,11 @@ export interface FilesystemSnapshotPolicySummary {
|
|
|
25
25
|
*/
|
|
26
26
|
"availabilityDomain": string;
|
|
27
27
|
/**
|
|
28
|
-
* The [OCID](https://docs.
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the file system snapshot policy.
|
|
29
29
|
*/
|
|
30
30
|
"compartmentId": string;
|
|
31
31
|
/**
|
|
32
|
-
* The [OCID](https://docs.
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
33
33
|
*/
|
|
34
34
|
"id": string;
|
|
35
35
|
/**
|
|
@@ -66,7 +66,7 @@ export interface FilesystemSnapshotPolicySummary {
|
|
|
66
66
|
/**
|
|
67
67
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
68
68
|
* with no predefined name, type, or namespace.
|
|
69
|
-
* For more information, see [Resource Tags](https://docs.
|
|
69
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
70
70
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
@@ -75,7 +75,7 @@ export interface FilesystemSnapshotPolicySummary {
|
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
78
|
-
* For more information, see [Resource Tags](https://docs.
|
|
78
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
79
79
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
@@ -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 @@ import * as model from "../model";
|
|
|
18
18
|
* It contains a list of snapshot schedules that define the frequency of
|
|
19
19
|
* snapshot creation for the associated file systems and the retention period of snapshots taken on schedule.
|
|
20
20
|
* <p>
|
|
21
|
-
For more information, see [Snapshot Scheduling](https://docs.
|
|
21
|
+
For more information, see [Snapshot Scheduling](https://docs.oracle.com/iaas/Content/File/Tasks/snapshot-policies-and-schedules.htm).
|
|
22
22
|
* <p>
|
|
23
|
-
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.
|
|
23
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export interface FilesystemSnapshotPolicy {
|
|
27
27
|
/**
|
|
28
|
-
* The [OCID](https://docs.
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the file system snapshot policy.
|
|
29
29
|
*/
|
|
30
30
|
"compartmentId": string;
|
|
31
31
|
/**
|
|
@@ -36,7 +36,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
36
36
|
*/
|
|
37
37
|
"availabilityDomain": string;
|
|
38
38
|
/**
|
|
39
|
-
* The [OCID](https://docs.
|
|
39
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
40
40
|
*/
|
|
41
41
|
"id": string;
|
|
42
42
|
/**
|
|
@@ -78,7 +78,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
78
78
|
/**
|
|
79
79
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
80
80
|
* with no predefined name, type, or namespace.
|
|
81
|
-
* For more information, see [Resource Tags](https://docs.
|
|
81
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
82
82
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
@@ -87,7 +87,7 @@ export interface FilesystemSnapshotPolicy {
|
|
|
87
87
|
};
|
|
88
88
|
/**
|
|
89
89
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
90
|
-
* For more information, see [Resource Tags](https://docs.
|
|
90
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
91
91
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
@@ -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/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
|
*
|
|
@@ -38,6 +38,8 @@ import * as CreateMountTargetDetails from "./create-mount-target-details";
|
|
|
38
38
|
export import CreateMountTargetDetails = CreateMountTargetDetails.CreateMountTargetDetails;
|
|
39
39
|
import * as CreateOutboundConnectorDetails from "./create-outbound-connector-details";
|
|
40
40
|
export import CreateOutboundConnectorDetails = CreateOutboundConnectorDetails.CreateOutboundConnectorDetails;
|
|
41
|
+
import * as CreateQuotaRuleDetails from "./create-quota-rule-details";
|
|
42
|
+
export import CreateQuotaRuleDetails = CreateQuotaRuleDetails.CreateQuotaRuleDetails;
|
|
41
43
|
import * as CreateReplicationDetails from "./create-replication-details";
|
|
42
44
|
export import CreateReplicationDetails = CreateReplicationDetails.CreateReplicationDetails;
|
|
43
45
|
import * as CreateSnapshotDetails from "./create-snapshot-details";
|
|
@@ -76,6 +78,10 @@ import * as OutboundConnector from "./outbound-connector";
|
|
|
76
78
|
export import OutboundConnector = OutboundConnector.OutboundConnector;
|
|
77
79
|
import * as OutboundConnectorSummary from "./outbound-connector-summary";
|
|
78
80
|
export import OutboundConnectorSummary = OutboundConnectorSummary.OutboundConnectorSummary;
|
|
81
|
+
import * as QuotaRule from "./quota-rule";
|
|
82
|
+
export import QuotaRule = QuotaRule.QuotaRule;
|
|
83
|
+
import * as QuotaRuleSummary from "./quota-rule-summary";
|
|
84
|
+
export import QuotaRuleSummary = QuotaRuleSummary.QuotaRuleSummary;
|
|
79
85
|
import * as Replication from "./replication";
|
|
80
86
|
export import Replication = Replication.Replication;
|
|
81
87
|
import * as ReplicationEstimate from "./replication-estimate";
|
|
@@ -98,6 +104,8 @@ import * as SnapshotSummary from "./snapshot-summary";
|
|
|
98
104
|
export import SnapshotSummary = SnapshotSummary.SnapshotSummary;
|
|
99
105
|
import * as SourceDetails from "./source-details";
|
|
100
106
|
export import SourceDetails = SourceDetails.SourceDetails;
|
|
107
|
+
import * as ToggleQuotaRulesDetails from "./toggle-quota-rules-details";
|
|
108
|
+
export import ToggleQuotaRulesDetails = ToggleQuotaRulesDetails.ToggleQuotaRulesDetails;
|
|
101
109
|
import * as UpdateExportDetails from "./update-export-details";
|
|
102
110
|
export import UpdateExportDetails = UpdateExportDetails.UpdateExportDetails;
|
|
103
111
|
import * as UpdateExportSetDetails from "./update-export-set-details";
|
|
@@ -114,6 +122,8 @@ import * as UpdateMountTargetDetails from "./update-mount-target-details";
|
|
|
114
122
|
export import UpdateMountTargetDetails = UpdateMountTargetDetails.UpdateMountTargetDetails;
|
|
115
123
|
import * as UpdateOutboundConnectorDetails from "./update-outbound-connector-details";
|
|
116
124
|
export import UpdateOutboundConnectorDetails = UpdateOutboundConnectorDetails.UpdateOutboundConnectorDetails;
|
|
125
|
+
import * as UpdateQuotaRuleDetails from "./update-quota-rule-details";
|
|
126
|
+
export import UpdateQuotaRuleDetails = UpdateQuotaRuleDetails.UpdateQuotaRuleDetails;
|
|
117
127
|
import * as UpdateReplicationDetails from "./update-replication-details";
|
|
118
128
|
export import UpdateReplicationDetails = UpdateReplicationDetails.UpdateReplicationDetails;
|
|
119
129
|
import * as UpdateSnapshotDetails from "./update-snapshot-details";
|
package/lib/model/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,8 +33,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
33
33
|
return result;
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
37
|
-
exports.LdapBindAccountSummary = exports.LdapBindAccount = exports.CreateLdapBindAccountDetails = exports.ValidateKeyTabsResponseDetails = exports.ValidateKeyTabsDetails = exports.UpgradeShapeMountTargetDetails = exports.UpdateSnapshotDetails = exports.UpdateReplicationDetails = exports.UpdateOutboundConnectorDetails = void 0;
|
|
36
|
+
exports.UpdateFileSystemDetails = exports.UpdateExportSetDetails = exports.UpdateExportDetails = exports.ToggleQuotaRulesDetails = exports.SourceDetails = exports.SnapshotSummary = exports.SnapshotSchedule = exports.Snapshot = exports.ScheduleDowngradeShapeMountTargetDetails = exports.ResourceLock = exports.ReplicationTargetSummary = exports.ReplicationTarget = exports.ReplicationSummary = exports.ReplicationEstimate = exports.Replication = exports.QuotaRuleSummary = exports.QuotaRule = exports.OutboundConnectorSummary = exports.OutboundConnector = exports.MountTargetSummary = exports.MountTarget = exports.LdapIdmap = exports.KeyTabSecretDetails = exports.KerberosKeytabEntry = exports.Kerberos = exports.FilesystemSnapshotPolicySummary = exports.FilesystemSnapshotPolicy = exports.FileSystemSummary = exports.FileSystem = exports.ExportSummary = exports.ExportSetSummary = exports.ExportSet = exports.Export = exports.Endpoint = exports.CreateSnapshotDetails = exports.CreateReplicationDetails = exports.CreateQuotaRuleDetails = exports.CreateOutboundConnectorDetails = exports.CreateMountTargetDetails = exports.CreateLdapIdmapDetails = exports.CreateKerberosDetails = exports.CreateFilesystemSnapshotPolicyDetails = exports.CreateFileSystemDetails = exports.CreateExportDetails = exports.ClientOptions = exports.ChangeReplicationCompartmentDetails = exports.ChangeOutboundConnectorCompartmentDetails = exports.ChangeMountTargetCompartmentDetails = exports.ChangeFilesystemSnapshotPolicyCompartmentDetails = exports.ChangeFileSystemCompartmentDetails = void 0;
|
|
37
|
+
exports.LdapBindAccountSummary = exports.LdapBindAccount = exports.CreateLdapBindAccountDetails = exports.ValidateKeyTabsResponseDetails = exports.ValidateKeyTabsDetails = exports.UpgradeShapeMountTargetDetails = exports.UpdateSnapshotDetails = exports.UpdateReplicationDetails = exports.UpdateQuotaRuleDetails = exports.UpdateOutboundConnectorDetails = exports.UpdateMountTargetDetails = exports.UpdateLdapIdmapDetails = exports.UpdateKerberosDetails = exports.UpdateFilesystemSnapshotPolicyDetails = void 0;
|
|
38
38
|
const ChangeFileSystemCompartmentDetails = __importStar(require("./change-file-system-compartment-details"));
|
|
39
39
|
exports.ChangeFileSystemCompartmentDetails = ChangeFileSystemCompartmentDetails.ChangeFileSystemCompartmentDetails;
|
|
40
40
|
const ChangeFilesystemSnapshotPolicyCompartmentDetails = __importStar(require("./change-filesystem-snapshot-policy-compartment-details"));
|
|
@@ -61,6 +61,8 @@ const CreateMountTargetDetails = __importStar(require("./create-mount-target-det
|
|
|
61
61
|
exports.CreateMountTargetDetails = CreateMountTargetDetails.CreateMountTargetDetails;
|
|
62
62
|
const CreateOutboundConnectorDetails = __importStar(require("./create-outbound-connector-details"));
|
|
63
63
|
exports.CreateOutboundConnectorDetails = CreateOutboundConnectorDetails.CreateOutboundConnectorDetails;
|
|
64
|
+
const CreateQuotaRuleDetails = __importStar(require("./create-quota-rule-details"));
|
|
65
|
+
exports.CreateQuotaRuleDetails = CreateQuotaRuleDetails.CreateQuotaRuleDetails;
|
|
64
66
|
const CreateReplicationDetails = __importStar(require("./create-replication-details"));
|
|
65
67
|
exports.CreateReplicationDetails = CreateReplicationDetails.CreateReplicationDetails;
|
|
66
68
|
const CreateSnapshotDetails = __importStar(require("./create-snapshot-details"));
|
|
@@ -99,6 +101,10 @@ const OutboundConnector = __importStar(require("./outbound-connector"));
|
|
|
99
101
|
exports.OutboundConnector = OutboundConnector.OutboundConnector;
|
|
100
102
|
const OutboundConnectorSummary = __importStar(require("./outbound-connector-summary"));
|
|
101
103
|
exports.OutboundConnectorSummary = OutboundConnectorSummary.OutboundConnectorSummary;
|
|
104
|
+
const QuotaRule = __importStar(require("./quota-rule"));
|
|
105
|
+
exports.QuotaRule = QuotaRule.QuotaRule;
|
|
106
|
+
const QuotaRuleSummary = __importStar(require("./quota-rule-summary"));
|
|
107
|
+
exports.QuotaRuleSummary = QuotaRuleSummary.QuotaRuleSummary;
|
|
102
108
|
const Replication = __importStar(require("./replication"));
|
|
103
109
|
exports.Replication = Replication.Replication;
|
|
104
110
|
const ReplicationEstimate = __importStar(require("./replication-estimate"));
|
|
@@ -121,6 +127,8 @@ const SnapshotSummary = __importStar(require("./snapshot-summary"));
|
|
|
121
127
|
exports.SnapshotSummary = SnapshotSummary.SnapshotSummary;
|
|
122
128
|
const SourceDetails = __importStar(require("./source-details"));
|
|
123
129
|
exports.SourceDetails = SourceDetails.SourceDetails;
|
|
130
|
+
const ToggleQuotaRulesDetails = __importStar(require("./toggle-quota-rules-details"));
|
|
131
|
+
exports.ToggleQuotaRulesDetails = ToggleQuotaRulesDetails.ToggleQuotaRulesDetails;
|
|
124
132
|
const UpdateExportDetails = __importStar(require("./update-export-details"));
|
|
125
133
|
exports.UpdateExportDetails = UpdateExportDetails.UpdateExportDetails;
|
|
126
134
|
const UpdateExportSetDetails = __importStar(require("./update-export-set-details"));
|
|
@@ -137,6 +145,8 @@ const UpdateMountTargetDetails = __importStar(require("./update-mount-target-det
|
|
|
137
145
|
exports.UpdateMountTargetDetails = UpdateMountTargetDetails.UpdateMountTargetDetails;
|
|
138
146
|
const UpdateOutboundConnectorDetails = __importStar(require("./update-outbound-connector-details"));
|
|
139
147
|
exports.UpdateOutboundConnectorDetails = UpdateOutboundConnectorDetails.UpdateOutboundConnectorDetails;
|
|
148
|
+
const UpdateQuotaRuleDetails = __importStar(require("./update-quota-rule-details"));
|
|
149
|
+
exports.UpdateQuotaRuleDetails = UpdateQuotaRuleDetails.UpdateQuotaRuleDetails;
|
|
140
150
|
const UpdateReplicationDetails = __importStar(require("./update-replication-details"));
|
|
141
151
|
exports.UpdateReplicationDetails = UpdateReplicationDetails.UpdateReplicationDetails;
|
|
142
152
|
const UpdateSnapshotDetails = __importStar(require("./update-snapshot-details"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
*
|
package/lib/model/kerberos.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
|
*
|
|
@@ -22,7 +22,7 @@ export interface Kerberos {
|
|
|
22
22
|
*/
|
|
23
23
|
"kerberosRealm": string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the keytab secret in the Vault.
|
|
26
26
|
*/
|
|
27
27
|
"keyTabSecretId"?: string;
|
|
28
28
|
/**
|
package/lib/model/kerberos.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
|
*
|
|
@@ -17,7 +17,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
17
17
|
*/
|
|
18
18
|
export interface KeyTabSecretDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the keytab secret in the Vault.
|
|
21
21
|
*/
|
|
22
22
|
"keyTabSecretId": string;
|
|
23
23
|
/**
|
|
@@ -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
|
*
|
|
@@ -28,7 +28,7 @@ export interface LdapBindAccount extends model.OutboundConnector {
|
|
|
28
28
|
*/
|
|
29
29
|
"bindDistinguishedName": string;
|
|
30
30
|
/**
|
|
31
|
-
* The [OCID](https://docs.
|
|
31
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the password for the LDAP bind account in the Vault.
|
|
32
32
|
*/
|
|
33
33
|
"passwordSecretId"?: string;
|
|
34
34
|
/**
|
|
@@ -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
|
*
|
|
@@ -48,11 +48,11 @@ export interface LdapIdmap {
|
|
|
48
48
|
*/
|
|
49
49
|
"groupSearchBase"?: string;
|
|
50
50
|
/**
|
|
51
|
-
* The [OCID](https://docs.
|
|
51
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the first connector to use to communicate with the LDAP server.
|
|
52
52
|
*/
|
|
53
53
|
"outboundConnector1Id"?: string;
|
|
54
54
|
/**
|
|
55
|
-
* The [OCID](https://docs.
|
|
55
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second connector to use to communicate with the LDAP server.
|
|
56
56
|
*/
|
|
57
57
|
"outboundConnector2Id"?: string;
|
|
58
58
|
}
|
package/lib/model/ldap-idmap.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
|
*
|