Skip to content

Commit 949fcc5

Browse files
author
BitsAdmin
committed
Merge branch 'storage_ebs-Java-2020-04-01-online-1771-2025_11_03_19_38_06' into 'integration_2025-11-13_1082534089474'
feat: [development task] storage_ebs-1771-Java (1828541) See merge request iaasng/volcengine-java-sdk!740
2 parents 1fb0609 + ff93a9b commit 949fcc5

File tree

40 files changed

+3939
-1589
lines changed

40 files changed

+3939
-1589
lines changed

volcengine-java-sdk-storageebs/src/main/java/com/volcengine/storageebs/StorageEbsApi.java

Lines changed: 465 additions & 213 deletions
Large diffs are not rendered by default.

volcengine-java-sdk-storageebs/src/main/java/com/volcengine/storageebs/model/AutoRenewReservedStorageCapacityRequest.java

Lines changed: 0 additions & 164 deletions
This file was deleted.

volcengine-java-sdk-storageebs/src/main/java/com/volcengine/storageebs/model/AutoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.java

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ public class AutoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput {
4242
@SerializedName("CreatedAt")
4343
private String createdAt = null;
4444

45-
@SerializedName("DestinationRegion")
46-
private String destinationRegion = null;
47-
48-
@SerializedName("DestinationRetentionDays")
49-
private Integer destinationRetentionDays = null;
50-
51-
@SerializedName("EnableCopy")
52-
private Boolean enableCopy = null;
53-
5445
@SerializedName("ProjectName")
5546
private String projectName = null;
5647

@@ -132,62 +123,6 @@ public void setCreatedAt(String createdAt) {
132123
this.createdAt = createdAt;
133124
}
134125

135-
public AutoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput destinationRegion(String destinationRegion) {
136-
this.destinationRegion = destinationRegion;
137-
return this;
138-
}
139-
140-
/**
141-
* Get destinationRegion
142-
* @return destinationRegion
143-
**/
144-
@Schema(description = "")
145-
public String getDestinationRegion() {
146-
return destinationRegion;
147-
}
148-
149-
public void setDestinationRegion(String destinationRegion) {
150-
this.destinationRegion = destinationRegion;
151-
}
152-
153-
public AutoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput destinationRetentionDays(Integer destinationRetentionDays) {
154-
this.destinationRetentionDays = destinationRetentionDays;
155-
return this;
156-
}
157-
158-
/**
159-
* Get destinationRetentionDays
160-
* minimum: -1
161-
* maximum: 65536
162-
* @return destinationRetentionDays
163-
**/
164-
@Min(-1) @Max(65536) @Schema(description = "")
165-
public Integer getDestinationRetentionDays() {
166-
return destinationRetentionDays;
167-
}
168-
169-
public void setDestinationRetentionDays(Integer destinationRetentionDays) {
170-
this.destinationRetentionDays = destinationRetentionDays;
171-
}
172-
173-
public AutoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput enableCopy(Boolean enableCopy) {
174-
this.enableCopy = enableCopy;
175-
return this;
176-
}
177-
178-
/**
179-
* Get enableCopy
180-
* @return enableCopy
181-
**/
182-
@Schema(description = "")
183-
public Boolean isEnableCopy() {
184-
return enableCopy;
185-
}
186-
187-
public void setEnableCopy(Boolean enableCopy) {
188-
this.enableCopy = enableCopy;
189-
}
190-
191126
public AutoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput projectName(String projectName) {
192127
this.projectName = projectName;
193128
return this;
@@ -388,9 +323,6 @@ public boolean equals(java.lang.Object o) {
388323
return Objects.equals(this.autoSnapshotPolicyId, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.autoSnapshotPolicyId) &&
389324
Objects.equals(this.autoSnapshotPolicyName, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.autoSnapshotPolicyName) &&
390325
Objects.equals(this.createdAt, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.createdAt) &&
391-
Objects.equals(this.destinationRegion, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.destinationRegion) &&
392-
Objects.equals(this.destinationRetentionDays, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.destinationRetentionDays) &&
393-
Objects.equals(this.enableCopy, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.enableCopy) &&
394326
Objects.equals(this.projectName, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.projectName) &&
395327
Objects.equals(this.repeatDays, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.repeatDays) &&
396328
Objects.equals(this.repeatWeekdays, autoSnapshotPolicyForDescribeAutoSnapshotPolicyOutput.repeatWeekdays) &&
@@ -404,7 +336,7 @@ public boolean equals(java.lang.Object o) {
404336

405337
@Override
406338
public int hashCode() {
407-
return Objects.hash(autoSnapshotPolicyId, autoSnapshotPolicyName, createdAt, destinationRegion, destinationRetentionDays, enableCopy, projectName, repeatDays, repeatWeekdays, retentionDays, status, tags, timePoints, updatedAt, volumeNums);
339+
return Objects.hash(autoSnapshotPolicyId, autoSnapshotPolicyName, createdAt, projectName, repeatDays, repeatWeekdays, retentionDays, status, tags, timePoints, updatedAt, volumeNums);
408340
}
409341

410342

@@ -416,9 +348,6 @@ public String toString() {
416348
sb.append(" autoSnapshotPolicyId: ").append(toIndentedString(autoSnapshotPolicyId)).append("\n");
417349
sb.append(" autoSnapshotPolicyName: ").append(toIndentedString(autoSnapshotPolicyName)).append("\n");
418350
sb.append(" createdAt: ").append(toIndentedString(createdAt)).append("\n");
419-
sb.append(" destinationRegion: ").append(toIndentedString(destinationRegion)).append("\n");
420-
sb.append(" destinationRetentionDays: ").append(toIndentedString(destinationRetentionDays)).append("\n");
421-
sb.append(" enableCopy: ").append(toIndentedString(enableCopy)).append("\n");
422351
sb.append(" projectName: ").append(toIndentedString(projectName)).append("\n");
423352
sb.append(" repeatDays: ").append(toIndentedString(repeatDays)).append("\n");
424353
sb.append(" repeatWeekdays: ").append(toIndentedString(repeatWeekdays)).append("\n");

0 commit comments

Comments
 (0)