Skip to content

Commit 2ad0d15

Browse files
authored
Releasing version 2.2.1
Releasing version 2.2.1
2 parents e84c5c8 + 7e4cc0e commit 2ad0d15

File tree

239 files changed

+25515
-71
lines changed

Some content is hidden

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

239 files changed

+25515
-71
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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/>`_.
66

7+
====================
8+
2.2.1 - 2019-02-28
9+
====================
10+
11+
Added
12+
-----
13+
* Support for the Monitoring service
14+
* Support for the Notification service
15+
* Support for the Resource Manager service
16+
* Support for the Compute Autoscaling service
17+
* Support for changing the compartment of a tag namespace in the Identity service
18+
* Support for specifying fault domains in the Database service
19+
* Support for managing instance monitoring in the Compute service
20+
* Support for attaching/detaching load balancers to instance pools in the Compute service
21+
722
====================
823
2.2.0 - 2019-02-21
924
====================

docs/api/autoscaling.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Autoscaling
2+
===========
3+
4+
.. autosummary::
5+
:toctree: autoscaling/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.autoscaling.AutoScalingClient
10+
oci.autoscaling.AutoScalingClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: autoscaling/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.autoscaling.models.Action
22+
oci.autoscaling.models.AutoScalingConfiguration
23+
oci.autoscaling.models.AutoScalingConfigurationSummary
24+
oci.autoscaling.models.AutoScalingPolicy
25+
oci.autoscaling.models.AutoScalingPolicySummary
26+
oci.autoscaling.models.Capacity
27+
oci.autoscaling.models.Condition
28+
oci.autoscaling.models.CreateAutoScalingConfigurationDetails
29+
oci.autoscaling.models.CreateAutoScalingPolicyDetails
30+
oci.autoscaling.models.CreateConditionDetails
31+
oci.autoscaling.models.CreateThresholdPolicyDetails
32+
oci.autoscaling.models.InstancePoolResource
33+
oci.autoscaling.models.Metric
34+
oci.autoscaling.models.Resource
35+
oci.autoscaling.models.Threshold
36+
oci.autoscaling.models.ThresholdPolicy
37+
oci.autoscaling.models.UpdateAutoScalingConfigurationDetails
38+
oci.autoscaling.models.UpdateAutoScalingPolicyDetails
39+
oci.autoscaling.models.UpdateConditionDetails
40+
oci.autoscaling.models.UpdateThresholdPolicyDetails
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AutoScalingClient
2+
=================
3+
4+
.. currentmodule:: oci.autoscaling
5+
6+
.. autoclass:: AutoScalingClient
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+
AutoScalingClientCompositeOperations
2+
====================================
3+
4+
.. currentmodule:: oci.autoscaling
5+
6+
.. autoclass:: AutoScalingClientCompositeOperations
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+
Action
2+
======
3+
4+
.. currentmodule:: oci.autoscaling.models
5+
6+
.. autoclass:: Action
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+
AutoScalingConfiguration
2+
========================
3+
4+
.. currentmodule:: oci.autoscaling.models
5+
6+
.. autoclass:: AutoScalingConfiguration
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+
AutoScalingConfigurationSummary
2+
===============================
3+
4+
.. currentmodule:: oci.autoscaling.models
5+
6+
.. autoclass:: AutoScalingConfigurationSummary
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+
AutoScalingPolicy
2+
=================
3+
4+
.. currentmodule:: oci.autoscaling.models
5+
6+
.. autoclass:: AutoScalingPolicy
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+
AutoScalingPolicySummary
2+
========================
3+
4+
.. currentmodule:: oci.autoscaling.models
5+
6+
.. autoclass:: AutoScalingPolicySummary
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+
Capacity
2+
========
3+
4+
.. currentmodule:: oci.autoscaling.models
5+
6+
.. autoclass:: Capacity
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)