@huaweicloud/huaweicloud-sdk-eip 3.0.20-beta → 3.0.24-beta
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/huaweicloud-sdk-eip.d.ts +1 -0
- package/huaweicloud-sdk-eip.js +1 -0
- package/package.json +2 -2
- package/v2/model/CreatePrePaidPublicipOption.d.ts +2 -0
- package/v2/model/CreatePrePaidPublicipOption.js +4 -0
- package/v2/model/CreatePublicipOption.d.ts +2 -0
- package/v2/model/CreatePublicipOption.js +4 -0
- package/v2/model/CreateSharedBandwidthOption.d.ts +4 -0
- package/v2/model/CreateSharedBandwidthOption.js +14 -0
- package/v2/model/PublicipCreateResp.d.ts +2 -0
- package/v2/model/PublicipCreateResp.js +4 -0
- package/v2/model/PublicipShowResp.d.ts +2 -0
- package/v2/model/PublicipShowResp.js +4 -0
- package/v2/model/PublicipUpdateResp.d.ts +2 -0
- package/v2/model/PublicipUpdateResp.js +4 -0
- package/v2/model/UpdatePublicipOption.d.ts +2 -0
- package/v2/model/UpdatePublicipOption.js +4 -0
- package/v3/EipClient.d.ts +284 -0
- package/v3/EipClient.js +921 -0
- package/v3/model/AssociatePublicipsOption.d.ts +21 -0
- package/v3/model/AssociatePublicipsOption.js +48 -0
- package/v3/model/AssociatePublicipsRequest.d.ts +10 -0
- package/v3/model/AssociatePublicipsRequest.js +28 -0
- package/v3/model/AssociatePublicipsRequestBody.d.ts +6 -0
- package/v3/model/AssociatePublicipsRequestBody.js +14 -0
- package/v3/model/AssociatePublicipsResponse.d.ts +11 -0
- package/v3/model/AssociatePublicipsResponse.js +45 -0
- package/v3/model/BandwidthInfoResp.d.ts +27 -0
- package/v3/model/BandwidthInfoResp.js +74 -0
- package/v3/model/BillingInfoDict.d.ts +11 -0
- package/v3/model/BillingInfoDict.js +37 -0
- package/v3/model/CommonPoolDict.d.ts +21 -0
- package/v3/model/CommonPoolDict.js +57 -0
- package/v3/model/CommonPoolsWithBorderGroupDict.d.ts +11 -0
- package/v3/model/CommonPoolsWithBorderGroupDict.js +37 -0
- package/v3/model/DisassociatePublicipsOption.d.ts +21 -0
- package/v3/model/DisassociatePublicipsOption.js +48 -0
- package/v3/model/DisassociatePublicipsRequest.d.ts +10 -0
- package/v3/model/DisassociatePublicipsRequest.js +28 -0
- package/v3/model/DisassociatePublicipsRequestBody.d.ts +6 -0
- package/v3/model/DisassociatePublicipsRequestBody.js +14 -0
- package/v3/model/DisassociatePublicipsResponse.d.ts +11 -0
- package/v3/model/DisassociatePublicipsResponse.js +45 -0
- package/v3/model/ListCommonPoolsRequest.d.ts +11 -0
- package/v3/model/ListCommonPoolsRequest.js +31 -0
- package/v3/model/ListCommonPoolsResponse.d.ts +13 -0
- package/v3/model/ListCommonPoolsResponse.js +55 -0
- package/v3/model/ListPublicBorderGroupsRequest.d.ts +5 -0
- package/v3/model/ListPublicBorderGroupsRequest.js +13 -0
- package/v3/model/ListPublicBorderGroupsResponse.d.ts +13 -0
- package/v3/model/ListPublicBorderGroupsResponse.js +55 -0
- package/v3/model/ListPublicipPoolRequest.d.ts +33 -0
- package/v3/model/ListPublicipPoolRequest.js +87 -0
- package/v3/model/ListPublicipPoolResponse.d.ts +18 -0
- package/v3/model/ListPublicipPoolResponse.js +69 -0
- package/v3/model/ListPublicipsRequest.d.ts +245 -0
- package/v3/model/ListPublicipsRequest.js +599 -0
- package/v3/model/ListPublicipsResponse.d.ts +20 -0
- package/v3/model/ListPublicipsResponse.js +73 -0
- package/v3/model/ListShareBandwidthTypesRequest.d.ts +33 -0
- package/v3/model/ListShareBandwidthTypesRequest.js +105 -0
- package/v3/model/ListShareBandwidthTypesResponse.d.ts +18 -0
- package/v3/model/ListShareBandwidthTypesResponse.js +69 -0
- package/v3/model/PageInfoOption.d.ts +15 -0
- package/v3/model/PageInfoOption.js +51 -0
- package/v3/model/ProfileInfo.d.ts +68 -0
- package/v3/model/ProfileInfo.js +168 -0
- package/v3/model/PublicipBandwidthInfo.d.ts +21 -0
- package/v3/model/PublicipBandwidthInfo.js +63 -0
- package/v3/model/PublicipInstanceResp.d.ts +123 -0
- package/v3/model/PublicipInstanceResp.js +285 -0
- package/v3/model/PublicipPoolShowResp.d.ts +63 -0
- package/v3/model/PublicipPoolShowResp.js +166 -0
- package/v3/model/PublicipSingleShowResp.d.ts +153 -0
- package/v3/model/PublicipSingleShowResp.js +377 -0
- package/v3/model/ShareBandwidthTypeShowResp.d.ts +31 -0
- package/v3/model/ShareBandwidthTypeShowResp.js +101 -0
- package/v3/model/ShowPublicipPoolRequest.d.ts +9 -0
- package/v3/model/ShowPublicipPoolRequest.js +28 -0
- package/v3/model/ShowPublicipPoolResponse.d.ts +13 -0
- package/v3/model/ShowPublicipPoolResponse.js +55 -0
- package/v3/model/ShowPublicipRequest.d.ts +9 -0
- package/v3/model/ShowPublicipRequest.js +28 -0
- package/v3/model/ShowPublicipResponse.d.ts +11 -0
- package/v3/model/ShowPublicipResponse.js +45 -0
- package/v3/model/TagsInfo.d.ts +7 -0
- package/v3/model/TagsInfo.js +17 -0
- package/v3/model/VnicInfo.d.ts +41 -0
- package/v3/model/VnicInfo.js +133 -0
- package/v3/public-api.d.ts +36 -0
- package/v3/public-api.js +48 -0
package/huaweicloud-sdk-eip.d.ts
CHANGED
package/huaweicloud-sdk-eip.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-eip",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.24-beta",
|
|
4
4
|
"description": "Huaweicloud SDK for eip",
|
|
5
5
|
"main": "huaweicloud-sdk-eip.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-eip.d.ts",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.0.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.0.24-beta"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export declare class CreatePrePaidPublicipOption {
|
|
2
2
|
type: string;
|
|
3
3
|
private 'ip_version'?;
|
|
4
|
+
alias?: string;
|
|
4
5
|
constructor(type?: any);
|
|
5
6
|
withType(type: string): CreatePrePaidPublicipOption;
|
|
6
7
|
withIpVersion(ipVersion: number): CreatePrePaidPublicipOption;
|
|
7
8
|
set ipVersion(ipVersion: number | undefined);
|
|
8
9
|
get ipVersion(): number | undefined;
|
|
10
|
+
withAlias(alias: string): CreatePrePaidPublicipOption;
|
|
9
11
|
}
|
|
@@ -23,6 +23,10 @@ var CreatePrePaidPublicipOption = /** @class */ (function () {
|
|
|
23
23
|
enumerable: false,
|
|
24
24
|
configurable: true
|
|
25
25
|
});
|
|
26
|
+
CreatePrePaidPublicipOption.prototype.withAlias = function (alias) {
|
|
27
|
+
this['alias'] = alias;
|
|
28
|
+
return this;
|
|
29
|
+
};
|
|
26
30
|
return CreatePrePaidPublicipOption;
|
|
27
31
|
}());
|
|
28
32
|
exports.CreatePrePaidPublicipOption = CreatePrePaidPublicipOption;
|
|
@@ -2,6 +2,7 @@ export declare class CreatePublicipOption {
|
|
|
2
2
|
private 'ip_address'?;
|
|
3
3
|
type: string;
|
|
4
4
|
private 'ip_version'?;
|
|
5
|
+
alias?: string;
|
|
5
6
|
constructor(type?: any);
|
|
6
7
|
withIpAddress(ipAddress: string): CreatePublicipOption;
|
|
7
8
|
set ipAddress(ipAddress: string | undefined);
|
|
@@ -10,6 +11,7 @@ export declare class CreatePublicipOption {
|
|
|
10
11
|
withIpVersion(ipVersion: CreatePublicipOptionIpVersionEnum): CreatePublicipOption;
|
|
11
12
|
set ipVersion(ipVersion: CreatePublicipOptionIpVersionEnum | undefined);
|
|
12
13
|
get ipVersion(): CreatePublicipOptionIpVersionEnum | undefined;
|
|
14
|
+
withAlias(alias: string): CreatePublicipOption;
|
|
13
15
|
}
|
|
14
16
|
/**
|
|
15
17
|
* @export
|
|
@@ -37,6 +37,10 @@ var CreatePublicipOption = /** @class */ (function () {
|
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
39
39
|
});
|
|
40
|
+
CreatePublicipOption.prototype.withAlias = function (alias) {
|
|
41
|
+
this['alias'] = alias;
|
|
42
|
+
return this;
|
|
43
|
+
};
|
|
40
44
|
return CreatePublicipOption;
|
|
41
45
|
}());
|
|
42
46
|
exports.CreatePublicipOption = CreatePublicipOption;
|
|
@@ -4,6 +4,7 @@ export declare class CreateSharedBandwidthOption {
|
|
|
4
4
|
size: number;
|
|
5
5
|
private 'charge_mode'?;
|
|
6
6
|
private 'public_border_group'?;
|
|
7
|
+
private 'bandwidth_type'?;
|
|
7
8
|
constructor(name?: any, size?: any);
|
|
8
9
|
withEnterpriseProjectId(enterpriseProjectId: string): CreateSharedBandwidthOption;
|
|
9
10
|
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
@@ -16,6 +17,9 @@ export declare class CreateSharedBandwidthOption {
|
|
|
16
17
|
withPublicBorderGroup(publicBorderGroup: string): CreateSharedBandwidthOption;
|
|
17
18
|
set publicBorderGroup(publicBorderGroup: string | undefined);
|
|
18
19
|
get publicBorderGroup(): string | undefined;
|
|
20
|
+
withBandwidthType(bandwidthType: string): CreateSharedBandwidthOption;
|
|
21
|
+
set bandwidthType(bandwidthType: string | undefined);
|
|
22
|
+
get bandwidthType(): string | undefined;
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @export
|
|
@@ -56,6 +56,20 @@ var CreateSharedBandwidthOption = /** @class */ (function () {
|
|
|
56
56
|
enumerable: false,
|
|
57
57
|
configurable: true
|
|
58
58
|
});
|
|
59
|
+
CreateSharedBandwidthOption.prototype.withBandwidthType = function (bandwidthType) {
|
|
60
|
+
this['bandwidth_type'] = bandwidthType;
|
|
61
|
+
return this;
|
|
62
|
+
};
|
|
63
|
+
Object.defineProperty(CreateSharedBandwidthOption.prototype, "bandwidthType", {
|
|
64
|
+
get: function () {
|
|
65
|
+
return this['bandwidth_type'];
|
|
66
|
+
},
|
|
67
|
+
set: function (bandwidthType) {
|
|
68
|
+
this['bandwidth_type'] = bandwidthType;
|
|
69
|
+
},
|
|
70
|
+
enumerable: false,
|
|
71
|
+
configurable: true
|
|
72
|
+
});
|
|
59
73
|
return CreateSharedBandwidthOption;
|
|
60
74
|
}());
|
|
61
75
|
exports.CreateSharedBandwidthOption = CreateSharedBandwidthOption;
|
|
@@ -9,6 +9,7 @@ export declare class PublicipCreateResp {
|
|
|
9
9
|
private 'public_ipv6_address'?;
|
|
10
10
|
private 'ip_version'?;
|
|
11
11
|
private 'enterprise_project_id'?;
|
|
12
|
+
alias?: string;
|
|
12
13
|
constructor();
|
|
13
14
|
withBandwidthSize(bandwidthSize: number): PublicipCreateResp;
|
|
14
15
|
set bandwidthSize(bandwidthSize: number | undefined);
|
|
@@ -34,6 +35,7 @@ export declare class PublicipCreateResp {
|
|
|
34
35
|
withEnterpriseProjectId(enterpriseProjectId: string): PublicipCreateResp;
|
|
35
36
|
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
36
37
|
get enterpriseProjectId(): string | undefined;
|
|
38
|
+
withAlias(alias: string): PublicipCreateResp;
|
|
37
39
|
}
|
|
38
40
|
/**
|
|
39
41
|
* @export
|
|
@@ -114,6 +114,10 @@ var PublicipCreateResp = /** @class */ (function () {
|
|
|
114
114
|
enumerable: false,
|
|
115
115
|
configurable: true
|
|
116
116
|
});
|
|
117
|
+
PublicipCreateResp.prototype.withAlias = function (alias) {
|
|
118
|
+
this['alias'] = alias;
|
|
119
|
+
return this;
|
|
120
|
+
};
|
|
117
121
|
return PublicipCreateResp;
|
|
118
122
|
}());
|
|
119
123
|
exports.PublicipCreateResp = PublicipCreateResp;
|
|
@@ -18,6 +18,7 @@ export declare class PublicipShowResp {
|
|
|
18
18
|
private 'ip_version'?;
|
|
19
19
|
private 'public_border_group'?;
|
|
20
20
|
private 'allow_share_bandwidth_types'?;
|
|
21
|
+
alias?: string;
|
|
21
22
|
constructor();
|
|
22
23
|
withBandwidthId(bandwidthId: string): PublicipShowResp;
|
|
23
24
|
set bandwidthId(bandwidthId: string | undefined);
|
|
@@ -65,6 +66,7 @@ export declare class PublicipShowResp {
|
|
|
65
66
|
withAllowShareBandwidthTypes(allowShareBandwidthTypes: Array<string>): PublicipShowResp;
|
|
66
67
|
set allowShareBandwidthTypes(allowShareBandwidthTypes: Array<string> | undefined);
|
|
67
68
|
get allowShareBandwidthTypes(): Array<string> | undefined;
|
|
69
|
+
withAlias(alias: string): PublicipShowResp;
|
|
68
70
|
}
|
|
69
71
|
/**
|
|
70
72
|
* @export
|
|
@@ -216,6 +216,10 @@ var PublicipShowResp = /** @class */ (function () {
|
|
|
216
216
|
enumerable: false,
|
|
217
217
|
configurable: true
|
|
218
218
|
});
|
|
219
|
+
PublicipShowResp.prototype.withAlias = function (alias) {
|
|
220
|
+
this['alias'] = alias;
|
|
221
|
+
return this;
|
|
222
|
+
};
|
|
219
223
|
return PublicipShowResp;
|
|
220
224
|
}());
|
|
221
225
|
exports.PublicipShowResp = PublicipShowResp;
|
|
@@ -16,6 +16,7 @@ export declare class PublicipUpdateResp {
|
|
|
16
16
|
type?: string;
|
|
17
17
|
private 'public_ipv6_address'?;
|
|
18
18
|
private 'ip_version'?;
|
|
19
|
+
alias?: string;
|
|
19
20
|
constructor();
|
|
20
21
|
withBandwidthId(bandwidthId: string): PublicipUpdateResp;
|
|
21
22
|
set bandwidthId(bandwidthId: string | undefined);
|
|
@@ -57,6 +58,7 @@ export declare class PublicipUpdateResp {
|
|
|
57
58
|
withIpVersion(ipVersion: PublicipUpdateRespIpVersionEnum): PublicipUpdateResp;
|
|
58
59
|
set ipVersion(ipVersion: PublicipUpdateRespIpVersionEnum | undefined);
|
|
59
60
|
get ipVersion(): PublicipUpdateRespIpVersionEnum | undefined;
|
|
61
|
+
withAlias(alias: string): PublicipUpdateResp;
|
|
60
62
|
}
|
|
61
63
|
/**
|
|
62
64
|
* @export
|
|
@@ -188,6 +188,10 @@ var PublicipUpdateResp = /** @class */ (function () {
|
|
|
188
188
|
enumerable: false,
|
|
189
189
|
configurable: true
|
|
190
190
|
});
|
|
191
|
+
PublicipUpdateResp.prototype.withAlias = function (alias) {
|
|
192
|
+
this['alias'] = alias;
|
|
193
|
+
return this;
|
|
194
|
+
};
|
|
191
195
|
return PublicipUpdateResp;
|
|
192
196
|
}());
|
|
193
197
|
exports.PublicipUpdateResp = PublicipUpdateResp;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare class UpdatePublicipOption {
|
|
2
2
|
private 'port_id'?;
|
|
3
3
|
private 'ip_version'?;
|
|
4
|
+
alias?: string;
|
|
4
5
|
constructor();
|
|
5
6
|
withPortId(portId: string): UpdatePublicipOption;
|
|
6
7
|
set portId(portId: string | undefined);
|
|
@@ -8,6 +9,7 @@ export declare class UpdatePublicipOption {
|
|
|
8
9
|
withIpVersion(ipVersion: UpdatePublicipOptionIpVersionEnum): UpdatePublicipOption;
|
|
9
10
|
set ipVersion(ipVersion: UpdatePublicipOptionIpVersionEnum | undefined);
|
|
10
11
|
get ipVersion(): UpdatePublicipOptionIpVersionEnum | undefined;
|
|
12
|
+
withAlias(alias: string): UpdatePublicipOption;
|
|
11
13
|
}
|
|
12
14
|
/**
|
|
13
15
|
* @export
|
|
@@ -32,6 +32,10 @@ var UpdatePublicipOption = /** @class */ (function () {
|
|
|
32
32
|
enumerable: false,
|
|
33
33
|
configurable: true
|
|
34
34
|
});
|
|
35
|
+
UpdatePublicipOption.prototype.withAlias = function (alias) {
|
|
36
|
+
this['alias'] = alias;
|
|
37
|
+
return this;
|
|
38
|
+
};
|
|
35
39
|
return UpdatePublicipOption;
|
|
36
40
|
}());
|
|
37
41
|
exports.UpdatePublicipOption = UpdatePublicipOption;
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
|
2
|
+
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
|
3
|
+
import { AssociatePublicipsRequest } from './model/AssociatePublicipsRequest';
|
|
4
|
+
import { AssociatePublicipsResponse } from './model/AssociatePublicipsResponse';
|
|
5
|
+
import { DisassociatePublicipsRequest } from './model/DisassociatePublicipsRequest';
|
|
6
|
+
import { DisassociatePublicipsResponse } from './model/DisassociatePublicipsResponse';
|
|
7
|
+
import { ListCommonPoolsRequest } from './model/ListCommonPoolsRequest';
|
|
8
|
+
import { ListCommonPoolsResponse } from './model/ListCommonPoolsResponse';
|
|
9
|
+
import { ListPublicBorderGroupsRequest } from './model/ListPublicBorderGroupsRequest';
|
|
10
|
+
import { ListPublicBorderGroupsResponse } from './model/ListPublicBorderGroupsResponse';
|
|
11
|
+
import { ListPublicipPoolRequest } from './model/ListPublicipPoolRequest';
|
|
12
|
+
import { ListPublicipPoolResponse } from './model/ListPublicipPoolResponse';
|
|
13
|
+
import { ListPublicipsRequest } from './model/ListPublicipsRequest';
|
|
14
|
+
import { ListPublicipsResponse } from './model/ListPublicipsResponse';
|
|
15
|
+
import { ListShareBandwidthTypesRequest } from './model/ListShareBandwidthTypesRequest';
|
|
16
|
+
import { ListShareBandwidthTypesResponse } from './model/ListShareBandwidthTypesResponse';
|
|
17
|
+
import { ShowPublicipPoolRequest } from './model/ShowPublicipPoolRequest';
|
|
18
|
+
import { ShowPublicipPoolResponse } from './model/ShowPublicipPoolResponse';
|
|
19
|
+
import { ShowPublicipRequest } from './model/ShowPublicipRequest';
|
|
20
|
+
import { ShowPublicipResponse } from './model/ShowPublicipResponse';
|
|
21
|
+
export declare class EipClient {
|
|
22
|
+
static newBuilder(): ClientBuilder<EipClient>;
|
|
23
|
+
private hcClient;
|
|
24
|
+
constructor(client: HcClient);
|
|
25
|
+
getPath(): any;
|
|
26
|
+
/**
|
|
27
|
+
* 查询公共池列表
|
|
28
|
+
* @summary 查询公共池列表
|
|
29
|
+
* @param {string} [fields] 显示,形式为\"fields=id&fields=name&...\" 支持字段:id/name/status/type/used/allow_share_bandwidth_types/public_border_group
|
|
30
|
+
* @param {string} [name] 公共池名称
|
|
31
|
+
* @param {string} [publicBorderGroup] 公共池位于中心还是边缘
|
|
32
|
+
* @param {*} [options] Override http request option.
|
|
33
|
+
* @throws {RequiredError}
|
|
34
|
+
*/
|
|
35
|
+
listCommonPools(listCommonPoolsRequest?: ListCommonPoolsRequest): Promise<ListCommonPoolsResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* 查询公共池分组列表,包含名称和位置信息
|
|
38
|
+
* @summary 查询公共池分组列表
|
|
39
|
+
* @param {string} [fields] 显示,形式为\"fields=id&fields=name&...\" 支持字段:publicip_pools/public_border_group
|
|
40
|
+
* @param {*} [options] Override http request option.
|
|
41
|
+
* @throws {RequiredError}
|
|
42
|
+
*/
|
|
43
|
+
listPublicBorderGroups(listPublicBorderGroupsRequest?: ListPublicBorderGroupsRequest): Promise<ListPublicBorderGroupsResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* 查询指定租户下的共享带宽类型列表
|
|
46
|
+
* @summary 查询指定租户下的共享带宽类型列表
|
|
47
|
+
* @param {string} [fields] 形式为\\\"fields=id&fields=bandwidth_type&...\\\",支持字段:id/bandwidth_type/name_en/name_zh/created_at/update_at/public_border_group/description
|
|
48
|
+
* @param {string} [id] 支持带宽类型的id
|
|
49
|
+
* @param {string} [bandwidthType] 带宽支持类型
|
|
50
|
+
* @param {string} [nameEn] 带宽类型英文表述
|
|
51
|
+
* @param {string} [nameZh] 带宽类型中文表述
|
|
52
|
+
* @param {string} [publicBorderGroup] 带宽类型所处位置,中心站点or边缘站点
|
|
53
|
+
* @param {string} [sortKey] 排序,形式为\"sort_key=id&sort_dir=asc\" 支持字段:id/bandwidth_type/public_border_group
|
|
54
|
+
* @param {string} [sortDir] 排序方向 取值范围:asc、desc
|
|
55
|
+
* @param {number} [limit] 每页返回的个数取值范围:0~[2000],其中2000为局点差异项,具体取值由局点决定
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
listShareBandwidthTypes(listShareBandwidthTypesRequest?: ListShareBandwidthTypesRequest): Promise<ListShareBandwidthTypesResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* 绑定弹性公网IP
|
|
62
|
+
* @summary 绑定弹性公网IP
|
|
63
|
+
* @param {string} publicipId 弹性公网IP的ID
|
|
64
|
+
* @param {AssociatePublicipsRequestBody} associatePublicipsRequestBody 弹性公网ip对象
|
|
65
|
+
* @param {*} [options] Override http request option.
|
|
66
|
+
* @throws {RequiredError}
|
|
67
|
+
*/
|
|
68
|
+
associatePublicips(associatePublicipsRequest?: AssociatePublicipsRequest): Promise<AssociatePublicipsResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* 解绑弹性公网IP
|
|
71
|
+
* @summary 解绑弹性公网IP
|
|
72
|
+
* @param {string} publicipId 弹性公网IP的ID
|
|
73
|
+
* @param {DisassociatePublicipsRequestBody} disassociatePublicipsRequestBody 弹性公网ip对象
|
|
74
|
+
* @param {*} [options] Override http request option.
|
|
75
|
+
* @throws {RequiredError}
|
|
76
|
+
*/
|
|
77
|
+
disassociatePublicips(disassociatePublicipsRequest?: DisassociatePublicipsRequest): Promise<DisassociatePublicipsResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 全量查询公网IP池列表
|
|
80
|
+
* @summary 查询公网IP池列表
|
|
81
|
+
* @param {string} [marker] 分页查询起始的资源ID,为空时为查询第一页
|
|
82
|
+
* @param {number} [limit] 每页返回的个数取值范围:0~[2000],其中2000为局点差异项,具体取值由局点决定
|
|
83
|
+
* @param {string} [fields] 显示,形式为\"fields=id&fields=name&...\" 支持字段:id/name/size/used/project_id/status/billing_info/created_at/updated_at/type/shared/is_common/description/tags/enterprise_project_id/allow_share_bandwidth_types/public_border_group
|
|
84
|
+
* @param {string} [sortKey] 排序,形式为\"sort_key=id&sort_dir=asc\" 支持字段:id/name/created_at/updated_at/public_border_group
|
|
85
|
+
* @param {string} [sortDir] 排序方向 取值范围:asc、desc
|
|
86
|
+
* @param {string} [id] 根据id过滤
|
|
87
|
+
* @param {string} [name] 根据name过滤
|
|
88
|
+
* @param {number} [size] 根据size过滤
|
|
89
|
+
* @param {string} [status] 根据status过滤
|
|
90
|
+
* @param {string} [type] 根据type过滤
|
|
91
|
+
* @param {string} [description] 根据description过滤
|
|
92
|
+
* @param {string} [publicBorderGroup] 根据public_border_group过滤
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
listPublicipPool(listPublicipPoolRequest?: ListPublicipPoolRequest): Promise<ListPublicipPoolResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* 查询弹性公网IP列表信息
|
|
99
|
+
* @summary 全量查询弹性公网IP列表
|
|
100
|
+
* @param {string} [marker] 分页查询起始的资源ID,为空时为查询第一页
|
|
101
|
+
* @param {number} [offset] 分页查询起始的资源序号
|
|
102
|
+
* @param {number} [limit] 每页返回的个数取值范围:0~[2000],其中2000为局点差异项,具体取值由局点决定
|
|
103
|
+
* @param {Array<string>} [fields] 显示,形式为\"fields=id&fields=owner&...\" 支持字段:id/project_id/ip_version/type/public_ip_address/public_ipv6_address/network_type/status/description/created_at/updated_at/vnic/bandwidth/associate_instance_type/associate_instance_id/lock_status/billing_info/tags/enterprise_project_id/allow_share_bandwidth_types/public_border_group/alias/publicip_pool_name/publicip_pool_id
|
|
104
|
+
* @param {'id' | 'public_ip_address' | 'public_ipv6_address' | 'ip_version' | 'created_at' | 'updated_at' | 'public_border_group'} [sortKey] 排序,形式为\"sort_key=id\" 支持字段:id/public_ip_address/public_ipv6_address/ip_version/created_at/updated_at/public_border_group
|
|
105
|
+
* @param {'asc' | 'desc'} [sortDir] 排序方向 取值范围:asc、desc
|
|
106
|
+
* @param {Array<string>} [id] 根据id过滤
|
|
107
|
+
* @param {Array<4 | 6>} [ipVersion] 根据ip_version过滤 取值范围:4、6
|
|
108
|
+
* @param {Array<string>} [publicIpAddress] 根据public_ip_address过滤
|
|
109
|
+
* @param {string} [publicIpAddressLike] 根据public_ip_address过滤,模糊搜索
|
|
110
|
+
* @param {Array<string>} [publicIpv6Address] 根据public_ipv6_address过滤
|
|
111
|
+
* @param {string} [publicIpv6AddressLike] 根据public_ipv6_address过滤,模糊搜索
|
|
112
|
+
* @param {Array<'EIP' | 'DUALSTACK' | 'DUALSTACK_SUBNET'>} [type] 根据type过滤 取值范围:EIP、DUALSTACK、DUALSTACK_SUBNET EIP: 弹性公网IP DUALSTACK: 双栈IPV6 DUALSTACK_SUBNET: 双栈子网
|
|
113
|
+
* @param {Array<'5_telcom' | '5_union' | '5_bgp' | '5_sbgp' | '5_ipv6' | '5_graybgp'>} [networkType] 根据network_type过滤 取值范围:5_telcom、5_union、5_bgp、5_sbgp、5_ipv6、5_graybgp
|
|
114
|
+
* @param {Array<string>} [publicipPoolName] 根据publicip_pool_name过滤 取值范围:5_telcom、5_union、5_bgp、5_sbgp、5_ipv6、5_graybgp、专属池名称等
|
|
115
|
+
* @param {Array<'FREEZED' | 'DOWN' | 'ACTIVE' | 'ERROR'>} [status] 根据status过滤 取值范围:FREEZED、DOWN、ACTIVE、ERROR
|
|
116
|
+
* @param {string} [aliasLike] 根据alias模糊搜索
|
|
117
|
+
* @param {Array<string>} [alias] 根据alias过滤
|
|
118
|
+
* @param {Array<string>} [description] 根据description过滤
|
|
119
|
+
* @param {Array<string>} [vnicPrivateIpAddress] 根据private_ip_address过滤
|
|
120
|
+
* @param {string} [vnicPrivateIpAddressLike] 根据private_ip_address模糊搜索
|
|
121
|
+
* @param {Array<string>} [vnicDeviceId] 根据device_id过滤
|
|
122
|
+
* @param {Array<string>} [vnicDeviceOwner] 根据device_owner过滤
|
|
123
|
+
* @param {Array<string>} [vnicVpcId] 根据vpc_id过滤
|
|
124
|
+
* @param {Array<string>} [vnicPortId] 根据port_id过滤
|
|
125
|
+
* @param {string} [vnicDeviceOwnerPrefixlike] 根据device_owner_prefixlike模糊搜索
|
|
126
|
+
* @param {Array<string>} [vnicInstanceType] 根据instance_type过滤
|
|
127
|
+
* @param {Array<string>} [vnicInstanceId] 根据instance_id过滤
|
|
128
|
+
* @param {Array<string>} [bandwidthId] 根据id过滤
|
|
129
|
+
* @param {Array<string>} [bandwidthName] 根据name过滤
|
|
130
|
+
* @param {Array<string>} [bandwidthNameLike] 根据name模糊过滤
|
|
131
|
+
* @param {Array<number>} [bandwidthSize] 根据size过滤
|
|
132
|
+
* @param {Array<'PER' | 'WHOLE'>} [bandwidthShareType] 根据share_type过滤
|
|
133
|
+
* @param {Array<'bandwidth' | 'traffic' | '95peak_plus'>} [bandwidthChargeMode] 根据charge_mode过滤
|
|
134
|
+
* @param {Array<string>} [billingInfo] 根据billing_info过滤
|
|
135
|
+
* @param {'YEARLY_MONTHLY' | 'PAY_PER_USE'} [billingMode] 根据订单模式过滤, 取值范围:YEARLY_MONTHLY、PAY_PER_USE
|
|
136
|
+
* @param {Array<'PORT' | 'NATGW' | 'ELB' | 'VPN' | 'ELBV1'>} [associateInstanceType] 根据associate_instance_type过滤 取值范围:PORT、NATGW、ELB、VPN、ELBV1
|
|
137
|
+
* @param {Array<string>} [associateInstanceId] 根据associate_instance_id过滤
|
|
138
|
+
* @param {Array<string>} [enterpriseProjectId] 根据enterprise_project_id过滤
|
|
139
|
+
* @param {Array<string>} [publicBorderGroup] 根据public_border_group过滤
|
|
140
|
+
* @param {Array<string>} [allowShareBandwidthTypeAny] 共享带宽类型,根据任一共享带宽类型过滤EIP列表。 可以指定多个带宽类型,不同的带宽类型间用逗号分隔。
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
listPublicips(listPublicipsRequest?: ListPublicipsRequest): Promise<ListPublicipsResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* 查询弹性公网IP详情
|
|
147
|
+
* @summary 查询弹性公网IP详情
|
|
148
|
+
* @param {string} publicipId 弹性公网IP的ID
|
|
149
|
+
* @param {Array<string>} [fields] 显示,形式为\"fields=id&fields=owner&...\" 支持字段:id/project_id/ip_version/type/public_ip_address/public_ipv6_address/network_type/status/description/created_at/updated_at/vnic/bandwidth/associate_instance_type/associate_instance_id/lock_status/billing_info/tags/enterprise_project_id/publicip_pool_name/allow_share_bandwidth_types/alias/publicip_pool_id/public_border_group
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @throws {RequiredError}
|
|
152
|
+
*/
|
|
153
|
+
showPublicip(showPublicipRequest?: ShowPublicipRequest): Promise<ShowPublicipResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* 查询公网IP池详情
|
|
156
|
+
* @summary 查询公网IP池详情
|
|
157
|
+
* @param {string} publicipPoolId 公网IP池ID唯一标识
|
|
158
|
+
* @param {string} [fields] 显示,形式为\"fields=id&fields=name&...\" 支持字段:id/name/size/used/project_id/status/billing_info/created_at/updated_at/type/shared/is_common/description/tags/enterprise_project_id/allow_share_bandwidth_types/public_border_group
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
*/
|
|
162
|
+
showPublicipPool(showPublicipPoolRequest?: ShowPublicipPoolRequest): Promise<ShowPublicipPoolResponse>;
|
|
163
|
+
}
|
|
164
|
+
export declare const ParamCreater: () => {
|
|
165
|
+
/**
|
|
166
|
+
* 查询公共池列表
|
|
167
|
+
*/
|
|
168
|
+
listCommonPools(listCommonPoolsRequest?: ListCommonPoolsRequest | undefined): {
|
|
169
|
+
method: string;
|
|
170
|
+
url: string;
|
|
171
|
+
contentType: string;
|
|
172
|
+
queryParams: {};
|
|
173
|
+
pathParams: {};
|
|
174
|
+
headers: {};
|
|
175
|
+
data: {};
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* 查询公共池分组列表,包含名称和位置信息
|
|
179
|
+
*/
|
|
180
|
+
listPublicBorderGroups(listPublicBorderGroupsRequest?: ListPublicBorderGroupsRequest | undefined): {
|
|
181
|
+
method: string;
|
|
182
|
+
url: string;
|
|
183
|
+
contentType: string;
|
|
184
|
+
queryParams: {};
|
|
185
|
+
pathParams: {};
|
|
186
|
+
headers: {};
|
|
187
|
+
data: {};
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* 查询指定租户下的共享带宽类型列表
|
|
191
|
+
*/
|
|
192
|
+
listShareBandwidthTypes(listShareBandwidthTypesRequest?: ListShareBandwidthTypesRequest | undefined): {
|
|
193
|
+
method: string;
|
|
194
|
+
url: string;
|
|
195
|
+
contentType: string;
|
|
196
|
+
queryParams: {};
|
|
197
|
+
pathParams: {};
|
|
198
|
+
headers: {};
|
|
199
|
+
data: {};
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* 绑定弹性公网IP
|
|
203
|
+
*/
|
|
204
|
+
associatePublicips(associatePublicipsRequest?: AssociatePublicipsRequest | undefined): {
|
|
205
|
+
method: string;
|
|
206
|
+
url: string;
|
|
207
|
+
contentType: string;
|
|
208
|
+
queryParams: {};
|
|
209
|
+
pathParams: {};
|
|
210
|
+
headers: {};
|
|
211
|
+
data: {};
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* 解绑弹性公网IP
|
|
215
|
+
*/
|
|
216
|
+
disassociatePublicips(disassociatePublicipsRequest?: DisassociatePublicipsRequest | undefined): {
|
|
217
|
+
method: string;
|
|
218
|
+
url: string;
|
|
219
|
+
contentType: string;
|
|
220
|
+
queryParams: {};
|
|
221
|
+
pathParams: {};
|
|
222
|
+
headers: {};
|
|
223
|
+
data: {};
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* 全量查询公网IP池列表
|
|
227
|
+
*/
|
|
228
|
+
listPublicipPool(listPublicipPoolRequest?: ListPublicipPoolRequest | undefined): {
|
|
229
|
+
method: string;
|
|
230
|
+
url: string;
|
|
231
|
+
contentType: string;
|
|
232
|
+
queryParams: {};
|
|
233
|
+
pathParams: {};
|
|
234
|
+
headers: {};
|
|
235
|
+
data: {};
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* 查询弹性公网IP列表信息
|
|
239
|
+
*/
|
|
240
|
+
listPublicips(listPublicipsRequest?: ListPublicipsRequest | undefined): {
|
|
241
|
+
method: string;
|
|
242
|
+
url: string;
|
|
243
|
+
contentType: string;
|
|
244
|
+
queryParams: {};
|
|
245
|
+
pathParams: {};
|
|
246
|
+
headers: {};
|
|
247
|
+
data: {};
|
|
248
|
+
};
|
|
249
|
+
/**
|
|
250
|
+
* 查询弹性公网IP详情
|
|
251
|
+
*/
|
|
252
|
+
showPublicip(showPublicipRequest?: ShowPublicipRequest | undefined): {
|
|
253
|
+
method: string;
|
|
254
|
+
url: string;
|
|
255
|
+
contentType: string;
|
|
256
|
+
queryParams: {};
|
|
257
|
+
pathParams: {};
|
|
258
|
+
headers: {};
|
|
259
|
+
data: {};
|
|
260
|
+
};
|
|
261
|
+
/**
|
|
262
|
+
* 查询公网IP池详情
|
|
263
|
+
*/
|
|
264
|
+
showPublicipPool(showPublicipPoolRequest?: ShowPublicipPoolRequest | undefined): {
|
|
265
|
+
method: string;
|
|
266
|
+
url: string;
|
|
267
|
+
contentType: string;
|
|
268
|
+
queryParams: {};
|
|
269
|
+
pathParams: {};
|
|
270
|
+
headers: {};
|
|
271
|
+
data: {};
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
*
|
|
276
|
+
* @export
|
|
277
|
+
* @class RequiredError
|
|
278
|
+
* @extends {Error}
|
|
279
|
+
*/
|
|
280
|
+
export declare class RequiredError extends Error {
|
|
281
|
+
field: string;
|
|
282
|
+
name: "RequiredError";
|
|
283
|
+
constructor(field: string, msg?: string);
|
|
284
|
+
}
|