Skip to content

Commit 84461c6

Browse files
committed
Releasing version 2.32.1
1 parent 26635dd commit 84461c6

File tree

240 files changed

+31497
-13
lines changed

Some content is hidden

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

240 files changed

+31497
-13
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.32.1 - 2020-03-09
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Application Performance Monitoring service
13+
* Support for the Golden Gate service
14+
* Support for SMS subscriptions in the Notifications service
15+
* Support for friendly-formatted messages in the Service Connector Hub service
16+
* Support for attaching and detaching instances to instance pools in the Autoscaling service
17+
618
====================
719
2.32.0 - 2021-03-02
820
====================

docs/api/apm_control_plane.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Apm Control Plane
2+
=================
3+
4+
.. autosummary::
5+
:toctree: apm_control_plane/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.apm_control_plane.ApmDomainClient
10+
oci.apm_control_plane.ApmDomainClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: apm_control_plane/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.apm_control_plane.models.ApmDomain
22+
oci.apm_control_plane.models.ApmDomainSummary
23+
oci.apm_control_plane.models.BaseDomainDetails
24+
oci.apm_control_plane.models.BaseKeyDetails
25+
oci.apm_control_plane.models.ChangeApmDomainCompartmentDetails
26+
oci.apm_control_plane.models.CreateApmDomainDetails
27+
oci.apm_control_plane.models.DataKey
28+
oci.apm_control_plane.models.DataKeySummary
29+
oci.apm_control_plane.models.GenerateDataKeyDetails
30+
oci.apm_control_plane.models.RemoveDataKeyDetails
31+
oci.apm_control_plane.models.UpdateApmDomainDetails
32+
oci.apm_control_plane.models.WorkRequest
33+
oci.apm_control_plane.models.WorkRequestError
34+
oci.apm_control_plane.models.WorkRequestLogEntry
35+
oci.apm_control_plane.models.WorkRequestResource
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ApmDomainClient
2+
===============
3+
4+
.. currentmodule:: oci.apm_control_plane
5+
6+
.. autoclass:: ApmDomainClient
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+
ApmDomainClientCompositeOperations
2+
==================================
3+
4+
.. currentmodule:: oci.apm_control_plane
5+
6+
.. autoclass:: ApmDomainClientCompositeOperations
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+
ApmDomain
2+
=========
3+
4+
.. currentmodule:: oci.apm_control_plane.models
5+
6+
.. autoclass:: ApmDomain
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+
ApmDomainSummary
2+
================
3+
4+
.. currentmodule:: oci.apm_control_plane.models
5+
6+
.. autoclass:: ApmDomainSummary
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+
BaseDomainDetails
2+
=================
3+
4+
.. currentmodule:: oci.apm_control_plane.models
5+
6+
.. autoclass:: BaseDomainDetails
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+
BaseKeyDetails
2+
==============
3+
4+
.. currentmodule:: oci.apm_control_plane.models
5+
6+
.. autoclass:: BaseKeyDetails
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+
ChangeApmDomainCompartmentDetails
2+
=================================
3+
4+
.. currentmodule:: oci.apm_control_plane.models
5+
6+
.. autoclass:: ChangeApmDomainCompartmentDetails
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+
CreateApmDomainDetails
2+
======================
3+
4+
.. currentmodule:: oci.apm_control_plane.models
5+
6+
.. autoclass:: CreateApmDomainDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)