@alicloud/cms20190101 3.1.0 → 3.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cms20190101",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -43711,6 +43711,16 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCitiesIspCit
43711
43711
  * The carrier name.
43712
43712
  */
43713
43713
  ispName?: string;
43714
+ /**
43715
+ * @remarks
43716
+ * 探测点网络类型。取值:
43717
+ * IDC: IDC机房
43718
+ * LASTMILE: 网民家宽
43719
+ * MOBILE: 移动蜂窝网
43720
+ *
43721
+ * @example
43722
+ * IDC
43723
+ */
43714
43724
  type?: string;
43715
43725
  static names(): { [key: string]: string } {
43716
43726
  return {
@@ -44296,6 +44306,13 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44296
44306
  * 0
44297
44307
  */
44298
44308
  retryDelay?: number;
44309
+ /**
44310
+ * @remarks
44311
+ * 是否开启页面截图
44312
+ *
44313
+ * @example
44314
+ * false
44315
+ */
44299
44316
  screenShot?: boolean;
44300
44317
  /**
44301
44318
  * @example
@@ -44442,9 +44459,28 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44442
44459
  }
44443
44460
 
44444
44461
  export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig extends $tea.Model {
44462
+ /**
44463
+ * @remarks
44464
+ * 内网拨测任务的目标站点所在地域。
44465
+ *
44466
+ * @example
44467
+ * cn-beijing
44468
+ */
44445
44469
  region?: string;
44470
+ /**
44471
+ * @example
44472
+ * sg-xxxxxx
44473
+ */
44446
44474
  securityGroupId?: string;
44475
+ /**
44476
+ * @example
44477
+ * vpc-xxxxxx
44478
+ */
44447
44479
  vpcId?: string;
44480
+ /**
44481
+ * @example
44482
+ * vsw-xxxxxx
44483
+ */
44448
44484
  vswitchId?: string;
44449
44485
  static names(): { [key: string]: string } {
44450
44486
  return {