tencentcloud-sdk-nodejs-vpc 4.0.516 → 4.0.518

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.
@@ -602,6 +602,19 @@ export interface CreateDefaultSecurityGroupRequest {
602
602
  */
603
603
  ProjectId?: string;
604
604
  }
605
+ /**
606
+ * CreateSnapshotPolicies返回参数结构体
607
+ */
608
+ export interface CreateSnapshotPoliciesResponse {
609
+ /**
610
+ * 快照策略。
611
+ */
612
+ SnapshotPolicies: Array<SnapshotPolicy>;
613
+ /**
614
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
615
+ */
616
+ RequestId?: string;
617
+ }
605
618
  /**
606
619
  * DescribeServiceTemplateGroups返回参数结构体
607
620
  */
@@ -644,23 +657,6 @@ export interface DescribeVpcEndPointRequest {
644
657
  */
645
658
  EndPointId?: Array<string>;
646
659
  }
647
- /**
648
- * AssignPrivateIpAddresses请求参数结构体
649
- */
650
- export interface AssignPrivateIpAddressesRequest {
651
- /**
652
- * 弹性网卡实例ID,例如:eni-m6dyj72l。
653
- */
654
- NetworkInterfaceId: string;
655
- /**
656
- * 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。
657
- */
658
- PrivateIpAddresses?: Array<PrivateIpAddressSpecification>;
659
- /**
660
- * 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
661
- */
662
- SecondaryPrivateIpAddressCount?: number;
663
- }
664
660
  /**
665
661
  * DetachClassicLinkVpc请求参数结构体
666
662
  */
@@ -1375,6 +1371,14 @@ export interface ModifyBandwidthPackageAttributeRequest {
1375
1371
  * TransformAddress返回参数结构体
1376
1372
  */
1377
1373
  export interface TransformAddressResponse {
1374
+ /**
1375
+ * 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
1376
+ */
1377
+ TaskId: number;
1378
+ /**
1379
+ * 转为弹性公网IP后的唯一ID
1380
+ */
1381
+ AddressId: string;
1378
1382
  /**
1379
1383
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1380
1384
  */
@@ -1651,6 +1655,15 @@ export interface DeleteVpcEndPointServiceWhiteListRequest {
1651
1655
  */
1652
1656
  EndPointServiceId: string;
1653
1657
  }
1658
+ /**
1659
+ * DetachSnapshotInstances返回参数结构体
1660
+ */
1661
+ export interface DetachSnapshotInstancesResponse {
1662
+ /**
1663
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1664
+ */
1665
+ RequestId?: string;
1666
+ }
1654
1667
  /**
1655
1668
  * DetachNetworkInterface返回参数结构体
1656
1669
  */
@@ -1736,6 +1749,15 @@ export interface DescribeCcnAttachedInstancesRequest {
1736
1749
  */
1737
1750
  OrderDirection?: string;
1738
1751
  }
1752
+ /**
1753
+ * AttachSnapshotInstances返回参数结构体
1754
+ */
1755
+ export interface AttachSnapshotInstancesResponse {
1756
+ /**
1757
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1758
+ */
1759
+ RequestId?: string;
1760
+ }
1739
1761
  /**
1740
1762
  * DescribeNatGatewaySourceIpTranslationNatRules请求参数结构体
1741
1763
  */
@@ -1849,17 +1871,17 @@ export interface DisableVpnGatewaySslClientCertRequest {
1849
1871
  SslVpnClientId: string;
1850
1872
  }
1851
1873
  /**
1852
- * DescribeVpcPrivateIpAddresses返回参数结构体
1874
+ * AttachSnapshotInstances请求参数结构体
1853
1875
  */
1854
- export interface DescribeVpcPrivateIpAddressesResponse {
1876
+ export interface AttachSnapshotInstancesRequest {
1855
1877
  /**
1856
- * 内网`IP`地址信息列表。
1878
+ * 快照策略Id。
1857
1879
  */
1858
- VpcPrivateIpAddressSet: Array<VpcPrivateIpAddress>;
1880
+ SnapshotPolicyId: string;
1859
1881
  /**
1860
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1882
+ * 关联实例信息。
1861
1883
  */
1862
- RequestId?: string;
1884
+ Instances: Array<SnapshotInstance>;
1863
1885
  }
1864
1886
  /**
1865
1887
  * ModifyIp6Translator返回参数结构体
@@ -2084,6 +2106,35 @@ export interface NetDetectState {
2084
2106
  */
2085
2107
  NetDetectIpStateSet: Array<NetDetectIpState>;
2086
2108
  }
2109
+ /**
2110
+ * DescribeSnapshotFiles请求参数结构体
2111
+ */
2112
+ export interface DescribeSnapshotFilesRequest {
2113
+ /**
2114
+ * 业务类型,目前支持安全组:securitygroup。
2115
+ */
2116
+ BusinessType: string;
2117
+ /**
2118
+ * 实例Id。
2119
+ */
2120
+ InstanceId: string;
2121
+ /**
2122
+ * 开始日期,格式%Y-%m-%d %H:%M:%S。
2123
+ */
2124
+ StartDate: string;
2125
+ /**
2126
+ * 结束日期,格式%Y-%m-%d %H:%M:%S。
2127
+ */
2128
+ EndDate: string;
2129
+ /**
2130
+ * 偏移量,默认为0。
2131
+ */
2132
+ Offset?: number;
2133
+ /**
2134
+ * 返回数量,默认为20,最大为200。
2135
+ */
2136
+ Limit?: number;
2137
+ }
2087
2138
  /**
2088
2139
  * HaVipDisassociateAddressIp返回参数结构体
2089
2140
  */
@@ -2565,7 +2616,7 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
2565
2616
  */
2566
2617
  export interface ReturnNormalAddressesRequest {
2567
2618
  /**
2568
- * 1
2619
+ * EIP 的 IP 地址,示例:101.35.139.183
2569
2620
  */
2570
2621
  AddressIps?: Array<string>;
2571
2622
  }
@@ -2754,6 +2805,15 @@ export interface DeleteAddressTemplateResponse {
2754
2805
  */
2755
2806
  RequestId?: string;
2756
2807
  }
2808
+ /**
2809
+ * ResumeSnapshotInstance返回参数结构体
2810
+ */
2811
+ export interface ResumeSnapshotInstanceResponse {
2812
+ /**
2813
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2814
+ */
2815
+ RequestId?: string;
2816
+ }
2757
2817
  /**
2758
2818
  * ModifySubnetAttribute返回参数结构体
2759
2819
  */
@@ -3052,6 +3112,19 @@ export interface DescribeIp6TranslatorQuotaRequest {
3052
3112
  */
3053
3113
  Ip6TranslatorIds?: Array<string>;
3054
3114
  }
3115
+ /**
3116
+ * CreateTrafficPackages返回参数结构体
3117
+ */
3118
+ export interface CreateTrafficPackagesResponse {
3119
+ /**
3120
+ * 创建的流量包ID列表。
3121
+ */
3122
+ TrafficPackageSet: Array<string>;
3123
+ /**
3124
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3125
+ */
3126
+ RequestId?: string;
3127
+ }
3055
3128
  /**
3056
3129
  * ModifySecurityGroupAttribute请求参数结构体
3057
3130
  */
@@ -3140,6 +3213,43 @@ export interface ModifyNetDetectRequest {
3140
3213
  */
3141
3214
  NetDetectDescription?: string;
3142
3215
  }
3216
+ /**
3217
+ * DescribeSgSnapshotFileContent返回参数结构体
3218
+ */
3219
+ export interface DescribeSgSnapshotFileContentResponse {
3220
+ /**
3221
+ * 实例Id,即安全组Id。
3222
+ */
3223
+ InstanceId: string;
3224
+ /**
3225
+ * 快照策略Id。
3226
+ */
3227
+ SnapshotPolicyId: string;
3228
+ /**
3229
+ * 快照文件Id。
3230
+ */
3231
+ SnapshotFileId: string;
3232
+ /**
3233
+ * 备份时间。
3234
+ */
3235
+ BackupTime: string;
3236
+ /**
3237
+ * 操作者。
3238
+ */
3239
+ Operator: string;
3240
+ /**
3241
+ * 原始数据。
3242
+ */
3243
+ OriginalData: Array<SecurityGroupPolicy>;
3244
+ /**
3245
+ * 备份数据。
3246
+ */
3247
+ BackupData: Array<SecurityGroupPolicy>;
3248
+ /**
3249
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3250
+ */
3251
+ RequestId?: string;
3252
+ }
3143
3253
  /**
3144
3254
  * DescribeNetDetectStates返回参数结构体
3145
3255
  */
@@ -3273,11 +3383,11 @@ export interface DescribeBandwidthPackagesRequest {
3273
3383
  */
3274
3384
  Filters?: Array<Filter>;
3275
3385
  /**
3276
- * 查询带宽包偏移量
3386
+ * 查询带宽包偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小结。
3277
3387
  */
3278
3388
  Offset?: number;
3279
3389
  /**
3280
- * 查询带宽包数量限制
3390
+ * 查询带宽包返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小结。
3281
3391
  */
3282
3392
  Limit?: number;
3283
3393
  }
@@ -3308,6 +3418,19 @@ export interface DescribeAssistantCidrResponse {
3308
3418
  */
3309
3419
  RequestId?: string;
3310
3420
  }
3421
+ /**
3422
+ * 时间备份策略详情
3423
+ */
3424
+ export interface BackupPolicy {
3425
+ /**
3426
+ * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
3427
+ */
3428
+ BackupDay: string;
3429
+ /**
3430
+ * 备份时间点,格式:HH:mm:ss。
3431
+ */
3432
+ BackupTime: string;
3433
+ }
3311
3434
  /**
3312
3435
  * 用于描述实例的统计信息
3313
3436
  */
@@ -3745,6 +3868,15 @@ export interface DeleteSubnetResponse {
3745
3868
  */
3746
3869
  RequestId?: string;
3747
3870
  }
3871
+ /**
3872
+ * EnableSnapshotPolicies返回参数结构体
3873
+ */
3874
+ export interface EnableSnapshotPoliciesResponse {
3875
+ /**
3876
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3877
+ */
3878
+ RequestId?: string;
3879
+ }
3748
3880
  /**
3749
3881
  * 私有网络(VPC)对象。
3750
3882
  */
@@ -4076,6 +4208,29 @@ export interface SecurityGroupPolicy {
4076
4208
  */
4077
4209
  ModifyTime?: string;
4078
4210
  }
4211
+ /**
4212
+ * DescribeSnapshotPolicies请求参数结构体
4213
+ */
4214
+ export interface DescribeSnapshotPoliciesRequest {
4215
+ /**
4216
+ * 快照策略Id。
4217
+ */
4218
+ SnapshotPolicyIds?: Array<string>;
4219
+ /**
4220
+ * 过滤条件,参数不支持同时指定SnapshotPolicyIds和Filters。
4221
+ <li>snapshot-policy-id - String -(过滤条件)快照策略ID。</li>
4222
+ <li>snapshot-policy-name - String -(过滤条件)快照策略名称。</li>
4223
+ */
4224
+ Filters?: Array<Filter>;
4225
+ /**
4226
+ * 偏移量,默认为0。
4227
+ */
4228
+ Offset?: number;
4229
+ /**
4230
+ * 返回数量,默认为20,最大为200。
4231
+ */
4232
+ Limit?: number;
4233
+ }
4079
4234
  /**
4080
4235
  * NotifyRoutes请求参数结构体
4081
4236
  */
@@ -4969,6 +5124,15 @@ export interface VpnGatewayRouteModify {
4969
5124
  */
4970
5125
  Status: string;
4971
5126
  }
5127
+ /**
5128
+ * DisableSnapshotPolicies请求参数结构体
5129
+ */
5130
+ export interface DisableSnapshotPoliciesRequest {
5131
+ /**
5132
+ * 快照策略Id。
5133
+ */
5134
+ SnapshotPolicyIds: Array<string>;
5135
+ }
4972
5136
  /**
4973
5137
  * 模板对象成员信息
4974
5138
  */
@@ -4982,6 +5146,23 @@ export interface MemberInfo {
4982
5146
  */
4983
5147
  Description?: string;
4984
5148
  }
5149
+ /**
5150
+ * ResumeSnapshotInstance请求参数结构体
5151
+ */
5152
+ export interface ResumeSnapshotInstanceRequest {
5153
+ /**
5154
+ * 快照策略Id。
5155
+ */
5156
+ SnapshotPolicyId: string;
5157
+ /**
5158
+ * 快照文件Id。
5159
+ */
5160
+ SnapshotFileId: string;
5161
+ /**
5162
+ * 实例Id。
5163
+ */
5164
+ InstanceId: string;
5165
+ }
4985
5166
  /**
4986
5167
  * ReplaceSecurityGroupPolicy请求参数结构体
4987
5168
  */
@@ -5182,79 +5363,21 @@ export interface ResourceDashboard {
5182
5363
  RouteTable: number;
5183
5364
  }
5184
5365
  /**
5185
- * 子网对象
5366
+ * DescribeSnapshotFiles返回参数结构体
5186
5367
  */
5187
- export interface Subnet {
5188
- /**
5189
- * `VPC`实例`ID`。
5190
- */
5191
- VpcId: string;
5192
- /**
5193
- * 子网实例`ID`,例如:subnet-bthucmmy。
5194
- */
5195
- SubnetId: string;
5196
- /**
5197
- * 子网名称。
5198
- */
5199
- SubnetName: string;
5200
- /**
5201
- * 子网的 `IPv4` `CIDR`。
5202
- */
5203
- CidrBlock: string;
5204
- /**
5205
- * 是否默认子网。
5206
- */
5207
- IsDefault: boolean;
5208
- /**
5209
- * 是否开启广播。
5210
- */
5211
- EnableBroadcast: boolean;
5212
- /**
5213
- * 可用区。
5214
- */
5215
- Zone: string;
5216
- /**
5217
- * 路由表实例ID,例如:rtb-l2h8d7c2。
5218
- */
5219
- RouteTableId: string;
5220
- /**
5221
- * 创建时间。
5222
- */
5223
- CreatedTime?: string;
5368
+ export interface DescribeSnapshotFilesResponse {
5224
5369
  /**
5225
- * 可用`IPv4`数。
5226
- */
5227
- AvailableIpAddressCount: number;
5228
- /**
5229
- * 子网的 `IPv6` `CIDR`。
5230
- */
5231
- Ipv6CidrBlock: string;
5232
- /**
5233
- * 关联`ACL`ID
5234
- */
5235
- NetworkAclId: string;
5236
- /**
5237
- * 是否为 `SNAT` 地址池子网。
5370
+ * 快照文件集合。
5238
5371
  */
5239
- IsRemoteVpcSnat: boolean;
5372
+ SnapshotFileSet: Array<SnapshotFileInfo>;
5240
5373
  /**
5241
- * 子网`IPv4`总数。
5374
+ * 符合条件的对象数。
5242
5375
  */
5243
- TotalIpAddressCount: number;
5376
+ TotalCount: number;
5244
5377
  /**
5245
- * 标签键值对。
5378
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5246
5379
  */
5247
- TagSet: Array<Tag>;
5248
- /**
5249
- * CDC实例ID。
5250
- 注意:此字段可能返回 null,表示取不到有效值。
5251
- */
5252
- CdcId: string;
5253
- /**
5254
- * 是否是CDC所属子网。0:否 1:是
5255
- 注意:此字段可能返回 null,表示取不到有效值。
5256
- */
5257
- IsCdcSubnet: number;
5380
+ RequestId?: string;
5258
5381
  }
5259
5382
  /**
5260
5383
  * DescribeCcnAttachedInstances返回参数结构体
@@ -5595,6 +5718,15 @@ export interface DescribeVpcEndPointServiceRequest {
5595
5718
  */
5596
5719
  EndPointServiceIds?: Array<string>;
5597
5720
  }
5721
+ /**
5722
+ * DisableSnapshotPolicies返回参数结构体
5723
+ */
5724
+ export interface DisableSnapshotPoliciesResponse {
5725
+ /**
5726
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5727
+ */
5728
+ RequestId?: string;
5729
+ }
5598
5730
  /**
5599
5731
  * ModifyServiceTemplateAttribute请求参数结构体
5600
5732
  */
@@ -5957,6 +6089,23 @@ export interface DescribeNetworkAclQuintupleEntriesRequest {
5957
6089
  */
5958
6090
  Filters?: Array<Filter>;
5959
6091
  }
6092
+ /**
6093
+ * DescribeSnapshotPolicies返回参数结构体
6094
+ */
6095
+ export interface DescribeSnapshotPoliciesResponse {
6096
+ /**
6097
+ * 快照策略。
6098
+ */
6099
+ SnapshotPolicySet: Array<SnapshotPolicy>;
6100
+ /**
6101
+ * 符合条件的对象数。
6102
+ */
6103
+ TotalCount: number;
6104
+ /**
6105
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6106
+ */
6107
+ RequestId?: string;
6108
+ }
5960
6109
  /**
5961
6110
  * DisableGatewayFlowMonitor请求参数结构体
5962
6111
  */
@@ -7234,6 +7383,15 @@ export interface SetCcnRegionBandwidthLimitsResponse {
7234
7383
  */
7235
7384
  RequestId?: string;
7236
7385
  }
7386
+ /**
7387
+ * ModifySnapshotPolicies返回参数结构体
7388
+ */
7389
+ export interface ModifySnapshotPoliciesResponse {
7390
+ /**
7391
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7392
+ */
7393
+ RequestId?: string;
7394
+ }
7237
7395
  /**
7238
7396
  * DescribeAccountAttributes请求参数结构体
7239
7397
  */
@@ -7817,11 +7975,86 @@ export interface DescribeVpnGatewaySslServersResponse {
7817
7975
  RequestId?: string;
7818
7976
  }
7819
7977
  /**
7820
- * DeleteNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
7978
+ * 子网对象
7821
7979
  */
7822
- export interface DeleteNatGatewayDestinationIpPortTranslationNatRuleResponse {
7980
+ export interface Subnet {
7823
7981
  /**
7824
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7982
+ * `VPC`实例`ID`。
7983
+ */
7984
+ VpcId: string;
7985
+ /**
7986
+ * 子网实例`ID`,例如:subnet-bthucmmy。
7987
+ */
7988
+ SubnetId: string;
7989
+ /**
7990
+ * 子网名称。
7991
+ */
7992
+ SubnetName: string;
7993
+ /**
7994
+ * 子网的 `IPv4` `CIDR`。
7995
+ */
7996
+ CidrBlock: string;
7997
+ /**
7998
+ * 是否默认子网。
7999
+ */
8000
+ IsDefault: boolean;
8001
+ /**
8002
+ * 是否开启广播。
8003
+ */
8004
+ EnableBroadcast: boolean;
8005
+ /**
8006
+ * 可用区。
8007
+ */
8008
+ Zone: string;
8009
+ /**
8010
+ * 路由表实例ID,例如:rtb-l2h8d7c2。
8011
+ */
8012
+ RouteTableId: string;
8013
+ /**
8014
+ * 创建时间。
8015
+ */
8016
+ CreatedTime?: string;
8017
+ /**
8018
+ * 可用`IPv4`数。
8019
+ */
8020
+ AvailableIpAddressCount: number;
8021
+ /**
8022
+ * 子网的 `IPv6` `CIDR`。
8023
+ */
8024
+ Ipv6CidrBlock: string;
8025
+ /**
8026
+ * 关联`ACL`ID
8027
+ */
8028
+ NetworkAclId: string;
8029
+ /**
8030
+ * 是否为 `SNAT` 地址池子网。
8031
+ */
8032
+ IsRemoteVpcSnat: boolean;
8033
+ /**
8034
+ * 子网`IPv4`总数。
8035
+ */
8036
+ TotalIpAddressCount: number;
8037
+ /**
8038
+ * 标签键值对。
8039
+ */
8040
+ TagSet: Array<Tag>;
8041
+ /**
8042
+ * CDC实例ID。
8043
+ 注意:此字段可能返回 null,表示取不到有效值。
8044
+ */
8045
+ CdcId: string;
8046
+ /**
8047
+ * 是否是CDC所属子网。0:否 1:是
8048
+ 注意:此字段可能返回 null,表示取不到有效值。
8049
+ */
8050
+ IsCdcSubnet: number;
8051
+ }
8052
+ /**
8053
+ * DeleteNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
8054
+ */
8055
+ export interface DeleteNatGatewayDestinationIpPortTranslationNatRuleResponse {
8056
+ /**
8057
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7825
8058
  */
7826
8059
  RequestId?: string;
7827
8060
  }
@@ -8060,6 +8293,15 @@ export interface ModifyTemplateMemberRequest {
8060
8293
  */
8061
8294
  TemplateMember: Array<MemberInfo>;
8062
8295
  }
8296
+ /**
8297
+ * EnableSnapshotPolicies请求参数结构体
8298
+ */
8299
+ export interface EnableSnapshotPoliciesRequest {
8300
+ /**
8301
+ * 快照策略Id。
8302
+ */
8303
+ SnapshotPolicyIds: Array<string>;
8304
+ }
8063
8305
  /**
8064
8306
  * DescribeAddresses返回参数结构体
8065
8307
  */
@@ -8098,6 +8340,37 @@ export interface GatewayQos {
8098
8340
  */
8099
8341
  CreateTime: string;
8100
8342
  }
8343
+ /**
8344
+ * GetCcnRegionBandwidthLimits请求参数结构体
8345
+ */
8346
+ export interface GetCcnRegionBandwidthLimitsRequest {
8347
+ /**
8348
+ * CCN实例ID。形如:ccn-f49l6u0z。
8349
+ */
8350
+ CcnId: string;
8351
+ /**
8352
+ * 过滤条件。
8353
+ <li>sregion - String - (过滤条件)源地域,形如:ap-guangzhou。</li>
8354
+ <li>dregion - String - (过滤条件)目的地域,形如:ap-shanghai-bm</li>
8355
+ */
8356
+ Filters?: Array<Filter>;
8357
+ /**
8358
+ * 排序条件,目前支持带宽(BandwidthLimit)和过期时间(ExpireTime)
8359
+ */
8360
+ SortedBy?: string;
8361
+ /**
8362
+ * 偏移量
8363
+ */
8364
+ Offset?: number;
8365
+ /**
8366
+ * 返回数量
8367
+ */
8368
+ Limit?: number;
8369
+ /**
8370
+ * 排序方式,'ASC':升序,'DESC':降序。
8371
+ */
8372
+ OrderBy?: string;
8373
+ }
8101
8374
  /**
8102
8375
  * ModifyIpv6AddressesAttribute请求参数结构体
8103
8376
  */
@@ -8115,6 +8388,19 @@ export interface ModifyIpv6AddressesAttributeRequest {
8115
8388
  * DescribeCustomerGatewayVendors请求参数结构体
8116
8389
  */
8117
8390
  export declare type DescribeCustomerGatewayVendorsRequest = null;
8391
+ /**
8392
+ * DetachSnapshotInstances请求参数结构体
8393
+ */
8394
+ export interface DetachSnapshotInstancesRequest {
8395
+ /**
8396
+ * 快照策略Id。
8397
+ */
8398
+ SnapshotPolicyId: string;
8399
+ /**
8400
+ * 实例信息。
8401
+ */
8402
+ Instances: Array<SnapshotInstance>;
8403
+ }
8118
8404
  /**
8119
8405
  * DeleteLocalGateway请求参数结构体
8120
8406
  */
@@ -8496,21 +8782,13 @@ export interface DescribeTrafficPackagesResponse {
8496
8782
  RequestId?: string;
8497
8783
  }
8498
8784
  /**
8499
- * DescribeServiceTemplates返回参数结构体
8785
+ * CreateSnapshotPolicies请求参数结构体
8500
8786
  */
8501
- export interface DescribeServiceTemplatesResponse {
8502
- /**
8503
- * 符合条件的实例数量。
8504
- */
8505
- TotalCount: number;
8787
+ export interface CreateSnapshotPoliciesRequest {
8506
8788
  /**
8507
- * 协议端口模板对象。
8789
+ * 快照策略详情。
8508
8790
  */
8509
- ServiceTemplateSet: Array<ServiceTemplate>;
8510
- /**
8511
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8512
- */
8513
- RequestId?: string;
8791
+ SnapshotPolicies: Array<SnapshotPolicy>;
8514
8792
  }
8515
8793
  /**
8516
8794
  * DescribeRouteTables请求参数结构体
@@ -8604,6 +8882,19 @@ export interface CheckDefaultSubnetResponse {
8604
8882
  */
8605
8883
  RequestId?: string;
8606
8884
  }
8885
+ /**
8886
+ * DescribeVpcPrivateIpAddresses返回参数结构体
8887
+ */
8888
+ export interface DescribeVpcPrivateIpAddressesResponse {
8889
+ /**
8890
+ * 内网`IP`地址信息列表。
8891
+ */
8892
+ VpcPrivateIpAddressSet: Array<VpcPrivateIpAddress>;
8893
+ /**
8894
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8895
+ */
8896
+ RequestId?: string;
8897
+ }
8607
8898
  /**
8608
8899
  * DisableRoutes请求参数结构体
8609
8900
  */
@@ -8832,6 +9123,15 @@ export interface DisableRoutesResponse {
8832
9123
  */
8833
9124
  RequestId?: string;
8834
9125
  }
9126
+ /**
9127
+ * ModifySnapshotPolicies请求参数结构体
9128
+ */
9129
+ export interface ModifySnapshotPoliciesRequest {
9130
+ /**
9131
+ * 快照策略修改信息。
9132
+ */
9133
+ SnapshotPoliciesInfo: Array<BatchModifySnapshotPolicy>;
9134
+ }
8835
9135
  /**
8836
9136
  * ModifyAddressAttribute请求参数结构体
8837
9137
  */
@@ -9140,6 +9440,33 @@ export interface UnassignIpv6AddressesRequest {
9140
9440
  */
9141
9441
  Ipv6Addresses: Array<Ipv6Address>;
9142
9442
  }
9443
+ /**
9444
+ * CreateTrafficPackages请求参数结构体
9445
+ */
9446
+ export interface CreateTrafficPackagesRequest {
9447
+ /**
9448
+ * 流量包规格。可选值:
9449
+ <li>10: 10GB流量,有效期一个月</li>
9450
+ <li>50: 50GB流量,有效期一个月</li>
9451
+ <li>512: 512GB流量,有效期一个月</li>
9452
+ <li>1024: 1TB流量,有效期一个月</li>
9453
+ <li>5120: 5TB流量,有效期一个月</li>
9454
+ <li>51200: 50TB流量,有效期一个月</li>
9455
+ <li>60: 60GB流量,有效期半年</li>
9456
+ <li>300: 300GB流量,有效期半年</li>
9457
+ <li>600: 600GB流量,有效期半年</li>
9458
+ <li>3072: 3TB流量,有效期半年</li>
9459
+ <li>6144: 6TB流量,有效期半年</li>
9460
+ <li>30720: 30TB流量,有效期半年</li>
9461
+ <li>61440: 60TB流量,有效期半年</li>
9462
+ <li>307200: 300TB流量,有效期半年</li>
9463
+ */
9464
+ TrafficAmount: number;
9465
+ /**
9466
+ * 流量包数量,可选范围 1~20。
9467
+ */
9468
+ TrafficPackageCount?: number;
9469
+ }
9143
9470
  /**
9144
9471
  * CreateAndAttachNetworkInterface返回参数结构体
9145
9472
  */
@@ -9259,6 +9586,54 @@ export interface DescribeHaVipsRequest {
9259
9586
  */
9260
9587
  Limit?: number;
9261
9588
  }
9589
+ /**
9590
+ * 快照策略
9591
+ */
9592
+ export interface SnapshotPolicy {
9593
+ /**
9594
+ * 快照策略名称。
9595
+ */
9596
+ SnapshotPolicyName: string;
9597
+ /**
9598
+ * 备份策略类型,operate-操作备份,time-定时备份。
9599
+ */
9600
+ BackupType: string;
9601
+ /**
9602
+ * 保留时间,支持1~365天。
9603
+ */
9604
+ KeepTime: number;
9605
+ /**
9606
+ * 是否创建新的cos桶,默认为False。
9607
+ 注意:此字段可能返回 null,表示取不到有效值。
9608
+ */
9609
+ CreateNewCos: boolean;
9610
+ /**
9611
+ * cos桶所在地域。
9612
+ */
9613
+ CosRegion: string;
9614
+ /**
9615
+ * cos桶。
9616
+ */
9617
+ CosBucket: string;
9618
+ /**
9619
+ * 快照策略Id。
9620
+ */
9621
+ SnapshotPolicyId?: string;
9622
+ /**
9623
+ * 时间备份策略。
9624
+ 注意:此字段可能返回 null,表示取不到有效值。
9625
+ */
9626
+ BackupPolicies?: Array<BackupPolicy>;
9627
+ /**
9628
+ * 启用状态,True-启用,False-停用,默认为True。
9629
+ */
9630
+ Enable?: boolean;
9631
+ /**
9632
+ * 创建时间。
9633
+ 注意:此字段可能返回 null,表示取不到有效值。
9634
+ */
9635
+ CreateTime?: string;
9636
+ }
9262
9637
  /**
9263
9638
  * UnassignPrivateIpAddresses返回参数结构体
9264
9639
  */
@@ -9525,7 +9900,7 @@ export interface BandwidthPackage {
9525
9900
  */
9526
9901
  BandwidthPackageId: string;
9527
9902
  /**
9528
- * 带宽包类型,包括'BGP','SINGLEISP','ANYCAST'
9903
+ * 带宽包类型,包括'BGP','SINGLEISP','ANYCAST','SINGLEISP_CMCC','SINGLEISP_CTCC','SINGLEISP_CUCC'
9529
9904
  */
9530
9905
  NetworkType: string;
9531
9906
  /**
@@ -10069,6 +10444,15 @@ export interface CheckAssistantCidrRequest {
10069
10444
  */
10070
10445
  OldCidrBlocks?: Array<string>;
10071
10446
  }
10447
+ /**
10448
+ * RemoveBandwidthPackageResources返回参数结构体
10449
+ */
10450
+ export interface RemoveBandwidthPackageResourcesResponse {
10451
+ /**
10452
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10453
+ */
10454
+ RequestId?: string;
10455
+ }
10072
10456
  /**
10073
10457
  * NAT网关的端口转发规则
10074
10458
  */
@@ -10098,6 +10482,15 @@ export interface DestinationIpPortTranslationNatRule {
10098
10482
  */
10099
10483
  Description: string;
10100
10484
  }
10485
+ /**
10486
+ * DeleteSnapshotPolicies请求参数结构体
10487
+ */
10488
+ export interface DeleteSnapshotPoliciesRequest {
10489
+ /**
10490
+ * 快照策略Id。
10491
+ */
10492
+ SnapshotPolicyIds: Array<string>;
10493
+ }
10101
10494
  /**
10102
10495
  * CreateDefaultVpc请求参数结构体
10103
10496
  */
@@ -10158,6 +10551,23 @@ export interface CheckAssistantCidrResponse {
10158
10551
  */
10159
10552
  RequestId?: string;
10160
10553
  }
10554
+ /**
10555
+ * DescribeVpcTaskResult返回参数结构体
10556
+ */
10557
+ export interface DescribeVpcTaskResultResponse {
10558
+ /**
10559
+ * 异步任务执行结果。结果:SUCCESS、FAILED、RUNNING。3者其中之一。其中SUCCESS表示任务执行成功,FAILED表示任务执行失败,RUNNING表示任务执行中。
10560
+ */
10561
+ Status: string;
10562
+ /**
10563
+ * 异步任务执行输出。
10564
+ */
10565
+ Output: string;
10566
+ /**
10567
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10568
+ */
10569
+ RequestId?: string;
10570
+ }
10161
10571
  /**
10162
10572
  * InquiryPriceRenewVpnGateway请求参数结构体
10163
10573
  */
@@ -10271,17 +10681,9 @@ export interface DisassociateVpcEndPointSecurityGroupsResponse {
10271
10681
  RequestId?: string;
10272
10682
  }
10273
10683
  /**
10274
- * DescribeVpcTaskResult返回参数结构体
10684
+ * DeleteSnapshotPolicies返回参数结构体
10275
10685
  */
10276
- export interface DescribeVpcTaskResultResponse {
10277
- /**
10278
- * 异步任务执行结果。结果:SUCCESS、FAILED、RUNNING。3者其中之一。其中SUCCESS表示任务执行成功,FAILED表示任务执行失败,RUNNING表示任务执行中。
10279
- */
10280
- Status: string;
10281
- /**
10282
- * 异步任务执行输出。
10283
- */
10284
- Output: string;
10686
+ export interface DeleteSnapshotPoliciesResponse {
10285
10687
  /**
10286
10688
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10287
10689
  */
@@ -10594,24 +10996,38 @@ export interface MigratePrivateIpAddressRequest {
10594
10996
  PrivateIpAddress: string;
10595
10997
  }
10596
10998
  /**
10597
- * DescribeServiceTemplates请求参数结构体
10999
+ * AssignPrivateIpAddresses请求参数结构体
10598
11000
  */
10599
- export interface DescribeServiceTemplatesRequest {
11001
+ export interface AssignPrivateIpAddressesRequest {
10600
11002
  /**
10601
- * 过滤条件。
10602
- <li>service-template-name - 协议端口模板名称。</li>
10603
- <li>service-template-id - 协议端口模板实例ID,例如:ppm-e6dy460g。</li>
10604
- <li>service-port- 协议端口。</li>
10605
- */
10606
- Filters?: Array<Filter>;
11003
+ * 弹性网卡实例ID,例如:eni-m6dyj72l。
11004
+ */
11005
+ NetworkInterfaceId: string;
10607
11006
  /**
10608
- * 偏移量,默认为0。
11007
+ * 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。
10609
11008
  */
10610
- Offset?: string;
11009
+ PrivateIpAddresses?: Array<PrivateIpAddressSpecification>;
10611
11010
  /**
10612
- * 返回数量,默认为20,最大值为100。
11011
+ * 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
10613
11012
  */
10614
- Limit?: string;
11013
+ SecondaryPrivateIpAddressCount?: number;
11014
+ }
11015
+ /**
11016
+ * DescribeSnapshotAttachedInstances返回参数结构体
11017
+ */
11018
+ export interface DescribeSnapshotAttachedInstancesResponse {
11019
+ /**
11020
+ * 实例列表
11021
+ */
11022
+ InstanceSet: Array<SnapshotInstance>;
11023
+ /**
11024
+ * 符合条件的对象数。
11025
+ */
11026
+ TotalCount: number;
11027
+ /**
11028
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11029
+ */
11030
+ RequestId?: string;
10615
11031
  }
10616
11032
  /**
10617
11033
  * RefreshDirectConnectGatewayRouteToNatGateway返回参数结构体
@@ -10635,6 +11051,31 @@ export interface DeleteRouteTableRequest {
10635
11051
  */
10636
11052
  RouteTableId: string;
10637
11053
  }
11054
+ /**
11055
+ * 快照策略关联实例信息
11056
+ */
11057
+ export interface SnapshotInstance {
11058
+ /**
11059
+ * 实例Id。
11060
+ */
11061
+ InstanceId: string;
11062
+ /**
11063
+ * 实例类型,目前支持安全组:securitygroup。
11064
+ */
11065
+ InstanceType: string;
11066
+ /**
11067
+ * 实例所在地域。
11068
+ */
11069
+ InstanceRegion: string;
11070
+ /**
11071
+ * 快照策略Id。
11072
+ */
11073
+ SnapshotPolicyId?: string;
11074
+ /**
11075
+ * 实例名称。
11076
+ */
11077
+ InstanceName?: string;
11078
+ }
10638
11079
  /**
10639
11080
  * CreateVpnGateway请求参数结构体
10640
11081
  */
@@ -10709,6 +11150,40 @@ export interface DeleteVpcEndPointServiceWhiteListResponse {
10709
11150
  */
10710
11151
  RequestId?: string;
10711
11152
  }
11153
+ /**
11154
+ * DescribeServiceTemplates返回参数结构体
11155
+ */
11156
+ export interface DescribeServiceTemplatesResponse {
11157
+ /**
11158
+ * 符合条件的实例数量。
11159
+ */
11160
+ TotalCount: number;
11161
+ /**
11162
+ * 协议端口模板对象。
11163
+ */
11164
+ ServiceTemplateSet: Array<ServiceTemplate>;
11165
+ /**
11166
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11167
+ */
11168
+ RequestId?: string;
11169
+ }
11170
+ /**
11171
+ * DescribeSgSnapshotFileContent请求参数结构体
11172
+ */
11173
+ export interface DescribeSgSnapshotFileContentRequest {
11174
+ /**
11175
+ * 快照策略Id。
11176
+ */
11177
+ SnapshotPolicyId: string;
11178
+ /**
11179
+ * 快照文件Id。
11180
+ */
11181
+ SnapshotFileId: string;
11182
+ /**
11183
+ * 安全组Id。
11184
+ */
11185
+ SecurityGroupId: string;
11186
+ }
10712
11187
  /**
10713
11188
  * CreateBandwidthPackage返回参数结构体
10714
11189
  */
@@ -10915,13 +11390,25 @@ export interface LockCcnsResponse {
10915
11390
  RequestId?: string;
10916
11391
  }
10917
11392
  /**
10918
- * RemoveBandwidthPackageResources返回参数结构体
11393
+ * 批量修改快照策略信息
10919
11394
  */
10920
- export interface RemoveBandwidthPackageResourcesResponse {
11395
+ export interface BatchModifySnapshotPolicy {
10921
11396
  /**
10922
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
11397
+ * 快照策略Id
10923
11398
  */
10924
- RequestId?: string;
11399
+ SnapshotPolicyId: string;
11400
+ /**
11401
+ * 快照策略名称。
11402
+ */
11403
+ SnapshotPolicyName?: string;
11404
+ /**
11405
+ * 备份策略。
11406
+ */
11407
+ BackupPolicies?: Array<BackupPolicy>;
11408
+ /**
11409
+ * 快照保留时间,支持1~365天。
11410
+ */
11411
+ KeepTime?: number;
10925
11412
  }
10926
11413
  /**
10927
11414
  * AssignIpv6Addresses返回参数结构体
@@ -11073,6 +11560,26 @@ export interface ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest {
11073
11560
  */
11074
11561
  DestinationNatRule: DestinationIpPortTranslationNatRule;
11075
11562
  }
11563
+ /**
11564
+ * DescribeServiceTemplates请求参数结构体
11565
+ */
11566
+ export interface DescribeServiceTemplatesRequest {
11567
+ /**
11568
+ * 过滤条件。
11569
+ <li>service-template-name - 协议端口模板名称。</li>
11570
+ <li>service-template-id - 协议端口模板实例ID,例如:ppm-e6dy460g。</li>
11571
+ <li>service-port- 协议端口。</li>
11572
+ */
11573
+ Filters?: Array<Filter>;
11574
+ /**
11575
+ * 偏移量,默认为0。
11576
+ */
11577
+ Offset?: string;
11578
+ /**
11579
+ * 返回数量,默认为20,最大值为100。
11580
+ */
11581
+ Limit?: string;
11582
+ }
11076
11583
  /**
11077
11584
  * 协议端口模板
11078
11585
  */
@@ -11541,6 +12048,31 @@ export interface NetworkInterfaceAttachment {
11541
12048
  */
11542
12049
  AttachTime: string;
11543
12050
  }
12051
+ /**
12052
+ * 快照文件信息
12053
+ */
12054
+ export interface SnapshotFileInfo {
12055
+ /**
12056
+ * 快照策略Id。
12057
+ */
12058
+ SnapshotPolicyId: string;
12059
+ /**
12060
+ * 实例Id。
12061
+ */
12062
+ InstanceId: string;
12063
+ /**
12064
+ * 快照文件Id。
12065
+ */
12066
+ SnapshotFileId: string;
12067
+ /**
12068
+ * 备份时间。
12069
+ */
12070
+ BackupTime: string;
12071
+ /**
12072
+ * 操作者Uin。
12073
+ */
12074
+ Operator: string;
12075
+ }
11544
12076
  /**
11545
12077
  * ModifyNetworkInterfaceAttribute请求参数结构体
11546
12078
  */
@@ -11793,35 +12325,28 @@ export interface CreateRouteTableResponse {
11793
12325
  */
11794
12326
  export declare type DescribeCrossBorderCcnRegionBandwidthLimitsRequest = null;
11795
12327
  /**
11796
- * GetCcnRegionBandwidthLimits请求参数结构体
12328
+ * DescribeSnapshotAttachedInstances请求参数结构体
11797
12329
  */
11798
- export interface GetCcnRegionBandwidthLimitsRequest {
12330
+ export interface DescribeSnapshotAttachedInstancesRequest {
11799
12331
  /**
11800
- * CCN实例ID。形如:ccn-f49l6u0z
12332
+ * 快照策略Id
11801
12333
  */
11802
- CcnId: string;
12334
+ SnapshotPolicyId: string;
11803
12335
  /**
11804
12336
  * 过滤条件。
11805
- <li>sregion - String - (过滤条件)源地域,形如:ap-guangzhou。</li>
11806
- <li>dregion - String - (过滤条件)目的地域,形如:ap-shanghai-bm</li>
12337
+ 支持的过滤条件如下:
12338
+ <li>instance-id:实例ID。</li>
12339
+ <li>instance-region:实例所在地域。</li>
11807
12340
  */
11808
12341
  Filters?: Array<Filter>;
11809
12342
  /**
11810
- * 排序条件,目前支持带宽(BandwidthLimit)和过期时间(ExpireTime)
11811
- */
11812
- SortedBy?: string;
11813
- /**
11814
- * 偏移量
12343
+ * 偏移量,默认为0。
11815
12344
  */
11816
12345
  Offset?: number;
11817
12346
  /**
11818
- * 返回数量
12347
+ * 返回数量,默认为20,最大为200。
11819
12348
  */
11820
12349
  Limit?: number;
11821
- /**
11822
- * 排序方式,'ASC':升序,'DESC':降序。
11823
- */
11824
- OrderBy?: string;
11825
12350
  }
11826
12351
  /**
11827
12352
  * DescribeDirectConnectGatewayCcnRoutes返回参数结构体