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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.

====================
2.1.3 - 12/13/2018
2.1.4 - 2019-01-10
====================

Added
-----
* Support for device attributes on volumes in the Block Storage service
* Support for custom header rulesets in the Load Balancing service

====================
2.1.3 - 2018-12-13
====================

Added
Expand Down
1 change: 1 addition & 0 deletions docs/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Core Services
oci.core.models.CrossConnectPortSpeedShape
oci.core.models.CrossConnectStatus
oci.core.models.DeleteVirtualCircuitPublicPrefixDetails
oci.core.models.Device
oci.core.models.DhcpDnsOption
oci.core.models.DhcpOption
oci.core.models.DhcpOptions
Expand Down
11 changes: 11 additions & 0 deletions docs/api/core/models/oci.core.models.Device.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Device
======

.. currentmodule:: oci.core.models

.. autoclass:: Device
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/load_balancer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Load Balancer
:nosignatures:
:template: autosummary/model_class.rst

oci.load_balancer.models.AddHttpRequestHeaderRule
oci.load_balancer.models.AddHttpResponseHeaderRule
oci.load_balancer.models.Backend
oci.load_balancer.models.BackendDetails
oci.load_balancer.models.BackendHealth
Expand All @@ -34,6 +36,9 @@ Load Balancer
oci.load_balancer.models.CreateListenerDetails
oci.load_balancer.models.CreateLoadBalancerDetails
oci.load_balancer.models.CreatePathRouteSetDetails
oci.load_balancer.models.CreateRuleSetDetails
oci.load_balancer.models.ExtendHttpRequestHeaderValueRule
oci.load_balancer.models.ExtendHttpResponseHeaderValueRule
oci.load_balancer.models.HealthCheckResult
oci.load_balancer.models.HealthChecker
oci.load_balancer.models.HealthCheckerDetails
Expand All @@ -52,6 +57,11 @@ Load Balancer
oci.load_balancer.models.PathRoute
oci.load_balancer.models.PathRouteSet
oci.load_balancer.models.PathRouteSetDetails
oci.load_balancer.models.RemoveHttpRequestHeaderRule
oci.load_balancer.models.RemoveHttpResponseHeaderRule
oci.load_balancer.models.Rule
oci.load_balancer.models.RuleSet
oci.load_balancer.models.RuleSetDetails
oci.load_balancer.models.SSLConfiguration
oci.load_balancer.models.SSLConfigurationDetails
oci.load_balancer.models.SessionPersistenceConfigurationDetails
Expand All @@ -62,5 +72,6 @@ Load Balancer
oci.load_balancer.models.UpdateListenerDetails
oci.load_balancer.models.UpdateLoadBalancerDetails
oci.load_balancer.models.UpdatePathRouteSetDetails
oci.load_balancer.models.UpdateRuleSetDetails
oci.load_balancer.models.WorkRequest
oci.load_balancer.models.WorkRequestError
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AddHttpRequestHeaderRule
========================

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

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

.. currentmodule:: oci.load_balancer.models

.. autoclass:: UpdateRuleSetDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
2 changes: 1 addition & 1 deletion examples/composite_operations_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use composite operations in the Python SDK. Composite operations provide
# convenience methods for operations which would otherwise need to be chained together. For example, instead of performing an action
Expand Down
2 changes: 1 addition & 1 deletion examples/container_engine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

from __future__ import print_function
import oci
Expand Down
2 changes: 1 addition & 1 deletion examples/dns_service_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use the DNS service in the Python SDK. This script accepts two
# arguments:
Expand Down
2 changes: 1 addition & 1 deletion examples/email_service_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use the Email Service in the Python SDK. This script accepts two
# will demonstrate:
Expand Down
2 changes: 1 addition & 1 deletion examples/file_storage_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use the File Storage service in the Python SDK. This script accepts two
# arguments:
Expand Down
2 changes: 1 addition & 1 deletion examples/get_all_instance_ip_addresses_and_dns_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides an example of retrieving the IP addresses (private and public) and the fully qualified
# domain names for an instance.
Expand Down
2 changes: 1 addition & 1 deletion examples/instance_principals_examples.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

import oci

Expand Down
2 changes: 1 addition & 1 deletion examples/launch_db_system_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to launch a DB system using the Python SDK. This script will:
#
Expand Down
2 changes: 1 addition & 1 deletion examples/launch_instance_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to launch an instance using the Python SDK. This script will:
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to launch an instance with pvEncryptionInTransit on using the Python SDK.
# This script will:
Expand Down
2 changes: 1 addition & 1 deletion examples/load_balancer_path_route_sets_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example on how to work with path route sets on a load balancer by:
#
Expand Down
2 changes: 1 addition & 1 deletion examples/multipart_object_upload.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion examples/object_crud.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

import filecmp
import oci
Expand Down
2 changes: 1 addition & 1 deletion examples/object_storage_archive_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use archive storage in the Object Storage service. This example
# will create an archive storage bucket and demonstrate putting and restoring objects.
Expand Down
2 changes: 1 addition & 1 deletion examples/object_storage_bucket_tagging_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to tag buckets in Object Storage.
# This script accepts four arguments:
Expand Down
2 changes: 1 addition & 1 deletion examples/pagination.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script demonstrates different methods of pagination in the SDK via the oci.pagination module. This module supports:
#
Expand Down
2 changes: 1 addition & 1 deletion examples/parallel_upload_to_object_storage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# Uploads all files from a local directory to an object storage bucket
# using multiple processes so that the uploads are done in parallel.
Expand Down
2 changes: 1 addition & 1 deletion examples/raw_request.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

import requests
from oci.config import from_file
Expand Down
2 changes: 1 addition & 1 deletion examples/remote_peering_connection_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use use the Python SDK to create a remote peering of two virtual cloud networks
# between two different regions within a single compartment.
Expand Down
2 changes: 1 addition & 1 deletion examples/reserved_public_ip_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example on how to work with reserved and ephemeral public IPs in the Python SDK by:
#
Expand Down
2 changes: 1 addition & 1 deletion examples/retries.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides a basic example of how to use the retry functionality in the Python SDK when
# making calls to Oracle Cloud Infrastructure services. In order to demonstrate this functionality, this script shows
Expand Down
2 changes: 1 addition & 1 deletion examples/retrieve_audit_events.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script retrieves all audit logs across an Oracle Cloud Infrastructure Tenancy.
# for a timespan defined by start_time and end_time.
Expand Down
2 changes: 1 addition & 1 deletion examples/search_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This example demonstrates how to programatically retrieve resource types and
# query for resources.
Expand Down
2 changes: 1 addition & 1 deletion examples/tagging.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

# This script provides an example on how to use tagging in the Python SDK to manage tags and tag namespaces, as
# well as how to apply freeform and defined tags to a resource.
Expand Down
2 changes: 1 addition & 1 deletion examples/user_crud.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.

import oci
from oci.identity.models import AddUserToGroupDetails, CreateGroupDetails, CreateUserDetails
Expand Down
Loading