Skip to content

Commit

Permalink
Merge pull request #84 from volcengine/zhangpeihua-cen0801
Browse files Browse the repository at this point in the history
Zhangpeihua cen0801
  • Loading branch information
xuyaming0800 authored Aug 1, 2023
2 parents 185ca73 + e9e3f9a commit 89ebf20
Show file tree
Hide file tree
Showing 125 changed files with 2,641 additions and 166 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk-bom</artifactId>
<version>0.1.71</version>
<version>0.1.72</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -70,12 +70,12 @@
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk-vpc</artifactId>
<version>0.1.71</version>
<version>0.1.72</version>
</dependency>
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk-ecs</artifactId>
<version>0.1.71</version>
<version>0.1.72</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lasted": "0.1.71",
"meta_commit": "471552d688ab22c7f4ce095db8d6ed49cd9b736f"
"lasted": "0.1.72",
"meta_commit": "cee599e72626f138df619b8b7d458f9583c1f7ba"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk</artifactId>
<packaging>pom</packaging>
<version>0.1.71</version>
<version>0.1.72</version>
<name>volcengine-java-sdk</name>
<url>https://open.volcengineapi.com</url>
<description>The Java SDK For Volcengine</description>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-alb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.71</version>
<version>0.1.72</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-autoscaling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.71</version>
<version>0.1.72</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.71</version>
<version>0.1.72</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-cen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.71</version>
<version>0.1.72</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
702 changes: 666 additions & 36 deletions volcengine-java-sdk-cen/src/main/java/com/volcengine/cen/CenApi.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class AssociateCenBandwidthPackageRequest {
@SerializedName("CenBandwidthPackageId")
private String cenBandwidthPackageId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class AssociateCenBandwidthPackageResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class AttachInstanceToCenRequest {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class AttachInstanceToCenResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class AttachedInstanceForDescribeCenAttachedInstancesOutput {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/



public class CenBandwidthPackageForDescribeCenBandwidthPackagesOutput {
@SerializedName("AccountId")
private String accountId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/



public class CenForDescribeCensOutput {
@SerializedName("AccountId")
private String accountId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CenGrantRuleForDescribeGrantRulesToCenOutput {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CenGrantRuleForDescribeInstanceGrantedRulesOutput {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/



public class CenRouteEntryForDescribeCenRouteEntriesOutput {
@SerializedName("AsPath")
private List<String> asPath = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CenSummaryRouteEntryForDescribeCenSummaryRouteEntriesOutput {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/



public class CreateCenBandwidthPackageRequest {
@SerializedName("Bandwidth")
private Integer bandwidth = null;
Expand Down Expand Up @@ -65,9 +64,7 @@ public class CreateCenBandwidthPackageRequest {
*/
@JsonAdapter(PeriodUnitEnum.Adapter.class)
public enum PeriodUnitEnum {
@SerializedName("Moth")
MOTH("Moth"),
@SerializedName("Year")
YEAR("Year");

private String value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CreateCenBandwidthPackageResponse extends com.volcengine.model.AbstractResponse {
@SerializedName("CenBandwidthPackageId")
private String cenBandwidthPackageId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CreateCenInterRegionBandwidthRequest {
@SerializedName("Bandwidth")
private Integer bandwidth = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CreateCenInterRegionBandwidthResponse extends com.volcengine.model.AbstractResponse {
@SerializedName("InterRegionBandwidthId")
private String interRegionBandwidthId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/



public class CreateCenRequest {
@SerializedName("CenName")
private String cenName = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CreateCenResponse extends com.volcengine.model.AbstractResponse {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CreateCenServiceRouteEntryRequest {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class CreateCenServiceRouteEntryResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class CreateCenSummaryRouteEntryRequest {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class CreateCenSummaryRouteEntryResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class DeleteCenBandwidthPackageRequest {
@SerializedName("CenBandwidthPackageId")
private String cenBandwidthPackageId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class DeleteCenBandwidthPackageResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class DeleteCenInterRegionBandwidthRequest {
@SerializedName("InterRegionBandwidthId")
private String interRegionBandwidthId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class DeleteCenInterRegionBandwidthResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/



public class DeleteCenRequest {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/



public class DeleteCenResponse extends com.volcengine.model.AbstractResponse {

@Override
Expand Down
Loading

0 comments on commit 89ebf20

Please sign in to comment.