@huaweicloud/huaweicloud-sdk-vpc 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/package.json +2 -2
- package/v2/model/AllowedAddressPair.d.ts +2 -2
- package/v2/model/AllowedAddressPair.js +2 -1
- package/v3/VpcClient.d.ts +319 -0
- package/v3/VpcClient.js +727 -0
- package/v3/model/AddExtendCidrOption.d.ts +7 -0
- package/v3/model/AddExtendCidrOption.js +24 -0
- package/v3/model/AddVpcExtendCidrRequest.d.ts +10 -0
- package/v3/model/AddVpcExtendCidrRequest.js +28 -0
- package/v3/model/AddVpcExtendCidrRequestBody.d.ts +10 -0
- package/v3/model/AddVpcExtendCidrRequestBody.js +28 -0
- package/v3/model/AddVpcExtendCidrResponse.d.ts +11 -0
- package/v3/model/AddVpcExtendCidrResponse.js +45 -0
- package/v3/model/AddressGroup.d.ts +29 -0
- package/v3/model/AddressGroup.js +99 -0
- package/v3/model/CloudResource.d.ts +11 -0
- package/v3/model/CloudResource.js +39 -0
- package/v3/model/CreateAddressGroupOption.d.ts +15 -0
- package/v3/model/CreateAddressGroupOption.js +47 -0
- package/v3/model/CreateAddressGroupRequest.d.ts +6 -0
- package/v3/model/CreateAddressGroupRequest.js +13 -0
- package/v3/model/CreateAddressGroupRequestBody.d.ts +12 -0
- package/v3/model/CreateAddressGroupRequestBody.js +38 -0
- package/v3/model/CreateAddressGroupResponse.d.ts +13 -0
- package/v3/model/CreateAddressGroupResponse.js +55 -0
- package/v3/model/CreateVpcOption.d.ts +16 -0
- package/v3/model/CreateVpcOption.js +41 -0
- package/v3/model/CreateVpcRequest.d.ts +6 -0
- package/v3/model/CreateVpcRequest.js +13 -0
- package/v3/model/CreateVpcRequestBody.d.ts +10 -0
- package/v3/model/CreateVpcRequestBody.js +28 -0
- package/v3/model/CreateVpcResponse.d.ts +16 -0
- package/v3/model/CreateVpcResponse.js +69 -0
- package/v3/model/DeleteAddressGroupRequest.d.ts +7 -0
- package/v3/model/DeleteAddressGroupRequest.js +24 -0
- package/v3/model/DeleteAddressGroupResponse.d.ts +4 -0
- package/v3/model/DeleteAddressGroupResponse.js +27 -0
- package/v3/model/DeleteIpAddressGroupForceRequest.d.ts +7 -0
- package/v3/model/DeleteIpAddressGroupForceRequest.js +24 -0
- package/v3/model/DeleteIpAddressGroupForceResponse.d.ts +4 -0
- package/v3/model/DeleteIpAddressGroupForceResponse.js +27 -0
- package/v3/model/DeleteVpcRequest.d.ts +7 -0
- package/v3/model/DeleteVpcRequest.js +24 -0
- package/v3/model/DeleteVpcResponse.d.ts +4 -0
- package/v3/model/DeleteVpcResponse.js +27 -0
- package/v3/model/ListAddressGroupRequest.d.ts +17 -0
- package/v3/model/ListAddressGroupRequest.js +43 -0
- package/v3/model/ListAddressGroupResponse.d.ts +18 -0
- package/v3/model/ListAddressGroupResponse.js +69 -0
- package/v3/model/ListVpcsRequest.d.ts +15 -0
- package/v3/model/ListVpcsRequest.js +33 -0
- package/v3/model/ListVpcsResponse.d.ts +16 -0
- package/v3/model/ListVpcsResponse.js +59 -0
- package/v3/model/MigrateSubNetworkInterfaceOption.d.ts +17 -0
- package/v3/model/MigrateSubNetworkInterfaceOption.js +39 -0
- package/v3/model/MigrateSubNetworkInterfaceRequest.d.ts +6 -0
- package/v3/model/MigrateSubNetworkInterfaceRequest.js +13 -0
- package/v3/model/MigrateSubNetworkInterfaceRequestBody.d.ts +12 -0
- package/v3/model/MigrateSubNetworkInterfaceRequestBody.js +38 -0
- package/v3/model/MigrateSubNetworkInterfaceResponse.d.ts +13 -0
- package/v3/model/MigrateSubNetworkInterfaceResponse.js +55 -0
- package/v3/model/RemoveExtendCidrOption.d.ts +7 -0
- package/v3/model/RemoveExtendCidrOption.js +24 -0
- package/v3/model/RemoveVpcExtendCidrRequest.d.ts +10 -0
- package/v3/model/RemoveVpcExtendCidrRequest.js +28 -0
- package/v3/model/RemoveVpcExtendCidrRequestBody.d.ts +10 -0
- package/v3/model/RemoveVpcExtendCidrRequestBody.js +28 -0
- package/v3/model/RemoveVpcExtendCidrResponse.d.ts +11 -0
- package/v3/model/RemoveVpcExtendCidrResponse.js +45 -0
- package/v3/model/ShowAddressGroupRequest.d.ts +7 -0
- package/v3/model/ShowAddressGroupRequest.js +24 -0
- package/v3/model/ShowAddressGroupResponse.d.ts +13 -0
- package/v3/model/ShowAddressGroupResponse.js +55 -0
- package/v3/model/ShowVpcRequest.d.ts +7 -0
- package/v3/model/ShowVpcRequest.js +24 -0
- package/v3/model/ShowVpcResponse.d.ts +11 -0
- package/v3/model/ShowVpcResponse.js +45 -0
- package/v3/model/Tag.d.ts +7 -0
- package/v3/model/Tag.js +19 -0
- package/v3/model/UpdateAddressGroupOption.d.ts +11 -0
- package/v3/model/UpdateAddressGroupOption.js +31 -0
- package/v3/model/UpdateAddressGroupRequest.d.ts +10 -0
- package/v3/model/UpdateAddressGroupRequest.js +28 -0
- package/v3/model/UpdateAddressGroupRequestBody.d.ts +12 -0
- package/v3/model/UpdateAddressGroupRequestBody.js +38 -0
- package/v3/model/UpdateAddressGroupResponse.d.ts +13 -0
- package/v3/model/UpdateAddressGroupResponse.js +55 -0
- package/v3/model/UpdateVpcOption.d.ts +7 -0
- package/v3/model/UpdateVpcOption.js +17 -0
- package/v3/model/UpdateVpcRequest.d.ts +10 -0
- package/v3/model/UpdateVpcRequest.js +28 -0
- package/v3/model/UpdateVpcRequestBody.d.ts +10 -0
- package/v3/model/UpdateVpcRequestBody.js +28 -0
- package/v3/model/UpdateVpcResponse.d.ts +16 -0
- package/v3/model/UpdateVpcResponse.js +69 -0
- package/v3/model/Vpc.d.ts +41 -0
- package/v3/model/Vpc.js +129 -0
- package/v3/public-api.d.ts +46 -0
- package/v3/public-api.js +46 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateAddressGroupRequestBody = void 0;
|
|
4
|
+
var UpdateAddressGroupRequestBody = /** @class */ (function () {
|
|
5
|
+
function UpdateAddressGroupRequestBody(addressGroup) {
|
|
6
|
+
this['address_group'] = addressGroup;
|
|
7
|
+
}
|
|
8
|
+
UpdateAddressGroupRequestBody.prototype.withDryRun = function (dryRun) {
|
|
9
|
+
this['dry_run'] = dryRun;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(UpdateAddressGroupRequestBody.prototype, "dryRun", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['dry_run'];
|
|
15
|
+
},
|
|
16
|
+
set: function (dryRun) {
|
|
17
|
+
this['dry_run'] = dryRun;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
UpdateAddressGroupRequestBody.prototype.withAddressGroup = function (addressGroup) {
|
|
23
|
+
this['address_group'] = addressGroup;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(UpdateAddressGroupRequestBody.prototype, "addressGroup", {
|
|
27
|
+
get: function () {
|
|
28
|
+
return this['address_group'];
|
|
29
|
+
},
|
|
30
|
+
set: function (addressGroup) {
|
|
31
|
+
this['address_group'] = addressGroup;
|
|
32
|
+
},
|
|
33
|
+
enumerable: false,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
return UpdateAddressGroupRequestBody;
|
|
37
|
+
}());
|
|
38
|
+
exports.UpdateAddressGroupRequestBody = UpdateAddressGroupRequestBody;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AddressGroup } from './AddressGroup';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class UpdateAddressGroupResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
private 'address_group'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withRequestId(requestId: string): UpdateAddressGroupResponse;
|
|
8
|
+
set requestId(requestId: string | undefined);
|
|
9
|
+
get requestId(): string | undefined;
|
|
10
|
+
withAddressGroup(addressGroup: AddressGroup): UpdateAddressGroupResponse;
|
|
11
|
+
set addressGroup(addressGroup: AddressGroup | undefined);
|
|
12
|
+
get addressGroup(): AddressGroup | undefined;
|
|
13
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.UpdateAddressGroupResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var UpdateAddressGroupResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(UpdateAddressGroupResponse, _super);
|
|
22
|
+
function UpdateAddressGroupResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
UpdateAddressGroupResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(UpdateAddressGroupResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
UpdateAddressGroupResponse.prototype.withAddressGroup = function (addressGroup) {
|
|
40
|
+
this['address_group'] = addressGroup;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(UpdateAddressGroupResponse.prototype, "addressGroup", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['address_group'];
|
|
46
|
+
},
|
|
47
|
+
set: function (addressGroup) {
|
|
48
|
+
this['address_group'] = addressGroup;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
return UpdateAddressGroupResponse;
|
|
54
|
+
}(SdkResponse_1.SdkResponse));
|
|
55
|
+
exports.UpdateAddressGroupResponse = UpdateAddressGroupResponse;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateVpcOption = void 0;
|
|
4
|
+
var UpdateVpcOption = /** @class */ (function () {
|
|
5
|
+
function UpdateVpcOption() {
|
|
6
|
+
}
|
|
7
|
+
UpdateVpcOption.prototype.withName = function (name) {
|
|
8
|
+
this['name'] = name;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
UpdateVpcOption.prototype.withDescription = function (description) {
|
|
12
|
+
this['description'] = description;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
return UpdateVpcOption;
|
|
16
|
+
}());
|
|
17
|
+
exports.UpdateVpcOption = UpdateVpcOption;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UpdateVpcRequestBody } from './UpdateVpcRequestBody';
|
|
2
|
+
export declare class UpdateVpcRequest {
|
|
3
|
+
private 'vpc_id';
|
|
4
|
+
body?: UpdateVpcRequestBody;
|
|
5
|
+
constructor(vpcId?: any);
|
|
6
|
+
withVpcId(vpcId: string): UpdateVpcRequest;
|
|
7
|
+
set vpcId(vpcId: string | undefined);
|
|
8
|
+
get vpcId(): string | undefined;
|
|
9
|
+
withBody(body: UpdateVpcRequestBody): UpdateVpcRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateVpcRequest = void 0;
|
|
4
|
+
var UpdateVpcRequest = /** @class */ (function () {
|
|
5
|
+
function UpdateVpcRequest(vpcId) {
|
|
6
|
+
this['vpc_id'] = vpcId;
|
|
7
|
+
}
|
|
8
|
+
UpdateVpcRequest.prototype.withVpcId = function (vpcId) {
|
|
9
|
+
this['vpc_id'] = vpcId;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(UpdateVpcRequest.prototype, "vpcId", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['vpc_id'];
|
|
15
|
+
},
|
|
16
|
+
set: function (vpcId) {
|
|
17
|
+
this['vpc_id'] = vpcId;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
UpdateVpcRequest.prototype.withBody = function (body) {
|
|
23
|
+
this['body'] = body;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
return UpdateVpcRequest;
|
|
27
|
+
}());
|
|
28
|
+
exports.UpdateVpcRequest = UpdateVpcRequest;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UpdateVpcOption } from './UpdateVpcOption';
|
|
2
|
+
export declare class UpdateVpcRequestBody {
|
|
3
|
+
private 'dry_run'?;
|
|
4
|
+
vpc: UpdateVpcOption;
|
|
5
|
+
constructor(vpc?: any);
|
|
6
|
+
withDryRun(dryRun: boolean): UpdateVpcRequestBody;
|
|
7
|
+
set dryRun(dryRun: boolean | undefined);
|
|
8
|
+
get dryRun(): boolean | undefined;
|
|
9
|
+
withVpc(vpc: UpdateVpcOption): UpdateVpcRequestBody;
|
|
10
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateVpcRequestBody = void 0;
|
|
4
|
+
var UpdateVpcRequestBody = /** @class */ (function () {
|
|
5
|
+
function UpdateVpcRequestBody(vpc) {
|
|
6
|
+
this['vpc'] = vpc;
|
|
7
|
+
}
|
|
8
|
+
UpdateVpcRequestBody.prototype.withDryRun = function (dryRun) {
|
|
9
|
+
this['dry_run'] = dryRun;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(UpdateVpcRequestBody.prototype, "dryRun", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['dry_run'];
|
|
15
|
+
},
|
|
16
|
+
set: function (dryRun) {
|
|
17
|
+
this['dry_run'] = dryRun;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
UpdateVpcRequestBody.prototype.withVpc = function (vpc) {
|
|
23
|
+
this['vpc'] = vpc;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
return UpdateVpcRequestBody;
|
|
27
|
+
}());
|
|
28
|
+
exports.UpdateVpcRequestBody = UpdateVpcRequestBody;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class UpdateVpcResponse extends SdkResponse {
|
|
3
|
+
private 'request_id'?;
|
|
4
|
+
private 'error_msg'?;
|
|
5
|
+
private 'error_code'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withRequestId(requestId: string): UpdateVpcResponse;
|
|
8
|
+
set requestId(requestId: string | undefined);
|
|
9
|
+
get requestId(): string | undefined;
|
|
10
|
+
withErrorMsg(errorMsg: string): UpdateVpcResponse;
|
|
11
|
+
set errorMsg(errorMsg: string | undefined);
|
|
12
|
+
get errorMsg(): string | undefined;
|
|
13
|
+
withErrorCode(errorCode: string): UpdateVpcResponse;
|
|
14
|
+
set errorCode(errorCode: string | undefined);
|
|
15
|
+
get errorCode(): string | undefined;
|
|
16
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.UpdateVpcResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var UpdateVpcResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(UpdateVpcResponse, _super);
|
|
22
|
+
function UpdateVpcResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
UpdateVpcResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(UpdateVpcResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
UpdateVpcResponse.prototype.withErrorMsg = function (errorMsg) {
|
|
40
|
+
this['error_msg'] = errorMsg;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(UpdateVpcResponse.prototype, "errorMsg", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['error_msg'];
|
|
46
|
+
},
|
|
47
|
+
set: function (errorMsg) {
|
|
48
|
+
this['error_msg'] = errorMsg;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
UpdateVpcResponse.prototype.withErrorCode = function (errorCode) {
|
|
54
|
+
this['error_code'] = errorCode;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
Object.defineProperty(UpdateVpcResponse.prototype, "errorCode", {
|
|
58
|
+
get: function () {
|
|
59
|
+
return this['error_code'];
|
|
60
|
+
},
|
|
61
|
+
set: function (errorCode) {
|
|
62
|
+
this['error_code'] = errorCode;
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
return UpdateVpcResponse;
|
|
68
|
+
}(SdkResponse_1.SdkResponse));
|
|
69
|
+
exports.UpdateVpcResponse = UpdateVpcResponse;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { CloudResource } from './CloudResource';
|
|
2
|
+
import { Tag } from './Tag';
|
|
3
|
+
export declare class Vpc {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
cidr: string;
|
|
8
|
+
private 'extend_cidrs';
|
|
9
|
+
status: string;
|
|
10
|
+
private 'project_id';
|
|
11
|
+
private 'enterprise_project_id';
|
|
12
|
+
private 'created_at';
|
|
13
|
+
private 'updated_at';
|
|
14
|
+
private 'cloud_resources';
|
|
15
|
+
tags: Array<Tag>;
|
|
16
|
+
constructor(id?: any, name?: any, description?: any, cidr?: any, extendCidrs?: any, status?: any, projectId?: any, enterpriseProjectId?: any, createdAt?: any, updatedAt?: any, cloudResources?: any, tags?: any);
|
|
17
|
+
withId(id: string): Vpc;
|
|
18
|
+
withName(name: string): Vpc;
|
|
19
|
+
withDescription(description: string): Vpc;
|
|
20
|
+
withCidr(cidr: string): Vpc;
|
|
21
|
+
withExtendCidrs(extendCidrs: Array<string>): Vpc;
|
|
22
|
+
set extendCidrs(extendCidrs: Array<string> | undefined);
|
|
23
|
+
get extendCidrs(): Array<string> | undefined;
|
|
24
|
+
withStatus(status: string): Vpc;
|
|
25
|
+
withProjectId(projectId: string): Vpc;
|
|
26
|
+
set projectId(projectId: string | undefined);
|
|
27
|
+
get projectId(): string | undefined;
|
|
28
|
+
withEnterpriseProjectId(enterpriseProjectId: string): Vpc;
|
|
29
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
30
|
+
get enterpriseProjectId(): string | undefined;
|
|
31
|
+
withCreatedAt(createdAt: Date): Vpc;
|
|
32
|
+
set createdAt(createdAt: Date | undefined);
|
|
33
|
+
get createdAt(): Date | undefined;
|
|
34
|
+
withUpdatedAt(updatedAt: Date): Vpc;
|
|
35
|
+
set updatedAt(updatedAt: Date | undefined);
|
|
36
|
+
get updatedAt(): Date | undefined;
|
|
37
|
+
withCloudResources(cloudResources: Array<CloudResource>): Vpc;
|
|
38
|
+
set cloudResources(cloudResources: Array<CloudResource> | undefined);
|
|
39
|
+
get cloudResources(): Array<CloudResource> | undefined;
|
|
40
|
+
withTags(tags: Array<Tag>): Vpc;
|
|
41
|
+
}
|
package/v3/model/Vpc.js
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Vpc = void 0;
|
|
4
|
+
var Vpc = /** @class */ (function () {
|
|
5
|
+
function Vpc(id, name, description, cidr, extendCidrs, status, projectId, enterpriseProjectId, createdAt, updatedAt, cloudResources, tags) {
|
|
6
|
+
this['id'] = id;
|
|
7
|
+
this['name'] = name;
|
|
8
|
+
this['description'] = description;
|
|
9
|
+
this['cidr'] = cidr;
|
|
10
|
+
this['extend_cidrs'] = extendCidrs;
|
|
11
|
+
this['status'] = status;
|
|
12
|
+
this['project_id'] = projectId;
|
|
13
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
14
|
+
this['created_at'] = createdAt;
|
|
15
|
+
this['updated_at'] = updatedAt;
|
|
16
|
+
this['cloud_resources'] = cloudResources;
|
|
17
|
+
this['tags'] = tags;
|
|
18
|
+
}
|
|
19
|
+
Vpc.prototype.withId = function (id) {
|
|
20
|
+
this['id'] = id;
|
|
21
|
+
return this;
|
|
22
|
+
};
|
|
23
|
+
Vpc.prototype.withName = function (name) {
|
|
24
|
+
this['name'] = name;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
Vpc.prototype.withDescription = function (description) {
|
|
28
|
+
this['description'] = description;
|
|
29
|
+
return this;
|
|
30
|
+
};
|
|
31
|
+
Vpc.prototype.withCidr = function (cidr) {
|
|
32
|
+
this['cidr'] = cidr;
|
|
33
|
+
return this;
|
|
34
|
+
};
|
|
35
|
+
Vpc.prototype.withExtendCidrs = function (extendCidrs) {
|
|
36
|
+
this['extend_cidrs'] = extendCidrs;
|
|
37
|
+
return this;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(Vpc.prototype, "extendCidrs", {
|
|
40
|
+
get: function () {
|
|
41
|
+
return this['extend_cidrs'];
|
|
42
|
+
},
|
|
43
|
+
set: function (extendCidrs) {
|
|
44
|
+
this['extend_cidrs'] = extendCidrs;
|
|
45
|
+
},
|
|
46
|
+
enumerable: false,
|
|
47
|
+
configurable: true
|
|
48
|
+
});
|
|
49
|
+
Vpc.prototype.withStatus = function (status) {
|
|
50
|
+
this['status'] = status;
|
|
51
|
+
return this;
|
|
52
|
+
};
|
|
53
|
+
Vpc.prototype.withProjectId = function (projectId) {
|
|
54
|
+
this['project_id'] = projectId;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
Object.defineProperty(Vpc.prototype, "projectId", {
|
|
58
|
+
get: function () {
|
|
59
|
+
return this['project_id'];
|
|
60
|
+
},
|
|
61
|
+
set: function (projectId) {
|
|
62
|
+
this['project_id'] = projectId;
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
Vpc.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
|
68
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
69
|
+
return this;
|
|
70
|
+
};
|
|
71
|
+
Object.defineProperty(Vpc.prototype, "enterpriseProjectId", {
|
|
72
|
+
get: function () {
|
|
73
|
+
return this['enterprise_project_id'];
|
|
74
|
+
},
|
|
75
|
+
set: function (enterpriseProjectId) {
|
|
76
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
77
|
+
},
|
|
78
|
+
enumerable: false,
|
|
79
|
+
configurable: true
|
|
80
|
+
});
|
|
81
|
+
Vpc.prototype.withCreatedAt = function (createdAt) {
|
|
82
|
+
this['created_at'] = createdAt;
|
|
83
|
+
return this;
|
|
84
|
+
};
|
|
85
|
+
Object.defineProperty(Vpc.prototype, "createdAt", {
|
|
86
|
+
get: function () {
|
|
87
|
+
return this['created_at'];
|
|
88
|
+
},
|
|
89
|
+
set: function (createdAt) {
|
|
90
|
+
this['created_at'] = createdAt;
|
|
91
|
+
},
|
|
92
|
+
enumerable: false,
|
|
93
|
+
configurable: true
|
|
94
|
+
});
|
|
95
|
+
Vpc.prototype.withUpdatedAt = function (updatedAt) {
|
|
96
|
+
this['updated_at'] = updatedAt;
|
|
97
|
+
return this;
|
|
98
|
+
};
|
|
99
|
+
Object.defineProperty(Vpc.prototype, "updatedAt", {
|
|
100
|
+
get: function () {
|
|
101
|
+
return this['updated_at'];
|
|
102
|
+
},
|
|
103
|
+
set: function (updatedAt) {
|
|
104
|
+
this['updated_at'] = updatedAt;
|
|
105
|
+
},
|
|
106
|
+
enumerable: false,
|
|
107
|
+
configurable: true
|
|
108
|
+
});
|
|
109
|
+
Vpc.prototype.withCloudResources = function (cloudResources) {
|
|
110
|
+
this['cloud_resources'] = cloudResources;
|
|
111
|
+
return this;
|
|
112
|
+
};
|
|
113
|
+
Object.defineProperty(Vpc.prototype, "cloudResources", {
|
|
114
|
+
get: function () {
|
|
115
|
+
return this['cloud_resources'];
|
|
116
|
+
},
|
|
117
|
+
set: function (cloudResources) {
|
|
118
|
+
this['cloud_resources'] = cloudResources;
|
|
119
|
+
},
|
|
120
|
+
enumerable: false,
|
|
121
|
+
configurable: true
|
|
122
|
+
});
|
|
123
|
+
Vpc.prototype.withTags = function (tags) {
|
|
124
|
+
this['tags'] = tags;
|
|
125
|
+
return this;
|
|
126
|
+
};
|
|
127
|
+
return Vpc;
|
|
128
|
+
}());
|
|
129
|
+
exports.Vpc = Vpc;
|
package/v3/public-api.d.ts
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
export * from './VpcClient';
|
|
2
|
+
export * from './model/AddExtendCidrOption';
|
|
3
|
+
export * from './model/AddVpcExtendCidrRequest';
|
|
4
|
+
export * from './model/AddVpcExtendCidrRequestBody';
|
|
5
|
+
export * from './model/AddVpcExtendCidrResponse';
|
|
6
|
+
export * from './model/AddressGroup';
|
|
2
7
|
export * from './model/BatchCreateSubNetworkInterfaceOption';
|
|
3
8
|
export * from './model/BatchCreateSubNetworkInterfaceRequest';
|
|
4
9
|
export * from './model/BatchCreateSubNetworkInterfaceRequestBody';
|
|
5
10
|
export * from './model/BatchCreateSubNetworkInterfaceResponse';
|
|
11
|
+
export * from './model/CloudResource';
|
|
12
|
+
export * from './model/CreateAddressGroupOption';
|
|
13
|
+
export * from './model/CreateAddressGroupRequest';
|
|
14
|
+
export * from './model/CreateAddressGroupRequestBody';
|
|
15
|
+
export * from './model/CreateAddressGroupResponse';
|
|
6
16
|
export * from './model/CreateSecurityGroupOption';
|
|
7
17
|
export * from './model/CreateSecurityGroupRequest';
|
|
8
18
|
export * from './model/CreateSecurityGroupRequestBody';
|
|
@@ -15,22 +25,46 @@ export * from './model/CreateSubNetworkInterfaceOption';
|
|
|
15
25
|
export * from './model/CreateSubNetworkInterfaceRequest';
|
|
16
26
|
export * from './model/CreateSubNetworkInterfaceRequestBody';
|
|
17
27
|
export * from './model/CreateSubNetworkInterfaceResponse';
|
|
28
|
+
export * from './model/CreateVpcOption';
|
|
29
|
+
export * from './model/CreateVpcRequest';
|
|
30
|
+
export * from './model/CreateVpcRequestBody';
|
|
31
|
+
export * from './model/CreateVpcResponse';
|
|
32
|
+
export * from './model/DeleteAddressGroupRequest';
|
|
33
|
+
export * from './model/DeleteAddressGroupResponse';
|
|
34
|
+
export * from './model/DeleteIpAddressGroupForceRequest';
|
|
35
|
+
export * from './model/DeleteIpAddressGroupForceResponse';
|
|
18
36
|
export * from './model/DeleteSecurityGroupRequest';
|
|
19
37
|
export * from './model/DeleteSecurityGroupResponse';
|
|
20
38
|
export * from './model/DeleteSecurityGroupRuleRequest';
|
|
21
39
|
export * from './model/DeleteSecurityGroupRuleResponse';
|
|
22
40
|
export * from './model/DeleteSubNetworkInterfaceRequest';
|
|
23
41
|
export * from './model/DeleteSubNetworkInterfaceResponse';
|
|
42
|
+
export * from './model/DeleteVpcRequest';
|
|
43
|
+
export * from './model/DeleteVpcResponse';
|
|
44
|
+
export * from './model/ListAddressGroupRequest';
|
|
45
|
+
export * from './model/ListAddressGroupResponse';
|
|
24
46
|
export * from './model/ListSecurityGroupRulesRequest';
|
|
25
47
|
export * from './model/ListSecurityGroupRulesResponse';
|
|
26
48
|
export * from './model/ListSecurityGroupsRequest';
|
|
27
49
|
export * from './model/ListSecurityGroupsResponse';
|
|
28
50
|
export * from './model/ListSubNetworkInterfacesRequest';
|
|
29
51
|
export * from './model/ListSubNetworkInterfacesResponse';
|
|
52
|
+
export * from './model/ListVpcsRequest';
|
|
53
|
+
export * from './model/ListVpcsResponse';
|
|
54
|
+
export * from './model/MigrateSubNetworkInterfaceOption';
|
|
55
|
+
export * from './model/MigrateSubNetworkInterfaceRequest';
|
|
56
|
+
export * from './model/MigrateSubNetworkInterfaceRequestBody';
|
|
57
|
+
export * from './model/MigrateSubNetworkInterfaceResponse';
|
|
30
58
|
export * from './model/PageInfo';
|
|
59
|
+
export * from './model/RemoveExtendCidrOption';
|
|
60
|
+
export * from './model/RemoveVpcExtendCidrRequest';
|
|
61
|
+
export * from './model/RemoveVpcExtendCidrRequestBody';
|
|
62
|
+
export * from './model/RemoveVpcExtendCidrResponse';
|
|
31
63
|
export * from './model/SecurityGroup';
|
|
32
64
|
export * from './model/SecurityGroupInfo';
|
|
33
65
|
export * from './model/SecurityGroupRule';
|
|
66
|
+
export * from './model/ShowAddressGroupRequest';
|
|
67
|
+
export * from './model/ShowAddressGroupResponse';
|
|
34
68
|
export * from './model/ShowSecurityGroupRequest';
|
|
35
69
|
export * from './model/ShowSecurityGroupResponse';
|
|
36
70
|
export * from './model/ShowSecurityGroupRuleRequest';
|
|
@@ -39,7 +73,14 @@ export * from './model/ShowSubNetworkInterfaceRequest';
|
|
|
39
73
|
export * from './model/ShowSubNetworkInterfaceResponse';
|
|
40
74
|
export * from './model/ShowSubNetworkInterfacesQuantityRequest';
|
|
41
75
|
export * from './model/ShowSubNetworkInterfacesQuantityResponse';
|
|
76
|
+
export * from './model/ShowVpcRequest';
|
|
77
|
+
export * from './model/ShowVpcResponse';
|
|
42
78
|
export * from './model/SubNetworkInterface';
|
|
79
|
+
export * from './model/Tag';
|
|
80
|
+
export * from './model/UpdateAddressGroupOption';
|
|
81
|
+
export * from './model/UpdateAddressGroupRequest';
|
|
82
|
+
export * from './model/UpdateAddressGroupRequestBody';
|
|
83
|
+
export * from './model/UpdateAddressGroupResponse';
|
|
43
84
|
export * from './model/UpdateSecurityGroupOption';
|
|
44
85
|
export * from './model/UpdateSecurityGroupRequest';
|
|
45
86
|
export * from './model/UpdateSecurityGroupRequestBody';
|
|
@@ -48,3 +89,8 @@ export * from './model/UpdateSubNetworkInterfaceOption';
|
|
|
48
89
|
export * from './model/UpdateSubNetworkInterfaceRequest';
|
|
49
90
|
export * from './model/UpdateSubNetworkInterfaceRequestBody';
|
|
50
91
|
export * from './model/UpdateSubNetworkInterfaceResponse';
|
|
92
|
+
export * from './model/UpdateVpcOption';
|
|
93
|
+
export * from './model/UpdateVpcRequest';
|
|
94
|
+
export * from './model/UpdateVpcRequestBody';
|
|
95
|
+
export * from './model/UpdateVpcResponse';
|
|
96
|
+
export * from './model/Vpc';
|
package/v3/public-api.js
CHANGED
|
@@ -11,10 +11,20 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
__exportStar(require("./VpcClient"), exports);
|
|
14
|
+
__exportStar(require("./model/AddExtendCidrOption"), exports);
|
|
15
|
+
__exportStar(require("./model/AddVpcExtendCidrRequest"), exports);
|
|
16
|
+
__exportStar(require("./model/AddVpcExtendCidrRequestBody"), exports);
|
|
17
|
+
__exportStar(require("./model/AddVpcExtendCidrResponse"), exports);
|
|
18
|
+
__exportStar(require("./model/AddressGroup"), exports);
|
|
14
19
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceOption"), exports);
|
|
15
20
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceRequest"), exports);
|
|
16
21
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceRequestBody"), exports);
|
|
17
22
|
__exportStar(require("./model/BatchCreateSubNetworkInterfaceResponse"), exports);
|
|
23
|
+
__exportStar(require("./model/CloudResource"), exports);
|
|
24
|
+
__exportStar(require("./model/CreateAddressGroupOption"), exports);
|
|
25
|
+
__exportStar(require("./model/CreateAddressGroupRequest"), exports);
|
|
26
|
+
__exportStar(require("./model/CreateAddressGroupRequestBody"), exports);
|
|
27
|
+
__exportStar(require("./model/CreateAddressGroupResponse"), exports);
|
|
18
28
|
__exportStar(require("./model/CreateSecurityGroupOption"), exports);
|
|
19
29
|
__exportStar(require("./model/CreateSecurityGroupRequest"), exports);
|
|
20
30
|
__exportStar(require("./model/CreateSecurityGroupRequestBody"), exports);
|
|
@@ -27,22 +37,46 @@ __exportStar(require("./model/CreateSubNetworkInterfaceOption"), exports);
|
|
|
27
37
|
__exportStar(require("./model/CreateSubNetworkInterfaceRequest"), exports);
|
|
28
38
|
__exportStar(require("./model/CreateSubNetworkInterfaceRequestBody"), exports);
|
|
29
39
|
__exportStar(require("./model/CreateSubNetworkInterfaceResponse"), exports);
|
|
40
|
+
__exportStar(require("./model/CreateVpcOption"), exports);
|
|
41
|
+
__exportStar(require("./model/CreateVpcRequest"), exports);
|
|
42
|
+
__exportStar(require("./model/CreateVpcRequestBody"), exports);
|
|
43
|
+
__exportStar(require("./model/CreateVpcResponse"), exports);
|
|
44
|
+
__exportStar(require("./model/DeleteAddressGroupRequest"), exports);
|
|
45
|
+
__exportStar(require("./model/DeleteAddressGroupResponse"), exports);
|
|
46
|
+
__exportStar(require("./model/DeleteIpAddressGroupForceRequest"), exports);
|
|
47
|
+
__exportStar(require("./model/DeleteIpAddressGroupForceResponse"), exports);
|
|
30
48
|
__exportStar(require("./model/DeleteSecurityGroupRequest"), exports);
|
|
31
49
|
__exportStar(require("./model/DeleteSecurityGroupResponse"), exports);
|
|
32
50
|
__exportStar(require("./model/DeleteSecurityGroupRuleRequest"), exports);
|
|
33
51
|
__exportStar(require("./model/DeleteSecurityGroupRuleResponse"), exports);
|
|
34
52
|
__exportStar(require("./model/DeleteSubNetworkInterfaceRequest"), exports);
|
|
35
53
|
__exportStar(require("./model/DeleteSubNetworkInterfaceResponse"), exports);
|
|
54
|
+
__exportStar(require("./model/DeleteVpcRequest"), exports);
|
|
55
|
+
__exportStar(require("./model/DeleteVpcResponse"), exports);
|
|
56
|
+
__exportStar(require("./model/ListAddressGroupRequest"), exports);
|
|
57
|
+
__exportStar(require("./model/ListAddressGroupResponse"), exports);
|
|
36
58
|
__exportStar(require("./model/ListSecurityGroupRulesRequest"), exports);
|
|
37
59
|
__exportStar(require("./model/ListSecurityGroupRulesResponse"), exports);
|
|
38
60
|
__exportStar(require("./model/ListSecurityGroupsRequest"), exports);
|
|
39
61
|
__exportStar(require("./model/ListSecurityGroupsResponse"), exports);
|
|
40
62
|
__exportStar(require("./model/ListSubNetworkInterfacesRequest"), exports);
|
|
41
63
|
__exportStar(require("./model/ListSubNetworkInterfacesResponse"), exports);
|
|
64
|
+
__exportStar(require("./model/ListVpcsRequest"), exports);
|
|
65
|
+
__exportStar(require("./model/ListVpcsResponse"), exports);
|
|
66
|
+
__exportStar(require("./model/MigrateSubNetworkInterfaceOption"), exports);
|
|
67
|
+
__exportStar(require("./model/MigrateSubNetworkInterfaceRequest"), exports);
|
|
68
|
+
__exportStar(require("./model/MigrateSubNetworkInterfaceRequestBody"), exports);
|
|
69
|
+
__exportStar(require("./model/MigrateSubNetworkInterfaceResponse"), exports);
|
|
42
70
|
__exportStar(require("./model/PageInfo"), exports);
|
|
71
|
+
__exportStar(require("./model/RemoveExtendCidrOption"), exports);
|
|
72
|
+
__exportStar(require("./model/RemoveVpcExtendCidrRequest"), exports);
|
|
73
|
+
__exportStar(require("./model/RemoveVpcExtendCidrRequestBody"), exports);
|
|
74
|
+
__exportStar(require("./model/RemoveVpcExtendCidrResponse"), exports);
|
|
43
75
|
__exportStar(require("./model/SecurityGroup"), exports);
|
|
44
76
|
__exportStar(require("./model/SecurityGroupInfo"), exports);
|
|
45
77
|
__exportStar(require("./model/SecurityGroupRule"), exports);
|
|
78
|
+
__exportStar(require("./model/ShowAddressGroupRequest"), exports);
|
|
79
|
+
__exportStar(require("./model/ShowAddressGroupResponse"), exports);
|
|
46
80
|
__exportStar(require("./model/ShowSecurityGroupRequest"), exports);
|
|
47
81
|
__exportStar(require("./model/ShowSecurityGroupResponse"), exports);
|
|
48
82
|
__exportStar(require("./model/ShowSecurityGroupRuleRequest"), exports);
|
|
@@ -51,7 +85,14 @@ __exportStar(require("./model/ShowSubNetworkInterfaceRequest"), exports);
|
|
|
51
85
|
__exportStar(require("./model/ShowSubNetworkInterfaceResponse"), exports);
|
|
52
86
|
__exportStar(require("./model/ShowSubNetworkInterfacesQuantityRequest"), exports);
|
|
53
87
|
__exportStar(require("./model/ShowSubNetworkInterfacesQuantityResponse"), exports);
|
|
88
|
+
__exportStar(require("./model/ShowVpcRequest"), exports);
|
|
89
|
+
__exportStar(require("./model/ShowVpcResponse"), exports);
|
|
54
90
|
__exportStar(require("./model/SubNetworkInterface"), exports);
|
|
91
|
+
__exportStar(require("./model/Tag"), exports);
|
|
92
|
+
__exportStar(require("./model/UpdateAddressGroupOption"), exports);
|
|
93
|
+
__exportStar(require("./model/UpdateAddressGroupRequest"), exports);
|
|
94
|
+
__exportStar(require("./model/UpdateAddressGroupRequestBody"), exports);
|
|
95
|
+
__exportStar(require("./model/UpdateAddressGroupResponse"), exports);
|
|
55
96
|
__exportStar(require("./model/UpdateSecurityGroupOption"), exports);
|
|
56
97
|
__exportStar(require("./model/UpdateSecurityGroupRequest"), exports);
|
|
57
98
|
__exportStar(require("./model/UpdateSecurityGroupRequestBody"), exports);
|
|
@@ -60,3 +101,8 @@ __exportStar(require("./model/UpdateSubNetworkInterfaceOption"), exports);
|
|
|
60
101
|
__exportStar(require("./model/UpdateSubNetworkInterfaceRequest"), exports);
|
|
61
102
|
__exportStar(require("./model/UpdateSubNetworkInterfaceRequestBody"), exports);
|
|
62
103
|
__exportStar(require("./model/UpdateSubNetworkInterfaceResponse"), exports);
|
|
104
|
+
__exportStar(require("./model/UpdateVpcOption"), exports);
|
|
105
|
+
__exportStar(require("./model/UpdateVpcRequest"), exports);
|
|
106
|
+
__exportStar(require("./model/UpdateVpcRequestBody"), exports);
|
|
107
|
+
__exportStar(require("./model/UpdateVpcResponse"), exports);
|
|
108
|
+
__exportStar(require("./model/Vpc"), exports);
|