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
|
*
|
|
@@ -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 ChangeFileSystemCompartmentDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the file system to.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"compartmentId": 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
|
*
|
|
@@ -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 ChangeFilesystemSnapshotPolicyCompartmentDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the file system snapshot policy to.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"compartmentId": 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
|
*
|
|
@@ -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 ChangeMountTargetCompartmentDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the mount target to.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"compartmentId": 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
|
*
|
|
@@ -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 ChangeOutboundConnectorCompartmentDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
21
21
|
* to move the outbound connector to.
|
|
22
22
|
*
|
|
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
|
*
|
|
@@ -17,7 +17,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeReplicationCompartmentDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the replication to. Also changes the replication target's compartment in the target region.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"compartmentId": 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
|
*
|
|
@@ -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
|
*
|
|
@@ -53,11 +53,11 @@ export interface CreateExportDetails {
|
|
|
53
53
|
*/
|
|
54
54
|
"exportOptions"?: Array<model.ClientOptions>;
|
|
55
55
|
/**
|
|
56
|
-
* The [OCID](https://docs.
|
|
56
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's export set.
|
|
57
57
|
*/
|
|
58
58
|
"exportSetId": string;
|
|
59
59
|
/**
|
|
60
|
-
* The [OCID](https://docs.
|
|
60
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's file system.
|
|
61
61
|
*/
|
|
62
62
|
"fileSystemId": string;
|
|
63
63
|
/**
|
|
@@ -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
|
*
|
|
@@ -25,7 +25,7 @@ export interface CreateFileSystemDetails {
|
|
|
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 to create the file system in.
|
|
29
29
|
*/
|
|
30
30
|
"compartmentId": string;
|
|
31
31
|
/**
|
|
@@ -39,7 +39,7 @@ export interface CreateFileSystemDetails {
|
|
|
39
39
|
/**
|
|
40
40
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
41
41
|
* with no predefined name, type, or namespace.
|
|
42
|
-
* For more information, see [Resource Tags](https://docs.
|
|
42
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
@@ -48,7 +48,7 @@ export interface CreateFileSystemDetails {
|
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
50
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
51
|
-
* For more information, see [Resource Tags](https://docs.
|
|
51
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
52
52
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
@@ -62,13 +62,13 @@ export interface CreateFileSystemDetails {
|
|
|
62
62
|
*/
|
|
63
63
|
"locks"?: Array<model.ResourceLock>;
|
|
64
64
|
/**
|
|
65
|
-
* The [OCID](https://docs.
|
|
65
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key used to encrypt the encryption keys associated with this file system.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"kmsKeyId"?: string;
|
|
69
69
|
/**
|
|
70
|
-
* The [OCID](https://docs.
|
|
71
|
-
* See [Cloning a File System](https://docs.
|
|
70
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system.
|
|
71
|
+
* See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"sourceSnapshotId"?: string;
|
|
@@ -80,13 +80,17 @@ export interface CreateFileSystemDetails {
|
|
|
80
80
|
*/
|
|
81
81
|
"cloneAttachStatus"?: CreateFileSystemDetails.CloneAttachStatus;
|
|
82
82
|
/**
|
|
83
|
-
* The [OCID](https://docs.
|
|
83
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which
|
|
84
84
|
* controls the frequency of snapshot creation and retention period of the taken snapshots.
|
|
85
85
|
* <p>
|
|
86
86
|
May be unset as a blank value.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
"filesystemSnapshotPolicyId"?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Specifies the enforcement of quota rules on the file system.
|
|
92
|
+
*/
|
|
93
|
+
"areQuotaRulesEnabled"?: boolean;
|
|
90
94
|
}
|
|
91
95
|
export declare namespace CreateFileSystemDetails {
|
|
92
96
|
enum CloneAttachStatus {
|
|
@@ -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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ElC,IAAiB,uBAAuB,CAkCvC;AAlCD,WAAiB,uBAAuB;IACtC,IAAY,iBAGX;IAHD,WAAY,iBAAiB;QAC3B,sCAAiB,CAAA;QACjB,sCAAiB,CAAA;IACnB,CAAC,EAHW,iBAAiB,GAAjB,yCAAiB,KAAjB,yCAAiB,QAG5B;IAED,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EAlCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAkCvC"}
|
|
@@ -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,7 +25,7 @@ export interface CreateFilesystemSnapshotPolicyDetails {
|
|
|
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
|
/**
|
|
@@ -57,7 +57,7 @@ export interface CreateFilesystemSnapshotPolicyDetails {
|
|
|
57
57
|
/**
|
|
58
58
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
59
59
|
* with no predefined name, type, or namespace.
|
|
60
|
-
* For more information, see [Resource Tags](https://docs.
|
|
60
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
61
61
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
@@ -66,7 +66,7 @@ export interface CreateFilesystemSnapshotPolicyDetails {
|
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
68
|
* Defined tags for this resource. Each key is predefined and scoped to a 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 {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
@@ -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
|
*
|
|
@@ -22,7 +22,7 @@ export interface CreateKerberosDetails {
|
|
|
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
|
/**
|
|
@@ -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
|
*
|
|
@@ -29,7 +29,7 @@ export interface CreateLdapBindAccountDetails extends model.CreateOutboundConnec
|
|
|
29
29
|
*/
|
|
30
30
|
"bindDistinguishedName": string;
|
|
31
31
|
/**
|
|
32
|
-
* The [OCID](https://docs.
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the password for the LDAP bind account in the Vault.
|
|
33
33
|
*/
|
|
34
34
|
"passwordSecretId"?: string;
|
|
35
35
|
/**
|
|
@@ -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 CreateLdapIdmapDetails {
|
|
|
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
|
}
|
|
@@ -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
|
*
|
|
@@ -25,7 +25,7 @@ export interface CreateMountTargetDetails {
|
|
|
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 in which to create the mount target.
|
|
29
29
|
*/
|
|
30
30
|
"compartmentId": string;
|
|
31
31
|
/**
|
|
@@ -45,16 +45,16 @@ export interface CreateMountTargetDetails {
|
|
|
45
45
|
* with [RFC 952](https://tools.ietf.org/html/rfc952)
|
|
46
46
|
* and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
|
47
47
|
* <p>
|
|
48
|
-
Note: This attribute value is stored in the [PrivateIp](https://docs.
|
|
48
|
+
Note: This attribute value is stored in the [PrivateIp](https://docs.oracle.com/iaas/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource,
|
|
49
49
|
* not in the {@code mountTarget} resource.
|
|
50
50
|
* To update the {@code hostnameLabel}, use {@code GetMountTarget} to obtain the
|
|
51
|
-
* [OCIDs](https://docs.
|
|
51
|
+
* [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's
|
|
52
52
|
* private IPs ({@code privateIpIds}). Then, you can use
|
|
53
|
-
* [UpdatePrivateIp](https://docs.
|
|
53
|
+
* [UpdatePrivateIp](https://docs.oracle.com/iaas/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp)
|
|
54
54
|
* to update the {@code hostnameLabel} value.
|
|
55
55
|
* <p>
|
|
56
56
|
For more information, see
|
|
57
|
-
* [DNS in Your Virtual Cloud Network](https://docs.
|
|
57
|
+
* [DNS in Your Virtual Cloud Network](https://docs.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
|
58
58
|
* <p>
|
|
59
59
|
Example: {@code files-1}
|
|
60
60
|
*
|
|
@@ -70,7 +70,7 @@ export interface CreateMountTargetDetails {
|
|
|
70
70
|
*/
|
|
71
71
|
"ipAddress"?: string;
|
|
72
72
|
/**
|
|
73
|
-
* The [OCID](https://docs.
|
|
73
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in which to create the mount target.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"subnetId": string;
|
|
@@ -80,10 +80,10 @@ export interface CreateMountTargetDetails {
|
|
|
80
80
|
"idmapType"?: string;
|
|
81
81
|
"ldapIdmap"?: model.CreateLdapIdmapDetails;
|
|
82
82
|
/**
|
|
83
|
-
* A list of Network Security Group [OCIDs](https://docs.
|
|
83
|
+
* A list of Network Security Group [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target.
|
|
84
84
|
* A maximum of 5 is allowed.
|
|
85
85
|
* Setting this to an empty array after the list is created removes the mount target from all NSGs.
|
|
86
|
-
* For more information about NSGs, see [Security Rules](https://docs.
|
|
86
|
+
* For more information about NSGs, see [Security Rules](https://docs.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
"nsgIds"?: Array<string>;
|
|
@@ -91,7 +91,7 @@ export interface CreateMountTargetDetails {
|
|
|
91
91
|
/**
|
|
92
92
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
93
93
|
* with no predefined name, type, or namespace.
|
|
94
|
-
* For more information, see [Resource Tags](https://docs.
|
|
94
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
95
95
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
@@ -100,7 +100,7 @@ export interface CreateMountTargetDetails {
|
|
|
100
100
|
};
|
|
101
101
|
/**
|
|
102
102
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
103
|
-
* For more information, see [Resource Tags](https://docs.
|
|
103
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
104
104
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
@@ -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
|
*
|
|
@@ -26,7 +26,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
26
26
|
*/
|
|
27
27
|
"availabilityDomain": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the outbound connector.
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
32
32
|
/**
|
|
@@ -40,7 +40,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
40
40
|
/**
|
|
41
41
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
42
42
|
* with no predefined name, type, or namespace.
|
|
43
|
-
* For more information, see [Resource Tags](https://docs.
|
|
43
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
@@ -49,7 +49,7 @@ export interface CreateOutboundConnectorDetails {
|
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
51
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
52
|
-
* For more information, see [Resource Tags](https://docs.
|
|
52
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
53
53
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
@@ -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
|
*
|