Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.8.0 - 2019-12-17
====================

Added
-----
* Support for the API Gateway service
* Support for the OS Management service
* Support for the Marketplace service
* Support for "default"-type vaults in the Key Management service
* Support for bringing your own keys in the Key Management service
* Support for cross-region backups of boot volumes in the Block Storage service
* Support for top-level TSIG keys in the DNS service
* Support for resizing virtual machine instances to different shapes in the Compute service
* Support for management configuration of cloud agents in the Compute service
* Support for launching node pools using image IDs in the Container Engine for Kubernetes service

Breaking
--------
* Removed support for v1 auth tokens in kubeconfig files in the `CreateClusterKubeconfigContentDetails` class of the Container Engine for Kubernetes service
* Removed the IDCS access token requirement on the delete deleteOceInstance operation in the Content and Experience service, which is why the `DeleteOceInstanceDetails` class was removed
* Set `compartment_id` as a required parameter in `list_stream_pools` for streaming service

====================
2.7.1 - 2019-12-10
====================
Expand Down
64 changes: 64 additions & 0 deletions docs/api/apigateway.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
Apigateway
==========

.. autosummary::
:toctree: apigateway/client
:nosignatures:
:template: autosummary/service_client.rst

oci.apigateway.DeploymentClient
oci.apigateway.GatewayClient
oci.apigateway.WorkRequestsClient
oci.apigateway.DeploymentClientCompositeOperations
oci.apigateway.GatewayClientCompositeOperations
oci.apigateway.WorkRequestsClientCompositeOperations

--------
Models
--------

.. autosummary::
:toctree: apigateway/models
:nosignatures:
:template: autosummary/model_class.rst

oci.apigateway.models.AccessLogPolicy
oci.apigateway.models.AnonymousRouteAuthorizationPolicy
oci.apigateway.models.AnyOfRouteAuthorizationPolicy
oci.apigateway.models.ApiSpecification
oci.apigateway.models.ApiSpecificationLoggingPolicies
oci.apigateway.models.ApiSpecificationRequestPolicies
oci.apigateway.models.ApiSpecificationRoute
oci.apigateway.models.ApiSpecificationRouteBackend
oci.apigateway.models.ApiSpecificationRouteRequestPolicies
oci.apigateway.models.AuthenticationOnlyRouteAuthorizationPolicy
oci.apigateway.models.AuthenticationPolicy
oci.apigateway.models.ChangeDeploymentCompartmentDetails
oci.apigateway.models.ChangeGatewayCompartmentDetails
oci.apigateway.models.CorsPolicy
oci.apigateway.models.CreateDeploymentDetails
oci.apigateway.models.CreateGatewayDetails
oci.apigateway.models.CustomAuthenticationPolicy
oci.apigateway.models.Deployment
oci.apigateway.models.DeploymentCollection
oci.apigateway.models.DeploymentSummary
oci.apigateway.models.ExecutionLogPolicy
oci.apigateway.models.Gateway
oci.apigateway.models.GatewayCollection
oci.apigateway.models.GatewaySummary
oci.apigateway.models.HTTPBackend
oci.apigateway.models.HeaderFieldSpecification
oci.apigateway.models.OracleFunctionBackend
oci.apigateway.models.RateLimitingPolicy
oci.apigateway.models.RouteAuthorizationPolicy
oci.apigateway.models.StockResponseBackend
oci.apigateway.models.UpdateDeploymentDetails
oci.apigateway.models.UpdateGatewayDetails
oci.apigateway.models.WorkRequest
oci.apigateway.models.WorkRequestCollection
oci.apigateway.models.WorkRequestError
oci.apigateway.models.WorkRequestErrorCollection
oci.apigateway.models.WorkRequestLog
oci.apigateway.models.WorkRequestLogCollection
oci.apigateway.models.WorkRequestResource
oci.apigateway.models.WorkRequestSummary
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DeploymentClient
================

.. currentmodule:: oci.apigateway

.. autoclass:: DeploymentClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DeploymentClientCompositeOperations
===================================

.. currentmodule:: oci.apigateway

.. autoclass:: DeploymentClientCompositeOperations
:special-members: __init__
:members:
8 changes: 8 additions & 0 deletions docs/api/apigateway/client/oci.apigateway.GatewayClient.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
GatewayClient
=============

.. currentmodule:: oci.apigateway

.. autoclass:: GatewayClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
GatewayClientCompositeOperations
================================

.. currentmodule:: oci.apigateway

.. autoclass:: GatewayClientCompositeOperations
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
WorkRequestsClient
==================

.. currentmodule:: oci.apigateway

.. autoclass:: WorkRequestsClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
WorkRequestsClientCompositeOperations
=====================================

.. currentmodule:: oci.apigateway

.. autoclass:: WorkRequestsClientCompositeOperations
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AccessLogPolicy
===============

.. currentmodule:: oci.apigateway.models

.. autoclass:: AccessLogPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AnonymousRouteAuthorizationPolicy
=================================

.. currentmodule:: oci.apigateway.models

.. autoclass:: AnonymousRouteAuthorizationPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AnyOfRouteAuthorizationPolicy
=============================

.. currentmodule:: oci.apigateway.models

.. autoclass:: AnyOfRouteAuthorizationPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApiSpecification
================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ApiSpecification
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApiSpecificationLoggingPolicies
===============================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ApiSpecificationLoggingPolicies
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApiSpecificationRequestPolicies
===============================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ApiSpecificationRequestPolicies
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApiSpecificationRoute
=====================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ApiSpecificationRoute
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApiSpecificationRouteBackend
============================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ApiSpecificationRouteBackend
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ApiSpecificationRouteRequestPolicies
====================================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ApiSpecificationRouteRequestPolicies
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AuthenticationOnlyRouteAuthorizationPolicy
==========================================

.. currentmodule:: oci.apigateway.models

.. autoclass:: AuthenticationOnlyRouteAuthorizationPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AuthenticationPolicy
====================

.. currentmodule:: oci.apigateway.models

.. autoclass:: AuthenticationPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeDeploymentCompartmentDetails
==================================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ChangeDeploymentCompartmentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeGatewayCompartmentDetails
===============================

.. currentmodule:: oci.apigateway.models

.. autoclass:: ChangeGatewayCompartmentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apigateway/models/oci.apigateway.models.CorsPolicy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CorsPolicy
==========

.. currentmodule:: oci.apigateway.models

.. autoclass:: CorsPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateDeploymentDetails
=======================

.. currentmodule:: oci.apigateway.models

.. autoclass:: CreateDeploymentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateGatewayDetails
====================

.. currentmodule:: oci.apigateway.models

.. autoclass:: CreateGatewayDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CustomAuthenticationPolicy
==========================

.. currentmodule:: oci.apigateway.models

.. autoclass:: CustomAuthenticationPolicy
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/apigateway/models/oci.apigateway.models.Deployment.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Deployment
==========

.. currentmodule:: oci.apigateway.models

.. autoclass:: Deployment
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Loading