Socket
Socket
Sign inDemoInstall

oci-database

Package Overview
Dependencies
Maintainers
2
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-database - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

lib/model/deregister-autonomous-database-data-safe-details.d.ts

2

lib/model/autonomous-database-summary.d.ts

@@ -161,3 +161,3 @@ /**

/**
* The private endpoint label for the resource.
* The private endpoint label for the resource. Setting this to an empty string, after the private endpoint database gets created, will change the same private endpoint database to the public endpoint database.
*/

@@ -164,0 +164,0 @@ "privateEndpointLabel"?: string;

@@ -159,3 +159,3 @@ /**

/**
* The private endpoint label for the resource.
* The private endpoint label for the resource. Setting this to an empty string, after the private endpoint database gets created, will change the same private endpoint database to the public endpoint database.
*/

@@ -162,0 +162,0 @@ "privateEndpointLabel"?: string;

@@ -114,3 +114,3 @@ /**

/**
* The private endpoint label for the resource.
* The private endpoint label for the resource. Setting this to an empty string, after the private endpoint database gets created, will change the same private endpoint database to the public endpoint database.
*/

@@ -117,0 +117,0 @@ "privateEndpointLabel"?: string;

@@ -168,2 +168,4 @@ /**

export import DbVersionSummary = DbVersionSummary.DbVersionSummary;
import * as DeregisterAutonomousDatabaseDataSafeDetails from "./deregister-autonomous-database-data-safe-details";
export import DeregisterAutonomousDatabaseDataSafeDetails = DeregisterAutonomousDatabaseDataSafeDetails.DeregisterAutonomousDatabaseDataSafeDetails;
import * as ExadataInfrastructure from "./exadata-infrastructure";

@@ -219,2 +221,4 @@ export import ExadataInfrastructure = ExadataInfrastructure.ExadataInfrastructure;

export import PatchSummary = PatchSummary.PatchSummary;
import * as RegisterAutonomousDatabaseDataSafeDetails from "./register-autonomous-database-data-safe-details";
export import RegisterAutonomousDatabaseDataSafeDetails = RegisterAutonomousDatabaseDataSafeDetails.RegisterAutonomousDatabaseDataSafeDetails;
import * as ReinstateDataGuardAssociationDetails from "./reinstate-data-guard-association-details";

@@ -221,0 +225,0 @@ export import ReinstateDataGuardAssociationDetails = ReinstateDataGuardAssociationDetails.ReinstateDataGuardAssociationDetails;

@@ -177,2 +177,4 @@ "use strict";

exports.DbVersionSummary = DbVersionSummary.DbVersionSummary;
const DeregisterAutonomousDatabaseDataSafeDetails = __importStar(require("./deregister-autonomous-database-data-safe-details"));
exports.DeregisterAutonomousDatabaseDataSafeDetails = DeregisterAutonomousDatabaseDataSafeDetails.DeregisterAutonomousDatabaseDataSafeDetails;
const ExadataInfrastructure = __importStar(require("./exadata-infrastructure"));

@@ -228,2 +230,4 @@ exports.ExadataInfrastructure = ExadataInfrastructure.ExadataInfrastructure;

exports.PatchSummary = PatchSummary.PatchSummary;
const RegisterAutonomousDatabaseDataSafeDetails = __importStar(require("./register-autonomous-database-data-safe-details"));
exports.RegisterAutonomousDatabaseDataSafeDetails = RegisterAutonomousDatabaseDataSafeDetails.RegisterAutonomousDatabaseDataSafeDetails;
const ReinstateDataGuardAssociationDetails = __importStar(require("./reinstate-data-guard-association-details"));

@@ -230,0 +234,0 @@ exports.ReinstateDataGuardAssociationDetails = ReinstateDataGuardAssociationDetails.ReinstateDataGuardAssociationDetails;

@@ -96,2 +96,20 @@ /**

/**
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
* <p>
**Subnet Restrictions:**
* - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
* - For Exadata and virtual machine 2-node RAC DB systems, do not use a subnet that overlaps with 192.168.128.0/20.
* - For Autonomous Database, setting this will disable public secure access to the database.
* <p>
These subnets are used by the Oracle Clusterware private interconnect on the database instance.
* Specifying an overlapping subnet will cause the private interconnect to malfunction.
* This restriction applies to both the client subnet and the backup subnet.
*
*/
"subnetId"?: string;
/**
* The private endpoint label for the resource. Setting this to an empty string, after the private endpoint database gets created, will change the same private endpoint database to the public endpoint database.
*/
"privateEndpointLabel"?: string;
/**
* A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).

@@ -98,0 +116,0 @@ * **NsgIds restrictions:**

@@ -13,2 +13,3 @@ /**

*/
import * as model from "../model";
export interface DeregisterAutonomousDatabaseDataSafeRequest {

@@ -24,2 +25,6 @@ /**

"opcRequestId"?: string;
/**
* Details for deregistering an Autonomous Database with Data Safe.
*/
"deregisterAutonomousDatabaseDataSafeDetails"?: model.DeregisterAutonomousDatabaseDataSafeDetails;
}

@@ -13,2 +13,3 @@ /**

*/
import * as model from "../model";
export interface RegisterAutonomousDatabaseDataSafeRequest {

@@ -24,2 +25,6 @@ /**

"opcRequestId"?: string;
/**
* Request to register an Autonomous Database with Data Safe.
*/
"registerAutonomousDatabaseDataSafeDetails"?: model.RegisterAutonomousDatabaseDataSafeDetails;
}
{
"name": "oci-database",
"version": "1.2.1",
"version": "1.2.2",
"description": "OCI NodeJS client for Database",

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

"dependencies": {
"oci-common": "1.2.1",
"oci-workrequests": "1.2.1"
"oci-common": "1.2.2",
"oci-workrequests": "1.2.2"
},

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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