tencentcloud-sdk-nodejs-intl-en 3.0.1381 → 3.0.1382
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
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1382";
|
|
2
2
|
module.exports = sdkVersion
|
package/tencentcloud/vm/index.js
CHANGED
|
@@ -29891,7 +29891,7 @@ class DescribeReserveIpAddressesRequest extends AbstractModel {
|
|
|
29891
29891
|
reserve-ip-id - String - (Filter criteria) Unique ID of a reserved private IP address, for example, rsvip-pvqgv9vi.
|
|
29892
29892
|
vpc-id - String - (Filter criteria) VPC instance ID, for example, vpc-f49l6u0z.
|
|
29893
29893
|
subnet-id - String - (Filter criteria) Subnet instance ID, for example, subnet-f49l6u0z.
|
|
29894
|
-
address-ip - String - (Filter criteria) Reserved private IP address, for example, 192.168.0.10.
|
|
29894
|
+
reserve-address-ip - String - (Filter criteria) Reserved private IP address, for example, 192.168.0.10.
|
|
29895
29895
|
ip-type - String - (Filter criteria) Business type (IpType), for example, 0.
|
|
29896
29896
|
name - String - (Filter criteria) Name.
|
|
29897
29897
|
state - String - (Filter criteria) Status. Valid values: Bind and UnBind.
|