oci-lustrefilestorage 2.106.2
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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +204 -0
- package/lib/client.js +944 -0
- package/lib/client.js.map +1 -0
- package/lib/lustrefilestorage-waiter.d.ts +36 -0
- package/lib/lustrefilestorage-waiter.js +76 -0
- package/lib/lustrefilestorage-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-lustre-file-system-compartment-details.d.ts +26 -0
- package/lib/model/change-lustre-file-system-compartment-details.js +29 -0
- package/lib/model/change-lustre-file-system-compartment-details.js.map +1 -0
- package/lib/model/create-lustre-file-system-details.d.ts +113 -0
- package/lib/model/create-lustre-file-system-details.js +64 -0
- package/lib/model/create-lustre-file-system-details.js.map +1 -0
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +75 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lustre-file-system-collection.d.ts +26 -0
- package/lib/model/lustre-file-system-collection.js +61 -0
- package/lib/model/lustre-file-system-collection.js.map +1 -0
- package/lib/model/lustre-file-system-summary.d.ts +188 -0
- package/lib/model/lustre-file-system-summary.js +69 -0
- package/lib/model/lustre-file-system-summary.js.map +1 -0
- package/lib/model/lustre-file-system.d.ts +206 -0
- package/lib/model/lustre-file-system.js +90 -0
- package/lib/model/lustre-file-system.js.map +1 -0
- package/lib/model/maintenance-window.d.ts +47 -0
- package/lib/model/maintenance-window.js +44 -0
- package/lib/model/maintenance-window.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +30 -0
- package/lib/model/operation-type.js +41 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/root-squash-configuration.d.ts +57 -0
- package/lib/model/root-squash-configuration.js +39 -0
- package/lib/model/root-squash-configuration.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-lustre-file-system-details.d.ts +76 -0
- package/lib/model/update-lustre-file-system-details.js +57 -0
- package/lib/model/update-lustre-file-system-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-lustre-file-system-compartment-request.d.ts +43 -0
- package/lib/request/change-lustre-file-system-compartment-request.js +15 -0
- package/lib/request/change-lustre-file-system-compartment-request.js.map +1 -0
- package/lib/request/create-lustre-file-system-request.d.ts +40 -0
- package/lib/request/create-lustre-file-system-request.js +15 -0
- package/lib/request/create-lustre-file-system-request.js.map +1 -0
- package/lib/request/delete-lustre-file-system-request.d.ts +38 -0
- package/lib/request/delete-lustre-file-system-request.js +15 -0
- package/lib/request/delete-lustre-file-system-request.js.map +1 -0
- package/lib/request/get-lustre-file-system-request.d.ts +30 -0
- package/lib/request/get-lustre-file-system-request.js +15 -0
- package/lib/request/get-lustre-file-system-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +34 -0
- package/lib/request/index.js +43 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-lustre-file-systems-request.d.ts +82 -0
- package/lib/request/list-lustre-file-systems-request.js +24 -0
- package/lib/request/list-lustre-file-systems-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-lustre-file-system-request.d.ts +43 -0
- package/lib/request/update-lustre-file-system-request.js +15 -0
- package/lib/request/update-lustre-file-system-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-lustre-file-system-compartment-response.d.ts +26 -0
- package/lib/response/change-lustre-file-system-compartment-response.js +15 -0
- package/lib/response/change-lustre-file-system-compartment-response.js.map +1 -0
- package/lib/response/create-lustre-file-system-response.d.ts +44 -0
- package/lib/response/create-lustre-file-system-response.js +15 -0
- package/lib/response/create-lustre-file-system-response.js.map +1 -0
- package/lib/response/delete-lustre-file-system-response.d.ts +26 -0
- package/lib/response/delete-lustre-file-system-response.js +15 -0
- package/lib/response/delete-lustre-file-system-response.js.map +1 -0
- package/lib/response/get-lustre-file-system-response.d.ts +30 -0
- package/lib/response/get-lustre-file-system-response.js +15 -0
- package/lib/response/get-lustre-file-system-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +34 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-lustre-file-systems-response.d.ts +31 -0
- package/lib/response/list-lustre-file-systems-response.js +15 -0
- package/lib/response/list-lustre-file-systems-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-lustre-file-system-response.d.ts +26 -0
- package/lib/response/update-lustre-file-system-response.js +15 -0
- package/lib/response/update-lustre-file-system-response.js.map +1 -0
- package/package.json +29 -0
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File Storage with Lustre API
|
|
3
|
+
* Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20250228
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
import * as requests from "./request";
|
|
15
|
+
import * as responses from "./response";
|
|
16
|
+
import { LustreFileStorageWaiter } from "./lustrefilestorage-waiter";
|
|
17
|
+
declare const Breaker: any;
|
|
18
|
+
export declare enum LustreFileStorageApiKeys {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
|
+
*/
|
|
23
|
+
export declare class LustreFileStorageClient {
|
|
24
|
+
protected static serviceEndpointTemplate: string;
|
|
25
|
+
protected static endpointServiceName: string;
|
|
26
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
27
|
+
protected "_endpoint": string;
|
|
28
|
+
protected "_defaultHeaders": any;
|
|
29
|
+
protected "_waiters": LustreFileStorageWaiter;
|
|
30
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
32
|
+
protected _httpOptions: any;
|
|
33
|
+
protected _bodyDuplexMode: any;
|
|
34
|
+
targetService: string;
|
|
35
|
+
protected _regionId: string;
|
|
36
|
+
protected "_region": common.Region;
|
|
37
|
+
protected _lastSetRegionOrRegionId: string;
|
|
38
|
+
protected _httpClient: common.HttpClient;
|
|
39
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
40
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
41
|
+
/**
|
|
42
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
43
|
+
*/
|
|
44
|
+
get endpoint(): string;
|
|
45
|
+
/**
|
|
46
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
47
|
+
* @param endpoint The endpoint of the service.
|
|
48
|
+
*/
|
|
49
|
+
set endpoint(endpoint: string);
|
|
50
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
51
|
+
/**
|
|
52
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
53
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
54
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
55
|
+
*/
|
|
56
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
57
|
+
/**
|
|
58
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
59
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
60
|
+
* @param region The region of the service.
|
|
61
|
+
*/
|
|
62
|
+
set region(region: common.Region);
|
|
63
|
+
/**
|
|
64
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
65
|
+
*
|
|
66
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
67
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
68
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
69
|
+
* @param regionId The public region ID.
|
|
70
|
+
*/
|
|
71
|
+
set regionId(regionId: string);
|
|
72
|
+
/**
|
|
73
|
+
* Creates a new LustreFileStorageWaiter for resources for this service.
|
|
74
|
+
*
|
|
75
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
76
|
+
* @return The service waiters.
|
|
77
|
+
*/
|
|
78
|
+
createWaiters(config?: common.WaiterConfiguration): LustreFileStorageWaiter;
|
|
79
|
+
/**
|
|
80
|
+
* Gets the waiters available for resources for this service.
|
|
81
|
+
*
|
|
82
|
+
* @return The service waiters.
|
|
83
|
+
*/
|
|
84
|
+
getWaiters(): LustreFileStorageWaiter;
|
|
85
|
+
/**
|
|
86
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
87
|
+
*/
|
|
88
|
+
shutdownCircuitBreaker(): void;
|
|
89
|
+
/**
|
|
90
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
91
|
+
*/
|
|
92
|
+
closeProvider(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Close the client once it is no longer needed
|
|
95
|
+
*/
|
|
96
|
+
close(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Cancels a work request.
|
|
99
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
100
|
+
* @param CancelWorkRequestRequest
|
|
101
|
+
* @return CancelWorkRequestResponse
|
|
102
|
+
* @throws OciError when an error occurs
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
104
|
+
*/
|
|
105
|
+
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* Moves a Lustre file system into a different compartment within the same tenancy. For information about moving resources between
|
|
108
|
+
* compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
109
|
+
*
|
|
110
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
111
|
+
* @param ChangeLustreFileSystemCompartmentRequest
|
|
112
|
+
* @return ChangeLustreFileSystemCompartmentResponse
|
|
113
|
+
* @throws OciError when an error occurs
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ChangeLustreFileSystemCompartment.ts.html |here} to see how to use ChangeLustreFileSystemCompartment API.
|
|
115
|
+
*/
|
|
116
|
+
changeLustreFileSystemCompartment(changeLustreFileSystemCompartmentRequest: requests.ChangeLustreFileSystemCompartmentRequest): Promise<responses.ChangeLustreFileSystemCompartmentResponse>;
|
|
117
|
+
/**
|
|
118
|
+
* Creates a Lustre file system.
|
|
119
|
+
*
|
|
120
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
121
|
+
* @param CreateLustreFileSystemRequest
|
|
122
|
+
* @return CreateLustreFileSystemResponse
|
|
123
|
+
* @throws OciError when an error occurs
|
|
124
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/CreateLustreFileSystem.ts.html |here} to see how to use CreateLustreFileSystem API.
|
|
125
|
+
*/
|
|
126
|
+
createLustreFileSystem(createLustreFileSystemRequest: requests.CreateLustreFileSystemRequest): Promise<responses.CreateLustreFileSystemResponse>;
|
|
127
|
+
/**
|
|
128
|
+
* Deletes a Lustre file system.
|
|
129
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
130
|
+
* @param DeleteLustreFileSystemRequest
|
|
131
|
+
* @return DeleteLustreFileSystemResponse
|
|
132
|
+
* @throws OciError when an error occurs
|
|
133
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/DeleteLustreFileSystem.ts.html |here} to see how to use DeleteLustreFileSystem API.
|
|
134
|
+
*/
|
|
135
|
+
deleteLustreFileSystem(deleteLustreFileSystemRequest: requests.DeleteLustreFileSystemRequest): Promise<responses.DeleteLustreFileSystemResponse>;
|
|
136
|
+
/**
|
|
137
|
+
* Gets information about a Lustre file system.
|
|
138
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
139
|
+
* @param GetLustreFileSystemRequest
|
|
140
|
+
* @return GetLustreFileSystemResponse
|
|
141
|
+
* @throws OciError when an error occurs
|
|
142
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetLustreFileSystem.ts.html |here} to see how to use GetLustreFileSystem API.
|
|
143
|
+
*/
|
|
144
|
+
getLustreFileSystem(getLustreFileSystemRequest: requests.GetLustreFileSystemRequest): Promise<responses.GetLustreFileSystemResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* Gets the details of a work request.
|
|
147
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
148
|
+
* @param GetWorkRequestRequest
|
|
149
|
+
* @return GetWorkRequestResponse
|
|
150
|
+
* @throws OciError when an error occurs
|
|
151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
152
|
+
*/
|
|
153
|
+
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* Gets a list of Lustre file systems.
|
|
156
|
+
*
|
|
157
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
158
|
+
* @param ListLustreFileSystemsRequest
|
|
159
|
+
* @return ListLustreFileSystemsResponse
|
|
160
|
+
* @throws OciError when an error occurs
|
|
161
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListLustreFileSystems.ts.html |here} to see how to use ListLustreFileSystems API.
|
|
162
|
+
*/
|
|
163
|
+
listLustreFileSystems(listLustreFileSystemsRequest: requests.ListLustreFileSystemsRequest): Promise<responses.ListLustreFileSystemsResponse>;
|
|
164
|
+
/**
|
|
165
|
+
* Lists the errors for a work request.
|
|
166
|
+
*
|
|
167
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
168
|
+
* @param ListWorkRequestErrorsRequest
|
|
169
|
+
* @return ListWorkRequestErrorsResponse
|
|
170
|
+
* @throws OciError when an error occurs
|
|
171
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
172
|
+
*/
|
|
173
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
174
|
+
/**
|
|
175
|
+
* Lists the logs for a work request.
|
|
176
|
+
*
|
|
177
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
178
|
+
* @param ListWorkRequestLogsRequest
|
|
179
|
+
* @return ListWorkRequestLogsResponse
|
|
180
|
+
* @throws OciError when an error occurs
|
|
181
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
182
|
+
*/
|
|
183
|
+
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* Lists the work requests in a compartment.
|
|
186
|
+
*
|
|
187
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
188
|
+
* @param ListWorkRequestsRequest
|
|
189
|
+
* @return ListWorkRequestsResponse
|
|
190
|
+
* @throws OciError when an error occurs
|
|
191
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
192
|
+
*/
|
|
193
|
+
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
194
|
+
/**
|
|
195
|
+
* Updates a Lustre file system.
|
|
196
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
197
|
+
* @param UpdateLustreFileSystemRequest
|
|
198
|
+
* @return UpdateLustreFileSystemResponse
|
|
199
|
+
* @throws OciError when an error occurs
|
|
200
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/UpdateLustreFileSystem.ts.html |here} to see how to use UpdateLustreFileSystem API.
|
|
201
|
+
*/
|
|
202
|
+
updateLustreFileSystem(updateLustreFileSystemRequest: requests.UpdateLustreFileSystemRequest): Promise<responses.UpdateLustreFileSystemResponse>;
|
|
203
|
+
}
|
|
204
|
+
export {};
|