tencentcloud-sdk-nodejs-vpc 4.0.307 → 4.0.310

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.
@@ -87,6 +87,10 @@ export interface SecurityGroupLimitSet {
87
87
  */
88
88
  InstanceSecurityGroupLimit: number;
89
89
  }
90
+ /**
91
+ * LockCcns请求参数结构体
92
+ */
93
+ export declare type LockCcnsRequest = null;
90
94
  /**
91
95
  * CreateRoutes请求参数结构体
92
96
  */
@@ -506,7 +510,7 @@ export interface CreateDhcpIpResponse {
506
510
  /**
507
511
  * 新创建的`DhcpIp`信息
508
512
  */
509
- DhcpIpSet?: Array<DhcpIp>;
513
+ DhcpIpSet: Array<DhcpIp>;
510
514
  /**
511
515
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
512
516
  */
@@ -1799,6 +1803,10 @@ export interface DescribeIpGeolocationDatabaseUrlResponse {
1799
1803
  */
1800
1804
  RequestId?: string;
1801
1805
  }
1806
+ /**
1807
+ * UnlockCcnBandwidths请求参数结构体
1808
+ */
1809
+ export declare type UnlockCcnBandwidthsRequest = null;
1802
1810
  /**
1803
1811
  * DeleteIp6Translators返回参数结构体
1804
1812
  */
@@ -2299,6 +2307,10 @@ export interface DescribeFlowLogRequest {
2299
2307
  */
2300
2308
  FlowLogId: string;
2301
2309
  }
2310
+ /**
2311
+ * DescribeTenantCcns请求参数结构体
2312
+ */
2313
+ export declare type DescribeTenantCcnsRequest = null;
2302
2314
  /**
2303
2315
  * DescribeIp6Addresses请求参数结构体
2304
2316
  */
@@ -6069,11 +6081,11 @@ export interface DescribeClassicLinkInstancesResponse {
6069
6081
  /**
6070
6082
  * 符合条件的实例数量。
6071
6083
  */
6072
- TotalCount?: number;
6084
+ TotalCount: number;
6073
6085
  /**
6074
6086
  * 私有网络和基础网络互通设备。
6075
6087
  */
6076
- ClassicLinkInstanceSet?: Array<ClassicLinkInstance>;
6088
+ ClassicLinkInstanceSet: Array<ClassicLinkInstance>;
6077
6089
  /**
6078
6090
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6079
6091
  */
@@ -6135,6 +6147,15 @@ export interface ModifyVpcEndPointServiceWhiteListRequest {
6135
6147
  */
6136
6148
  Description?: string;
6137
6149
  }
6150
+ /**
6151
+ * DescribeTenantCcns返回参数结构体
6152
+ */
6153
+ export interface DescribeTenantCcnsResponse {
6154
+ /**
6155
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6156
+ */
6157
+ RequestId?: string;
6158
+ }
6138
6159
  /**
6139
6160
  * 过滤器
6140
6161
  */
@@ -7269,6 +7290,10 @@ export interface CreateVpnGatewaySslClientRequest {
7269
7290
  */
7270
7291
  SslVpnClientName: string;
7271
7292
  }
7293
+ /**
7294
+ * UnlockCcns请求参数结构体
7295
+ */
7296
+ export declare type UnlockCcnsRequest = null;
7272
7297
  /**
7273
7298
  * DescribeVpnGatewaySslServers返回参数结构体
7274
7299
  */
@@ -7611,6 +7636,10 @@ export interface ResetVpnGatewayInternetMaxBandwidthResponse {
7611
7636
  */
7612
7637
  RequestId?: string;
7613
7638
  }
7639
+ /**
7640
+ * LockCcnBandwidths请求参数结构体
7641
+ */
7642
+ export declare type LockCcnBandwidthsRequest = null;
7614
7643
  /**
7615
7644
  * 用于描述弹性公网IP的费用对象
7616
7645
  */
@@ -9260,6 +9289,31 @@ export interface CCN {
9260
9289
  */
9261
9290
  RouteTableFlag: boolean;
9262
9291
  }
9292
+ /**
9293
+ * 终端节点服务的服务白名单对象详情。
9294
+ */
9295
+ export interface VpcEndPointServiceUser {
9296
+ /**
9297
+ * AppId。
9298
+ */
9299
+ Owner: number;
9300
+ /**
9301
+ * Uin。
9302
+ */
9303
+ UserUin: string;
9304
+ /**
9305
+ * 描述信息。
9306
+ */
9307
+ Description: string;
9308
+ /**
9309
+ * 创建时间。
9310
+ */
9311
+ CreateTime: string;
9312
+ /**
9313
+ * 终端节点服务ID。
9314
+ */
9315
+ EndPointServiceId: string;
9316
+ }
9263
9317
  /**
9264
9318
  * InquirePriceCreateDirectConnectGateway返回参数结构体
9265
9319
  */
@@ -10109,6 +10163,15 @@ export interface CcnBandwidthInfo {
10109
10163
  */
10110
10164
  MarketId: string;
10111
10165
  }
10166
+ /**
10167
+ * DescribeCrossBorderCcnRegionBandwidthLimits返回参数结构体
10168
+ */
10169
+ export interface DescribeCrossBorderCcnRegionBandwidthLimitsResponse {
10170
+ /**
10171
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10172
+ */
10173
+ RequestId?: string;
10174
+ }
10112
10175
  /**
10113
10176
  * DeleteSecurityGroup返回参数结构体
10114
10177
  */
@@ -10135,6 +10198,15 @@ export interface CreateNetworkInterfaceResponse {
10135
10198
  * DescribeAddressQuota请求参数结构体
10136
10199
  */
10137
10200
  export declare type DescribeAddressQuotaRequest = null;
10201
+ /**
10202
+ * LockCcns返回参数结构体
10203
+ */
10204
+ export interface LockCcnsResponse {
10205
+ /**
10206
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10207
+ */
10208
+ RequestId?: string;
10209
+ }
10138
10210
  /**
10139
10211
  * RemoveBandwidthPackageResources返回参数结构体
10140
10212
  */
@@ -10603,6 +10675,15 @@ export interface SecurityGroup {
10603
10675
  */
10604
10676
  UpdateTime?: string;
10605
10677
  }
10678
+ /**
10679
+ * UnlockCcns返回参数结构体
10680
+ */
10681
+ export interface UnlockCcnsResponse {
10682
+ /**
10683
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10684
+ */
10685
+ RequestId?: string;
10686
+ }
10606
10687
  /**
10607
10688
  * DisableGatewayFlowMonitor返回参数结构体
10608
10689
  */
@@ -10743,29 +10824,13 @@ export interface CcnRegionBandwidthLimit {
10743
10824
  DstIsBm?: boolean;
10744
10825
  }
10745
10826
  /**
10746
- * 终端节点服务的服务白名单对象详情。
10827
+ * UnlockCcnBandwidths返回参数结构体
10747
10828
  */
10748
- export interface VpcEndPointServiceUser {
10749
- /**
10750
- * AppId。
10751
- */
10752
- Owner: number;
10829
+ export interface UnlockCcnBandwidthsResponse {
10753
10830
  /**
10754
- * Uin
10755
- */
10756
- UserUin: string;
10757
- /**
10758
- * 描述信息。
10759
- */
10760
- Description: string;
10761
- /**
10762
- * 创建时间。
10763
- */
10764
- CreateTime: string;
10765
- /**
10766
- * 终端节点服务ID。
10831
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
10767
10832
  */
10768
- EndPointServiceId: string;
10833
+ RequestId?: string;
10769
10834
  }
10770
10835
  /**
10771
10836
  * CreateDefaultSecurityGroup返回参数结构体
@@ -10979,6 +11044,15 @@ export interface Ipv6SubnetCidrBlock {
10979
11044
  */
10980
11045
  Ipv6CidrBlock?: string;
10981
11046
  }
11047
+ /**
11048
+ * LockCcnBandwidths返回参数结构体
11049
+ */
11050
+ export interface LockCcnBandwidthsResponse {
11051
+ /**
11052
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11053
+ */
11054
+ RequestId?: string;
11055
+ }
10982
11056
  /**
10983
11057
  * DescribeAddressQuota返回参数结构体
10984
11058
  */
@@ -11025,11 +11099,11 @@ export interface DescribeDhcpIpsResponse {
11025
11099
  /**
11026
11100
  * 实例详细信息列表。
11027
11101
  */
11028
- DhcpIpSet?: Array<DhcpIp>;
11102
+ DhcpIpSet: Array<DhcpIp>;
11029
11103
  /**
11030
11104
  * 符合条件的实例数量。
11031
11105
  */
11032
- TotalCount?: number;
11106
+ TotalCount: number;
11033
11107
  /**
11034
11108
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11035
11109
  */
@@ -11048,6 +11122,10 @@ export interface CreateRouteTableResponse {
11048
11122
  */
11049
11123
  RequestId?: string;
11050
11124
  }
11125
+ /**
11126
+ * DescribeCrossBorderCcnRegionBandwidthLimits请求参数结构体
11127
+ */
11128
+ export declare type DescribeCrossBorderCcnRegionBandwidthLimitsRequest = null;
11051
11129
  /**
11052
11130
  * GetCcnRegionBandwidthLimits请求参数结构体
11053
11131
  */