@huaweicloud/huaweicloud-sdk-vpc 3.1.97 → 3.1.98
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/v3/VpcClient.d.ts +353 -0
- package/v3/VpcClient.d.ts.map +1 -1
- package/v3/VpcClient.js +693 -0
- package/v3/VpcClient.js.map +1 -1
- package/v3/model/AddClouddcnSubnetsTagsRequest.d.ts +11 -0
- package/v3/model/AddClouddcnSubnetsTagsRequest.d.ts.map +1 -0
- package/v3/model/AddClouddcnSubnetsTagsRequest.js +24 -0
- package/v3/model/AddClouddcnSubnetsTagsRequest.js.map +1 -0
- package/v3/model/AddClouddcnSubnetsTagsResponse.d.ts +5 -0
- package/v3/model/AddClouddcnSubnetsTagsResponse.d.ts.map +1 -0
- package/v3/model/AddClouddcnSubnetsTagsResponse.js +11 -0
- package/v3/model/AddClouddcnSubnetsTagsResponse.js.map +1 -0
- package/v3/model/AddResourceTagsRequestBody.d.ts +7 -0
- package/v3/model/AddResourceTagsRequestBody.d.ts.map +1 -0
- package/v3/model/AddResourceTagsRequestBody.js +14 -0
- package/v3/model/AddResourceTagsRequestBody.js.map +1 -0
- package/v3/model/AddResourceTagsRequestBodyTag.d.ts +8 -0
- package/v3/model/AddResourceTagsRequestBodyTag.d.ts.map +1 -0
- package/v3/model/AddResourceTagsRequestBodyTag.js +19 -0
- package/v3/model/AddResourceTagsRequestBodyTag.js.map +1 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsRequest.d.ts +11 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsRequest.d.ts.map +1 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsRequest.js +24 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsRequest.js.map +1 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsResponse.d.ts +5 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsResponse.d.ts.map +1 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsResponse.js +11 -0
- package/v3/model/BatchCreateClouddcnSubnetsTagsResponse.js.map +1 -0
- package/v3/model/BatchCreateRequestBody.d.ts +12 -0
- package/v3/model/BatchCreateRequestBody.d.ts.map +1 -0
- package/v3/model/BatchCreateRequestBody.js +24 -0
- package/v3/model/BatchCreateRequestBody.js.map +1 -0
- package/v3/model/BatchCreateRequestBodySysTags.d.ts +8 -0
- package/v3/model/BatchCreateRequestBodySysTags.d.ts.map +1 -0
- package/v3/model/BatchCreateRequestBodySysTags.js +19 -0
- package/v3/model/BatchCreateRequestBodySysTags.js.map +1 -0
- package/v3/model/BatchCreateRequestBodyTags.d.ts +8 -0
- package/v3/model/BatchCreateRequestBodyTags.d.ts.map +1 -0
- package/v3/model/BatchCreateRequestBodyTags.js +19 -0
- package/v3/model/BatchCreateRequestBodyTags.js.map +1 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsRequest.d.ts +11 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsRequest.d.ts.map +1 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsRequest.js +24 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsRequest.js.map +1 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsResponse.d.ts +5 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsResponse.d.ts.map +1 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsResponse.js +11 -0
- package/v3/model/BatchDeleteClouddcnSubnetsTagsResponse.js.map +1 -0
- package/v3/model/BatchDeleteRequestBody.d.ts +12 -0
- package/v3/model/BatchDeleteRequestBody.d.ts.map +1 -0
- package/v3/model/BatchDeleteRequestBody.js +24 -0
- package/v3/model/BatchDeleteRequestBody.js.map +1 -0
- package/v3/model/BatchDeleteRequestBodySysTags.d.ts +8 -0
- package/v3/model/BatchDeleteRequestBodySysTags.d.ts.map +1 -0
- package/v3/model/BatchDeleteRequestBodySysTags.js +18 -0
- package/v3/model/BatchDeleteRequestBodySysTags.js.map +1 -0
- package/v3/model/BatchDeleteRequestBodyTags.d.ts +8 -0
- package/v3/model/BatchDeleteRequestBodyTags.d.ts.map +1 -0
- package/v3/model/BatchDeleteRequestBodyTags.js +18 -0
- package/v3/model/BatchDeleteRequestBodyTags.js.map +1 -0
- package/v3/model/ClouddcnResource.d.ts +19 -0
- package/v3/model/ClouddcnResource.d.ts.map +1 -0
- package/v3/model/ClouddcnResource.js +47 -0
- package/v3/model/ClouddcnResource.js.map +1 -0
- package/v3/model/ClouddcnSubnet.d.ts +47 -0
- package/v3/model/ClouddcnSubnet.d.ts.map +1 -0
- package/v3/model/ClouddcnSubnet.js +122 -0
- package/v3/model/ClouddcnSubnet.js.map +1 -0
- package/v3/model/CreateClouddcnSubnetOption.d.ts +29 -0
- package/v3/model/CreateClouddcnSubnetOption.d.ts.map +1 -0
- package/v3/model/CreateClouddcnSubnetOption.js +69 -0
- package/v3/model/CreateClouddcnSubnetOption.js.map +1 -0
- package/v3/model/CreateClouddcnSubnetRequest.d.ts +7 -0
- package/v3/model/CreateClouddcnSubnetRequest.d.ts.map +1 -0
- package/v3/model/CreateClouddcnSubnetRequest.js +13 -0
- package/v3/model/CreateClouddcnSubnetRequest.js.map +1 -0
- package/v3/model/CreateClouddcnSubnetRequestBody.d.ts +9 -0
- package/v3/model/CreateClouddcnSubnetRequestBody.d.ts.map +1 -0
- package/v3/model/CreateClouddcnSubnetRequestBody.js +20 -0
- package/v3/model/CreateClouddcnSubnetRequestBody.js.map +1 -0
- package/v3/model/CreateClouddcnSubnetResponse.d.ts +10 -0
- package/v3/model/CreateClouddcnSubnetResponse.d.ts.map +1 -0
- package/v3/model/CreateClouddcnSubnetResponse.js +21 -0
- package/v3/model/CreateClouddcnSubnetResponse.js.map +1 -0
- package/v3/model/CreateFirewallOption.d.ts +3 -0
- package/v3/model/CreateFirewallOption.d.ts.map +1 -1
- package/v3/model/CreateFirewallOption.js +4 -0
- package/v3/model/CreateFirewallOption.js.map +1 -1
- package/v3/model/CreateSecurityGroupOption.d.ts +3 -0
- package/v3/model/CreateSecurityGroupOption.d.ts.map +1 -1
- package/v3/model/CreateSecurityGroupOption.js +4 -0
- package/v3/model/CreateSecurityGroupOption.js.map +1 -1
- package/v3/model/DeleteClouddcnSubnetRequest.d.ts +8 -0
- package/v3/model/DeleteClouddcnSubnetRequest.d.ts.map +1 -0
- package/v3/model/DeleteClouddcnSubnetRequest.js +20 -0
- package/v3/model/DeleteClouddcnSubnetRequest.js.map +1 -0
- package/v3/model/DeleteClouddcnSubnetResponse.d.ts +5 -0
- package/v3/model/DeleteClouddcnSubnetResponse.d.ts.map +1 -0
- package/v3/model/DeleteClouddcnSubnetResponse.js +11 -0
- package/v3/model/DeleteClouddcnSubnetResponse.js.map +1 -0
- package/v3/model/DeleteClouddcnSubnetsTagRequest.d.ts +12 -0
- package/v3/model/DeleteClouddcnSubnetsTagRequest.d.ts.map +1 -0
- package/v3/model/DeleteClouddcnSubnetsTagRequest.js +31 -0
- package/v3/model/DeleteClouddcnSubnetsTagRequest.js.map +1 -0
- package/v3/model/DeleteClouddcnSubnetsTagResponse.d.ts +5 -0
- package/v3/model/DeleteClouddcnSubnetsTagResponse.d.ts.map +1 -0
- package/v3/model/DeleteClouddcnSubnetsTagResponse.js +11 -0
- package/v3/model/DeleteClouddcnSubnetsTagResponse.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsRequest.d.ts +7 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsRequest.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsRequest.js +13 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsRequest.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsResponse.d.ts +13 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsResponse.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsResponse.js +31 -0
- package/v3/model/ListClouddcnSubnetsCountFilterTagsResponse.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsRequest.d.ts +11 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsRequest.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsRequest.js +21 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsRequest.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsResponse.d.ts +16 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsResponse.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsResponse.js +35 -0
- package/v3/model/ListClouddcnSubnetsFilterTagsResponse.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsRequest.d.ts +12 -0
- package/v3/model/ListClouddcnSubnetsRequest.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsRequest.js +27 -0
- package/v3/model/ListClouddcnSubnetsRequest.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsResponse.d.ts +10 -0
- package/v3/model/ListClouddcnSubnetsResponse.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsResponse.js +21 -0
- package/v3/model/ListClouddcnSubnetsResponse.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsTagsRequest.d.ts +4 -0
- package/v3/model/ListClouddcnSubnetsTagsRequest.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsTagsRequest.js +9 -0
- package/v3/model/ListClouddcnSubnetsTagsRequest.js.map +1 -0
- package/v3/model/ListClouddcnSubnetsTagsResponse.d.ts +16 -0
- package/v3/model/ListClouddcnSubnetsTagsResponse.d.ts.map +1 -0
- package/v3/model/ListClouddcnSubnetsTagsResponse.js +35 -0
- package/v3/model/ListClouddcnSubnetsTagsResponse.js.map +1 -0
- package/v3/model/ListResourcesByTagsRequestBody.d.ts +7 -0
- package/v3/model/ListResourcesByTagsRequestBody.d.ts.map +1 -0
- package/v3/model/ListResourcesByTagsRequestBody.js +13 -0
- package/v3/model/ListResourcesByTagsRequestBody.js.map +1 -0
- package/v3/model/ResourceTags.d.ts +8 -0
- package/v3/model/ResourceTags.d.ts.map +1 -0
- package/v3/model/ResourceTags.js +19 -0
- package/v3/model/ResourceTags.js.map +1 -0
- package/v3/model/SecurityGroup.d.ts +4 -1
- package/v3/model/SecurityGroup.d.ts.map +1 -1
- package/v3/model/SecurityGroup.js +6 -1
- package/v3/model/SecurityGroup.js.map +1 -1
- package/v3/model/SecurityGroupInfo.d.ts +4 -1
- package/v3/model/SecurityGroupInfo.d.ts.map +1 -1
- package/v3/model/SecurityGroupInfo.js +6 -1
- package/v3/model/SecurityGroupInfo.js.map +1 -1
- package/v3/model/ShowClouddcnSubnetRequest.d.ts +8 -0
- package/v3/model/ShowClouddcnSubnetRequest.d.ts.map +1 -0
- package/v3/model/ShowClouddcnSubnetRequest.js +20 -0
- package/v3/model/ShowClouddcnSubnetRequest.js.map +1 -0
- package/v3/model/ShowClouddcnSubnetResponse.d.ts +10 -0
- package/v3/model/ShowClouddcnSubnetResponse.d.ts.map +1 -0
- package/v3/model/ShowClouddcnSubnetResponse.js +21 -0
- package/v3/model/ShowClouddcnSubnetResponse.js.map +1 -0
- package/v3/model/ShowClouddcnSubnetsTagsRequest.d.ts +8 -0
- package/v3/model/ShowClouddcnSubnetsTagsRequest.d.ts.map +1 -0
- package/v3/model/ShowClouddcnSubnetsTagsRequest.js +20 -0
- package/v3/model/ShowClouddcnSubnetsTagsRequest.js.map +1 -0
- package/v3/model/ShowClouddcnSubnetsTagsResponse.d.ts +17 -0
- package/v3/model/ShowClouddcnSubnetsTagsResponse.d.ts.map +1 -0
- package/v3/model/ShowClouddcnSubnetsTagsResponse.js +35 -0
- package/v3/model/ShowClouddcnSubnetsTagsResponse.js.map +1 -0
- package/v3/model/SysTag.d.ts +8 -0
- package/v3/model/SysTag.d.ts.map +1 -0
- package/v3/model/SysTag.js +19 -0
- package/v3/model/SysTag.js.map +1 -0
- package/v3/model/TagEntity.d.ts +8 -0
- package/v3/model/TagEntity.d.ts.map +1 -0
- package/v3/model/TagEntity.js +19 -0
- package/v3/model/TagEntity.js.map +1 -0
- package/v3/model/UpdateClouddcnSubnetOption.d.ts +8 -0
- package/v3/model/UpdateClouddcnSubnetOption.d.ts.map +1 -0
- package/v3/model/UpdateClouddcnSubnetOption.js +17 -0
- package/v3/model/UpdateClouddcnSubnetOption.js.map +1 -0
- package/v3/model/UpdateClouddcnSubnetRequest.d.ts +11 -0
- package/v3/model/UpdateClouddcnSubnetRequest.d.ts.map +1 -0
- package/v3/model/UpdateClouddcnSubnetRequest.js +24 -0
- package/v3/model/UpdateClouddcnSubnetRequest.js.map +1 -0
- package/v3/model/UpdateClouddcnSubnetRequestBody.d.ts +9 -0
- package/v3/model/UpdateClouddcnSubnetRequestBody.d.ts.map +1 -0
- package/v3/model/UpdateClouddcnSubnetRequestBody.js +20 -0
- package/v3/model/UpdateClouddcnSubnetRequestBody.js.map +1 -0
- package/v3/model/UpdateClouddcnSubnetResponse.d.ts +10 -0
- package/v3/model/UpdateClouddcnSubnetResponse.d.ts.map +1 -0
- package/v3/model/UpdateClouddcnSubnetResponse.js +21 -0
- package/v3/model/UpdateClouddcnSubnetResponse.js.map +1 -0
- package/v3/public-api.d.ts +44 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +44 -0
- package/v3/public-api.js.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowClouddcnSubnetsTagsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ShowClouddcnSubnetsTagsResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAI5D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,QAAQ,CAAC,IAAsB;QAClC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAsB;QACrC,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAAmC;QAClD,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AA/BD,0EA+BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SysTag.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/SysTag.ts"],"names":[],"mappings":"AAEA,qBAAa,MAAM;IACR,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAIxC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAI5B,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;CAI1C"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SysTag = void 0;
|
|
4
|
+
class SysTag {
|
|
5
|
+
constructor(key, value) {
|
|
6
|
+
this['key'] = key;
|
|
7
|
+
this['value'] = value;
|
|
8
|
+
}
|
|
9
|
+
withKey(key) {
|
|
10
|
+
this['key'] = key;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withValue(value) {
|
|
14
|
+
this['value'] = value;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.SysTag = SysTag;
|
|
19
|
+
//# sourceMappingURL=SysTag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SysTag.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/SysTag.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IAGf,YAAmB,GAAY,EAAE,KAAc;QAC3C,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;IAC1B,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAfD,wBAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagEntity.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/TagEntity.ts"],"names":[],"mappings":"AAEA,qBAAa,SAAS;IACX,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAIxC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS;IAI/B,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS;CAI7C"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagEntity = void 0;
|
|
4
|
+
class TagEntity {
|
|
5
|
+
constructor(key, value) {
|
|
6
|
+
this['key'] = key;
|
|
7
|
+
this['value'] = value;
|
|
8
|
+
}
|
|
9
|
+
withKey(key) {
|
|
10
|
+
this['key'] = key;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withValue(value) {
|
|
14
|
+
this['value'] = value;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.TagEntity = TagEntity;
|
|
19
|
+
//# sourceMappingURL=TagEntity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagEntity.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/TagEntity.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAGlB,YAAmB,GAAY,EAAE,KAAc;QAC3C,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;IAC1B,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAfD,8BAeC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class UpdateClouddcnSubnetOption {
|
|
2
|
+
name?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
constructor();
|
|
5
|
+
withName(name: string): UpdateClouddcnSubnetOption;
|
|
6
|
+
withDescription(description: string): UpdateClouddcnSubnetOption;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=UpdateClouddcnSubnetOption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetOption.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetOption.ts"],"names":[],"mappings":"AAEA,qBAAa,0BAA0B;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;;IAGrB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,0BAA0B;IAIlD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,0BAA0B;CAI1E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateClouddcnSubnetOption = void 0;
|
|
4
|
+
class UpdateClouddcnSubnetOption {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withName(name) {
|
|
8
|
+
this['name'] = name;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withDescription(description) {
|
|
12
|
+
this['description'] = description;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.UpdateClouddcnSubnetOption = UpdateClouddcnSubnetOption;
|
|
17
|
+
//# sourceMappingURL=UpdateClouddcnSubnetOption.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetOption.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetOption.ts"],"names":[],"mappings":";;;AAEA,MAAa,0BAA0B;IAGnC;IACA,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,gEAaC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UpdateClouddcnSubnetRequestBody } from './UpdateClouddcnSubnetRequestBody';
|
|
2
|
+
export declare class UpdateClouddcnSubnetRequest {
|
|
3
|
+
private 'clouddcn_subnet_id'?;
|
|
4
|
+
body?: UpdateClouddcnSubnetRequestBody;
|
|
5
|
+
constructor(clouddcnSubnetId?: string);
|
|
6
|
+
withClouddcnSubnetId(clouddcnSubnetId: string): UpdateClouddcnSubnetRequest;
|
|
7
|
+
set clouddcnSubnetId(clouddcnSubnetId: string | undefined);
|
|
8
|
+
get clouddcnSubnetId(): string | undefined;
|
|
9
|
+
withBody(body: UpdateClouddcnSubnetRequestBody): UpdateClouddcnSubnetRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=UpdateClouddcnSubnetRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAGpF,qBAAa,2BAA2B;IACpC,OAAO,CAAC,oBAAoB,CAAC,CAAS;IAC/B,IAAI,CAAC,EAAE,+BAA+B,CAAC;gBAC3B,gBAAgB,CAAC,EAAE,MAAM;IAGrC,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,2BAA2B;IAIlF,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,QAAQ,CAAC,IAAI,EAAE,+BAA+B,GAAG,2BAA2B;CAItF"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateClouddcnSubnetRequest = void 0;
|
|
4
|
+
class UpdateClouddcnSubnetRequest {
|
|
5
|
+
constructor(clouddcnSubnetId) {
|
|
6
|
+
this['clouddcn_subnet_id'] = clouddcnSubnetId;
|
|
7
|
+
}
|
|
8
|
+
withClouddcnSubnetId(clouddcnSubnetId) {
|
|
9
|
+
this['clouddcn_subnet_id'] = clouddcnSubnetId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set clouddcnSubnetId(clouddcnSubnetId) {
|
|
13
|
+
this['clouddcn_subnet_id'] = clouddcnSubnetId;
|
|
14
|
+
}
|
|
15
|
+
get clouddcnSubnetId() {
|
|
16
|
+
return this['clouddcn_subnet_id'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.UpdateClouddcnSubnetRequest = UpdateClouddcnSubnetRequest;
|
|
24
|
+
//# sourceMappingURL=UpdateClouddcnSubnetRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,2BAA2B;IAGpC,YAAmB,gBAAyB;QACxC,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAClD,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;QAC9C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAAqC;QAC7D,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAClD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACM,QAAQ,CAAC,IAAqC;QACjD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,kEAoBC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UpdateClouddcnSubnetOption } from './UpdateClouddcnSubnetOption';
|
|
2
|
+
export declare class UpdateClouddcnSubnetRequestBody {
|
|
3
|
+
private 'clouddcn_subnet'?;
|
|
4
|
+
constructor(clouddcnSubnet?: UpdateClouddcnSubnetOption);
|
|
5
|
+
withClouddcnSubnet(clouddcnSubnet: UpdateClouddcnSubnetOption): UpdateClouddcnSubnetRequestBody;
|
|
6
|
+
set clouddcnSubnet(clouddcnSubnet: UpdateClouddcnSubnetOption | undefined);
|
|
7
|
+
get clouddcnSubnet(): UpdateClouddcnSubnetOption | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=UpdateClouddcnSubnetRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAG1E,qBAAa,+BAA+B;IACxC,OAAO,CAAC,iBAAiB,CAAC,CAA6B;gBACpC,cAAc,CAAC,EAAE,0BAA0B;IAGvD,kBAAkB,CAAC,cAAc,EAAE,0BAA0B,GAAG,+BAA+B;IAItG,IAAW,cAAc,CAAC,cAAc,EAAE,0BAA0B,GAAI,SAAS,EAEhF;IACD,IAAW,cAAc,IAAI,0BAA0B,GAAG,SAAS,CAElE;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateClouddcnSubnetRequestBody = void 0;
|
|
4
|
+
class UpdateClouddcnSubnetRequestBody {
|
|
5
|
+
constructor(clouddcnSubnet) {
|
|
6
|
+
this['clouddcn_subnet'] = clouddcnSubnet;
|
|
7
|
+
}
|
|
8
|
+
withClouddcnSubnet(clouddcnSubnet) {
|
|
9
|
+
this['clouddcn_subnet'] = clouddcnSubnet;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set clouddcnSubnet(clouddcnSubnet) {
|
|
13
|
+
this['clouddcn_subnet'] = clouddcnSubnet;
|
|
14
|
+
}
|
|
15
|
+
get clouddcnSubnet() {
|
|
16
|
+
return this['clouddcn_subnet'];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.UpdateClouddcnSubnetRequestBody = UpdateClouddcnSubnetRequestBody;
|
|
20
|
+
//# sourceMappingURL=UpdateClouddcnSubnetRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,+BAA+B;IAExC,YAAmB,cAA2C;QAC1D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACM,kBAAkB,CAAC,cAA0C;QAChE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAuD;QAC7E,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,0EAeC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ClouddcnSubnet } from './ClouddcnSubnet';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class UpdateClouddcnSubnetResponse extends SdkResponse {
|
|
4
|
+
private 'clouddcn_subnet'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withClouddcnSubnet(clouddcnSubnet: ClouddcnSubnet): UpdateClouddcnSubnetResponse;
|
|
7
|
+
set clouddcnSubnet(clouddcnSubnet: ClouddcnSubnet | undefined);
|
|
8
|
+
get clouddcnSubnet(): ClouddcnSubnet | undefined;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=UpdateClouddcnSubnetResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,4BAA6B,SAAQ,WAAW;IACzD,OAAO,CAAC,iBAAiB,CAAC,CAAiB;;IAIpC,kBAAkB,CAAC,cAAc,EAAE,cAAc,GAAG,4BAA4B;IAIvF,IAAW,cAAc,CAAC,cAAc,EAAE,cAAc,GAAI,SAAS,EAEpE;IACD,IAAW,cAAc,IAAI,cAAc,GAAG,SAAS,CAEtD;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateClouddcnSubnetResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class UpdateClouddcnSubnetResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withClouddcnSubnet(clouddcnSubnet) {
|
|
10
|
+
this['clouddcn_subnet'] = clouddcnSubnet;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set clouddcnSubnet(clouddcnSubnet) {
|
|
14
|
+
this['clouddcn_subnet'] = clouddcnSubnet;
|
|
15
|
+
}
|
|
16
|
+
get clouddcnSubnet() {
|
|
17
|
+
return this['clouddcn_subnet'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.UpdateClouddcnSubnetResponse = UpdateClouddcnSubnetResponse;
|
|
21
|
+
//# sourceMappingURL=UpdateClouddcnSubnetResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateClouddcnSubnetResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/UpdateClouddcnSubnetResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,4BAA6B,SAAQ,yBAAW;IAEzD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,kBAAkB,CAAC,cAA8B;QACpD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAA2C;QACjE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,oEAeC"}
|
package/v3/public-api.d.ts
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export * from './VpcClient';
|
|
2
|
+
export * from './model/AddClouddcnSubnetsTagsRequest';
|
|
3
|
+
export * from './model/AddClouddcnSubnetsTagsResponse';
|
|
2
4
|
export * from './model/AddExtendCidrOption';
|
|
3
5
|
export * from './model/AddFirewallRulesRequest';
|
|
4
6
|
export * from './model/AddFirewallRulesRequestBody';
|
|
5
7
|
export * from './model/AddFirewallRulesResponse';
|
|
8
|
+
export * from './model/AddResourceTagsRequestBody';
|
|
9
|
+
export * from './model/AddResourceTagsRequestBodyTag';
|
|
6
10
|
export * from './model/AddSecurityGroupsRequest';
|
|
7
11
|
export * from './model/AddSecurityGroupsRequestBody';
|
|
8
12
|
export * from './model/AddSecurityGroupsResponse';
|
|
@@ -17,6 +21,11 @@ export * from './model/AllowedAddressPair';
|
|
|
17
21
|
export * from './model/AssociateSubnetFirewallRequest';
|
|
18
22
|
export * from './model/AssociateSubnetFirewallRequestBody';
|
|
19
23
|
export * from './model/AssociateSubnetFirewallResponse';
|
|
24
|
+
export * from './model/BatchCreateClouddcnSubnetsTagsRequest';
|
|
25
|
+
export * from './model/BatchCreateClouddcnSubnetsTagsResponse';
|
|
26
|
+
export * from './model/BatchCreateRequestBody';
|
|
27
|
+
export * from './model/BatchCreateRequestBodySysTags';
|
|
28
|
+
export * from './model/BatchCreateRequestBodyTags';
|
|
20
29
|
export * from './model/BatchCreateSecurityGroupRulesOption';
|
|
21
30
|
export * from './model/BatchCreateSecurityGroupRulesRequest';
|
|
22
31
|
export * from './model/BatchCreateSecurityGroupRulesRequestBody';
|
|
@@ -25,11 +34,22 @@ export * from './model/BatchCreateSubNetworkInterfaceOption';
|
|
|
25
34
|
export * from './model/BatchCreateSubNetworkInterfaceRequest';
|
|
26
35
|
export * from './model/BatchCreateSubNetworkInterfaceRequestBody';
|
|
27
36
|
export * from './model/BatchCreateSubNetworkInterfaceResponse';
|
|
37
|
+
export * from './model/BatchDeleteClouddcnSubnetsTagsRequest';
|
|
38
|
+
export * from './model/BatchDeleteClouddcnSubnetsTagsResponse';
|
|
39
|
+
export * from './model/BatchDeleteRequestBody';
|
|
40
|
+
export * from './model/BatchDeleteRequestBodySysTags';
|
|
41
|
+
export * from './model/BatchDeleteRequestBodyTags';
|
|
28
42
|
export * from './model/CloudResource';
|
|
43
|
+
export * from './model/ClouddcnResource';
|
|
44
|
+
export * from './model/ClouddcnSubnet';
|
|
29
45
|
export * from './model/CreateAddressGroupOption';
|
|
30
46
|
export * from './model/CreateAddressGroupRequest';
|
|
31
47
|
export * from './model/CreateAddressGroupRequestBody';
|
|
32
48
|
export * from './model/CreateAddressGroupResponse';
|
|
49
|
+
export * from './model/CreateClouddcnSubnetOption';
|
|
50
|
+
export * from './model/CreateClouddcnSubnetRequest';
|
|
51
|
+
export * from './model/CreateClouddcnSubnetRequestBody';
|
|
52
|
+
export * from './model/CreateClouddcnSubnetResponse';
|
|
33
53
|
export * from './model/CreateFirewallOption';
|
|
34
54
|
export * from './model/CreateFirewallRequest';
|
|
35
55
|
export * from './model/CreateFirewallRequestBody';
|
|
@@ -64,6 +84,10 @@ export * from './model/CreateVpcRequestBody';
|
|
|
64
84
|
export * from './model/CreateVpcResponse';
|
|
65
85
|
export * from './model/DeleteAddressGroupRequest';
|
|
66
86
|
export * from './model/DeleteAddressGroupResponse';
|
|
87
|
+
export * from './model/DeleteClouddcnSubnetRequest';
|
|
88
|
+
export * from './model/DeleteClouddcnSubnetResponse';
|
|
89
|
+
export * from './model/DeleteClouddcnSubnetsTagRequest';
|
|
90
|
+
export * from './model/DeleteClouddcnSubnetsTagResponse';
|
|
67
91
|
export * from './model/DeleteFirewallRequest';
|
|
68
92
|
export * from './model/DeleteFirewallResponse';
|
|
69
93
|
export * from './model/DeleteIpAddressGroupForceRequest';
|
|
@@ -99,9 +123,18 @@ export * from './model/IpExtraSetOption';
|
|
|
99
123
|
export * from './model/IpExtraSetRespOption';
|
|
100
124
|
export * from './model/ListAddressGroupRequest';
|
|
101
125
|
export * from './model/ListAddressGroupResponse';
|
|
126
|
+
export * from './model/ListClouddcnSubnetsCountFilterTagsRequest';
|
|
127
|
+
export * from './model/ListClouddcnSubnetsCountFilterTagsResponse';
|
|
128
|
+
export * from './model/ListClouddcnSubnetsFilterTagsRequest';
|
|
129
|
+
export * from './model/ListClouddcnSubnetsFilterTagsResponse';
|
|
130
|
+
export * from './model/ListClouddcnSubnetsRequest';
|
|
131
|
+
export * from './model/ListClouddcnSubnetsResponse';
|
|
132
|
+
export * from './model/ListClouddcnSubnetsTagsRequest';
|
|
133
|
+
export * from './model/ListClouddcnSubnetsTagsResponse';
|
|
102
134
|
export * from './model/ListFirewallDetail';
|
|
103
135
|
export * from './model/ListFirewallRequest';
|
|
104
136
|
export * from './model/ListFirewallResponse';
|
|
137
|
+
export * from './model/ListResourcesByTagsRequestBody';
|
|
105
138
|
export * from './model/ListSecurityGroupRulesRequest';
|
|
106
139
|
export * from './model/ListSecurityGroupRulesResponse';
|
|
107
140
|
export * from './model/ListSecurityGroupsRequest';
|
|
@@ -138,11 +171,16 @@ export * from './model/RemoveVpcExtendCidrRequest';
|
|
|
138
171
|
export * from './model/RemoveVpcExtendCidrRequestBody';
|
|
139
172
|
export * from './model/RemoveVpcExtendCidrResponse';
|
|
140
173
|
export * from './model/ResourceTag';
|
|
174
|
+
export * from './model/ResourceTags';
|
|
141
175
|
export * from './model/SecurityGroup';
|
|
142
176
|
export * from './model/SecurityGroupInfo';
|
|
143
177
|
export * from './model/SecurityGroupRule';
|
|
144
178
|
export * from './model/ShowAddressGroupRequest';
|
|
145
179
|
export * from './model/ShowAddressGroupResponse';
|
|
180
|
+
export * from './model/ShowClouddcnSubnetRequest';
|
|
181
|
+
export * from './model/ShowClouddcnSubnetResponse';
|
|
182
|
+
export * from './model/ShowClouddcnSubnetsTagsRequest';
|
|
183
|
+
export * from './model/ShowClouddcnSubnetsTagsResponse';
|
|
146
184
|
export * from './model/ShowFirewallRequest';
|
|
147
185
|
export * from './model/ShowFirewallResponse';
|
|
148
186
|
export * from './model/ShowSecurityGroupRequest';
|
|
@@ -162,7 +200,9 @@ export * from './model/ShowTrafficMirrorSessionResponse';
|
|
|
162
200
|
export * from './model/ShowVpcRequest';
|
|
163
201
|
export * from './model/ShowVpcResponse';
|
|
164
202
|
export * from './model/SubNetworkInterface';
|
|
203
|
+
export * from './model/SysTag';
|
|
165
204
|
export * from './model/Tag';
|
|
205
|
+
export * from './model/TagEntity';
|
|
166
206
|
export * from './model/TrafficMirrorFilter';
|
|
167
207
|
export * from './model/TrafficMirrorFilterRule';
|
|
168
208
|
export * from './model/TrafficMirrorSession';
|
|
@@ -171,6 +211,10 @@ export * from './model/UpdateAddressGroupOption';
|
|
|
171
211
|
export * from './model/UpdateAddressGroupRequest';
|
|
172
212
|
export * from './model/UpdateAddressGroupRequestBody';
|
|
173
213
|
export * from './model/UpdateAddressGroupResponse';
|
|
214
|
+
export * from './model/UpdateClouddcnSubnetOption';
|
|
215
|
+
export * from './model/UpdateClouddcnSubnetRequest';
|
|
216
|
+
export * from './model/UpdateClouddcnSubnetRequestBody';
|
|
217
|
+
export * from './model/UpdateClouddcnSubnetResponse';
|
|
174
218
|
export * from './model/UpdateFirewallOption';
|
|
175
219
|
export * from './model/UpdateFirewallRequest';
|
|
176
220
|
export * from './model/UpdateFirewallRequestBody';
|
package/v3/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/vpc/v3/public-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/vpc/v3/public-api.ts"],"names":[],"mappings":"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"}
|
package/v3/public-api.js
CHANGED
|
@@ -15,10 +15,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./VpcClient"), exports);
|
|
18
|
+
__exportStar(require("./model/AddClouddcnSubnetsTagsRequest"), exports);
|
|
19
|
+
__exportStar(require("./model/AddClouddcnSubnetsTagsResponse"), exports);
|
|
18
20
|
__exportStar(require("./model/AddExtendCidrOption"), exports);
|
|
19
21
|
__exportStar(require("./model/AddFirewallRulesRequest"), exports);
|
|
20
22
|
__exportStar(require("./model/AddFirewallRulesRequestBody"), exports);
|
|
21
23
|
__exportStar(require("./model/AddFirewallRulesResponse"), exports);
|
|
24
|
+
__exportStar(require("./model/AddResourceTagsRequestBody"), exports);
|
|
25
|
+
__exportStar(require("./model/AddResourceTagsRequestBodyTag"), exports);
|
|
22
26
|
__exportStar(require("./model/AddSecurityGroupsRequest"), exports);
|
|
23
27
|
__exportStar(require("./model/AddSecurityGroupsRequestBody"), exports);
|
|
24
28
|
__exportStar(require("./model/AddSecurityGroupsResponse"), exports);
|
|
@@ -33,6 +37,11 @@ __exportStar(require("./model/AllowedAddressPair"), exports);
|
|
|
33
37
|
__exportStar(require("./model/AssociateSubnetFirewallRequest"), exports);
|
|
34
38
|
__exportStar(require("./model/AssociateSubnetFirewallRequestBody"), exports);
|
|
35
39
|
__exportStar(require("./model/AssociateSubnetFirewallResponse"), exports);
|
|
40
|
+
__exportStar(require("./model/BatchCreateClouddcnSubnetsTagsRequest"), exports);
|
|
41
|
+
__exportStar(require("./model/BatchCreateClouddcnSubnetsTagsResponse"), exports);
|
|
42
|
+
__exportStar(require("./model/BatchCreateRequestBody"), exports);
|
|
43
|
+
__exportStar(require("./model/BatchCreateRequestBodySysTags"), exports);
|
|
44
|
+
__exportStar(require("./model/BatchCreateRequestBodyTags"), exports);
|
|
36
45
|
__exportStar(require("./model/BatchCreateSecurityGroupRulesOption"), exports);
|
|
37
46
|
__exportStar(require("./model/BatchCreateSecurityGroupRulesRequest"), exports);
|
|
38
47
|
__exportStar(require("./model/BatchCreateSecurityGroupRulesRequestBody"), exports);
|
|
@@ -41,11 +50,22 @@ __exportStar(require("./model/BatchCreateSubNetworkInterfaceOption"), exports);
|
|
|
41
50
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceRequest"), exports);
|
|
42
51
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceRequestBody"), exports);
|
|
43
52
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceResponse"), exports);
|
|
53
|
+
__exportStar(require("./model/BatchDeleteClouddcnSubnetsTagsRequest"), exports);
|
|
54
|
+
__exportStar(require("./model/BatchDeleteClouddcnSubnetsTagsResponse"), exports);
|
|
55
|
+
__exportStar(require("./model/BatchDeleteRequestBody"), exports);
|
|
56
|
+
__exportStar(require("./model/BatchDeleteRequestBodySysTags"), exports);
|
|
57
|
+
__exportStar(require("./model/BatchDeleteRequestBodyTags"), exports);
|
|
44
58
|
__exportStar(require("./model/CloudResource"), exports);
|
|
59
|
+
__exportStar(require("./model/ClouddcnResource"), exports);
|
|
60
|
+
__exportStar(require("./model/ClouddcnSubnet"), exports);
|
|
45
61
|
__exportStar(require("./model/CreateAddressGroupOption"), exports);
|
|
46
62
|
__exportStar(require("./model/CreateAddressGroupRequest"), exports);
|
|
47
63
|
__exportStar(require("./model/CreateAddressGroupRequestBody"), exports);
|
|
48
64
|
__exportStar(require("./model/CreateAddressGroupResponse"), exports);
|
|
65
|
+
__exportStar(require("./model/CreateClouddcnSubnetOption"), exports);
|
|
66
|
+
__exportStar(require("./model/CreateClouddcnSubnetRequest"), exports);
|
|
67
|
+
__exportStar(require("./model/CreateClouddcnSubnetRequestBody"), exports);
|
|
68
|
+
__exportStar(require("./model/CreateClouddcnSubnetResponse"), exports);
|
|
49
69
|
__exportStar(require("./model/CreateFirewallOption"), exports);
|
|
50
70
|
__exportStar(require("./model/CreateFirewallRequest"), exports);
|
|
51
71
|
__exportStar(require("./model/CreateFirewallRequestBody"), exports);
|
|
@@ -80,6 +100,10 @@ __exportStar(require("./model/CreateVpcRequestBody"), exports);
|
|
|
80
100
|
__exportStar(require("./model/CreateVpcResponse"), exports);
|
|
81
101
|
__exportStar(require("./model/DeleteAddressGroupRequest"), exports);
|
|
82
102
|
__exportStar(require("./model/DeleteAddressGroupResponse"), exports);
|
|
103
|
+
__exportStar(require("./model/DeleteClouddcnSubnetRequest"), exports);
|
|
104
|
+
__exportStar(require("./model/DeleteClouddcnSubnetResponse"), exports);
|
|
105
|
+
__exportStar(require("./model/DeleteClouddcnSubnetsTagRequest"), exports);
|
|
106
|
+
__exportStar(require("./model/DeleteClouddcnSubnetsTagResponse"), exports);
|
|
83
107
|
__exportStar(require("./model/DeleteFirewallRequest"), exports);
|
|
84
108
|
__exportStar(require("./model/DeleteFirewallResponse"), exports);
|
|
85
109
|
__exportStar(require("./model/DeleteIpAddressGroupForceRequest"), exports);
|
|
@@ -115,9 +139,18 @@ __exportStar(require("./model/IpExtraSetOption"), exports);
|
|
|
115
139
|
__exportStar(require("./model/IpExtraSetRespOption"), exports);
|
|
116
140
|
__exportStar(require("./model/ListAddressGroupRequest"), exports);
|
|
117
141
|
__exportStar(require("./model/ListAddressGroupResponse"), exports);
|
|
142
|
+
__exportStar(require("./model/ListClouddcnSubnetsCountFilterTagsRequest"), exports);
|
|
143
|
+
__exportStar(require("./model/ListClouddcnSubnetsCountFilterTagsResponse"), exports);
|
|
144
|
+
__exportStar(require("./model/ListClouddcnSubnetsFilterTagsRequest"), exports);
|
|
145
|
+
__exportStar(require("./model/ListClouddcnSubnetsFilterTagsResponse"), exports);
|
|
146
|
+
__exportStar(require("./model/ListClouddcnSubnetsRequest"), exports);
|
|
147
|
+
__exportStar(require("./model/ListClouddcnSubnetsResponse"), exports);
|
|
148
|
+
__exportStar(require("./model/ListClouddcnSubnetsTagsRequest"), exports);
|
|
149
|
+
__exportStar(require("./model/ListClouddcnSubnetsTagsResponse"), exports);
|
|
118
150
|
__exportStar(require("./model/ListFirewallDetail"), exports);
|
|
119
151
|
__exportStar(require("./model/ListFirewallRequest"), exports);
|
|
120
152
|
__exportStar(require("./model/ListFirewallResponse"), exports);
|
|
153
|
+
__exportStar(require("./model/ListResourcesByTagsRequestBody"), exports);
|
|
121
154
|
__exportStar(require("./model/ListSecurityGroupRulesRequest"), exports);
|
|
122
155
|
__exportStar(require("./model/ListSecurityGroupRulesResponse"), exports);
|
|
123
156
|
__exportStar(require("./model/ListSecurityGroupsRequest"), exports);
|
|
@@ -154,11 +187,16 @@ __exportStar(require("./model/RemoveVpcExtendCidrRequest"), exports);
|
|
|
154
187
|
__exportStar(require("./model/RemoveVpcExtendCidrRequestBody"), exports);
|
|
155
188
|
__exportStar(require("./model/RemoveVpcExtendCidrResponse"), exports);
|
|
156
189
|
__exportStar(require("./model/ResourceTag"), exports);
|
|
190
|
+
__exportStar(require("./model/ResourceTags"), exports);
|
|
157
191
|
__exportStar(require("./model/SecurityGroup"), exports);
|
|
158
192
|
__exportStar(require("./model/SecurityGroupInfo"), exports);
|
|
159
193
|
__exportStar(require("./model/SecurityGroupRule"), exports);
|
|
160
194
|
__exportStar(require("./model/ShowAddressGroupRequest"), exports);
|
|
161
195
|
__exportStar(require("./model/ShowAddressGroupResponse"), exports);
|
|
196
|
+
__exportStar(require("./model/ShowClouddcnSubnetRequest"), exports);
|
|
197
|
+
__exportStar(require("./model/ShowClouddcnSubnetResponse"), exports);
|
|
198
|
+
__exportStar(require("./model/ShowClouddcnSubnetsTagsRequest"), exports);
|
|
199
|
+
__exportStar(require("./model/ShowClouddcnSubnetsTagsResponse"), exports);
|
|
162
200
|
__exportStar(require("./model/ShowFirewallRequest"), exports);
|
|
163
201
|
__exportStar(require("./model/ShowFirewallResponse"), exports);
|
|
164
202
|
__exportStar(require("./model/ShowSecurityGroupRequest"), exports);
|
|
@@ -178,7 +216,9 @@ __exportStar(require("./model/ShowTrafficMirrorSessionResponse"), exports);
|
|
|
178
216
|
__exportStar(require("./model/ShowVpcRequest"), exports);
|
|
179
217
|
__exportStar(require("./model/ShowVpcResponse"), exports);
|
|
180
218
|
__exportStar(require("./model/SubNetworkInterface"), exports);
|
|
219
|
+
__exportStar(require("./model/SysTag"), exports);
|
|
181
220
|
__exportStar(require("./model/Tag"), exports);
|
|
221
|
+
__exportStar(require("./model/TagEntity"), exports);
|
|
182
222
|
__exportStar(require("./model/TrafficMirrorFilter"), exports);
|
|
183
223
|
__exportStar(require("./model/TrafficMirrorFilterRule"), exports);
|
|
184
224
|
__exportStar(require("./model/TrafficMirrorSession"), exports);
|
|
@@ -187,6 +227,10 @@ __exportStar(require("./model/UpdateAddressGroupOption"), exports);
|
|
|
187
227
|
__exportStar(require("./model/UpdateAddressGroupRequest"), exports);
|
|
188
228
|
__exportStar(require("./model/UpdateAddressGroupRequestBody"), exports);
|
|
189
229
|
__exportStar(require("./model/UpdateAddressGroupResponse"), exports);
|
|
230
|
+
__exportStar(require("./model/UpdateClouddcnSubnetOption"), exports);
|
|
231
|
+
__exportStar(require("./model/UpdateClouddcnSubnetRequest"), exports);
|
|
232
|
+
__exportStar(require("./model/UpdateClouddcnSubnetRequestBody"), exports);
|
|
233
|
+
__exportStar(require("./model/UpdateClouddcnSubnetResponse"), exports);
|
|
190
234
|
__exportStar(require("./model/UpdateFirewallOption"), exports);
|
|
191
235
|
__exportStar(require("./model/UpdateFirewallRequest"), exports);
|
|
192
236
|
__exportStar(require("./model/UpdateFirewallRequestBody"), exports);
|
package/v3/public-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/vpc/v3/public-api.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAE5B,8DAA4C;AAC5C,kEAAgD;AAChD,sEAAoD;AACpD,mEAAiD;AACjD,mEAAiD;AACjD,uEAAqD;AACrD,oEAAkD;AAClD,kFAAgE;AAChE,sFAAoE;AACpE,mFAAiE;AACjE,kEAAgD;AAChD,sEAAoD;AACpD,mEAAiD;AACjD,uDAAqC;AACrC,6DAA2C;AAC3C,yEAAuD;AACvD,6EAA2D;AAC3D,0EAAwD;AACxD,8EAA4D;AAC5D,+EAA6D;AAC7D,mFAAiE;AACjE,gFAA8D;AAC9D,+EAA6D;AAC7D,gFAA8D;AAC9D,oFAAkE;AAClE,iFAA+D;AAC/D,wDAAsC;AACtC,mEAAiD;AACjD,oEAAkD;AAClD,wEAAsD;AACtD,qEAAmD;AACnD,+DAA6C;AAC7C,gEAA8C;AAC9C,oEAAkD;AAClD,iEAA+C;AAC/C,oEAAkD;AAClD,qEAAmD;AACnD,yEAAuD;AACvD,sEAAoD;AACpD,wEAAsD;AACtD,yEAAuD;AACvD,6EAA2D;AAC3D,0EAAwD;AACxD,0EAAwD;AACxD,2EAAyD;AACzD,+EAA6D;AAC7D,4EAA0D;AAC1D,0EAAwD;AACxD,2EAAyD;AACzD,+EAA6D;AAC7D,4EAA0D;AAC1D,8EAA4D;AAC5D,+EAA6D;AAC7D,mFAAiE;AACjE,gFAA8D;AAC9D,2EAAyD;AACzD,4EAA0D;AAC1D,gFAA8D;AAC9D,6EAA2D;AAC3D,0DAAwC;AACxC,2DAAyC;AACzC,+DAA6C;AAC7C,4DAA0C;AAC1C,oEAAkD;AAClD,qEAAmD;AACnD,gEAA8C;AAC9C,iEAA+C;AAC/C,2EAAyD;AACzD,4EAA0D;AAC1D,qEAAmD;AACnD,sEAAoD;AACpD,yEAAuD;AACvD,0EAAwD;AACxD,2EAAyD;AACzD,4EAA0D;AAC1D,2EAAyD;AACzD,4EAA0D;AAC1D,+EAA6D;AAC7D,gFAA8D;AAC9D,4EAA0D;AAC1D,6EAA2D;AAC3D,2DAAyC;AACzC,4DAA0C;AAC1C,4EAA0D;AAC1D,gFAA8D;AAC9D,6EAA2D;AAC3D,8DAA4C;AAC5C,yDAAuC;AACvC,uEAAqD;AACrD,mEAAiD;AACjD,uEAAqD;AACrD,mEAAiD;AACjD,6DAA2C;AAC3C,uEAAqD;AACrD,mEAAiD;AACjD,oEAAkD;AAClD,2DAAyC;AACzC,+DAA6C;AAC7C,kEAAgD;AAChD,mEAAiD;AACjD,6DAA2C;AAC3C,8DAA4C;AAC5C,+DAA6C;AAC7C,wEAAsD;AACtD,yEAAuD;AACvD,oEAAkD;AAClD,qEAAmD;AACnD,0EAAwD;AACxD,2EAAyD;AACzD,8EAA4D;AAC5D,+EAA6D;AAC7D,0EAAwD;AACxD,2EAAyD;AACzD,2EAAyD;AACzD,4EAA0D;AAC1D,0DAAwC;AACxC,2DAAyC;AACzC,2EAAyD;AACzD,4EAA0D;AAC1D,gFAA8D;AAC9D,6EAA2D;AAC3D,mDAAiC;AACjC,+CAA6B;AAC7B,wDAAsC;AACtC,iEAA+C;AAC/C,qEAAmD;AACnD,yEAAuD;AACvD,sEAAoD;AACpD,oEAAkD;AAClD,sEAAoD;AACpD,0EAAwD;AACxD,uEAAqD;AACrD,uFAAqE;AACrE,2FAAyE;AACzE,wFAAsE;AACtE,qEAAmD;AACnD,yEAAuD;AACvD,sEAAoD;AACpD,sDAAoC;AACpC,wDAAsC;AACtC,4DAA0C;AAC1C,4DAA0C;AAC1C,kEAAgD;AAChD,mEAAiD;AACjD,8DAA4C;AAC5C,+DAA6C;AAC7C,mEAAiD;AACjD,oEAAkD;AAClD,uEAAqD;AACrD,wEAAsD;AACtD,yEAAuD;AACvD,0EAAwD;AACxD,kFAAgE;AAChE,mFAAiE;AACjE,yEAAuD;AACvD,0EAAwD;AACxD,6EAA2D;AAC3D,8EAA4D;AAC5D,0EAAwD;AACxD,2EAAyD;AACzD,yDAAuC;AACvC,0DAAwC;AACxC,8DAA4C;AAC5C,8CAA4B;AAC5B,8DAA4C;AAC5C,kEAAgD;AAChD,+DAA6C;AAC7C,qEAAmD;AACnD,mEAAiD;AACjD,oEAAkD;AAClD,wEAAsD;AACtD,qEAAmD;AACnD,+DAA6C;AAC7C,gEAA8C;AAC9C,oEAAkD;AAClD,iEAA+C;AAC/C,qEAAmD;AACnD,yEAAuD;AACvD,sEAAoD;AACpD,oEAAkD;AAClD,qEAAmD;AACnD,yEAAuD;AACvD,sEAAoD;AACpD,0EAAwD;AACxD,2EAAyD;AACzD,+EAA6D;AAC7D,4EAA0D;AAC1D,0EAAwD;AACxD,2EAAyD;AACzD,+EAA6D;AAC7D,4EAA0D;AAC1D,8EAA4D;AAC5D,+EAA6D;AAC7D,mFAAiE;AACjE,gFAA8D;AAC9D,2EAAyD;AACzD,4EAA0D;AAC1D,gFAA8D;AAC9D,6EAA2D;AAC3D,0DAAwC;AACxC,2DAAyC;AACzC,+DAA6C;AAC7C,4DAA0C;AAC1C,8CAA4B;AAC5B,8CAA4B"}
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/vpc/v3/public-api.ts"],"names":[],"mappings":"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"}
|