You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/bds/lib/client.ts
+158
Original file line number
Diff line number
Diff line change
@@ -3179,6 +3179,164 @@ export class BdsClient {
3179
3179
}
3180
3180
}
3181
3181
3182
+
/**
3183
+
* Starts the BDS cluster that was stopped earlier.
3184
+
*
3185
+
* This operation does not retry by default if the user has not defined a retry configuration.
3186
+
* @param StartBdsInstanceRequest
3187
+
* @return StartBdsInstanceResponse
3188
+
* @throws OciError when an error occurs
3189
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
* Stops the BDS cluster that can be started at later point of time.
3263
+
*
3264
+
* This operation does not retry by default if the user has not defined a retry configuration.
3265
+
* @param StopBdsInstanceRequest
3266
+
* @return StopBdsInstanceResponse
3267
+
* @throws OciError when an error occurs
3268
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
0 commit comments