@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/dist/client.d.ts +36 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -0
package/package.json
CHANGED
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 {
|