tencentcloud-sdk-nodejs-cls 4.1.236 → 4.1.241
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/package.json
CHANGED
|
@@ -8844,7 +8844,17 @@ export interface CreateHostMetricConfigRequest {
|
|
|
8844
8844
|
*/
|
|
8845
8845
|
export interface AccessControlRule {
|
|
8846
8846
|
/**
|
|
8847
|
-
*
|
|
8847
|
+
* <p>网段或IP,支持IPv4或IPv6。</p>
|
|
8848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8849
|
+
*/
|
|
8850
|
+
CidrBlocks: Array<string>;
|
|
8851
|
+
/**
|
|
8852
|
+
* <p>ACCEPT 或 DROP。</p>
|
|
8853
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8854
|
+
*/
|
|
8855
|
+
Action: string;
|
|
8856
|
+
/**
|
|
8857
|
+
* <p>访问方式:public - 公网,internal - 内网</p>
|
|
8848
8858
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8849
8859
|
*/
|
|
8850
8860
|
AccessMode: string;
|