@pulumi/openstack 5.2.0-alpha.1750229011 → 5.2.0
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/compute/getAggregateV2.d.ts +16 -2
- package/compute/getAggregateV2.js +2 -0
- package/compute/getAggregateV2.js.map +1 -1
- package/compute/getHypervisorV2.d.ts +16 -2
- package/compute/getHypervisorV2.js +2 -0
- package/compute/getHypervisorV2.js.map +1 -1
- package/compute/getInstanceV2.d.ts +11 -0
- package/compute/getInstanceV2.js.map +1 -1
- package/compute/getServergroupV2.d.ts +102 -0
- package/compute/getServergroupV2.js +54 -0
- package/compute/getServergroupV2.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +4 -1
- package/compute/index.js.map +1 -1
- package/compute/instance.d.ts +0 -8
- package/compute/instance.js +2 -2
- package/compute/instance.js.map +1 -1
- package/database/database.d.ts +6 -3
- package/database/database.js.map +1 -1
- package/database/instance.d.ts +18 -0
- package/database/instance.js +2 -0
- package/database/instance.js.map +1 -1
- package/database/user.d.ts +6 -3
- package/database/user.js.map +1 -1
- package/dns/getZoneShareV2.d.ts +140 -0
- package/dns/getZoneShareV2.js +64 -0
- package/dns/getZoneShareV2.js.map +1 -0
- package/dns/index.d.ts +6 -0
- package/dns/index.js +9 -1
- package/dns/index.js.map +1 -1
- package/dns/transferAccept.d.ts +9 -12
- package/dns/transferAccept.js.map +1 -1
- package/dns/transferRequest.d.ts +9 -12
- package/dns/transferRequest.js.map +1 -1
- package/dns/zoneShareV2.d.ts +129 -0
- package/dns/zoneShareV2.js +91 -0
- package/dns/zoneShareV2.js.map +1 -0
- package/identity/getProject.d.ts +5 -3
- package/identity/getProject.js.map +1 -1
- package/identity/getProjectIdsV3.d.ts +8 -0
- package/identity/getProjectIdsV3.js.map +1 -1
- package/identity/getUser.d.ts +5 -3
- package/identity/getUser.js.map +1 -1
- package/identity/index.d.ts +6 -0
- package/identity/index.js +11 -1
- package/identity/index.js.map +1 -1
- package/identity/inheritRoleAssignment.d.ts +15 -0
- package/identity/inheritRoleAssignment.js.map +1 -1
- package/identity/limitV3.d.ts +171 -0
- package/identity/limitV3.js +103 -0
- package/identity/limitV3.js.map +1 -0
- package/identity/registeredLimitV3.d.ts +145 -0
- package/identity/registeredLimitV3.js +97 -0
- package/identity/registeredLimitV3.js.map +1 -0
- package/identity/roleAssignment.d.ts +15 -0
- package/identity/roleAssignment.js.map +1 -1
- package/lbFlavorprofileV2.d.ts +18 -0
- package/lbFlavorprofileV2.js.map +1 -1
- package/loadbalancer/flavorV2.d.ts +150 -0
- package/loadbalancer/flavorV2.js +93 -0
- package/loadbalancer/flavorV2.js.map +1 -0
- package/loadbalancer/flavorprofileV2.d.ts +18 -0
- package/loadbalancer/flavorprofileV2.js.map +1 -1
- package/loadbalancer/getFlavorV2.d.ts +1 -1
- package/loadbalancer/getFlavorprofileV2.d.ts +106 -0
- package/loadbalancer/getFlavorprofileV2.js +62 -0
- package/loadbalancer/getFlavorprofileV2.js.map +1 -0
- package/loadbalancer/getLbFlavorDeprecated.d.ts +101 -0
- package/loadbalancer/getLbFlavorDeprecated.js +60 -0
- package/loadbalancer/getLbFlavorDeprecated.js.map +1 -0
- package/loadbalancer/index.d.ts +9 -0
- package/loadbalancer/index.js +12 -1
- package/loadbalancer/index.js.map +1 -1
- package/networking/addressGroupV2.d.ts +138 -0
- package/networking/addressGroupV2.js +87 -0
- package/networking/addressGroupV2.js.map +1 -0
- package/networking/getRouter.d.ts +4 -0
- package/networking/getRouter.js.map +1 -1
- package/networking/getSubnet.d.ts +11 -0
- package/networking/getSubnet.js +2 -0
- package/networking/getSubnet.js.map +1 -1
- package/networking/getSubnetIdsV2.d.ts +11 -0
- package/networking/getSubnetIdsV2.js +2 -0
- package/networking/getSubnetIdsV2.js.map +1 -1
- package/networking/index.d.ts +3 -0
- package/networking/index.js +7 -2
- package/networking/index.js.map +1 -1
- package/networking/router.d.ts +18 -0
- package/networking/router.js +2 -0
- package/networking/router.js.map +1 -1
- package/networking/secGroupRule.d.ts +21 -0
- package/networking/secGroupRule.js +2 -0
- package/networking/secGroupRule.js.map +1 -1
- package/networking/subnet.d.ts +18 -0
- package/networking/subnet.js +2 -0
- package/networking/subnet.js.map +1 -1
- package/package.json +2 -2
- package/sharedfilesystem/getShare.d.ts +7 -3
- package/sharedfilesystem/getShare.js.map +1 -1
- package/sharedfilesystem/share.d.ts +9 -9
- package/sharedfilesystem/shareAccess.d.ts +9 -9
- package/types/output.d.ts +3 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFlavorprofileV2Output = exports.getFlavorprofileV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to get the ID of an OpenStack Load Balancer flavorprofile.
|
|
10
|
+
*
|
|
11
|
+
* > **Note:** This usually requires admin privileges.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as openstack from "@pulumi/openstack";
|
|
18
|
+
*
|
|
19
|
+
* const fp1 = openstack.loadbalancer.getFlavorprofileV2({
|
|
20
|
+
* name: "flavorprofile_1",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getFlavorprofileV2(args, opts) {
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("openstack:loadbalancer/getFlavorprofileV2:getFlavorprofileV2", {
|
|
28
|
+
"flavorprofileId": args.flavorprofileId,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"providerName": args.providerName,
|
|
31
|
+
"region": args.region,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getFlavorprofileV2 = getFlavorprofileV2;
|
|
35
|
+
/**
|
|
36
|
+
* Use this data source to get the ID of an OpenStack Load Balancer flavorprofile.
|
|
37
|
+
*
|
|
38
|
+
* > **Note:** This usually requires admin privileges.
|
|
39
|
+
*
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as openstack from "@pulumi/openstack";
|
|
45
|
+
*
|
|
46
|
+
* const fp1 = openstack.loadbalancer.getFlavorprofileV2({
|
|
47
|
+
* name: "flavorprofile_1",
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getFlavorprofileV2Output(args, opts) {
|
|
52
|
+
args = args || {};
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
54
|
+
return pulumi.runtime.invokeOutput("openstack:loadbalancer/getFlavorprofileV2:getFlavorprofileV2", {
|
|
55
|
+
"flavorprofileId": args.flavorprofileId,
|
|
56
|
+
"name": args.name,
|
|
57
|
+
"providerName": args.providerName,
|
|
58
|
+
"region": args.region,
|
|
59
|
+
}, opts);
|
|
60
|
+
}
|
|
61
|
+
exports.getFlavorprofileV2Output = getFlavorprofileV2Output;
|
|
62
|
+
//# sourceMappingURL=getFlavorprofileV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFlavorprofileV2.js","sourceRoot":"","sources":["../../loadbalancer/getFlavorprofileV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AAkDD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4DASC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to get the ID of an OpenStack Load Balancer flavor.
|
|
4
|
+
*
|
|
5
|
+
* > **Note:** This data source is deprecated, please use `openstack.loadbalancer.FlavorV2` instead.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as openstack from "@pulumi/openstack";
|
|
12
|
+
*
|
|
13
|
+
* const flavor1 = openstack.loadbalancer.getLbFlavorDeprecated({
|
|
14
|
+
* name: "flavor_1",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getLbFlavorDeprecated(args?: GetLbFlavorDeprecatedArgs, opts?: pulumi.InvokeOptions): Promise<GetLbFlavorDeprecatedResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getLbFlavorDeprecated.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetLbFlavorDeprecatedArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the flavor. Exactly one of `name`, `flavorId` is required to be set.
|
|
25
|
+
*/
|
|
26
|
+
flavorId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the flavor. Exactly one of `name`, `flavorId` is required to be set.
|
|
29
|
+
*/
|
|
30
|
+
name?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The region in which to obtain the V2 Load Balancer client.
|
|
33
|
+
* If omitted, the `region` argument of the provider is used.
|
|
34
|
+
*/
|
|
35
|
+
region?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* A collection of values returned by getLbFlavorDeprecated.
|
|
39
|
+
*/
|
|
40
|
+
export interface GetLbFlavorDeprecatedResult {
|
|
41
|
+
/**
|
|
42
|
+
* The description of the flavor.
|
|
43
|
+
*/
|
|
44
|
+
readonly description: string;
|
|
45
|
+
/**
|
|
46
|
+
* Is the flavor enabled.
|
|
47
|
+
*/
|
|
48
|
+
readonly enabled: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* The ID of the flavor.
|
|
51
|
+
*/
|
|
52
|
+
readonly flavorId: string;
|
|
53
|
+
/**
|
|
54
|
+
* The ID of the flavor profile.
|
|
55
|
+
*/
|
|
56
|
+
readonly flavorProfileId: string;
|
|
57
|
+
/**
|
|
58
|
+
* The provider-assigned unique ID for this managed resource.
|
|
59
|
+
*/
|
|
60
|
+
readonly id: string;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the flavor.
|
|
63
|
+
*/
|
|
64
|
+
readonly name: string;
|
|
65
|
+
readonly region: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Use this data source to get the ID of an OpenStack Load Balancer flavor.
|
|
69
|
+
*
|
|
70
|
+
* > **Note:** This data source is deprecated, please use `openstack.loadbalancer.FlavorV2` instead.
|
|
71
|
+
*
|
|
72
|
+
* ## Example Usage
|
|
73
|
+
*
|
|
74
|
+
* ```typescript
|
|
75
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
76
|
+
* import * as openstack from "@pulumi/openstack";
|
|
77
|
+
*
|
|
78
|
+
* const flavor1 = openstack.loadbalancer.getLbFlavorDeprecated({
|
|
79
|
+
* name: "flavor_1",
|
|
80
|
+
* });
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
export declare function getLbFlavorDeprecatedOutput(args?: GetLbFlavorDeprecatedOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLbFlavorDeprecatedResult>;
|
|
84
|
+
/**
|
|
85
|
+
* A collection of arguments for invoking getLbFlavorDeprecated.
|
|
86
|
+
*/
|
|
87
|
+
export interface GetLbFlavorDeprecatedOutputArgs {
|
|
88
|
+
/**
|
|
89
|
+
* The ID of the flavor. Exactly one of `name`, `flavorId` is required to be set.
|
|
90
|
+
*/
|
|
91
|
+
flavorId?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The name of the flavor. Exactly one of `name`, `flavorId` is required to be set.
|
|
94
|
+
*/
|
|
95
|
+
name?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The region in which to obtain the V2 Load Balancer client.
|
|
98
|
+
* If omitted, the `region` argument of the provider is used.
|
|
99
|
+
*/
|
|
100
|
+
region?: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getLbFlavorDeprecatedOutput = exports.getLbFlavorDeprecated = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to get the ID of an OpenStack Load Balancer flavor.
|
|
10
|
+
*
|
|
11
|
+
* > **Note:** This data source is deprecated, please use `openstack.loadbalancer.FlavorV2` instead.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as openstack from "@pulumi/openstack";
|
|
18
|
+
*
|
|
19
|
+
* const flavor1 = openstack.loadbalancer.getLbFlavorDeprecated({
|
|
20
|
+
* name: "flavor_1",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getLbFlavorDeprecated(args, opts) {
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("openstack:loadbalancer/getLbFlavorDeprecated:getLbFlavorDeprecated", {
|
|
28
|
+
"flavorId": args.flavorId,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"region": args.region,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getLbFlavorDeprecated = getLbFlavorDeprecated;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to get the ID of an OpenStack Load Balancer flavor.
|
|
36
|
+
*
|
|
37
|
+
* > **Note:** This data source is deprecated, please use `openstack.loadbalancer.FlavorV2` instead.
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as openstack from "@pulumi/openstack";
|
|
44
|
+
*
|
|
45
|
+
* const flavor1 = openstack.loadbalancer.getLbFlavorDeprecated({
|
|
46
|
+
* name: "flavor_1",
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getLbFlavorDeprecatedOutput(args, opts) {
|
|
51
|
+
args = args || {};
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
|
+
return pulumi.runtime.invokeOutput("openstack:loadbalancer/getLbFlavorDeprecated:getLbFlavorDeprecated", {
|
|
54
|
+
"flavorId": args.flavorId,
|
|
55
|
+
"name": args.name,
|
|
56
|
+
"region": args.region,
|
|
57
|
+
}, opts);
|
|
58
|
+
}
|
|
59
|
+
exports.getLbFlavorDeprecatedOutput = getLbFlavorDeprecatedOutput;
|
|
60
|
+
//# sourceMappingURL=getLbFlavorDeprecated.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getLbFlavorDeprecated.js","sourceRoot":"","sources":["../../loadbalancer/getLbFlavorDeprecated.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAmDD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAAiC;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE;QACrG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC"}
|
package/loadbalancer/index.d.ts
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
|
+
export { FlavorV2Args, FlavorV2State } from "./flavorV2";
|
|
2
|
+
export type FlavorV2 = import("./flavorV2").FlavorV2;
|
|
3
|
+
export declare const FlavorV2: typeof import("./flavorV2").FlavorV2;
|
|
1
4
|
export { FlavorprofileV2Args, FlavorprofileV2State } from "./flavorprofileV2";
|
|
2
5
|
export type FlavorprofileV2 = import("./flavorprofileV2").FlavorprofileV2;
|
|
3
6
|
export declare const FlavorprofileV2: typeof import("./flavorprofileV2").FlavorprofileV2;
|
|
4
7
|
export { GetFlavorV2Args, GetFlavorV2Result, GetFlavorV2OutputArgs } from "./getFlavorV2";
|
|
5
8
|
export declare const getFlavorV2: typeof import("./getFlavorV2").getFlavorV2;
|
|
6
9
|
export declare const getFlavorV2Output: typeof import("./getFlavorV2").getFlavorV2Output;
|
|
10
|
+
export { GetFlavorprofileV2Args, GetFlavorprofileV2Result, GetFlavorprofileV2OutputArgs } from "./getFlavorprofileV2";
|
|
11
|
+
export declare const getFlavorprofileV2: typeof import("./getFlavorprofileV2").getFlavorprofileV2;
|
|
12
|
+
export declare const getFlavorprofileV2Output: typeof import("./getFlavorprofileV2").getFlavorprofileV2Output;
|
|
13
|
+
export { GetLbFlavorDeprecatedArgs, GetLbFlavorDeprecatedResult, GetLbFlavorDeprecatedOutputArgs } from "./getLbFlavorDeprecated";
|
|
14
|
+
export declare const getLbFlavorDeprecated: typeof import("./getLbFlavorDeprecated").getLbFlavorDeprecated;
|
|
15
|
+
export declare const getLbFlavorDeprecatedOutput: typeof import("./getLbFlavorDeprecated").getLbFlavorDeprecatedOutput;
|
|
7
16
|
export { L7PolicyV2Args, L7PolicyV2State } from "./l7policyV2";
|
|
8
17
|
export type L7PolicyV2 = import("./l7policyV2").L7PolicyV2;
|
|
9
18
|
export declare const L7PolicyV2: typeof import("./l7policyV2").L7PolicyV2;
|
package/loadbalancer/index.js
CHANGED
|
@@ -2,14 +2,22 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Quota = exports.Pool = exports.Monitor = exports.Members = exports.Member = exports.LoadBalancer = exports.Listener = exports.L7RuleV2 = exports.L7PolicyV2 = exports.getFlavorV2Output = exports.getFlavorV2 = exports.FlavorprofileV2 = void 0;
|
|
5
|
+
exports.Quota = exports.Pool = exports.Monitor = exports.Members = exports.Member = exports.LoadBalancer = exports.Listener = exports.L7RuleV2 = exports.L7PolicyV2 = exports.getLbFlavorDeprecatedOutput = exports.getLbFlavorDeprecated = exports.getFlavorprofileV2Output = exports.getFlavorprofileV2 = exports.getFlavorV2Output = exports.getFlavorV2 = exports.FlavorprofileV2 = exports.FlavorV2 = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.FlavorV2 = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["FlavorV2"], () => require("./flavorV2"));
|
|
8
10
|
exports.FlavorprofileV2 = null;
|
|
9
11
|
utilities.lazyLoad(exports, ["FlavorprofileV2"], () => require("./flavorprofileV2"));
|
|
10
12
|
exports.getFlavorV2 = null;
|
|
11
13
|
exports.getFlavorV2Output = null;
|
|
12
14
|
utilities.lazyLoad(exports, ["getFlavorV2", "getFlavorV2Output"], () => require("./getFlavorV2"));
|
|
15
|
+
exports.getFlavorprofileV2 = null;
|
|
16
|
+
exports.getFlavorprofileV2Output = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["getFlavorprofileV2", "getFlavorprofileV2Output"], () => require("./getFlavorprofileV2"));
|
|
18
|
+
exports.getLbFlavorDeprecated = null;
|
|
19
|
+
exports.getLbFlavorDeprecatedOutput = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["getLbFlavorDeprecated", "getLbFlavorDeprecatedOutput"], () => require("./getLbFlavorDeprecated"));
|
|
13
21
|
exports.L7PolicyV2 = null;
|
|
14
22
|
utilities.lazyLoad(exports, ["L7PolicyV2"], () => require("./l7policyV2"));
|
|
15
23
|
exports.L7RuleV2 = null;
|
|
@@ -32,6 +40,8 @@ const _module = {
|
|
|
32
40
|
version: utilities.getVersion(),
|
|
33
41
|
construct: (name, type, urn) => {
|
|
34
42
|
switch (type) {
|
|
43
|
+
case "openstack:loadbalancer/flavorV2:FlavorV2":
|
|
44
|
+
return new exports.FlavorV2(name, undefined, { urn });
|
|
35
45
|
case "openstack:loadbalancer/flavorprofileV2:FlavorprofileV2":
|
|
36
46
|
return new exports.FlavorprofileV2(name, undefined, { urn });
|
|
37
47
|
case "openstack:loadbalancer/l7PolicyV2:L7PolicyV2":
|
|
@@ -57,6 +67,7 @@ const _module = {
|
|
|
57
67
|
}
|
|
58
68
|
},
|
|
59
69
|
};
|
|
70
|
+
pulumi.runtime.registerResourceModule("openstack", "loadbalancer/flavorV2", _module);
|
|
60
71
|
pulumi.runtime.registerResourceModule("openstack", "loadbalancer/flavorprofileV2", _module);
|
|
61
72
|
pulumi.runtime.registerResourceModule("openstack", "loadbalancer/l7PolicyV2", _module);
|
|
62
73
|
pulumi.runtime.registerResourceModule("openstack", "loadbalancer/l7RuleV2", _module);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../loadbalancer/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../loadbalancer/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAIlH,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAGjE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,wDAAwD;gBACzD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kDAAkD;gBACnD,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,sCAAsC;gBACvC,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA;AAC3F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages a V2 neutron address group resource within OpenStack.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as openstack from "@pulumi/openstack";
|
|
10
|
+
*
|
|
11
|
+
* const group1 = new openstack.networking.AddressGroupV2("group_1", {
|
|
12
|
+
* name: "group_1",
|
|
13
|
+
* description: "My neutron address group",
|
|
14
|
+
* addresses: [
|
|
15
|
+
* "192.168.0.1/32",
|
|
16
|
+
* "2001:db8::1/128",
|
|
17
|
+
* ],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ## Import
|
|
22
|
+
*
|
|
23
|
+
* Address Groups can be imported using the `id`, e.g.
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import openstack:networking/addressGroupV2:AddressGroupV2 group_1 782fef9c-d03c-400a-9735-2f9af5681cb3
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
export declare class AddressGroupV2 extends pulumi.CustomResource {
|
|
30
|
+
/**
|
|
31
|
+
* Get an existing AddressGroupV2 resource's state with the given name, ID, and optional extra
|
|
32
|
+
* properties used to qualify the lookup.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resulting resource.
|
|
35
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
+
* @param state Any extra arguments used during the lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AddressGroupV2State, opts?: pulumi.CustomResourceOptions): AddressGroupV2;
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of AddressGroupV2. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj: any): obj is AddressGroupV2;
|
|
45
|
+
/**
|
|
46
|
+
* A list of CIDR blocks that define the addresses in
|
|
47
|
+
* the address group. Each address must be a valid IPv4 or IPv6 CIDR block.
|
|
48
|
+
*/
|
|
49
|
+
readonly addresses: pulumi.Output<string[]>;
|
|
50
|
+
/**
|
|
51
|
+
* A description of the address group.
|
|
52
|
+
*/
|
|
53
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* A name of the address group.
|
|
56
|
+
*/
|
|
57
|
+
readonly name: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* The owner of the address group. Required if admin
|
|
60
|
+
* wants to create a group for a specific project. Changing this creates a new
|
|
61
|
+
* address group.
|
|
62
|
+
*/
|
|
63
|
+
readonly projectId: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The region in which to obtain the V2 networking client.
|
|
66
|
+
* If omitted, the `region` argument of the provider is used. Changing this
|
|
67
|
+
* creates a new address group.
|
|
68
|
+
*/
|
|
69
|
+
readonly region: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Create a AddressGroupV2 resource with the given unique name, arguments, and options.
|
|
72
|
+
*
|
|
73
|
+
* @param name The _unique_ name of the resource.
|
|
74
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
75
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
76
|
+
*/
|
|
77
|
+
constructor(name: string, args: AddressGroupV2Args, opts?: pulumi.CustomResourceOptions);
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Input properties used for looking up and filtering AddressGroupV2 resources.
|
|
81
|
+
*/
|
|
82
|
+
export interface AddressGroupV2State {
|
|
83
|
+
/**
|
|
84
|
+
* A list of CIDR blocks that define the addresses in
|
|
85
|
+
* the address group. Each address must be a valid IPv4 or IPv6 CIDR block.
|
|
86
|
+
*/
|
|
87
|
+
addresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
88
|
+
/**
|
|
89
|
+
* A description of the address group.
|
|
90
|
+
*/
|
|
91
|
+
description?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* A name of the address group.
|
|
94
|
+
*/
|
|
95
|
+
name?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The owner of the address group. Required if admin
|
|
98
|
+
* wants to create a group for a specific project. Changing this creates a new
|
|
99
|
+
* address group.
|
|
100
|
+
*/
|
|
101
|
+
projectId?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The region in which to obtain the V2 networking client.
|
|
104
|
+
* If omitted, the `region` argument of the provider is used. Changing this
|
|
105
|
+
* creates a new address group.
|
|
106
|
+
*/
|
|
107
|
+
region?: pulumi.Input<string>;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* The set of arguments for constructing a AddressGroupV2 resource.
|
|
111
|
+
*/
|
|
112
|
+
export interface AddressGroupV2Args {
|
|
113
|
+
/**
|
|
114
|
+
* A list of CIDR blocks that define the addresses in
|
|
115
|
+
* the address group. Each address must be a valid IPv4 or IPv6 CIDR block.
|
|
116
|
+
*/
|
|
117
|
+
addresses: pulumi.Input<pulumi.Input<string>[]>;
|
|
118
|
+
/**
|
|
119
|
+
* A description of the address group.
|
|
120
|
+
*/
|
|
121
|
+
description?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* A name of the address group.
|
|
124
|
+
*/
|
|
125
|
+
name?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The owner of the address group. Required if admin
|
|
128
|
+
* wants to create a group for a specific project. Changing this creates a new
|
|
129
|
+
* address group.
|
|
130
|
+
*/
|
|
131
|
+
projectId?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The region in which to obtain the V2 networking client.
|
|
134
|
+
* If omitted, the `region` argument of the provider is used. Changing this
|
|
135
|
+
* creates a new address group.
|
|
136
|
+
*/
|
|
137
|
+
region?: pulumi.Input<string>;
|
|
138
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AddressGroupV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages a V2 neutron address group resource within OpenStack.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as openstack from "@pulumi/openstack";
|
|
16
|
+
*
|
|
17
|
+
* const group1 = new openstack.networking.AddressGroupV2("group_1", {
|
|
18
|
+
* name: "group_1",
|
|
19
|
+
* description: "My neutron address group",
|
|
20
|
+
* addresses: [
|
|
21
|
+
* "192.168.0.1/32",
|
|
22
|
+
* "2001:db8::1/128",
|
|
23
|
+
* ],
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ## Import
|
|
28
|
+
*
|
|
29
|
+
* Address Groups can be imported using the `id`, e.g.
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import openstack:networking/addressGroupV2:AddressGroupV2 group_1 782fef9c-d03c-400a-9735-2f9af5681cb3
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
class AddressGroupV2 extends pulumi.CustomResource {
|
|
36
|
+
/**
|
|
37
|
+
* Get an existing AddressGroupV2 resource's state with the given name, ID, and optional extra
|
|
38
|
+
* properties used to qualify the lookup.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resulting resource.
|
|
41
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
42
|
+
* @param state Any extra arguments used during the lookup.
|
|
43
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
44
|
+
*/
|
|
45
|
+
static get(name, id, state, opts) {
|
|
46
|
+
return new AddressGroupV2(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Returns true if the given object is an instance of AddressGroupV2. This is designed to work even
|
|
50
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
51
|
+
*/
|
|
52
|
+
static isInstance(obj) {
|
|
53
|
+
if (obj === undefined || obj === null) {
|
|
54
|
+
return false;
|
|
55
|
+
}
|
|
56
|
+
return obj['__pulumiType'] === AddressGroupV2.__pulumiType;
|
|
57
|
+
}
|
|
58
|
+
constructor(name, argsOrState, opts) {
|
|
59
|
+
let resourceInputs = {};
|
|
60
|
+
opts = opts || {};
|
|
61
|
+
if (opts.id) {
|
|
62
|
+
const state = argsOrState;
|
|
63
|
+
resourceInputs["addresses"] = state ? state.addresses : undefined;
|
|
64
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
65
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
66
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
67
|
+
resourceInputs["region"] = state ? state.region : undefined;
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
const args = argsOrState;
|
|
71
|
+
if ((!args || args.addresses === undefined) && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'addresses'");
|
|
73
|
+
}
|
|
74
|
+
resourceInputs["addresses"] = args ? args.addresses : undefined;
|
|
75
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
76
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
77
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
78
|
+
resourceInputs["region"] = args ? args.region : undefined;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(AddressGroupV2.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.AddressGroupV2 = AddressGroupV2;
|
|
85
|
+
/** @internal */
|
|
86
|
+
AddressGroupV2.__pulumiType = 'openstack:networking/addressGroupV2:AddressGroupV2';
|
|
87
|
+
//# sourceMappingURL=addressGroupV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addressGroupV2.js","sourceRoot":"","sources":["../../networking/addressGroupV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAoCD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AArFL,wCAsFC;AAxEG,gBAAgB;AACO,2BAAY,GAAG,oDAAoD,CAAC"}
|
|
@@ -89,6 +89,10 @@ export interface GetRouterResult {
|
|
|
89
89
|
* The network UUID of an external gateway for the router.
|
|
90
90
|
*/
|
|
91
91
|
readonly externalNetworkId: string;
|
|
92
|
+
/**
|
|
93
|
+
* The QoS policy UUID applied on the external gateway for the router.
|
|
94
|
+
*/
|
|
95
|
+
readonly externalQosPolicyId: string;
|
|
92
96
|
/**
|
|
93
97
|
* The provider-assigned unique ID for this managed resource.
|
|
94
98
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRouter.js","sourceRoot":"","sources":["../../networking/getRouter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8BAeC;
|
|
1
|
+
{"version":3,"file":"getRouter.js","sourceRoot":"","sources":["../../networking/getRouter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8BAeC;AA4FD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0CAeC"}
|
|
@@ -67,6 +67,11 @@ export interface GetSubnetArgs {
|
|
|
67
67
|
* `region` argument of the provider is used.
|
|
68
68
|
*/
|
|
69
69
|
region?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The ID of the segment the subnet belongs to.
|
|
72
|
+
* Available when neutron segment extension is enabled.
|
|
73
|
+
*/
|
|
74
|
+
segmentId?: string;
|
|
70
75
|
/**
|
|
71
76
|
* The ID of the subnet.
|
|
72
77
|
*/
|
|
@@ -126,6 +131,7 @@ export interface GetSubnetResult {
|
|
|
126
131
|
* See Argument Reference above.
|
|
127
132
|
*/
|
|
128
133
|
readonly region: string;
|
|
134
|
+
readonly segmentId: string;
|
|
129
135
|
/**
|
|
130
136
|
* Service types of the subnet.
|
|
131
137
|
*/
|
|
@@ -202,6 +208,11 @@ export interface GetSubnetOutputArgs {
|
|
|
202
208
|
* `region` argument of the provider is used.
|
|
203
209
|
*/
|
|
204
210
|
region?: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* The ID of the segment the subnet belongs to.
|
|
213
|
+
* Available when neutron segment extension is enabled.
|
|
214
|
+
*/
|
|
215
|
+
segmentId?: pulumi.Input<string>;
|
|
205
216
|
/**
|
|
206
217
|
* The ID of the subnet.
|
|
207
218
|
*/
|
package/networking/getSubnet.js
CHANGED
|
@@ -34,6 +34,7 @@ function getSubnet(args, opts) {
|
|
|
34
34
|
"name": args.name,
|
|
35
35
|
"networkId": args.networkId,
|
|
36
36
|
"region": args.region,
|
|
37
|
+
"segmentId": args.segmentId,
|
|
37
38
|
"subnetId": args.subnetId,
|
|
38
39
|
"subnetpoolId": args.subnetpoolId,
|
|
39
40
|
"tags": args.tags,
|
|
@@ -70,6 +71,7 @@ function getSubnetOutput(args, opts) {
|
|
|
70
71
|
"name": args.name,
|
|
71
72
|
"networkId": args.networkId,
|
|
72
73
|
"region": args.region,
|
|
74
|
+
"segmentId": args.segmentId,
|
|
73
75
|
"subnetId": args.subnetId,
|
|
74
76
|
"subnetpoolId": args.subnetpoolId,
|
|
75
77
|
"tags": args.tags,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSubnet.js","sourceRoot":"","sources":["../../networking/getSubnet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getSubnet.js","sourceRoot":"","sources":["../../networking/getSubnet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,8BAqBC;AAiID;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,0CAqBC"}
|
|
@@ -69,6 +69,11 @@ export interface GetSubnetIdsV2Args {
|
|
|
69
69
|
* `region` argument of the provider is used.
|
|
70
70
|
*/
|
|
71
71
|
region?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The ID of the segment the subnet belongs to.
|
|
74
|
+
* Available when neutron segment extension is enabled.
|
|
75
|
+
*/
|
|
76
|
+
segmentId?: string;
|
|
72
77
|
/**
|
|
73
78
|
* Order the results in either `asc` or `desc`.
|
|
74
79
|
* Defaults to none.
|
|
@@ -112,6 +117,7 @@ export interface GetSubnetIdsV2Result {
|
|
|
112
117
|
readonly nameRegex?: string;
|
|
113
118
|
readonly networkId?: string;
|
|
114
119
|
readonly region: string;
|
|
120
|
+
readonly segmentId?: string;
|
|
115
121
|
readonly sortDirection?: string;
|
|
116
122
|
readonly sortKey?: string;
|
|
117
123
|
readonly subnetpoolId?: string;
|
|
@@ -188,6 +194,11 @@ export interface GetSubnetIdsV2OutputArgs {
|
|
|
188
194
|
* `region` argument of the provider is used.
|
|
189
195
|
*/
|
|
190
196
|
region?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* The ID of the segment the subnet belongs to.
|
|
199
|
+
* Available when neutron segment extension is enabled.
|
|
200
|
+
*/
|
|
201
|
+
segmentId?: pulumi.Input<string>;
|
|
191
202
|
/**
|
|
192
203
|
* Order the results in either `asc` or `desc`.
|
|
193
204
|
* Defaults to none.
|