oci-filestorage 2.42.0 → 2.44.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 +2 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +219 -26
- package/lib/client.js +819 -69
- package/lib/client.js.map +1 -1
- package/lib/filestorage-waiter.d.ts +18 -1
- package/lib/filestorage-waiter.js +26 -1
- package/lib/filestorage-waiter.js.map +1 -1
- package/lib/model/change-file-system-compartment-details.d.ts +2 -1
- package/lib/model/change-file-system-compartment-details.js +2 -1
- package/lib/model/change-file-system-compartment-details.js.map +1 -1
- package/lib/model/change-mount-target-compartment-details.d.ts +2 -1
- package/lib/model/change-mount-target-compartment-details.js +2 -1
- package/lib/model/change-mount-target-compartment-details.js.map +1 -1
- package/lib/model/change-replication-compartment-details.d.ts +28 -0
- package/lib/model/change-replication-compartment-details.js +31 -0
- package/lib/model/change-replication-compartment-details.js.map +1 -0
- package/lib/model/client-options.d.ts +2 -1
- package/lib/model/client-options.js +2 -1
- package/lib/model/client-options.js.map +1 -1
- package/lib/model/create-export-details.d.ts +2 -1
- package/lib/model/create-export-details.js +2 -1
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +3 -2
- package/lib/model/create-file-system-details.js +2 -1
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-mount-target-details.d.ts +18 -1
- package/lib/model/create-mount-target-details.js +2 -1
- package/lib/model/create-mount-target-details.js.map +1 -1
- package/lib/model/create-replication-details.d.ts +70 -0
- package/lib/model/create-replication-details.js +31 -0
- package/lib/model/create-replication-details.js.map +1 -0
- package/lib/model/create-snapshot-details.d.ts +2 -1
- package/lib/model/create-snapshot-details.js +2 -1
- package/lib/model/create-snapshot-details.js.map +1 -1
- package/lib/model/export-set-summary.d.ts +2 -1
- package/lib/model/export-set-summary.js +2 -1
- package/lib/model/export-set-summary.js.map +1 -1
- package/lib/model/export-set.d.ts +2 -3
- package/lib/model/export-set.js +2 -1
- package/lib/model/export-set.js.map +1 -1
- package/lib/model/export-summary.d.ts +2 -1
- package/lib/model/export-summary.js +2 -1
- package/lib/model/export-summary.js.map +1 -1
- package/lib/model/export.d.ts +2 -3
- package/lib/model/export.js +2 -1
- package/lib/model/export.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +5 -3
- package/lib/model/file-system-summary.js +3 -1
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +17 -5
- package/lib/model/file-system.js +3 -1
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/index.d.ts +18 -1
- package/lib/model/index.js +19 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/mount-target-summary.d.ts +2 -1
- package/lib/model/mount-target-summary.js +2 -1
- package/lib/model/mount-target-summary.js.map +1 -1
- package/lib/model/mount-target.d.ts +2 -3
- package/lib/model/mount-target.js +2 -1
- package/lib/model/mount-target.js.map +1 -1
- package/lib/model/replication-estimate.d.ts +43 -0
- package/lib/model/replication-estimate.js +31 -0
- package/lib/model/replication-estimate.js.map +1 -0
- package/lib/model/replication-summary.d.ts +106 -0
- package/lib/model/replication-summary.js +44 -0
- package/lib/model/replication-summary.js.map +1 -0
- package/lib/model/replication-target-summary.d.ts +99 -0
- package/lib/model/replication-target-summary.js +44 -0
- package/lib/model/replication-target-summary.js.map +1 -0
- package/lib/model/replication-target.d.ts +150 -0
- package/lib/model/replication-target.js +59 -0
- package/lib/model/replication-target.js.map +1 -0
- package/lib/model/replication.d.ts +155 -0
- package/lib/model/replication.js +59 -0
- package/lib/model/replication.js.map +1 -0
- package/lib/model/snapshot-summary.d.ts +33 -4
- package/lib/model/snapshot-summary.js +13 -1
- package/lib/model/snapshot-summary.js.map +1 -1
- package/lib/model/snapshot.d.ts +33 -6
- package/lib/model/snapshot.js +13 -1
- package/lib/model/snapshot.js.map +1 -1
- package/lib/model/source-details.d.ts +4 -3
- package/lib/model/source-details.js +2 -1
- package/lib/model/source-details.js.map +1 -1
- package/lib/model/update-export-details.d.ts +2 -1
- package/lib/model/update-export-details.js +2 -1
- package/lib/model/update-export-details.js.map +1 -1
- package/lib/model/update-export-set-details.d.ts +2 -1
- package/lib/model/update-export-set-details.js +2 -1
- package/lib/model/update-export-set-details.js.map +1 -1
- package/lib/model/update-file-system-details.d.ts +5 -2
- package/lib/model/update-file-system-details.js +2 -1
- package/lib/model/update-file-system-details.js.map +1 -1
- package/lib/model/update-mount-target-details.d.ts +2 -1
- package/lib/model/update-mount-target-details.js +2 -1
- package/lib/model/update-mount-target-details.js.map +1 -1
- package/lib/model/update-replication-details.d.ts +56 -0
- package/lib/model/update-replication-details.js +31 -0
- package/lib/model/update-replication-details.js.map +1 -0
- package/lib/model/update-snapshot-details.d.ts +2 -1
- package/lib/model/update-snapshot-details.js +2 -1
- package/lib/model/update-snapshot-details.js.map +1 -1
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-compartment-request.d.ts +42 -0
- package/lib/request/change-replication-compartment-request.js +15 -0
- package/lib/request/change-replication-compartment-request.js.map +1 -0
- 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-mount-target-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +38 -0
- package/lib/request/create-replication-request.js +15 -0
- package/lib/request/create-replication-request.js.map +1 -0
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +1 -1
- package/lib/request/delete-file-system-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +52 -0
- package/lib/request/delete-replication-request.js +25 -0
- package/lib/request/delete-replication-request.js.map +1 -0
- package/lib/request/delete-replication-target-request.d.ts +37 -0
- package/lib/request/delete-replication-target-request.js +15 -0
- package/lib/request/delete-replication-target-request.js.map +1 -0
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/estimate-replication-request.d.ts +41 -0
- package/lib/request/estimate-replication-request.js +15 -0
- package/lib/request/estimate-replication-request.js.map +1 -0
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +28 -0
- package/lib/request/get-replication-request.js +15 -0
- package/lib/request/get-replication-request.js.map +1 -0
- package/lib/request/get-replication-target-request.d.ts +28 -0
- package/lib/request/get-replication-target-request.js +15 -0
- package/lib/request/get-replication-target-request.js.map +1 -0
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/index.d.ts +22 -1
- package/lib/request/index.js +9 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +3 -3
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +107 -0
- package/lib/request/list-replication-targets-request.js +37 -0
- package/lib/request/list-replication-targets-request.js.map +1 -0
- package/lib/request/list-replications-request.d.ts +111 -0
- package/lib/request/list-replications-request.js +37 -0
- package/lib/request/list-replications-request.js.map +1 -0
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/update-export-request.d.ts +1 -1
- package/lib/request/update-export-set-request.d.ts +1 -1
- package/lib/request/update-file-system-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-replication-request.d.ts +42 -0
- package/lib/request/update-replication-request.js +15 -0
- package/lib/request/update-replication-request.js.map +1 -0
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/lib/response/change-replication-compartment-response.d.ts +18 -0
- package/lib/response/change-replication-compartment-response.js +15 -0
- package/lib/response/change-replication-compartment-response.js.map +1 -0
- package/lib/response/create-replication-response.d.ts +30 -0
- package/lib/response/create-replication-response.js +15 -0
- package/lib/response/create-replication-response.js.map +1 -0
- package/lib/response/delete-replication-response.d.ts +21 -0
- package/lib/response/delete-replication-response.js +15 -0
- package/lib/response/delete-replication-response.js.map +1 -0
- package/lib/response/delete-replication-target-response.d.ts +21 -0
- package/lib/response/delete-replication-target-response.js +15 -0
- package/lib/response/delete-replication-target-response.js.map +1 -0
- package/lib/response/estimate-replication-response.d.ts +30 -0
- package/lib/response/estimate-replication-response.js +15 -0
- package/lib/response/estimate-replication-response.js.map +1 -0
- package/lib/response/get-replication-response.d.ts +30 -0
- package/lib/response/get-replication-response.js +15 -0
- package/lib/response/get-replication-response.js.map +1 -0
- package/lib/response/get-replication-target-response.d.ts +30 -0
- package/lib/response/get-replication-target-response.js +15 -0
- package/lib/response/get-replication-target-response.js.map +1 -0
- package/lib/response/index.d.ts +22 -1
- package/lib/response/index.js +2 -1
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-replication-targets-response.d.ts +35 -0
- package/lib/response/list-replication-targets-response.js +15 -0
- package/lib/response/list-replication-targets-response.js.map +1 -0
- package/lib/response/list-replications-response.d.ts +35 -0
- package/lib/response/list-replications-response.js +15 -0
- package/lib/response/list-replications-response.js.map +1 -0
- package/lib/response/update-replication-response.d.ts +30 -0
- package/lib/response/update-replication-response.js +15 -0
- package/lib/response/update-replication-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File Storage API
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20171215
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Replications are the primary resource that governs the policy of cross-region replication between source
|
|
17
|
+
* and target file systems. Replications are associated with a secondary resource called a {@link ReplicationTarget}
|
|
18
|
+
* located in another availability domain in the same or different region.
|
|
19
|
+
* The replication retrieves the delta of data between two snapshots of a source file system
|
|
20
|
+
* and sends it to the associated `ReplicationTarget`, which applies it to the target
|
|
21
|
+
* file system. For more information, see [File System Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface Replication {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
|
|
27
|
+
*/
|
|
28
|
+
"compartmentId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The availability domain that contains the replication. May be unset as a blank or `NULL` value.
|
|
31
|
+
* Example: `Uocm:PHX-AD-2`
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"availabilityDomain"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
|
|
37
|
+
*/
|
|
38
|
+
"id": string;
|
|
39
|
+
/**
|
|
40
|
+
* The current lifecycle state of the replication.
|
|
41
|
+
*/
|
|
42
|
+
"lifecycleState": Replication.LifecycleState;
|
|
43
|
+
/**
|
|
44
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
45
|
+
* Avoid entering confidential information.
|
|
46
|
+
* <p>
|
|
47
|
+
Example: `My replication`
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"displayName": string;
|
|
51
|
+
/**
|
|
52
|
+
* The date and time the replication was created
|
|
53
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
54
|
+
* <p>
|
|
55
|
+
Example: `2021-01-04T20:01:29.100Z`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"timeCreated": Date;
|
|
59
|
+
/**
|
|
60
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source file system.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"sourceId": string;
|
|
64
|
+
/**
|
|
65
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the target file system.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"targetId": string;
|
|
69
|
+
/**
|
|
70
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the {@link ReplicationTarget}.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"replicationTargetId": string;
|
|
74
|
+
/**
|
|
75
|
+
* Duration in minutes between replication snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
76
|
+
*/
|
|
77
|
+
"replicationInterval"?: number;
|
|
78
|
+
/**
|
|
79
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the last snapshot that has been replicated completely.
|
|
80
|
+
* Empty if the copy of the initial snapshot is not complete.
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"lastSnapshotId"?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The {@link #snapshotTime(SnapshotTimeRequest) snapshotTime} of the most recent recoverable replication snapshot
|
|
86
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
87
|
+
* Example: `2021-04-04T20:01:29.100Z`
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"recoveryPointTime"?: Date;
|
|
91
|
+
/**
|
|
92
|
+
* The current state of the snapshot during replication operations.
|
|
93
|
+
*/
|
|
94
|
+
"deltaStatus"?: Replication.DeltaStatus;
|
|
95
|
+
/**
|
|
96
|
+
* Additional information about the current 'lifecycleState'.
|
|
97
|
+
*/
|
|
98
|
+
"lifecycleDetails"?: string;
|
|
99
|
+
/**
|
|
100
|
+
* Percentage progress of the current replication cycle.
|
|
101
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
102
|
+
*/
|
|
103
|
+
"deltaProgress"?: number;
|
|
104
|
+
/**
|
|
105
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
106
|
+
* with no predefined name, type, or namespace.
|
|
107
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
108
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
"freeformTags"?: {
|
|
112
|
+
[key: string]: string;
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
116
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
117
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
118
|
+
*
|
|
119
|
+
*/
|
|
120
|
+
"definedTags"?: {
|
|
121
|
+
[key: string]: {
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
export declare namespace Replication {
|
|
127
|
+
enum LifecycleState {
|
|
128
|
+
Creating = "CREATING",
|
|
129
|
+
Active = "ACTIVE",
|
|
130
|
+
Deleting = "DELETING",
|
|
131
|
+
Deleted = "DELETED",
|
|
132
|
+
Failed = "FAILED",
|
|
133
|
+
/**
|
|
134
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
135
|
+
* version of the SDK.
|
|
136
|
+
*/
|
|
137
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
138
|
+
}
|
|
139
|
+
enum DeltaStatus {
|
|
140
|
+
Idle = "IDLE",
|
|
141
|
+
Capturing = "CAPTURING",
|
|
142
|
+
Applying = "APPLYING",
|
|
143
|
+
ServiceError = "SERVICE_ERROR",
|
|
144
|
+
UserError = "USER_ERROR",
|
|
145
|
+
Failed = "FAILED",
|
|
146
|
+
Transferring = "TRANSFERRING",
|
|
147
|
+
/**
|
|
148
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
149
|
+
* version of the SDK.
|
|
150
|
+
*/
|
|
151
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
152
|
+
}
|
|
153
|
+
function getJsonObj(obj: Replication): object;
|
|
154
|
+
function getDeserializedJsonObj(obj: Replication): object;
|
|
155
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* File Storage API
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20171215
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.Replication = void 0;
|
|
18
|
+
var Replication;
|
|
19
|
+
(function (Replication) {
|
|
20
|
+
let LifecycleState;
|
|
21
|
+
(function (LifecycleState) {
|
|
22
|
+
LifecycleState["Creating"] = "CREATING";
|
|
23
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
24
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
25
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
26
|
+
LifecycleState["Failed"] = "FAILED";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(LifecycleState = Replication.LifecycleState || (Replication.LifecycleState = {}));
|
|
33
|
+
let DeltaStatus;
|
|
34
|
+
(function (DeltaStatus) {
|
|
35
|
+
DeltaStatus["Idle"] = "IDLE";
|
|
36
|
+
DeltaStatus["Capturing"] = "CAPTURING";
|
|
37
|
+
DeltaStatus["Applying"] = "APPLYING";
|
|
38
|
+
DeltaStatus["ServiceError"] = "SERVICE_ERROR";
|
|
39
|
+
DeltaStatus["UserError"] = "USER_ERROR";
|
|
40
|
+
DeltaStatus["Failed"] = "FAILED";
|
|
41
|
+
DeltaStatus["Transferring"] = "TRANSFERRING";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
DeltaStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(DeltaStatus = Replication.DeltaStatus || (Replication.DeltaStatus = {}));
|
|
48
|
+
function getJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
Replication.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
Replication.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
58
|
+
})(Replication = exports.Replication || (exports.Replication = {}));
|
|
59
|
+
//# sourceMappingURL=replication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replication.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/replication.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+GH,IAAiB,WAAW,CAuC3B;AAvCD,WAAiB,WAAW;IAC1B,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAWzB;IAED,IAAY,WAaX;IAbD,WAAY,WAAW;QACrB,4BAAa,CAAA;QACb,sCAAuB,CAAA;QACvB,oCAAqB,CAAA;QACrB,6CAA8B,CAAA;QAC9B,uCAAwB,CAAA;QACxB,gCAAiB,CAAA;QACjB,4CAA6B,CAAA;QAC7B;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAbW,WAAW,GAAX,uBAAW,KAAX,uBAAW,QAatB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAuC3B"}
|
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -46,22 +47,40 @@ export interface SnapshotSummary {
|
|
|
46
47
|
*
|
|
47
48
|
*/
|
|
48
49
|
"timeCreated": Date;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies the generation type of the snapshot.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"snapshotType"?: SnapshotSummary.SnapshotType;
|
|
55
|
+
/**
|
|
56
|
+
* The date and time the snapshot was taken, expressed
|
|
57
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
58
|
+
* This value might be the same or different from `timeCreated` depending
|
|
59
|
+
* on the following factors:
|
|
60
|
+
* - If the snapshot is created in the original file system directory.
|
|
61
|
+
* - If the snapshot is cloned from a file system.
|
|
62
|
+
* - If the snapshot is replicated from a file system.
|
|
63
|
+
* <p>
|
|
64
|
+
Example: `2020-08-25T21:10:29.600Z`
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"snapshotTime"?: Date;
|
|
49
68
|
/**
|
|
50
69
|
* An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
|
|
51
70
|
* If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
|
|
52
71
|
* If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`.
|
|
53
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
72
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
54
73
|
*
|
|
55
74
|
*/
|
|
56
75
|
"provenanceId"?: string;
|
|
57
76
|
/**
|
|
58
77
|
* Specifies whether the snapshot has been cloned.
|
|
59
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
78
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
60
79
|
*
|
|
61
80
|
*/
|
|
62
81
|
"isCloneSource"?: boolean;
|
|
63
82
|
/**
|
|
64
|
-
* Additional information about the current
|
|
83
|
+
* Additional information about the current `lifecycleState`.
|
|
65
84
|
*/
|
|
66
85
|
"lifecycleDetails"?: string;
|
|
67
86
|
/**
|
|
@@ -98,6 +117,16 @@ export declare namespace SnapshotSummary {
|
|
|
98
117
|
*/
|
|
99
118
|
UnknownValue = "UNKNOWN_VALUE"
|
|
100
119
|
}
|
|
120
|
+
enum SnapshotType {
|
|
121
|
+
User = "USER",
|
|
122
|
+
PolicyBased = "POLICY_BASED",
|
|
123
|
+
Replication = "REPLICATION",
|
|
124
|
+
/**
|
|
125
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
126
|
+
* version of the SDK.
|
|
127
|
+
*/
|
|
128
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
129
|
+
}
|
|
101
130
|
function getJsonObj(obj: SnapshotSummary): object;
|
|
102
131
|
function getDeserializedJsonObj(obj: SnapshotSummary): object;
|
|
103
132
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -28,6 +29,17 @@ var SnapshotSummary;
|
|
|
28
29
|
*/
|
|
29
30
|
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
31
|
})(LifecycleState = SnapshotSummary.LifecycleState || (SnapshotSummary.LifecycleState = {}));
|
|
32
|
+
let SnapshotType;
|
|
33
|
+
(function (SnapshotType) {
|
|
34
|
+
SnapshotType["User"] = "USER";
|
|
35
|
+
SnapshotType["PolicyBased"] = "POLICY_BASED";
|
|
36
|
+
SnapshotType["Replication"] = "REPLICATION";
|
|
37
|
+
/**
|
|
38
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
39
|
+
* version of the SDK.
|
|
40
|
+
*/
|
|
41
|
+
SnapshotType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
42
|
+
})(SnapshotType = SnapshotSummary.SnapshotType || (SnapshotSummary.SnapshotType = {}));
|
|
31
43
|
function getJsonObj(obj) {
|
|
32
44
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
45
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"snapshot-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6FH,IAAiB,eAAe,CAkC/B;AAlCD,WAAiB,eAAe;IAC9B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAUzB;IAED,IAAY,YASX;IATD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,4CAA4B,CAAA;QAC5B,2CAA2B,CAAA;QAC3B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,4BAAY,KAAZ,4BAAY,QASvB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAkC/B"}
|
package/lib/model/snapshot.d.ts
CHANGED
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -13,8 +14,6 @@
|
|
|
13
14
|
*/
|
|
14
15
|
/**
|
|
15
16
|
* A point-in-time snapshot of a specified file system.
|
|
16
|
-
* <p>
|
|
17
|
-
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
18
17
|
*
|
|
19
18
|
*/
|
|
20
19
|
export interface Snapshot {
|
|
@@ -49,22 +48,40 @@ export interface Snapshot {
|
|
|
49
48
|
*
|
|
50
49
|
*/
|
|
51
50
|
"timeCreated": Date;
|
|
51
|
+
/**
|
|
52
|
+
* Specifies generation type of the snapshot.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"snapshotType"?: Snapshot.SnapshotType;
|
|
56
|
+
/**
|
|
57
|
+
* The date and time the snapshot was taken, expressed
|
|
58
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
59
|
+
* This value might be the same or different from `timeCreated` depending
|
|
60
|
+
* on the following factors:
|
|
61
|
+
* - If the snapshot is created in the original file system directory.
|
|
62
|
+
* - If the snapshot is cloned from a file system.
|
|
63
|
+
* - If the snapshot is replicated from a file system.
|
|
64
|
+
* <p>
|
|
65
|
+
Example: `2020-08-25T21:10:29.600Z`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"snapshotTime"?: Date;
|
|
52
69
|
/**
|
|
53
70
|
* An [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned.
|
|
54
71
|
* If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value.
|
|
55
72
|
* If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`.
|
|
56
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
73
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
57
74
|
*
|
|
58
75
|
*/
|
|
59
76
|
"provenanceId"?: string;
|
|
60
77
|
/**
|
|
61
78
|
* Specifies whether the snapshot has been cloned.
|
|
62
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
79
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
63
80
|
*
|
|
64
81
|
*/
|
|
65
82
|
"isCloneSource"?: boolean;
|
|
66
83
|
/**
|
|
67
|
-
* Additional information about the current
|
|
84
|
+
* Additional information about the current `lifecycleState`.
|
|
68
85
|
*/
|
|
69
86
|
"lifecycleDetails"?: string;
|
|
70
87
|
/**
|
|
@@ -101,6 +118,16 @@ export declare namespace Snapshot {
|
|
|
101
118
|
*/
|
|
102
119
|
UnknownValue = "UNKNOWN_VALUE"
|
|
103
120
|
}
|
|
121
|
+
enum SnapshotType {
|
|
122
|
+
User = "USER",
|
|
123
|
+
PolicyBased = "POLICY_BASED",
|
|
124
|
+
Replication = "REPLICATION",
|
|
125
|
+
/**
|
|
126
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
127
|
+
* version of the SDK.
|
|
128
|
+
*/
|
|
129
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
130
|
+
}
|
|
104
131
|
function getJsonObj(obj: Snapshot): object;
|
|
105
132
|
function getDeserializedJsonObj(obj: Snapshot): object;
|
|
106
133
|
}
|
package/lib/model/snapshot.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -28,6 +29,17 @@ var Snapshot;
|
|
|
28
29
|
*/
|
|
29
30
|
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
31
|
})(LifecycleState = Snapshot.LifecycleState || (Snapshot.LifecycleState = {}));
|
|
32
|
+
let SnapshotType;
|
|
33
|
+
(function (SnapshotType) {
|
|
34
|
+
SnapshotType["User"] = "USER";
|
|
35
|
+
SnapshotType["PolicyBased"] = "POLICY_BASED";
|
|
36
|
+
SnapshotType["Replication"] = "REPLICATION";
|
|
37
|
+
/**
|
|
38
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
39
|
+
* version of the SDK.
|
|
40
|
+
*/
|
|
41
|
+
SnapshotType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
42
|
+
})(SnapshotType = Snapshot.SnapshotType || (Snapshot.SnapshotType = {}));
|
|
31
43
|
function getJsonObj(obj) {
|
|
32
44
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
45
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/snapshot.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA8FH,IAAiB,QAAQ,CAkCxB;AAlCD,WAAiB,QAAQ;IACvB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAUzB;IAED,IAAY,YASX;IATD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,4CAA4B,CAAA;QAC5B,2CAA2B,CAAA;QAC3B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,qBAAY,KAAZ,qBAAY,QASvB;IAED,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAkCxB"}
|
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -18,13 +19,13 @@
|
|
|
18
19
|
export interface SourceDetails {
|
|
19
20
|
/**
|
|
20
21
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system.
|
|
21
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
22
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
22
23
|
*
|
|
23
24
|
*/
|
|
24
25
|
"parentFileSystemId"?: string;
|
|
25
26
|
/**
|
|
26
27
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source snapshot used to create a cloned file system.
|
|
27
|
-
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/
|
|
28
|
+
* See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
30
31
|
"sourceSnapshotId"?: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"source-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/source-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"source-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAwBH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-export-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-export-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
|
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-export-set-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-set-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-export-set-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-export-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6CH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -45,7 +46,9 @@ export interface UpdateFileSystemDetails {
|
|
|
45
46
|
};
|
|
46
47
|
};
|
|
47
48
|
/**
|
|
48
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Key Management master encryption key to associate with the specified file system.
|
|
49
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Key Management master encryption key to associate with the specified file system.
|
|
50
|
+
* If this value is empty, the Update operation will remove the associated key, if there is one, from the file system.
|
|
51
|
+
* (The file system will continue to be encrypted, but with an encryption key managed by Oracle.)
|
|
49
52
|
* <p>
|
|
50
53
|
If updating to a new Key Management key, the old key must remain enabled so that files previously encrypted continue
|
|
51
54
|
* to be accessible. For more information, see [Overview of Key Management](https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm).
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-file-system-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4CH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -1,6 +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
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
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
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-mount-target-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-mount-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0CH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|