Skip to content

Commit 2c8389e

Browse files
Releasing version 2.164.2
Releasing version 2.164.2
2 parents cab81de + be87a13 commit 2c8389e

File tree

304 files changed

+31032
-118
lines changed

Some content is hidden

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

304 files changed

+31032
-118
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.164.2 - 2025-12-16
9+
====================
10+
11+
Added
12+
-----
13+
* Support for OCI Batch service
14+
* Support for fetching mapped attributes in the Identity Domains service
15+
* Support for Oracle Integration Cloud (OIC) resource as a member in the Disaster Recovery service
16+
* Support for model explorer for model deployments in the Data Science service
17+
* Support for configuring backend network security groups at cluster level in the Kubernetes Engine service
18+
* Support for IPv6 for iSCSI volume attachment in the Compute service
19+
* Support for firmware pinning using host groups in the Compute service
20+
* Support for creating Access Control Lists (ACLs) for Oracle Integration Cloud (OIC) Design Time in the Integration Cloud service
21+
* Support for disabling and deleting existing Oracle Process Automation (OPA) instances attached to a Gen3 Integration instance in the Integration Cloud service
22+
* Support for sending Oracle Integration Cloud (OIC) activity streams to OCI Logging Analytics in the Integration Cloud service
23+
* Support for enabling disaster recovery of existing instances in the Integration Cloud service
24+
725
====================
826
2.164.1 - 2025-12-09
927
====================

docs/api/batch.rst

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
Batch
2+
=====
3+
4+
.. autosummary::
5+
:toctree: batch/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.batch.BatchComputingClient
10+
oci.batch.BatchComputingClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: batch/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.batch.models.BatchContext
22+
oci.batch.models.BatchContextCollection
23+
oci.batch.models.BatchContextShapeCollection
24+
oci.batch.models.BatchContextShapeSummary
25+
oci.batch.models.BatchContextSummary
26+
oci.batch.models.BatchJob
27+
oci.batch.models.BatchJobCollection
28+
oci.batch.models.BatchJobPool
29+
oci.batch.models.BatchJobPoolCollection
30+
oci.batch.models.BatchJobPoolSummary
31+
oci.batch.models.BatchJobSummary
32+
oci.batch.models.BatchTask
33+
oci.batch.models.BatchTaskCollection
34+
oci.batch.models.BatchTaskEnvironment
35+
oci.batch.models.BatchTaskEnvironmentCollection
36+
oci.batch.models.BatchTaskEnvironmentSummary
37+
oci.batch.models.BatchTaskEnvironmentVolume
38+
oci.batch.models.BatchTaskProfile
39+
oci.batch.models.BatchTaskProfileCollection
40+
oci.batch.models.BatchTaskProfileSummary
41+
oci.batch.models.BatchTaskSummary
42+
oci.batch.models.BestFitFleetAssignmentPolicy
43+
oci.batch.models.ChangeBatchContextCompartmentDetails
44+
oci.batch.models.ChangeBatchJobCompartmentDetails
45+
oci.batch.models.ChangeBatchJobPoolCompartmentDetails
46+
oci.batch.models.ChangeBatchTaskEnvironmentCompartmentDetails
47+
oci.batch.models.ChangeBatchTaskProfileCompartmentDetails
48+
oci.batch.models.ComputeTask
49+
oci.batch.models.ComputeTaskSummary
50+
oci.batch.models.CreateBatchContextDetails
51+
oci.batch.models.CreateBatchJobDetails
52+
oci.batch.models.CreateBatchJobPoolDetails
53+
oci.batch.models.CreateBatchTaskDetails
54+
oci.batch.models.CreateBatchTaskEnvironmentDetails
55+
oci.batch.models.CreateBatchTaskProfileDetails
56+
oci.batch.models.CreateComputeTaskDetails
57+
oci.batch.models.CreateFleetDetails
58+
oci.batch.models.CreateNetworkDetails
59+
oci.batch.models.CreateServiceManagedFleetDetails
60+
oci.batch.models.EnvironmentVariable
61+
oci.batch.models.Fleet
62+
oci.batch.models.FleetAssignmentPolicy
63+
oci.batch.models.FleetShape
64+
oci.batch.models.FlexFitFleetAssignmentPolicy
65+
oci.batch.models.JobPriorityConfiguration
66+
oci.batch.models.LoggingConfiguration
67+
oci.batch.models.Network
68+
oci.batch.models.NetworkSecurityGroup
69+
oci.batch.models.NfsVolume
70+
oci.batch.models.OciLoggingConfiguration
71+
oci.batch.models.PauseBatchJobDetails
72+
oci.batch.models.PrivateIp
73+
oci.batch.models.SecurityContext
74+
oci.batch.models.ServiceManagedFleet
75+
oci.batch.models.ShapeMemoryOptions
76+
oci.batch.models.ShapeNetworkingBandwidthOptions
77+
oci.batch.models.ShapeOcpuOptions
78+
oci.batch.models.StartBatchContextDetails
79+
oci.batch.models.StartBatchJobPoolDetails
80+
oci.batch.models.StopBatchContextDetails
81+
oci.batch.models.StopBatchJobPoolDetails
82+
oci.batch.models.Subnet
83+
oci.batch.models.UnpauseBatchJobDetails
84+
oci.batch.models.UpdateBatchContextDetails
85+
oci.batch.models.UpdateBatchJobDetails
86+
oci.batch.models.UpdateBatchJobPoolDetails
87+
oci.batch.models.UpdateBatchTaskEnvironmentDetails
88+
oci.batch.models.UpdateBatchTaskProfileDetails
89+
oci.batch.models.VirtualNetworkVnic
90+
oci.batch.models.Vnic
91+
oci.batch.models.WorkRequest
92+
oci.batch.models.WorkRequestError
93+
oci.batch.models.WorkRequestErrorCollection
94+
oci.batch.models.WorkRequestLogEntry
95+
oci.batch.models.WorkRequestLogEntryCollection
96+
oci.batch.models.WorkRequestResource
97+
oci.batch.models.WorkRequestSummary
98+
oci.batch.models.WorkRequestSummaryCollection
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
BatchComputingClient
2+
====================
3+
4+
.. currentmodule:: oci.batch
5+
6+
.. autoclass:: BatchComputingClient
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+
BatchComputingClientCompositeOperations
2+
=======================================
3+
4+
.. currentmodule:: oci.batch
5+
6+
.. autoclass:: BatchComputingClientCompositeOperations
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+
BatchContext
2+
============
3+
4+
.. currentmodule:: oci.batch.models
5+
6+
.. autoclass:: BatchContext
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+
BatchContextCollection
2+
======================
3+
4+
.. currentmodule:: oci.batch.models
5+
6+
.. autoclass:: BatchContextCollection
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+
BatchContextShapeCollection
2+
===========================
3+
4+
.. currentmodule:: oci.batch.models
5+
6+
.. autoclass:: BatchContextShapeCollection
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+
BatchContextShapeSummary
2+
========================
3+
4+
.. currentmodule:: oci.batch.models
5+
6+
.. autoclass:: BatchContextShapeSummary
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+
BatchContextSummary
2+
===================
3+
4+
.. currentmodule:: oci.batch.models
5+
6+
.. autoclass:: BatchContextSummary
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+
BatchJob
2+
========
3+
4+
.. currentmodule:: oci.batch.models
5+
6+
.. autoclass:: BatchJob
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)