Skip to content

Commit c5e4f49

Browse files
author
gitlab
committed
Merge branch 'fix/ZSTAC-77454@@2' into '5.5.12'
<fix>[sdk]: add exportPath to ModelServiceInstanceGroupInventory SDK See merge request zstackio/zstack!9230
2 parents 4905bc3 + 687d42f commit c5e4f49

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sdk/src/main/java/org/zstack/sdk/ModelServiceInstanceGroupInventory.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,12 @@ public java.util.List getSupportMetrics() {
116116
return this.supportMetrics;
117117
}
118118

119+
public java.lang.String exportPath;
120+
public void setExportPath(java.lang.String exportPath) {
121+
this.exportPath = exportPath;
122+
}
123+
public java.lang.String getExportPath() {
124+
return this.exportPath;
125+
}
126+
119127
}

0 commit comments

Comments
 (0)