@huaweicloud/huaweicloud-sdk-vpc 3.0.38-rc → 3.0.41-rc
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 +2 -2
- package/v2/VpcClient.d.ts +1 -1
- package/v2/VpcClient.js +1 -1
- package/v2/model/ListPortsRequest.d.ts +1 -1
- package/v2/model/ListPortsRequest.js +1 -1
- package/v2/model/Port.d.ts +1 -1
- package/v2/model/Port.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-vpc",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.41-rc",
|
|
4
4
|
"description": "Huaweicloud SDK for vpc",
|
|
5
5
|
"main": "huaweicloud-sdk-vpc.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-vpc.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.41-rc"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/v2/VpcClient.d.ts
CHANGED
|
@@ -409,7 +409,7 @@ export declare class VpcClient {
|
|
|
409
409
|
* @param {string} [networkId] 按照network_id过滤查询
|
|
410
410
|
* @param {string} [macAddress] 按照mac_address过滤查询
|
|
411
411
|
* @param {string} [deviceId] 按照device_id过滤查询
|
|
412
|
-
* @param {'network:dhcp' | '
|
|
412
|
+
* @param {'network:dhcp' | 'neutron:VIP_PORT' | 'network:router_interface_distributed' | 'network:router_centralized_snat'} [deviceOwner] 按照device_owner过滤查询
|
|
413
413
|
* @param {'ACTIVE' | 'BUILD' | 'DOWN'} [status] 功能说明:按照status过滤查询 取值范围:ACTIVE、BUILD、DOWN
|
|
414
414
|
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
415
415
|
* @param {string} [fixedIps] 按照fixed_ips=ip_address或者fixed_ips=subnet_id过滤查询
|
package/v2/VpcClient.js
CHANGED
|
@@ -461,7 +461,7 @@ var VpcClient = /** @class */ (function () {
|
|
|
461
461
|
* @param {string} [networkId] 按照network_id过滤查询
|
|
462
462
|
* @param {string} [macAddress] 按照mac_address过滤查询
|
|
463
463
|
* @param {string} [deviceId] 按照device_id过滤查询
|
|
464
|
-
* @param {'network:dhcp' | '
|
|
464
|
+
* @param {'network:dhcp' | 'neutron:VIP_PORT' | 'network:router_interface_distributed' | 'network:router_centralized_snat'} [deviceOwner] 按照device_owner过滤查询
|
|
465
465
|
* @param {'ACTIVE' | 'BUILD' | 'DOWN'} [status] 功能说明:按照status过滤查询 取值范围:ACTIVE、BUILD、DOWN
|
|
466
466
|
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
467
467
|
* @param {string} [fixedIps] 按照fixed_ips=ip_address或者fixed_ips=subnet_id过滤查询
|
|
@@ -45,7 +45,7 @@ export declare class ListPortsRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
export declare enum ListPortsRequestDeviceOwnerEnum {
|
|
47
47
|
NETWORKDHCP = "network:dhcp",
|
|
48
|
-
|
|
48
|
+
NEUTRONVIP_PORT = "neutron:VIP_PORT",
|
|
49
49
|
NETWORKROUTER_INTERFACE_DISTRIBUTED = "network:router_interface_distributed",
|
|
50
50
|
NETWORKROUTER_CENTRALIZED_SNAT = "network:router_centralized_snat"
|
|
51
51
|
}
|
|
@@ -132,7 +132,7 @@ exports.ListPortsRequest = ListPortsRequest;
|
|
|
132
132
|
var ListPortsRequestDeviceOwnerEnum;
|
|
133
133
|
(function (ListPortsRequestDeviceOwnerEnum) {
|
|
134
134
|
ListPortsRequestDeviceOwnerEnum["NETWORKDHCP"] = "network:dhcp";
|
|
135
|
-
ListPortsRequestDeviceOwnerEnum["
|
|
135
|
+
ListPortsRequestDeviceOwnerEnum["NEUTRONVIP_PORT"] = "neutron:VIP_PORT";
|
|
136
136
|
ListPortsRequestDeviceOwnerEnum["NETWORKROUTER_INTERFACE_DISTRIBUTED"] = "network:router_interface_distributed";
|
|
137
137
|
ListPortsRequestDeviceOwnerEnum["NETWORKROUTER_CENTRALIZED_SNAT"] = "network:router_centralized_snat";
|
|
138
138
|
})(ListPortsRequestDeviceOwnerEnum = exports.ListPortsRequestDeviceOwnerEnum || (exports.ListPortsRequestDeviceOwnerEnum = {}));
|
package/v2/model/Port.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ export declare class Port {
|
|
|
94
94
|
*/
|
|
95
95
|
export declare enum PortDeviceOwnerEnum {
|
|
96
96
|
NETWORKDHCP = "network:dhcp",
|
|
97
|
-
|
|
97
|
+
NEUTRONVIP_PORT = "neutron:VIP_PORT",
|
|
98
98
|
NETWORKROUTER_INTERFACE_DISTRIBUTED = "network:router_interface_distributed",
|
|
99
99
|
NETWORKROUTER_CENTRALIZED_SNAT = "network:router_centralized_snat"
|
|
100
100
|
}
|
package/v2/model/Port.js
CHANGED
|
@@ -314,7 +314,7 @@ exports.Port = Port;
|
|
|
314
314
|
var PortDeviceOwnerEnum;
|
|
315
315
|
(function (PortDeviceOwnerEnum) {
|
|
316
316
|
PortDeviceOwnerEnum["NETWORKDHCP"] = "network:dhcp";
|
|
317
|
-
PortDeviceOwnerEnum["
|
|
317
|
+
PortDeviceOwnerEnum["NEUTRONVIP_PORT"] = "neutron:VIP_PORT";
|
|
318
318
|
PortDeviceOwnerEnum["NETWORKROUTER_INTERFACE_DISTRIBUTED"] = "network:router_interface_distributed";
|
|
319
319
|
PortDeviceOwnerEnum["NETWORKROUTER_CENTRALIZED_SNAT"] = "network:router_centralized_snat";
|
|
320
320
|
})(PortDeviceOwnerEnum = exports.PortDeviceOwnerEnum || (exports.PortDeviceOwnerEnum = {}));
|