Skip to content

Commit 6ed14df

Browse files
Releasing version 2.110.2
Releasing version 2.110.2
2 parents 9925a3c + 09abb6c commit 6ed14df

File tree

121 files changed

+13638
-2398
lines changed

Some content is hidden

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

121 files changed

+13638
-2398
lines changed

CHANGELOG.rst

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

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.110.2 - 2023-08-22
8+
====================
9+
10+
Added
11+
-----
12+
* Support for Compute Cloud at Customer service
13+
* Support for warehouse data objects in the Operations Insights service
14+
* Support for standard queries on operations Insights data objects in the Operations Insights service
15+
* Support for database in memory on autonomous database create operations in the Database service
16+
617
====================
718
2.110.1 - 2023-08-15
819
====================
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Compute Cloud At Customer
2+
=========================
3+
4+
.. autosummary::
5+
:toctree: compute_cloud_at_customer/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.compute_cloud_at_customer.ComputeCloudAtCustomerClient
10+
oci.compute_cloud_at_customer.ComputeCloudAtCustomerClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: compute_cloud_at_customer/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.compute_cloud_at_customer.models.CccInfrastructure
22+
oci.compute_cloud_at_customer.models.CccInfrastructureCollection
23+
oci.compute_cloud_at_customer.models.CccInfrastructureInventory
24+
oci.compute_cloud_at_customer.models.CccInfrastructureManagementNode
25+
oci.compute_cloud_at_customer.models.CccInfrastructureNetworkConfiguration
26+
oci.compute_cloud_at_customer.models.CccInfrastructureRoutingDynamicDetails
27+
oci.compute_cloud_at_customer.models.CccInfrastructureRoutingStaticDetails
28+
oci.compute_cloud_at_customer.models.CccInfrastructureSummary
29+
oci.compute_cloud_at_customer.models.CccScheduleEvent
30+
oci.compute_cloud_at_customer.models.CccUpgradeInformation
31+
oci.compute_cloud_at_customer.models.CccUpgradeSchedule
32+
oci.compute_cloud_at_customer.models.CccUpgradeScheduleCollection
33+
oci.compute_cloud_at_customer.models.CccUpgradeScheduleSummary
34+
oci.compute_cloud_at_customer.models.ChangeCccInfrastructureCompartmentDetails
35+
oci.compute_cloud_at_customer.models.ChangeCccUpgradeScheduleCompartmentDetails
36+
oci.compute_cloud_at_customer.models.CreateCccInfrastructureDetails
37+
oci.compute_cloud_at_customer.models.CreateCccScheduleEvent
38+
oci.compute_cloud_at_customer.models.CreateCccUpgradeScheduleDetails
39+
oci.compute_cloud_at_customer.models.PeerInformation
40+
oci.compute_cloud_at_customer.models.UpdateCccInfrastructureDetails
41+
oci.compute_cloud_at_customer.models.UpdateCccScheduleEvent
42+
oci.compute_cloud_at_customer.models.UpdateCccUpgradeScheduleDetails
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ComputeCloudAtCustomerClient
2+
============================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer
5+
6+
.. autoclass:: ComputeCloudAtCustomerClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ComputeCloudAtCustomerClientCompositeOperations
2+
===============================================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer
5+
6+
.. autoclass:: ComputeCloudAtCustomerClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CccInfrastructure
2+
=================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer.models
5+
6+
.. autoclass:: CccInfrastructure
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CccInfrastructureCollection
2+
===========================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer.models
5+
6+
.. autoclass:: CccInfrastructureCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CccInfrastructureInventory
2+
==========================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer.models
5+
6+
.. autoclass:: CccInfrastructureInventory
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CccInfrastructureManagementNode
2+
===============================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer.models
5+
6+
.. autoclass:: CccInfrastructureManagementNode
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CccInfrastructureNetworkConfiguration
2+
=====================================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer.models
5+
6+
.. autoclass:: CccInfrastructureNetworkConfiguration
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CccInfrastructureRoutingDynamicDetails
2+
======================================
3+
4+
.. currentmodule:: oci.compute_cloud_at_customer.models
5+
6+
.. autoclass:: CccInfrastructureRoutingDynamicDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)