ksyun-sdk-node 1.5.14 → 1.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -98,7 +98,8 @@ module.exports = class Client extends BaseClient {
|
|
|
98
98
|
StorageRoceNetworkInterfaceMode: "String",
|
|
99
99
|
RoceCluster: "String",
|
|
100
100
|
SRoceCluster: "String",
|
|
101
|
-
UserDefinedData: "String"
|
|
101
|
+
UserDefinedData: "String",
|
|
102
|
+
GroupSubType: "String"
|
|
102
103
|
}
|
|
103
104
|
},
|
|
104
105
|
StartEpc: {
|
|
@@ -1240,7 +1241,8 @@ module.exports = class Client extends BaseClient {
|
|
|
1240
1241
|
DataDiskMount: "String",
|
|
1241
1242
|
StorageRoceNetworkCardName: "String",
|
|
1242
1243
|
SRoceCluster: "String",
|
|
1243
|
-
RoceCluster: "String"
|
|
1244
|
+
RoceCluster: "String",
|
|
1245
|
+
GroupSubType: "String"
|
|
1244
1246
|
}
|
|
1245
1247
|
},
|
|
1246
1248
|
DescribeUseHotStandbyRecords: {
|
package/package.json
CHANGED
|
@@ -92,6 +92,7 @@ module.exports = class Client extends BaseClient {
|
|
|
92
92
|
RoceCluster: "String",
|
|
93
93
|
SRoceCluster: "String",
|
|
94
94
|
UserDefinedData: "String",
|
|
95
|
+
GroupSubType: "String",
|
|
95
96
|
},
|
|
96
97
|
},
|
|
97
98
|
StartEpc: {
|
|
@@ -1234,6 +1235,7 @@ module.exports = class Client extends BaseClient {
|
|
|
1234
1235
|
StorageRoceNetworkCardName: "String",
|
|
1235
1236
|
SRoceCluster: "String",
|
|
1236
1237
|
RoceCluster: "String",
|
|
1238
|
+
GroupSubType: "String",
|
|
1237
1239
|
},
|
|
1238
1240
|
},
|
|
1239
1241
|
DescribeUseHotStandbyRecords: {
|