Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-computeinstanceagent

Package Overview
Dependencies
Maintainers
4
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-computeinstanceagent - npm Package Compare versions

Comparing version 2.76.1 to 2.77.0

18

lib/client.d.ts

@@ -97,3 +97,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
*/

@@ -114,3 +114,3 @@ cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest: requests.CancelInstanceAgentCommandRequest): Promise<responses.CancelInstanceAgentCommandResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
*/

@@ -124,3 +124,3 @@ createInstanceAgentCommand(createInstanceAgentCommandRequest: requests.CreateInstanceAgentCommandRequest): Promise<responses.CreateInstanceAgentCommandResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
*/

@@ -134,3 +134,3 @@ getInstanceAgentCommand(getInstanceAgentCommandRequest: requests.GetInstanceAgentCommandRequest): Promise<responses.GetInstanceAgentCommandResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
*/

@@ -146,3 +146,3 @@ getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest: requests.GetInstanceAgentCommandExecutionRequest): Promise<responses.GetInstanceAgentCommandExecutionResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
*/

@@ -189,3 +189,3 @@ listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest: requests.ListInstanceAgentCommandExecutionsRequest): Promise<responses.ListInstanceAgentCommandExecutionsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
*/

@@ -284,3 +284,3 @@ listInstanceAgentCommands(listInstanceAgentCommandsRequest: requests.ListInstanceAgentCommandsRequest): Promise<responses.ListInstanceAgentCommandsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
*/

@@ -294,3 +294,3 @@ getInstanceAgentPlugin(getInstanceAgentPluginRequest: requests.GetInstanceAgentPluginRequest): Promise<responses.GetInstanceAgentPluginResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
*/

@@ -389,3 +389,3 @@ listInstanceAgentPlugins(listInstanceAgentPluginsRequest: requests.ListInstanceAgentPluginsRequest): Promise<responses.ListInstanceAgentPluginsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
*/

@@ -392,0 +392,0 @@ listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest: requests.ListInstanceagentAvailablePluginsRequest): Promise<responses.ListInstanceagentAvailablePluginsResponse>;

@@ -198,3 +198,3 @@ "use strict";

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
*/

@@ -261,3 +261,3 @@ cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
*/

@@ -325,3 +325,3 @@ createInstanceAgentCommand(createInstanceAgentCommandRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
*/

@@ -389,3 +389,3 @@ getInstanceAgentCommand(getInstanceAgentCommandRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
*/

@@ -457,3 +457,3 @@ getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
*/

@@ -568,3 +568,3 @@ listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
*/

@@ -792,3 +792,3 @@ listInstanceAgentCommands(listInstanceAgentCommandsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
*/

@@ -854,3 +854,3 @@ getInstanceAgentPlugin(getInstanceAgentPluginRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
*/

@@ -1082,3 +1082,3 @@ listInstanceAgentPlugins(listInstanceAgentPluginsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
*/

@@ -1085,0 +1085,0 @@ listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest) {

@@ -34,3 +34,3 @@ /**

* <p>
Example: `Database Backup Script`
Example: {@code Database Backup Script}
*

@@ -37,0 +37,0 @@ */

@@ -20,3 +20,3 @@ /**

/**
* The exit code for the command. Exit code `0` indicates success. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
* The exit code for the command. Exit code {@code 0} indicates success. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -23,0 +23,0 @@ "exitCode": number;

@@ -30,7 +30,7 @@ /**

* The command delivery state.
* * `VISIBLE` - The command is visible to the instance.
* * `PENDING` - The command is pending acknowledgment from the instance.
* * `ACKED` - The command has been received and acknowledged by the instance.
* * `ACKED_CANCELED` - The canceled command has been received and acknowledged by the instance.
* * `EXPIRED` - The instance has not requested for commands and the command's delivery has expired.
* * {@code VISIBLE} - The command is visible to the instance.
* * {@code PENDING} - The command is pending acknowledgment from the instance.
* * {@code ACKED} - The command has been received and acknowledged by the instance.
* * {@code ACKED_CANCELED} - The canceled command has been received and acknowledged by the instance.
* * {@code EXPIRED} - The instance has not requested for commands and the command's delivery has expired.
*

@@ -41,8 +41,8 @@ */

* The command execution lifecycle state.
* * `ACCEPTED` - The command has been accepted to run.
* * `IN_PROGRESS` - The command is in progress.
* * `SUCCEEDED` - The command was successfully executed.
* * `FAILED` - The command failed to execute.
* * `TIMED_OUT` - The command execution timed out.
* * `CANCELED` - The command execution was canceled.
* * {@code ACCEPTED} - The command has been accepted to run.
* * {@code IN_PROGRESS} - The command is in progress.
* * {@code SUCCEEDED} - The command was successfully executed.
* * {@code FAILED} - The command failed to execute.
* * {@code TIMED_OUT} - The command execution timed out.
* * {@code CANCELED} - The command execution was canceled.
*

@@ -49,0 +49,0 @@ */

@@ -30,7 +30,7 @@ /**

* Specifies the command delivery state.
* * `VISIBLE` - The command is visible to instance.
* * `PENDING` - The command is pending ack from the instance.
* * `ACKED` - The command has been received and acked by the instance.
* * `ACKED_CANCELED` - The canceled command has been received and acked by the instance.
* * `EXPIRED` - The instance has not requested for commands and its delivery has expired.
* * {@code VISIBLE} - The command is visible to instance.
* * {@code PENDING} - The command is pending ack from the instance.
* * {@code ACKED} - The command has been received and acked by the instance.
* * {@code ACKED_CANCELED} - The canceled command has been received and acked by the instance.
* * {@code EXPIRED} - The instance has not requested for commands and its delivery has expired.
*

@@ -41,8 +41,8 @@ */

* command execution life cycle state.
* * `ACCEPTED` - The command execution has been accepted to run.
* * `IN_PROGRESS` - The command execution is in progress.
* * `SUCCEEDED` - The command execution is successful.
* * `FAILED` - The command execution has failed.
* * `TIMED_OUT` - The command execution has timedout.
* * `CANCELED` - The command execution has canceled.
* * {@code ACCEPTED} - The command execution has been accepted to run.
* * {@code IN_PROGRESS} - The command execution is in progress.
* * {@code SUCCEEDED} - The command execution is successful.
* * {@code FAILED} - The command execution has failed.
* * {@code TIMED_OUT} - The command execution has timedout.
* * {@code CANCELED} - The command execution has canceled.
*

@@ -49,0 +49,0 @@ */

@@ -24,3 +24,3 @@ /**

/**
* The plugin status Specified the plugin state on the instance * `RUNNING` - The plugin is in running state * `STOPPED` - The plugin is in stopped state * `NOT_SUPPORTED` - The plugin is not supported on this platform * `INVALID` - The plugin state is not recognizable by the service
* The plugin status Specified the plugin state on the instance * {@code RUNNING} - The plugin is in running state * {@code STOPPED} - The plugin is in stopped state * {@code NOT_SUPPORTED} - The plugin is not supported on this platform * {@code INVALID} - The plugin state is not recognizable by the service
*/

@@ -27,0 +27,0 @@ "status": InstanceAgentPluginSummary.Status;

@@ -24,3 +24,3 @@ /**

/**
* The plugin status Specified the plugin state on the instance * `RUNNING` - The plugin is in running state * `STOPPED` - The plugin is in stopped state * `NOT_SUPPORTED` - The plugin is not supported on this platform * `INVALID` - The plugin state is not recognizable by the service
* The plugin status Specified the plugin state on the instance * {@code RUNNING} - The plugin is in running state * {@code STOPPED} - The plugin is in stopped state * {@code NOT_SUPPORTED} - The plugin is not supported on this platform * {@code INVALID} - The plugin state is not recognizable by the service
*/

@@ -27,0 +27,0 @@ "status": InstanceAgentPlugin.Status;

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommandRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommandRequest.
*/

@@ -30,3 +30,3 @@ export interface CancelInstanceAgentCommandRequest extends common.BaseRequest {

/**
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource

@@ -33,0 +33,0 @@ * will be updated or deleted only if the etag you provide matches the resource's current etag value.

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommandRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommandRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateInstanceAgentCommandRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecutionRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecutionRequest.
*/

@@ -18,0 +18,0 @@ export interface GetInstanceAgentCommandExecutionRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommandRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommandRequest.
*/

@@ -18,0 +18,0 @@ export interface GetInstanceAgentCommandRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPluginRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPluginRequest.
*/

@@ -18,0 +18,0 @@ export interface GetInstanceAgentPluginRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutionsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutionsRequest.
*/

@@ -34,3 +34,3 @@ export interface ListInstanceAgentCommandExecutionsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
* call. For important details about how pagination works, see

@@ -49,6 +49,6 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

/**
* The field to sort by. You can provide one sort order (`sortOrder`). Default order for
* `TIMECREATED` is descending.
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
* {@code TIMECREATED} is descending.
* <p>
**Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
* optionally filter by availability domain if the scope of the resource type is within a

@@ -61,3 +61,3 @@ * single availability domain. If you call one of these \"List\" operations without specifying

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The `DISPLAYNAME` sort order
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code DISPLAYNAME} sort order
* is case sensitive.

@@ -64,0 +64,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommandsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommandsRequest.
*/

@@ -30,3 +30,3 @@ export interface ListInstanceAgentCommandsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
* call. For important details about how pagination works, see

@@ -45,6 +45,6 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

/**
* The field to sort by. You can provide one sort order (`sortOrder`). Default order for
* `TIMECREATED` is descending.
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
* {@code TIMECREATED} is descending.
* <p>
**Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
* optionally filter by availability domain if the scope of the resource type is within a

@@ -57,3 +57,3 @@ * single availability domain. If you call one of these \"List\" operations without specifying

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The `DISPLAYNAME` sort order
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code DISPLAYNAME} sort order
* is case sensitive.

@@ -60,0 +60,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPluginsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPluginsRequest.
*/

@@ -38,3 +38,3 @@ export interface ListInstanceAgentPluginsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
* call. For important details about how pagination works, see

@@ -53,6 +53,6 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

/**
* The field to sort by. You can provide one sort order (`sortOrder`). Default order for
* `TIMECREATED` is descending.
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
* {@code TIMECREATED} is descending.
* <p>
**Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
* optionally filter by availability domain if the scope of the resource type is within a

@@ -65,3 +65,3 @@ * single availability domain. If you call one of these \"List\" operations without specifying

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The `DISPLAYNAME` sort order
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code DISPLAYNAME} sort order
* is case sensitive.

@@ -68,0 +68,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePluginsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePluginsRequest.
*/

@@ -44,3 +44,3 @@ export interface ListInstanceagentAvailablePluginsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
* call. For important details about how pagination works, see

@@ -59,6 +59,6 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

/**
* The field to sort by. You can provide one sort order (`sortOrder`). Default order for
* `TIMECREATED` is descending.
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
* {@code TIMECREATED} is descending.
* <p>
**Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
* optionally filter by availability domain if the scope of the resource type is within a

@@ -71,3 +71,3 @@ * single availability domain. If you call one of these \"List\" operations without specifying

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The `DISPLAYNAME` sort order
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code DISPLAYNAME} sort order
* is case sensitive.

@@ -74,0 +74,0 @@ *

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

{
"name": "oci-computeinstanceagent",
"version": "2.76.1",
"version": "2.77.0",
"description": "OCI NodeJS client for Compute Instance Agent Service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "2.76.1",
"oci-workrequests": "2.76.1"
"oci-common": "2.77.0",
"oci-workrequests": "2.77.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc