tencentcloud-sdk-nodejs-cfw 4.1.220 → 4.1.224
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
|
@@ -4679,45 +4679,49 @@ export interface UpdateClusterVpcFwRequest {
|
|
|
4679
4679
|
*/
|
|
4680
4680
|
export interface AssociatedInstanceInfo {
|
|
4681
4681
|
/**
|
|
4682
|
-
*
|
|
4682
|
+
* <p>实例ID</p>
|
|
4683
4683
|
*/
|
|
4684
4684
|
InstanceId: string;
|
|
4685
4685
|
/**
|
|
4686
|
-
*
|
|
4686
|
+
* <p>实例名称</p>
|
|
4687
4687
|
*/
|
|
4688
4688
|
InstanceName: string;
|
|
4689
4689
|
/**
|
|
4690
|
-
*
|
|
4690
|
+
* <p>实例类型,3是cvm实例,4是clb实例,5是eni实例,6是云数据库</p>
|
|
4691
4691
|
*/
|
|
4692
4692
|
Type: number;
|
|
4693
4693
|
/**
|
|
4694
|
-
*
|
|
4694
|
+
* <p>私有网络ID</p>
|
|
4695
4695
|
*/
|
|
4696
4696
|
VpcId: string;
|
|
4697
4697
|
/**
|
|
4698
|
-
*
|
|
4698
|
+
* <p>私有网络名称</p>
|
|
4699
4699
|
*/
|
|
4700
4700
|
VpcName: string;
|
|
4701
4701
|
/**
|
|
4702
|
-
*
|
|
4702
|
+
* <p>公网IP</p>
|
|
4703
4703
|
*/
|
|
4704
4704
|
PublicIp: string;
|
|
4705
4705
|
/**
|
|
4706
|
-
*
|
|
4706
|
+
* <p>内网IP</p>
|
|
4707
4707
|
*/
|
|
4708
4708
|
Ip: string;
|
|
4709
4709
|
/**
|
|
4710
|
-
*
|
|
4710
|
+
* <p>关联安全组数量</p>
|
|
4711
4711
|
*/
|
|
4712
4712
|
SecurityGroupCount: number;
|
|
4713
4713
|
/**
|
|
4714
|
-
*
|
|
4714
|
+
* <p>关联安全组规则数量</p>
|
|
4715
4715
|
*/
|
|
4716
4716
|
SecurityGroupRuleCount?: number;
|
|
4717
4717
|
/**
|
|
4718
|
-
*
|
|
4718
|
+
* <p>关联数据库代理Id</p>
|
|
4719
4719
|
*/
|
|
4720
4720
|
CdbId?: string;
|
|
4721
|
+
/**
|
|
4722
|
+
* <p>容器服务集群ID</p>
|
|
4723
|
+
*/
|
|
4724
|
+
TkeClusterId?: string;
|
|
4721
4725
|
}
|
|
4722
4726
|
/**
|
|
4723
4727
|
* ModifyNatAcRule返回参数结构体
|