@alicloud/waf-openapi20211001 5.3.0 → 5.5.0
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 +225 -0
- package/dist/client.js +859 -8
- package/dist/client.js.map +1 -1
- package/dist/models/CreateDomainRequest.d.ts +4 -0
- package/dist/models/CreateDomainRequest.js +8 -0
- package/dist/models/CreateDomainRequest.js.map +1 -1
- package/dist/models/CreateHybridCloudClusterRequest.d.ts +175 -0
- package/dist/models/CreateHybridCloudClusterRequest.js +88 -0
- package/dist/models/CreateHybridCloudClusterRequest.js.map +1 -0
- package/dist/models/CreateHybridCloudClusterResponse.d.ts +19 -0
- package/dist/models/CreateHybridCloudClusterResponse.js +69 -0
- package/dist/models/CreateHybridCloudClusterResponse.js.map +1 -0
- package/dist/models/CreateHybridCloudClusterResponseBody.d.ts +29 -0
- package/dist/models/CreateHybridCloudClusterResponseBody.js +60 -0
- package/dist/models/CreateHybridCloudClusterResponseBody.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsRequest.d.ts +42 -0
- package/dist/models/DescribeCommonLogFieldsRequest.js +71 -0
- package/dist/models/DescribeCommonLogFieldsRequest.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsResponse.d.ts +19 -0
- package/dist/models/DescribeCommonLogFieldsResponse.js +69 -0
- package/dist/models/DescribeCommonLogFieldsResponse.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsResponseBody.d.ts +56 -0
- package/dist/models/DescribeCommonLogFieldsResponseBody.js +90 -0
- package/dist/models/DescribeCommonLogFieldsResponseBody.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsShrinkRequest.d.ts +42 -0
- package/dist/models/DescribeCommonLogFieldsShrinkRequest.js +68 -0
- package/dist/models/DescribeCommonLogFieldsShrinkRequest.js.map +1 -0
- package/dist/models/DescribeDefenseGroupValidResourcesRequest.d.ts +51 -0
- package/dist/models/DescribeDefenseGroupValidResourcesRequest.js +70 -0
- package/dist/models/DescribeDefenseGroupValidResourcesRequest.js.map +1 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponse.d.ts +19 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponse.js +69 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponse.js.map +1 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponseBody.d.ts +24 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponseBody.js +65 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponseBody.js.map +1 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesRequest.d.ts +59 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesRequest.js +72 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesRequest.js.map +1 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponse.d.ts +19 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponse.js +69 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponse.js.map +1 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponseBody.d.ts +24 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponseBody.js +65 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponseBody.js.map +1 -0
- package/dist/models/DescribeDomainDetailResponseBody.d.ts +4 -0
- package/dist/models/DescribeDomainDetailResponseBody.js +8 -0
- package/dist/models/DescribeDomainDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeHybridCloudBasicMonitorRequest.d.ts +54 -0
- package/dist/models/DescribeHybridCloudBasicMonitorRequest.js +64 -0
- package/dist/models/DescribeHybridCloudBasicMonitorRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponse.js +69 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponseBody.d.ts +60 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponseBody.js +88 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudClusterServersRequest.d.ts +69 -0
- package/dist/models/DescribeHybridCloudClusterServersRequest.js +76 -0
- package/dist/models/DescribeHybridCloudClusterServersRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudClusterServersResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudClusterServersResponse.js +69 -0
- package/dist/models/DescribeHybridCloudClusterServersResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudClusterServersResponseBody.d.ts +128 -0
- package/dist/models/DescribeHybridCloudClusterServersResponseBody.js +122 -0
- package/dist/models/DescribeHybridCloudClusterServersResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudProcessMonitorRequest.d.ts +54 -0
- package/dist/models/DescribeHybridCloudProcessMonitorRequest.js +64 -0
- package/dist/models/DescribeHybridCloudProcessMonitorRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponse.js +69 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponseBody.d.ts +70 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponseBody.js +88 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudResourceDetailRequest.d.ts +59 -0
- package/dist/models/DescribeHybridCloudResourceDetailRequest.js +72 -0
- package/dist/models/DescribeHybridCloudResourceDetailRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponse.js +69 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponseBody.d.ts +236 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponseBody.js +233 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudSdkServersRequest.d.ts +44 -0
- package/dist/models/DescribeHybridCloudSdkServersRequest.js +72 -0
- package/dist/models/DescribeHybridCloudSdkServersRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudSdkServersResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudSdkServersResponse.js +69 -0
- package/dist/models/DescribeHybridCloudSdkServersResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudSdkServersResponseBody.d.ts +73 -0
- package/dist/models/DescribeHybridCloudSdkServersResponseBody.js +102 -0
- package/dist/models/DescribeHybridCloudSdkServersResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudSupportRegionsRequest.d.ts +31 -0
- package/dist/models/DescribeHybridCloudSupportRegionsRequest.js +62 -0
- package/dist/models/DescribeHybridCloudSupportRegionsRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponse.js +69 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponseBody.d.ts +19 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponseBody.js +63 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsRequest.d.ts +44 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsRequest.js +62 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponse.js +69 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponseBody.d.ts +37 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponseBody.js +62 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponseBody.js.map +1 -0
- package/dist/models/DescribeUserLogFieldConfigRequest.d.ts +36 -0
- package/dist/models/DescribeUserLogFieldConfigRequest.js +64 -0
- package/dist/models/DescribeUserLogFieldConfigRequest.js.map +1 -0
- package/dist/models/DescribeUserLogFieldConfigResponse.d.ts +19 -0
- package/dist/models/DescribeUserLogFieldConfigResponse.js +69 -0
- package/dist/models/DescribeUserLogFieldConfigResponse.js.map +1 -0
- package/dist/models/DescribeUserLogFieldConfigResponseBody.d.ts +53 -0
- package/dist/models/DescribeUserLogFieldConfigResponseBody.js +72 -0
- package/dist/models/DescribeUserLogFieldConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyDomainRequest.d.ts +20 -0
- package/dist/models/ModifyDomainRequest.js +8 -0
- package/dist/models/ModifyDomainRequest.js.map +1 -1
- package/dist/models/ModifyHybridCloudClusterRequest.d.ts +105 -0
- package/dist/models/ModifyHybridCloudClusterRequest.js +90 -0
- package/dist/models/ModifyHybridCloudClusterRequest.js.map +1 -0
- package/dist/models/ModifyHybridCloudClusterResponse.d.ts +19 -0
- package/dist/models/ModifyHybridCloudClusterResponse.js +69 -0
- package/dist/models/ModifyHybridCloudClusterResponse.js.map +1 -0
- package/dist/models/ModifyHybridCloudClusterResponseBody.d.ts +21 -0
- package/dist/models/ModifyHybridCloudClusterResponseBody.js +58 -0
- package/dist/models/ModifyHybridCloudClusterResponseBody.js.map +1 -0
- package/dist/models/ModifyUserLogFieldConfigRequest.d.ts +54 -0
- package/dist/models/ModifyUserLogFieldConfigRequest.js +70 -0
- package/dist/models/ModifyUserLogFieldConfigRequest.js.map +1 -0
- package/dist/models/ModifyUserLogFieldConfigResponse.d.ts +19 -0
- package/dist/models/ModifyUserLogFieldConfigResponse.js +69 -0
- package/dist/models/ModifyUserLogFieldConfigResponse.js.map +1 -0
- package/dist/models/ModifyUserLogFieldConfigResponseBody.d.ts +18 -0
- package/dist/models/ModifyUserLogFieldConfigResponseBody.js +58 -0
- package/dist/models/ModifyUserLogFieldConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyUserWafLogStatusRequest.d.ts +44 -0
- package/dist/models/ModifyUserWafLogStatusRequest.js +66 -0
- package/dist/models/ModifyUserWafLogStatusRequest.js.map +1 -0
- package/dist/models/ModifyUserWafLogStatusResponse.d.ts +19 -0
- package/dist/models/ModifyUserWafLogStatusResponse.js +69 -0
- package/dist/models/ModifyUserWafLogStatusResponse.js.map +1 -0
- package/dist/models/ModifyUserWafLogStatusResponseBody.d.ts +28 -0
- package/dist/models/ModifyUserWafLogStatusResponseBody.js +62 -0
- package/dist/models/ModifyUserWafLogStatusResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +55 -0
- package/dist/models/model.js +126 -15
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1012 -28
- package/src/models/CreateDomainRequest.ts +12 -0
- package/src/models/CreateHybridCloudClusterRequest.ts +218 -0
- package/src/models/CreateHybridCloudClusterResponse.ts +40 -0
- package/src/models/CreateHybridCloudClusterResponseBody.ts +44 -0
- package/src/models/DescribeCommonLogFieldsRequest.ts +68 -0
- package/src/models/DescribeCommonLogFieldsResponse.ts +40 -0
- package/src/models/DescribeCommonLogFieldsResponseBody.ts +92 -0
- package/src/models/DescribeCommonLogFieldsShrinkRequest.ts +65 -0
- package/src/models/DescribeDefenseGroupValidResourcesRequest.ts +76 -0
- package/src/models/DescribeDefenseGroupValidResourcesResponse.ts +40 -0
- package/src/models/DescribeDefenseGroupValidResourcesResponseBody.ts +44 -0
- package/src/models/DescribeDefenseTemplateValidResourcesRequest.ts +86 -0
- package/src/models/DescribeDefenseTemplateValidResourcesResponse.ts +40 -0
- package/src/models/DescribeDefenseTemplateValidResourcesResponseBody.ts +44 -0
- package/src/models/DescribeDomainDetailResponseBody.ts +12 -0
- package/src/models/DescribeHybridCloudBasicMonitorRequest.ts +73 -0
- package/src/models/DescribeHybridCloudBasicMonitorResponse.ts +40 -0
- package/src/models/DescribeHybridCloudBasicMonitorResponseBody.ts +94 -0
- package/src/models/DescribeHybridCloudClusterServersRequest.ts +100 -0
- package/src/models/DescribeHybridCloudClusterServersResponse.ts +40 -0
- package/src/models/DescribeHybridCloudClusterServersResponseBody.ts +196 -0
- package/src/models/DescribeHybridCloudProcessMonitorRequest.ts +73 -0
- package/src/models/DescribeHybridCloudProcessMonitorResponse.ts +40 -0
- package/src/models/DescribeHybridCloudProcessMonitorResponseBody.ts +104 -0
- package/src/models/DescribeHybridCloudResourceDetailRequest.ts +86 -0
- package/src/models/DescribeHybridCloudResourceDetailResponse.ts +40 -0
- package/src/models/DescribeHybridCloudResourceDetailResponseBody.ts +388 -0
- package/src/models/DescribeHybridCloudSdkServersRequest.ts +71 -0
- package/src/models/DescribeHybridCloudSdkServersResponse.ts +40 -0
- package/src/models/DescribeHybridCloudSdkServersResponseBody.ts +121 -0
- package/src/models/DescribeHybridCloudSupportRegionsRequest.ts +48 -0
- package/src/models/DescribeHybridCloudSupportRegionsResponse.ts +40 -0
- package/src/models/DescribeHybridCloudSupportRegionsResponseBody.ts +37 -0
- package/src/models/DescribeHybridCloudUnsupportPortsRequest.ts +61 -0
- package/src/models/DescribeHybridCloudUnsupportPortsResponse.ts +40 -0
- package/src/models/DescribeHybridCloudUnsupportPortsResponseBody.ts +54 -0
- package/src/models/DescribeUserLogFieldConfigRequest.ts +55 -0
- package/src/models/DescribeUserLogFieldConfigResponse.ts +40 -0
- package/src/models/DescribeUserLogFieldConfigResponseBody.ts +80 -0
- package/src/models/ModifyDomainRequest.ts +28 -0
- package/src/models/ModifyHybridCloudClusterRequest.ts +150 -0
- package/src/models/ModifyHybridCloudClusterResponse.ts +40 -0
- package/src/models/ModifyHybridCloudClusterResponseBody.ts +34 -0
- package/src/models/ModifyUserLogFieldConfigRequest.ts +79 -0
- package/src/models/ModifyUserLogFieldConfigResponse.ts +40 -0
- package/src/models/ModifyUserLogFieldConfigResponseBody.ts +31 -0
- package/src/models/ModifyUserWafLogStatusRequest.ts +65 -0
- package/src/models/ModifyUserWafLogStatusResponse.ts +40 -0
- package/src/models/ModifyUserWafLogStatusResponseBody.ts +45 -0
- package/src/models/model.ts +55 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors extends $dara.Model {
|
|
3
|
+
levle?: string;
|
|
4
|
+
/**
|
|
5
|
+
* @remarks
|
|
6
|
+
* The metric. Valid values:
|
|
7
|
+
*
|
|
8
|
+
* * **basic_monitor_cpu_usage**: the CPU.
|
|
9
|
+
* * **basic_monitor_memory_usage**: the memory.
|
|
10
|
+
* * **basic_monitor_disk_usage**: the disk.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* basic_monitor_cpu_usage
|
|
14
|
+
*/
|
|
15
|
+
monitorName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The resource usage.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* 5.905694
|
|
22
|
+
*/
|
|
23
|
+
useRatio?: number;
|
|
24
|
+
static names(): {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
};
|
|
27
|
+
static types(): {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
};
|
|
30
|
+
validate(): void;
|
|
31
|
+
constructor(map?: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
export declare class DescribeHybridCloudBasicMonitorResponseBody extends $dara.Model {
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The basic metrics.
|
|
39
|
+
*/
|
|
40
|
+
basicMonitors?: DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors[];
|
|
41
|
+
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* The ID of the request.
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* 0B8AF42B-16A9-5762-AEF3-D148****FE5D
|
|
47
|
+
*/
|
|
48
|
+
requestId?: string;
|
|
49
|
+
totalCount?: number;
|
|
50
|
+
static names(): {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
static types(): {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
validate(): void;
|
|
57
|
+
constructor(map?: {
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
});
|
|
60
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeHybridCloudBasicMonitorResponseBody = exports.DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
levle: 'Levle',
|
|
43
|
+
monitorName: 'MonitorName',
|
|
44
|
+
useRatio: 'UseRatio',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
levle: 'string',
|
|
50
|
+
monitorName: 'string',
|
|
51
|
+
useRatio: 'number',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors = DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors;
|
|
62
|
+
class DescribeHybridCloudBasicMonitorResponseBody extends $dara.Model {
|
|
63
|
+
static names() {
|
|
64
|
+
return {
|
|
65
|
+
basicMonitors: 'BasicMonitors',
|
|
66
|
+
requestId: 'RequestId',
|
|
67
|
+
totalCount: 'TotalCount',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
static types() {
|
|
71
|
+
return {
|
|
72
|
+
basicMonitors: { 'type': 'array', 'itemType': DescribeHybridCloudBasicMonitorResponseBodyBasicMonitors },
|
|
73
|
+
requestId: 'string',
|
|
74
|
+
totalCount: 'number',
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
validate() {
|
|
78
|
+
if (Array.isArray(this.basicMonitors)) {
|
|
79
|
+
$dara.Model.validateArray(this.basicMonitors);
|
|
80
|
+
}
|
|
81
|
+
super.validate();
|
|
82
|
+
}
|
|
83
|
+
constructor(map) {
|
|
84
|
+
super(map);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.DescribeHybridCloudBasicMonitorResponseBody = DescribeHybridCloudBasicMonitorResponseBody;
|
|
88
|
+
//# sourceMappingURL=DescribeHybridCloudBasicMonitorResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeHybridCloudBasicMonitorResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeHybridCloudBasicMonitorResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wDAAyD,SAAQ,KAAK,CAAC,KAAK;IAsBvF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,4HA6CC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAe1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wDAAwD,EAAE;YACxG,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzCD,kGAyCC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeHybridCloudClusterServersRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 1
|
|
9
|
+
*/
|
|
10
|
+
clusterId?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* test
|
|
14
|
+
*/
|
|
15
|
+
groupName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* protect
|
|
19
|
+
*/
|
|
20
|
+
groupType?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* online-***wwq
|
|
24
|
+
*/
|
|
25
|
+
hostName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @remarks
|
|
28
|
+
* This parameter is required.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* waf_v3prepaid_public_cn-******nd07
|
|
32
|
+
*/
|
|
33
|
+
instanceId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @example
|
|
36
|
+
* 1.X.X.1
|
|
37
|
+
*/
|
|
38
|
+
ip?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @example
|
|
41
|
+
* 1
|
|
42
|
+
*/
|
|
43
|
+
pageNumber?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @example
|
|
46
|
+
* 10
|
|
47
|
+
*/
|
|
48
|
+
pageSize?: number;
|
|
49
|
+
/**
|
|
50
|
+
* @example
|
|
51
|
+
* cn-hangzhou
|
|
52
|
+
*/
|
|
53
|
+
regionId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* rg-acfm***q
|
|
57
|
+
*/
|
|
58
|
+
resourceManagerResourceGroupId?: string;
|
|
59
|
+
static names(): {
|
|
60
|
+
[key: string]: string;
|
|
61
|
+
};
|
|
62
|
+
static types(): {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
};
|
|
65
|
+
validate(): void;
|
|
66
|
+
constructor(map?: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
});
|
|
69
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeHybridCloudClusterServersRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeHybridCloudClusterServersRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
clusterId: 'ClusterId',
|
|
43
|
+
groupName: 'GroupName',
|
|
44
|
+
groupType: 'GroupType',
|
|
45
|
+
hostName: 'HostName',
|
|
46
|
+
instanceId: 'InstanceId',
|
|
47
|
+
ip: 'Ip',
|
|
48
|
+
pageNumber: 'PageNumber',
|
|
49
|
+
pageSize: 'PageSize',
|
|
50
|
+
regionId: 'RegionId',
|
|
51
|
+
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
static types() {
|
|
55
|
+
return {
|
|
56
|
+
clusterId: 'number',
|
|
57
|
+
groupName: 'string',
|
|
58
|
+
groupType: 'string',
|
|
59
|
+
hostName: 'string',
|
|
60
|
+
instanceId: 'string',
|
|
61
|
+
ip: 'string',
|
|
62
|
+
pageNumber: 'number',
|
|
63
|
+
pageSize: 'number',
|
|
64
|
+
regionId: 'string',
|
|
65
|
+
resourceManagerResourceGroupId: 'string',
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
validate() {
|
|
69
|
+
super.validate();
|
|
70
|
+
}
|
|
71
|
+
constructor(map) {
|
|
72
|
+
super(map);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.DescribeHybridCloudClusterServersRequest = DescribeHybridCloudClusterServersRequest;
|
|
76
|
+
//# sourceMappingURL=DescribeHybridCloudClusterServersRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeHybridCloudClusterServersRequest.js","sourceRoot":"","sources":["../../src/models/DescribeHybridCloudClusterServersRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAyDvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,EAAE,EAAE,IAAI;YACR,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,8BAA8B,EAAE,gCAAgC;SACjE,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,EAAE,EAAE,QAAQ;YACZ,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,8BAA8B,EAAE,QAAQ;SACzC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9FD,4FA8FC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DescribeHybridCloudClusterServersResponseBody } from "./DescribeHybridCloudClusterServersResponseBody";
|
|
3
|
+
export declare class DescribeHybridCloudClusterServersResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DescribeHybridCloudClusterServersResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeHybridCloudClusterServersResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribeHybridCloudClusterServersResponseBody_1 = require("./DescribeHybridCloudClusterServersResponseBody");
|
|
40
|
+
class DescribeHybridCloudClusterServersResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: DescribeHybridCloudClusterServersResponseBody_1.DescribeHybridCloudClusterServersResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.DescribeHybridCloudClusterServersResponse = DescribeHybridCloudClusterServersResponse;
|
|
69
|
+
//# sourceMappingURL=DescribeHybridCloudClusterServersResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeHybridCloudClusterServersResponse.js","sourceRoot":"","sources":["../../src/models/DescribeHybridCloudClusterServersResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mHAAgH;AAGhH,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;IAIxE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,6FAA6C;SACpD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,8FAiCC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeHybridCloudClusterServersResponseBodyClusterServers extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* asiapacific
|
|
6
|
+
*/
|
|
7
|
+
continents?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 410
|
|
11
|
+
*/
|
|
12
|
+
continentsValue?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 4
|
|
16
|
+
*/
|
|
17
|
+
cpu?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* 1665987186000
|
|
21
|
+
*/
|
|
22
|
+
createTimestamp?: number;
|
|
23
|
+
customName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* 1
|
|
27
|
+
*/
|
|
28
|
+
groupId?: number;
|
|
29
|
+
groupName?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* protect
|
|
33
|
+
*/
|
|
34
|
+
groupType?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* qsh5-sec-waf-*****-6
|
|
38
|
+
*/
|
|
39
|
+
hostName?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* 1.*.*1。
|
|
43
|
+
*/
|
|
44
|
+
ip?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* running
|
|
48
|
+
*/
|
|
49
|
+
jobStatus?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* **:**:00:02:eb:c7
|
|
53
|
+
*/
|
|
54
|
+
mac?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* 33547386880
|
|
58
|
+
*/
|
|
59
|
+
memory?: number;
|
|
60
|
+
/**
|
|
61
|
+
* @example
|
|
62
|
+
* 28ab688cd403563e8e173*****79600
|
|
63
|
+
*/
|
|
64
|
+
mid?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @example
|
|
67
|
+
* aliyun。
|
|
68
|
+
*/
|
|
69
|
+
operator?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @example
|
|
72
|
+
* 0
|
|
73
|
+
*/
|
|
74
|
+
operatorValue?: number;
|
|
75
|
+
/**
|
|
76
|
+
* @example
|
|
77
|
+
* beijing
|
|
78
|
+
*/
|
|
79
|
+
regionCode?: string;
|
|
80
|
+
/**
|
|
81
|
+
* @example
|
|
82
|
+
* 0
|
|
83
|
+
*/
|
|
84
|
+
regionCodeValue?: number;
|
|
85
|
+
/**
|
|
86
|
+
* @example
|
|
87
|
+
* ok
|
|
88
|
+
*/
|
|
89
|
+
status?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @example
|
|
92
|
+
* 1711953897000
|
|
93
|
+
*/
|
|
94
|
+
updateTimestamp?: number;
|
|
95
|
+
static names(): {
|
|
96
|
+
[key: string]: string;
|
|
97
|
+
};
|
|
98
|
+
static types(): {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
};
|
|
101
|
+
validate(): void;
|
|
102
|
+
constructor(map?: {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
export declare class DescribeHybridCloudClusterServersResponseBody extends $dara.Model {
|
|
107
|
+
clusterServers?: DescribeHybridCloudClusterServersResponseBodyClusterServers[];
|
|
108
|
+
/**
|
|
109
|
+
* @example
|
|
110
|
+
* C3B0FDD2-11CE-59A5-BEB5-*****1A969
|
|
111
|
+
*/
|
|
112
|
+
requestId?: string;
|
|
113
|
+
/**
|
|
114
|
+
* @example
|
|
115
|
+
* 3
|
|
116
|
+
*/
|
|
117
|
+
totalCount?: number;
|
|
118
|
+
static names(): {
|
|
119
|
+
[key: string]: string;
|
|
120
|
+
};
|
|
121
|
+
static types(): {
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
};
|
|
124
|
+
validate(): void;
|
|
125
|
+
constructor(map?: {
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
});
|
|
128
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeHybridCloudClusterServersResponseBody = exports.DescribeHybridCloudClusterServersResponseBodyClusterServers = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeHybridCloudClusterServersResponseBodyClusterServers extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
continents: 'Continents',
|
|
43
|
+
continentsValue: 'ContinentsValue',
|
|
44
|
+
cpu: 'Cpu',
|
|
45
|
+
createTimestamp: 'CreateTimestamp',
|
|
46
|
+
customName: 'CustomName',
|
|
47
|
+
groupId: 'GroupId',
|
|
48
|
+
groupName: 'GroupName',
|
|
49
|
+
groupType: 'GroupType',
|
|
50
|
+
hostName: 'HostName',
|
|
51
|
+
ip: 'Ip',
|
|
52
|
+
jobStatus: 'JobStatus',
|
|
53
|
+
mac: 'Mac',
|
|
54
|
+
memory: 'Memory',
|
|
55
|
+
mid: 'Mid',
|
|
56
|
+
operator: 'Operator',
|
|
57
|
+
operatorValue: 'OperatorValue',
|
|
58
|
+
regionCode: 'RegionCode',
|
|
59
|
+
regionCodeValue: 'RegionCodeValue',
|
|
60
|
+
status: 'Status',
|
|
61
|
+
updateTimestamp: 'UpdateTimestamp',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
static types() {
|
|
65
|
+
return {
|
|
66
|
+
continents: 'string',
|
|
67
|
+
continentsValue: 'number',
|
|
68
|
+
cpu: 'number',
|
|
69
|
+
createTimestamp: 'number',
|
|
70
|
+
customName: 'string',
|
|
71
|
+
groupId: 'number',
|
|
72
|
+
groupName: 'string',
|
|
73
|
+
groupType: 'string',
|
|
74
|
+
hostName: 'string',
|
|
75
|
+
ip: 'string',
|
|
76
|
+
jobStatus: 'string',
|
|
77
|
+
mac: 'string',
|
|
78
|
+
memory: 'number',
|
|
79
|
+
mid: 'string',
|
|
80
|
+
operator: 'string',
|
|
81
|
+
operatorValue: 'number',
|
|
82
|
+
regionCode: 'string',
|
|
83
|
+
regionCodeValue: 'number',
|
|
84
|
+
status: 'string',
|
|
85
|
+
updateTimestamp: 'number',
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
validate() {
|
|
89
|
+
super.validate();
|
|
90
|
+
}
|
|
91
|
+
constructor(map) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.DescribeHybridCloudClusterServersResponseBodyClusterServers = DescribeHybridCloudClusterServersResponseBodyClusterServers;
|
|
96
|
+
class DescribeHybridCloudClusterServersResponseBody extends $dara.Model {
|
|
97
|
+
static names() {
|
|
98
|
+
return {
|
|
99
|
+
clusterServers: 'ClusterServers',
|
|
100
|
+
requestId: 'RequestId',
|
|
101
|
+
totalCount: 'TotalCount',
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
static types() {
|
|
105
|
+
return {
|
|
106
|
+
clusterServers: { 'type': 'array', 'itemType': DescribeHybridCloudClusterServersResponseBodyClusterServers },
|
|
107
|
+
requestId: 'string',
|
|
108
|
+
totalCount: 'number',
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
validate() {
|
|
112
|
+
if (Array.isArray(this.clusterServers)) {
|
|
113
|
+
$dara.Model.validateArray(this.clusterServers);
|
|
114
|
+
}
|
|
115
|
+
super.validate();
|
|
116
|
+
}
|
|
117
|
+
constructor(map) {
|
|
118
|
+
super(map);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
exports.DescribeHybridCloudClusterServersResponseBody = DescribeHybridCloudClusterServersResponseBody;
|
|
122
|
+
//# sourceMappingURL=DescribeHybridCloudClusterServersResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeHybridCloudClusterServersResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeHybridCloudClusterServersResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2DAA4D,SAAQ,KAAK,CAAC,KAAK;IA6F1F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,GAAG,EAAE,KAAK;YACV,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,EAAE,EAAE,IAAI;YACR,SAAS,EAAE,WAAW;YACtB,GAAG,EAAE,KAAK;YACV,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,KAAK;YACV,QAAQ,EAAE,UAAU;YACpB,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,GAAG,EAAE,QAAQ;YACb,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,EAAE,EAAE,QAAQ;YACZ,SAAS,EAAE,QAAQ;YACnB,GAAG,EAAE,QAAQ;YACb,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,QAAQ;YACb,QAAQ,EAAE,QAAQ;YAClB,aAAa,EAAE,QAAQ;YACvB,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtJD,kIAsJC;AAED,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAY5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2DAA2D,EAAE;YAC5G,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sGAsCC"}
|