oci-vbsinst 2.52.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/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 +167 -0
- package/lib/client.js +804 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +31 -0
- package/lib/model/action-type.js +42 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-vbs-instance-compartment-details.d.ts +27 -0
- package/lib/model/change-vbs-instance-compartment-details.js +29 -0
- package/lib/model/change-vbs-instance-compartment-details.js.map +1 -0
- package/lib/model/create-vbs-instance-details.d.ts +59 -0
- package/lib/model/create-vbs-instance-details.js +29 -0
- package/lib/model/create-vbs-instance-details.js.map +1 -0
- package/lib/model/index.d.ts +50 -0
- package/lib/model/index.js +73 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/operation-status.d.ts +32 -0
- package/lib/model/operation-status.js +43 -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/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-vbs-instance-details.d.ts +51 -0
- package/lib/model/update-vbs-instance-details.js +29 -0
- package/lib/model/update-vbs-instance-details.js.map +1 -0
- package/lib/model/vbs-instance-summary-collection.d.ts +26 -0
- package/lib/model/vbs-instance-summary-collection.js +61 -0
- package/lib/model/vbs-instance-summary-collection.js.map +1 -0
- package/lib/model/vbs-instance-summary.d.ts +86 -0
- package/lib/model/vbs-instance-summary.js +29 -0
- package/lib/model/vbs-instance-summary.js.map +1 -0
- package/lib/model/vbs-instance.d.ts +94 -0
- package/lib/model/vbs-instance.js +29 -0
- package/lib/model/vbs-instance.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 +35 -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 +29 -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 +67 -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 +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-vbs-instance-compartment-request.d.ts +40 -0
- package/lib/request/change-vbs-instance-compartment-request.js +15 -0
- package/lib/request/change-vbs-instance-compartment-request.js.map +1 -0
- package/lib/request/create-vbs-instance-request.d.ts +40 -0
- package/lib/request/create-vbs-instance-request.js +15 -0
- package/lib/request/create-vbs-instance-request.js.map +1 -0
- package/lib/request/delete-vbs-instance-request.d.ts +35 -0
- package/lib/request/delete-vbs-instance-request.js +15 -0
- package/lib/request/delete-vbs-instance-request.js.map +1 -0
- package/lib/request/get-vbs-instance-request.d.ts +26 -0
- package/lib/request/get-vbs-instance-request.js +15 -0
- package/lib/request/get-vbs-instance-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -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 +32 -0
- package/lib/request/index.js +43 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-vbs-instances-request.d.ts +62 -0
- package/lib/request/list-vbs-instances-request.js +24 -0
- package/lib/request/list-vbs-instances-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -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 +49 -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 +53 -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-vbs-instance-request.d.ts +40 -0
- package/lib/request/update-vbs-instance-request.js +15 -0
- package/lib/request/update-vbs-instance-request.js.map +1 -0
- package/lib/response/change-vbs-instance-compartment-response.d.ts +25 -0
- package/lib/response/change-vbs-instance-compartment-response.js +15 -0
- package/lib/response/change-vbs-instance-compartment-response.js.map +1 -0
- package/lib/response/create-vbs-instance-response.d.ts +25 -0
- package/lib/response/create-vbs-instance-response.js +15 -0
- package/lib/response/create-vbs-instance-response.js.map +1 -0
- package/lib/response/delete-vbs-instance-response.d.ts +25 -0
- package/lib/response/delete-vbs-instance-response.js +15 -0
- package/lib/response/delete-vbs-instance-response.js.map +1 -0
- package/lib/response/get-vbs-instance-response.d.ts +30 -0
- package/lib/response/get-vbs-instance-response.js +15 -0
- package/lib/response/get-vbs-instance-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -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 +32 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-vbs-instances-response.d.ts +32 -0
- package/lib/response/list-vbs-instances-response.js +15 -0
- package/lib/response/list-vbs-instances-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -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 +32 -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 +32 -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-vbs-instance-response.d.ts +25 -0
- package/lib/response/update-vbs-instance-response.js +15 -0
- package/lib/response/update-vbs-instance-response.js.map +1 -0
- package/lib/vbsinstance-waiter.d.ts +36 -0
- package/lib/vbsinstance-waiter.js +76 -0
- package/lib/vbsinstance-waiter.js.map +1 -0
- package/package.json +29 -0
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VbsControlplaneInstance API
|
|
3
|
+
* A description of the VbsControlplaneInstance API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 { VbsInstanceWaiter } from "./vbsinstance-waiter";
|
|
17
|
+
export declare enum VbsInstanceApiKeys {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
21
|
+
*/
|
|
22
|
+
export declare class VbsInstanceClient {
|
|
23
|
+
protected static serviceEndpointTemplate: string;
|
|
24
|
+
protected static endpointServiceName: string;
|
|
25
|
+
protected "_endpoint": string;
|
|
26
|
+
protected "_defaultHeaders": any;
|
|
27
|
+
protected "_waiters": VbsInstanceWaiter;
|
|
28
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
29
|
+
protected _circuitBreaker: null;
|
|
30
|
+
protected _httpOptions: any;
|
|
31
|
+
targetService: string;
|
|
32
|
+
protected _httpClient: common.HttpClient;
|
|
33
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
34
|
+
/**
|
|
35
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
36
|
+
*/
|
|
37
|
+
get endpoint(): string;
|
|
38
|
+
/**
|
|
39
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
40
|
+
* @param endpoint The endpoint of the service.
|
|
41
|
+
*/
|
|
42
|
+
set endpoint(endpoint: string);
|
|
43
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
44
|
+
/**
|
|
45
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
46
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
47
|
+
* @param region The region of the service.
|
|
48
|
+
*/
|
|
49
|
+
set region(region: common.Region);
|
|
50
|
+
/**
|
|
51
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
52
|
+
*
|
|
53
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
54
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
55
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
56
|
+
* @param regionId The public region ID.
|
|
57
|
+
*/
|
|
58
|
+
set regionId(regionId: string);
|
|
59
|
+
/**
|
|
60
|
+
* Creates a new VbsInstanceWaiter for resources for this service.
|
|
61
|
+
*
|
|
62
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
63
|
+
* @return The service waiters.
|
|
64
|
+
*/
|
|
65
|
+
createWaiters(config?: common.WaiterConfiguration): VbsInstanceWaiter;
|
|
66
|
+
/**
|
|
67
|
+
* Gets the waiters available for resources for this service.
|
|
68
|
+
*
|
|
69
|
+
* @return The service waiters.
|
|
70
|
+
*/
|
|
71
|
+
getWaiters(): VbsInstanceWaiter;
|
|
72
|
+
/**
|
|
73
|
+
* Moves a VbsInstance resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
|
74
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
75
|
+
* @param ChangeVbsInstanceCompartmentRequest
|
|
76
|
+
* @return ChangeVbsInstanceCompartmentResponse
|
|
77
|
+
* @throws OciError when an error occurs
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
|
|
79
|
+
*/
|
|
80
|
+
changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Creates a new VbsInstance.
|
|
83
|
+
*
|
|
84
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
85
|
+
* @param CreateVbsInstanceRequest
|
|
86
|
+
* @return CreateVbsInstanceResponse
|
|
87
|
+
* @throws OciError when an error occurs
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
|
|
89
|
+
*/
|
|
90
|
+
createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
|
|
91
|
+
/**
|
|
92
|
+
* Deletes a VbsInstance resource by identifier
|
|
93
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
94
|
+
* @param DeleteVbsInstanceRequest
|
|
95
|
+
* @return DeleteVbsInstanceResponse
|
|
96
|
+
* @throws OciError when an error occurs
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
|
|
98
|
+
*/
|
|
99
|
+
deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* Gets a VbsInstance by identifier
|
|
102
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
103
|
+
* @param GetVbsInstanceRequest
|
|
104
|
+
* @return GetVbsInstanceResponse
|
|
105
|
+
* @throws OciError when an error occurs
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
|
|
107
|
+
*/
|
|
108
|
+
getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
|
|
109
|
+
/**
|
|
110
|
+
* Gets the status of the work request with the given ID.
|
|
111
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
112
|
+
* @param GetWorkRequestRequest
|
|
113
|
+
* @return GetWorkRequestResponse
|
|
114
|
+
* @throws OciError when an error occurs
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
116
|
+
*/
|
|
117
|
+
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* Returns a list of VbsInstances.
|
|
120
|
+
*
|
|
121
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
122
|
+
* @param ListVbsInstancesRequest
|
|
123
|
+
* @return ListVbsInstancesResponse
|
|
124
|
+
* @throws OciError when an error occurs
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
|
|
126
|
+
*/
|
|
127
|
+
listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
|
|
128
|
+
/**
|
|
129
|
+
* Return a (paginated) list of errors for a given work request.
|
|
130
|
+
*
|
|
131
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
132
|
+
* @param ListWorkRequestErrorsRequest
|
|
133
|
+
* @return ListWorkRequestErrorsResponse
|
|
134
|
+
* @throws OciError when an error occurs
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
136
|
+
*/
|
|
137
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* Return a (paginated) list of logs for a given work request.
|
|
140
|
+
*
|
|
141
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
142
|
+
* @param ListWorkRequestLogsRequest
|
|
143
|
+
* @return ListWorkRequestLogsResponse
|
|
144
|
+
* @throws OciError when an error occurs
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
146
|
+
*/
|
|
147
|
+
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Lists the work requests in a compartment.
|
|
150
|
+
*
|
|
151
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
152
|
+
* @param ListWorkRequestsRequest
|
|
153
|
+
* @return ListWorkRequestsResponse
|
|
154
|
+
* @throws OciError when an error occurs
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
156
|
+
*/
|
|
157
|
+
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Updates the VbsInstance
|
|
160
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
161
|
+
* @param UpdateVbsInstanceRequest
|
|
162
|
+
* @return UpdateVbsInstanceResponse
|
|
163
|
+
* @throws OciError when an error occurs
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
|
|
165
|
+
*/
|
|
166
|
+
updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
|
|
167
|
+
}
|