@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/dist/client.d.ts
CHANGED
|
@@ -33035,6 +33035,16 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCiti
|
|
|
33035
33035
|
* The carrier name.
|
|
33036
33036
|
*/
|
|
33037
33037
|
ispName?: string;
|
|
33038
|
+
/**
|
|
33039
|
+
* @remarks
|
|
33040
|
+
* 探测点网络类型。取值:
|
|
33041
|
+
* IDC: IDC机房
|
|
33042
|
+
* LASTMILE: 网民家宽
|
|
33043
|
+
* MOBILE: 移动蜂窝网
|
|
33044
|
+
*
|
|
33045
|
+
* @example
|
|
33046
|
+
* IDC
|
|
33047
|
+
*/
|
|
33038
33048
|
type?: string;
|
|
33039
33049
|
static names(): {
|
|
33040
33050
|
[key: string]: string;
|
|
@@ -33508,6 +33518,13 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
|
|
|
33508
33518
|
* 0
|
|
33509
33519
|
*/
|
|
33510
33520
|
retryDelay?: number;
|
|
33521
|
+
/**
|
|
33522
|
+
* @remarks
|
|
33523
|
+
* 是否开启页面截图
|
|
33524
|
+
*
|
|
33525
|
+
* @example
|
|
33526
|
+
* false
|
|
33527
|
+
*/
|
|
33511
33528
|
screenShot?: boolean;
|
|
33512
33529
|
/**
|
|
33513
33530
|
* @example
|
|
@@ -33553,9 +33570,28 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
|
|
|
33553
33570
|
});
|
|
33554
33571
|
}
|
|
33555
33572
|
export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig extends $tea.Model {
|
|
33573
|
+
/**
|
|
33574
|
+
* @remarks
|
|
33575
|
+
* 内网拨测任务的目标站点所在地域。
|
|
33576
|
+
*
|
|
33577
|
+
* @example
|
|
33578
|
+
* cn-beijing
|
|
33579
|
+
*/
|
|
33556
33580
|
region?: string;
|
|
33581
|
+
/**
|
|
33582
|
+
* @example
|
|
33583
|
+
* sg-xxxxxx
|
|
33584
|
+
*/
|
|
33557
33585
|
securityGroupId?: string;
|
|
33586
|
+
/**
|
|
33587
|
+
* @example
|
|
33588
|
+
* vpc-xxxxxx
|
|
33589
|
+
*/
|
|
33558
33590
|
vpcId?: string;
|
|
33591
|
+
/**
|
|
33592
|
+
* @example
|
|
33593
|
+
* vsw-xxxxxx
|
|
33594
|
+
*/
|
|
33559
33595
|
vswitchId?: string;
|
|
33560
33596
|
static names(): {
|
|
33561
33597
|
[key: string]: string;
|