Skip to content

Commit 0f1c5a9

Browse files
authored
Releasing version 1.4.1
Releasing version 1.4.1
2 parents a09ca3a + 8f69246 commit 0f1c5a9

File tree

394 files changed

+42852
-217
lines changed

Some content is hidden

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

394 files changed

+42852
-217
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## Unreleased
7-
### Fixed
8-
- N/A
9-
10-
### Changed
11-
- N/A
12-
13-
### Added
14-
- N/A
6+
## 1.4.1 - 2018-02-28
7+
### Added
8+
- Support for the Monitoring service
9+
- Support for the Notification service
10+
- Support for the Resource Manager service
11+
- Support for the Compute Autoscaling service
12+
- Support for changing the compartment of a tag namespace in the Identity service
13+
- Support for specifying fault domains in the Database service
14+
- Support for managing instance monitoring in the Compute service
15+
- Support for attaching/detaching load balancers to instance pools in the Compute service
1516

1617
## 1.4.0 - 2018-02-21
1718
### Added

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.oracle.oci.sdk</groupId>
4545
<artifactId>oci-java-sdk-common</artifactId>
46-
<version>1.4.0</version>
46+
<version>1.4.1</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>1.4.0</version>
41+
<version>1.4.1</version>
4242
</dependency>
4343
</dependencies>
4444
</project>

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-announcementsservice/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.4.0</version>
7+
<version>1.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.4.0</version>
20+
<version>1.4.1</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-audit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>1.4.0</version>
22+
<version>1.4.1</version>
2323
</dependency>
2424
</dependencies>
2525

bmc-autoscaling/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>com.oracle.oci.sdk</groupId>
6+
<artifactId>oci-java-sdk</artifactId>
7+
<version>1.4.1</version>
8+
<relativePath>../pom.xml</relativePath>
9+
</parent>
10+
<artifactId>oci-java-sdk-autoscaling</artifactId>
11+
<name>Oracle Cloud Infrastructure SDK - Autoscaling</name>
12+
<description>This project contains the SDK used for Oracle Cloud Infrastructure Autoscaling</description>
13+
<url>https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/javasdk.htm</url>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.oracle.oci.sdk</groupId>
17+
<artifactId>oci-java-sdk-common</artifactId>
18+
<version>1.4.1</version>
19+
</dependency>
20+
</dependencies>
21+
</project>
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
/**
2+
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
3+
*/
4+
package com.oracle.bmc.autoscaling;
5+
6+
import com.oracle.bmc.autoscaling.requests.*;
7+
import com.oracle.bmc.autoscaling.responses.*;
8+
9+
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181001")
10+
public interface AutoScaling extends AutoCloseable {
11+
12+
/**
13+
* Sets the endpoint to call (ex, https://www.example.com).
14+
* @param endpoint The endpoint of the service.
15+
*/
16+
void setEndpoint(String endpoint);
17+
18+
/**
19+
* Sets the region to call (ex, Region.US_PHOENIX_1).
20+
* <p>
21+
* Note, this will call {@link #setEndpoint(String) setEndpoint} after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
22+
* @param region The region of the service.
23+
*/
24+
void setRegion(com.oracle.bmc.Region region);
25+
26+
/**
27+
* Sets the region to call (ex, 'us-phoenix-1').
28+
* <p>
29+
* Note, this will first try to map the region ID to a known Region and call
30+
* {@link #setRegion(Region) setRegion}.
31+
* <p>
32+
* If no known Region could be determined, it will create an endpoint based on the
33+
* default endpoint format ({@link com.oracle.bmc.Region#formatDefaultRegionEndpoint(Service, String)}
34+
* and then call {@link #setEndpoint(String) setEndpoint}.
35+
* @param regionId The public region ID.
36+
*/
37+
void setRegion(String regionId);
38+
39+
/**
40+
* Create an AutoScalingConfiguration
41+
* @param request The request object containing the details to send
42+
* @return A response object containing details about the completed operation
43+
* @throws BmcException when an error occurs.
44+
*/
45+
CreateAutoScalingConfigurationResponse createAutoScalingConfiguration(
46+
CreateAutoScalingConfigurationRequest request);
47+
48+
/**
49+
* Create a Policy for AutoScalingConfiguration
50+
* @param request The request object containing the details to send
51+
* @return A response object containing details about the completed operation
52+
* @throws BmcException when an error occurs.
53+
*/
54+
CreateAutoScalingPolicyResponse createAutoScalingPolicy(CreateAutoScalingPolicyRequest request);
55+
56+
/**
57+
* Deletes an AutoScalingConfiguration
58+
* @param request The request object containing the details to send
59+
* @return A response object containing details about the completed operation
60+
* @throws BmcException when an error occurs.
61+
*/
62+
DeleteAutoScalingConfigurationResponse deleteAutoScalingConfiguration(
63+
DeleteAutoScalingConfigurationRequest request);
64+
65+
/**
66+
* Deletes an AutoScalingConfiguration Policy
67+
* @param request The request object containing the details to send
68+
* @return A response object containing details about the completed operation
69+
* @throws BmcException when an error occurs.
70+
*/
71+
DeleteAutoScalingPolicyResponse deleteAutoScalingPolicy(DeleteAutoScalingPolicyRequest request);
72+
73+
/**
74+
* Get AutoScalingConfiguration
75+
* @param request The request object containing the details to send
76+
* @return A response object containing details about the completed operation
77+
* @throws BmcException when an error occurs.
78+
*/
79+
GetAutoScalingConfigurationResponse getAutoScalingConfiguration(
80+
GetAutoScalingConfigurationRequest request);
81+
82+
/**
83+
* Get Policy from a specific AutoScalingConfiguration
84+
* @param request The request object containing the details to send
85+
* @return A response object containing details about the completed operation
86+
* @throws BmcException when an error occurs.
87+
*/
88+
GetAutoScalingPolicyResponse getAutoScalingPolicy(GetAutoScalingPolicyRequest request);
89+
90+
/**
91+
* Lists AutoScalingConfigurations in the specific compartment.
92+
*
93+
* @param request The request object containing the details to send
94+
* @return A response object containing details about the completed operation
95+
* @throws BmcException when an error occurs.
96+
*/
97+
ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(
98+
ListAutoScalingConfigurationsRequest request);
99+
100+
/**
101+
* Lists Policies in an AutoScalingConfiguration.
102+
*
103+
* @param request The request object containing the details to send
104+
* @return A response object containing details about the completed operation
105+
* @throws BmcException when an error occurs.
106+
*/
107+
ListAutoScalingPoliciesResponse listAutoScalingPolicies(ListAutoScalingPoliciesRequest request);
108+
109+
/**
110+
* Updates an AutoScalingConfiguration
111+
* @param request The request object containing the details to send
112+
* @return A response object containing details about the completed operation
113+
* @throws BmcException when an error occurs.
114+
*/
115+
UpdateAutoScalingConfigurationResponse updateAutoScalingConfiguration(
116+
UpdateAutoScalingConfigurationRequest request);
117+
118+
/**
119+
* Updates a Policy in the specific AutoScalingConfiguration
120+
* @param request The request object containing the details to send
121+
* @return A response object containing details about the completed operation
122+
* @throws BmcException when an error occurs.
123+
*/
124+
UpdateAutoScalingPolicyResponse updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request);
125+
126+
/**
127+
* Gets the pre-configured paginators available for list operations in this service which may return multiple
128+
* pages of data. These paginators provide an {@link java.lang.Iterable} interface so that service responses, or
129+
* resources/records, can be iterated through without having to manually deal with pagination and page tokens.
130+
*
131+
* @return The service paginators.
132+
*/
133+
AutoScalingPaginators getPaginators();
134+
}

0 commit comments

Comments
 (0)