Skip to content

Commit e284872

Browse files
Releasing version 2.21.0
Releasing version 2.21.0
2 parents fca9bab + 6a84180 commit e284872

File tree

316 files changed

+1373
-725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+1373
-725
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.21.0 - 2022-04-05
7+
### Added
8+
- Fixed the lifecycle state values for target databases in the Data Safe service
9+
- Support for content length and content type response headers when downloading PDFs in the Account Management service
10+
- Support for creating Enterprise Manager-based zLinux host targets, creating alarms, and viewing top process analytics in the Operations Insights service
11+
- Support for diagnostic reboots on VM instances in the Compute service
12+
13+
### Breaking Changes
14+
- The data type of property `lifecycleState` in `ListTargetDatabasesRequest` was changed from `model.LifecycleState` to `model.TargetDatabaseLifecycleState` in the Data Safe service
15+
- The data type of property `lifecycleState` in `TargetDatabase` was changed from `model.LifecycleState` to `model.TargetDatabaseLifecycleState` in the Data Safe service
16+
- The data type of property `lifecycleState` in `TargetDatabaseSummary` was changed from `model.LifecycleState` to `model.TargetDatabaseLifecycleState` in the Data Safe service
17+
618
## 2.20.0 - 2022-03-29
719
### Added
820
- Support for returning the number of network ports as part of listing shapes in the Compute service

lib/aianomalydetection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aianomalydetection",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-ailanguage",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

lib/aispeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aispeech",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Ai Speech Service",
55
"repository": {
66
"type": "git",

lib/aivision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aivision",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Ai Vision Service",
55
"repository": {
66
"type": "git",

lib/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

lib/announcementsservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-announcementsservice",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Announcement Service",
55
"repository": {
66
"type": "git",

lib/apigateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apigateway",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

lib/apmconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmconfig",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Apm Config Service",
55
"repository": {
66
"type": "git",

lib/apmcontrolplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmcontrolplane",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Apm Control Plane Service",
55
"repository": {
66
"type": "git",

lib/apmsynthetics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmsynthetics",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Apm Synthetics Service",
55
"repository": {
66
"type": "git",

lib/apmtraces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmtraces",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Apm Traces Service",
55
"repository": {
66
"type": "git",

lib/applicationmigration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-applicationmigration",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/appmgmtcontrol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-appmgmtcontrol",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Appmgmt Control Service",
55
"repository": {
66
"type": "git",

lib/artifacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-artifacts",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Artifacts Service",
55
"repository": {
66
"type": "git",

lib/audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-audit",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Audit Service",
55
"repository": {
66
"type": "git",

lib/autoscaling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-autoscaling",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Autoscaling Service",
55
"repository": {
66
"type": "git",

lib/bastion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bastion",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Bastion Service",
55
"repository": {
66
"type": "git",

lib/bds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bds",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for BDS Service",
55
"repository": {
66
"type": "git",

lib/blockchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-blockchain",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Blockchain Service",
55
"repository": {
66
"type": "git",

lib/budget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-budget",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Budget Service",
55
"repository": {
66
"type": "git",

lib/certificates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-certificates",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Certificates Service",
55
"repository": {
66
"type": "git",

lib/certificatesmanagement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-certificatesmanagement",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Certificates Management Service",
55
"repository": {
66
"type": "git",

lib/cims/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cims",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Cims ",
55
"repository": {
66
"type": "git",

lib/cloudguard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudguard",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Cloud Guard Service",
55
"repository": {
66
"type": "git",

lib/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-common",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI Common module for NodeJS",
55
"repository": {
66
"type": "git",

lib/computeinstanceagent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-computeinstanceagent",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Compute Instance Agent Service",
55
"repository": {
66
"type": "git",

lib/containerengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerengine",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "OCI NodeJS client for Container Engine",
55
"repository": {
66
"type": "git",

lib/core/lib/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8417,6 +8417,8 @@ See [Object Storage URLs](https://docs.cloud.oracle.com/iaas/Content/Compute/Tas
84178417
* [Sending a Diagnostic Interrupt](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/sendingdiagnosticinterrupt.htm).
84188418
* <p>
84198419

8420+
* <p>
8421+
- **DIAGNOSTICREBOOT** - **This feature currently only supports virtual machines** Powers off the VM instance then rebuilds and powers it back on.
84208422
* <p>
84218423

84228424
* For more information about managing instance lifecycle states, see

lib/core/lib/model/boot-volume.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Example: `{\"Department\": \"Finance\"}`
8686
*/
8787
"isHydrated"?: boolean;
8888
/**
89-
* The number of volume performance units (VPUs) that will be applied to this boot volume per GB,
89+
* The number of volume performance units (VPUs) that will be applied to this volume per GB,
9090
* representing the Block Volume service's elastic performance options.
9191
* See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
9292
* <p>
@@ -95,10 +95,8 @@ Allowed values:
9595
* `10`: Represents Balanced option.
9696
* <p>
9797
* `20`: Represents Higher Performance option.
98-
*
99-
* * `30`-`120`: Represents the Ultra High Performance option.
10098
* <p>
101-
For volumes with the auto-tuned performance feature enabled, this is set to the default (minimum) VPUs/GB.
99+
* `30`-`120`: Represents the Ultra High Performance option.
102100
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
103101
*/
104102
"vpusPerGB"?: number;
@@ -135,13 +133,12 @@ For volumes with the auto-tuned performance feature enabled, this is set to the
135133
*/
136134
"kmsKeyId"?: string;
137135
/**
138-
* Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated.
139-
* Use the `DetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
136+
* Specifies whether the auto-tune performance is enabled for this boot volume.
140137
*
141138
*/
142139
"isAutoTuneEnabled"?: boolean;
143140
/**
144-
* The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
141+
* The number of Volume Performance Units per GB that this volume is effectively tuned to when it's idle.
145142
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
146143
*/
147144
"autoTunedVpusPerGB"?: number;

lib/core/lib/model/create-boot-volume-details.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ Example: `{\"Department\": \"Finance\"}`
7676
* <p>
7777
Allowed values:
7878
* <p>
79-
* `10`: Represents the Balanced option.
79+
* `10`: Represents Balanced option.
8080
* <p>
81-
* `20`: Represents the Higher Performance option.
82-
*
83-
* * `30`-`120`: Represents the Ultra High Performance option.
84-
*
85-
* For volumes with the auto-tuned performance feature enabled, this is set to the default (minimum) VPUs/GB.
81+
* `20`: Represents Higher Performance option.
82+
* <p>
83+
* `30`-`120`: Represents the Ultra High Performance option.
8684
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
8785
*/
8886
"vpusPerGB"?: number;
@@ -91,8 +89,7 @@ Allowed values:
9189
| model.BootVolumeSourceFromBootVolumeDetails
9290
| model.BootVolumeSourceFromBootVolumeReplicaDetails;
9391
/**
94-
* Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated.
95-
* Use the `DetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
92+
* Specifies whether the auto-tune performance is enabled for this boot volume.
9693
*
9794
*/
9895
"isAutoTuneEnabled"?: boolean;

lib/core/lib/model/create-vcn-details.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Example: `{\"Department\": \"Finance\"}`
8484
/**
8585
* Whether IPv6 is enabled for the VCN. Default is `false`.
8686
* If enabled, Oracle will assign the VCN a IPv6 /56 CIDR block.
87-
* You may skip having Oracle allocate the VCN a IPv6 /56 CIDR block by setting isOracleGuaAllocationEnabled to `false`.
8887
* For important details about IPv6 addressing in a VCN, see [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
8988
* <p>
9089
Example: `true`

lib/core/lib/model/create-volume-details.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,12 @@ Example: `{\"Department\": \"Finance\"}`
7676
* See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
7777
* <p>
7878
Allowed values:
79-
* <p>
80-
* `0`: Represents Lower Cost option.
8179
* <p>
8280
* `10`: Represents Balanced option.
8381
* <p>
8482
* `20`: Represents Higher Performance option.
85-
*
86-
* * `30`-`120`: Represents the Ultra High Performance option.
8783
* <p>
88-
For volumes with the auto-tuned performance feature enabled, this is set to the default (minimum) VPUs/GB.
84+
* `30`-`120`: Represents the Ultra High Performance option.
8985
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
9086
*/
9187
"vpusPerGB"?: number;
@@ -111,8 +107,7 @@ For volumes with the auto-tuned performance feature enabled, this is set to the
111107
*/
112108
"volumeBackupId"?: string;
113109
/**
114-
* Specifies whether the auto-tune performance is enabled for this volume. This field is deprecated.
115-
* Use the `DetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
110+
* Specifies whether the auto-tune performance is enabled for this boot volume.
116111
*
117112
*/
118113
"isAutoTuneEnabled"?: boolean;

lib/core/lib/model/drg-attachment-match-all-drg-route-distribution-match-criteria.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as model from "../model";
2020
import common = require("oci-common");
2121

2222
/**
23-
* No match criteria is applied.
23+
* All routes are imported or exported.
2424
*
2525
*/
2626
export interface DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria

lib/core/lib/model/instance-configuration-create-volume-details.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,15 @@ Example: `{\"Department\": \"Finance\"}`
7272
/**
7373
* The number of volume performance units (VPUs) that will be applied to this volume per GB,
7474
* representing the Block Volume service's elastic performance options.
75-
* See [Block Volume Elastic Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeelasticperformance.htm) for more information.
75+
* See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
7676
* <p>
7777
Allowed values:
78-
* <p>
79-
* `0`: Represents Lower Cost option.
8078
* <p>
8179
* `10`: Represents Balanced option.
8280
* <p>
8381
* `20`: Represents Higher Performance option.
8482
* <p>
85-
For performance autotune enabled volumes, It would be the Default(Minimum) VPUs/GB.
83+
* `30`-`120`: Represents the Ultra High Performance option.
8684
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
8785
*/
8886
"vpusPerGB"?: number;

lib/core/lib/model/public-ip-pool.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ import * as model from "../model";
2020
import common = require("oci-common");
2121

2222
/**
23-
* A public IP pool is a set of public IP addresses represented as one or more IPv4 CIDR blocks. Resources like load balancers and compute instances can be allocated public IP addresses from a public IP pool.
23+
* A public IP pool is a set of public IP addresses represented as one or more IPv4 CIDR blocks. Resources like load balancers and compute instances can be allocated public IP addresses from a public IP pool.
24+
*
2425
*/
2526
export interface PublicIpPool {
2627
/**
2728
* The CIDR blocks added to this pool. This could be all or a portion of a BYOIP CIDR block.
29+
*
2830
*/
2931
"cidrBlocks"?: Array<string>;
3032
/**

0 commit comments

Comments
 (0)