@alicloud/ddoscoo20200101 1.2.0 → 1.2.1
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.
- package/dist/client.d.ts +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
package/dist/client.js
CHANGED
|
@@ -11353,6 +11353,7 @@ class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
|
|
|
11353
11353
|
isAutoCreate: 'IsAutoCreate',
|
|
11354
11354
|
protocol: 'Protocol',
|
|
11355
11355
|
realServers: 'RealServers',
|
|
11356
|
+
remark: 'Remark',
|
|
11356
11357
|
};
|
|
11357
11358
|
}
|
|
11358
11359
|
static types() {
|
|
@@ -11363,6 +11364,7 @@ class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
|
|
|
11363
11364
|
isAutoCreate: 'boolean',
|
|
11364
11365
|
protocol: 'string',
|
|
11365
11366
|
realServers: { 'type': 'array', 'itemType': 'string' },
|
|
11367
|
+
remark: 'string',
|
|
11366
11368
|
};
|
|
11367
11369
|
}
|
|
11368
11370
|
}
|