@pulumiverse/unifi 0.0.2 → 0.0.3
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/account.d.ts +118 -0
- package/account.js +74 -0
- package/account.js.map +1 -0
- package/device.js +22 -22
- package/device.js.map +1 -1
- package/dynamicDNS.js +22 -22
- package/dynamicDNS.js.map +1 -1
- package/firewall/group.js +22 -22
- package/firewall/group.js.map +1 -1
- package/firewall/index.d.ts +2 -2
- package/firewall/rule.d.ts +50 -2
- package/firewall/rule.js +30 -25
- package/firewall/rule.js.map +1 -1
- package/getAccount.d.ts +65 -0
- package/getAccount.js +23 -0
- package/getAccount.js.map +1 -0
- package/getApGroup.d.ts +1 -1
- package/getApGroup.js +2 -5
- package/getApGroup.js.map +1 -1
- package/getNetwork.d.ts +67 -3
- package/getNetwork.js +2 -5
- package/getNetwork.js.map +1 -1
- package/getRadiusProfile.d.ts +4 -4
- package/getRadiusProfile.js +2 -5
- package/getRadiusProfile.js.map +1 -1
- package/iam/getGroup.js +1 -4
- package/iam/getGroup.js.map +1 -1
- package/iam/getUser.d.ts +2 -2
- package/iam/getUser.js +3 -6
- package/iam/getUser.js.map +1 -1
- package/iam/group.d.ts +4 -3
- package/iam/group.js +24 -23
- package/iam/group.js.map +1 -1
- package/iam/index.d.ts +2 -2
- package/iam/user.js +22 -22
- package/iam/user.js.map +1 -1
- package/index.d.ts +16 -7
- package/index.js +14 -1
- package/index.js.map +1 -1
- package/network.d.ts +228 -12
- package/network.js +58 -22
- package/network.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/port/forward.js +22 -22
- package/port/forward.js.map +1 -1
- package/port/getProfile.d.ts +1 -1
- package/port/getProfile.js +2 -5
- package/port/getProfile.js.map +1 -1
- package/port/index.d.ts +2 -2
- package/port/profile.js +22 -22
- package/port/profile.js.map +1 -1
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/radiusProfile.d.ts +173 -0
- package/radiusProfile.js +72 -0
- package/radiusProfile.js.map +1 -0
- package/setting/index.d.ts +5 -2
- package/setting/index.js +6 -1
- package/setting/index.js.map +1 -1
- package/setting/mgmt.js +20 -20
- package/setting/mgmt.js.map +1 -1
- package/setting/radius.d.ts +135 -0
- package/setting/radius.js +68 -0
- package/setting/radius.js.map +1 -0
- package/setting/usg.js +22 -22
- package/setting/usg.js.map +1 -1
- package/site.d.ts +2 -4
- package/site.js +21 -23
- package/site.js.map +1 -1
- package/staticRoute.js +22 -22
- package/staticRoute.js.map +1 -1
- package/types/input.d.ts +42 -25
- package/types/input.js +2 -0
- package/types/input.js.map +1 -1
- package/types/output.d.ts +42 -25
- package/types/output.js +2 -0
- package/types/output.js.map +1 -1
- package/types/setting/index.d.ts +0 -0
- package/types/setting/index.js +4 -0
- package/types/setting/index.js.map +1 -0
- package/types/setting/input.d.ts +19 -0
- package/types/setting/input.js +5 -0
- package/types/setting/input.js.map +1 -0
- package/types/setting/output.d.ts +18 -0
- package/types/setting/output.js +5 -0
- package/types/setting/output.js.map +1 -0
- package/wlan.d.ts +3 -3
- package/wlan.js +22 -22
- package/wlan.js.map +1 -1
package/account.d.ts
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `unifi.Account` manages a RADIUS user account
|
|
4
|
+
*
|
|
5
|
+
* To authenticate devices based on MAC address, use the MAC address as the username and password under client creation.
|
|
6
|
+
* Convert lowercase letters to uppercase, and also remove colons or periods from the MAC address.
|
|
7
|
+
*
|
|
8
|
+
* ATTENTION: If the user profile does not include a VLAN, the client will fall back to the untagged VLAN.
|
|
9
|
+
*
|
|
10
|
+
* NOTE: MAC-based authentication accounts can only be used for wireless and wired clients. L2TP remote access does not apply.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Account extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing Account resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param state Any extra arguments used during the lookup.
|
|
20
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
21
|
+
*/
|
|
22
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountState, opts?: pulumi.CustomResourceOptions): Account;
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Account. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj: any): obj is Account;
|
|
28
|
+
/**
|
|
29
|
+
* The name of the account.
|
|
30
|
+
*/
|
|
31
|
+
readonly name: pulumi.Output<string>;
|
|
32
|
+
/**
|
|
33
|
+
* ID of the network for this account
|
|
34
|
+
*/
|
|
35
|
+
readonly networkId: pulumi.Output<string | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* The password of the account.
|
|
38
|
+
*/
|
|
39
|
+
readonly password: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* The name of the site to associate the account with.
|
|
42
|
+
*/
|
|
43
|
+
readonly site: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* See [RFC 2868](https://www.rfc-editor.org/rfc/rfc2868) section 3.2 Defaults to `6`.
|
|
46
|
+
*/
|
|
47
|
+
readonly tunnelMediumType: pulumi.Output<number | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* See [RFC 2868](https://www.rfc-editor.org/rfc/rfc2868) section 3.1 Defaults to `13`.
|
|
50
|
+
*/
|
|
51
|
+
readonly tunnelType: pulumi.Output<number | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a Account resource with the given unique name, arguments, and options.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resource.
|
|
56
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
57
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
58
|
+
*/
|
|
59
|
+
constructor(name: string, args: AccountArgs, opts?: pulumi.CustomResourceOptions);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Input properties used for looking up and filtering Account resources.
|
|
63
|
+
*/
|
|
64
|
+
export interface AccountState {
|
|
65
|
+
/**
|
|
66
|
+
* The name of the account.
|
|
67
|
+
*/
|
|
68
|
+
name?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* ID of the network for this account
|
|
71
|
+
*/
|
|
72
|
+
networkId?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The password of the account.
|
|
75
|
+
*/
|
|
76
|
+
password?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the site to associate the account with.
|
|
79
|
+
*/
|
|
80
|
+
site?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* See [RFC 2868](https://www.rfc-editor.org/rfc/rfc2868) section 3.2 Defaults to `6`.
|
|
83
|
+
*/
|
|
84
|
+
tunnelMediumType?: pulumi.Input<number>;
|
|
85
|
+
/**
|
|
86
|
+
* See [RFC 2868](https://www.rfc-editor.org/rfc/rfc2868) section 3.1 Defaults to `13`.
|
|
87
|
+
*/
|
|
88
|
+
tunnelType?: pulumi.Input<number>;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* The set of arguments for constructing a Account resource.
|
|
92
|
+
*/
|
|
93
|
+
export interface AccountArgs {
|
|
94
|
+
/**
|
|
95
|
+
* The name of the account.
|
|
96
|
+
*/
|
|
97
|
+
name?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* ID of the network for this account
|
|
100
|
+
*/
|
|
101
|
+
networkId?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The password of the account.
|
|
104
|
+
*/
|
|
105
|
+
password: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The name of the site to associate the account with.
|
|
108
|
+
*/
|
|
109
|
+
site?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* See [RFC 2868](https://www.rfc-editor.org/rfc/rfc2868) section 3.2 Defaults to `6`.
|
|
112
|
+
*/
|
|
113
|
+
tunnelMediumType?: pulumi.Input<number>;
|
|
114
|
+
/**
|
|
115
|
+
* See [RFC 2868](https://www.rfc-editor.org/rfc/rfc2868) section 3.1 Defaults to `13`.
|
|
116
|
+
*/
|
|
117
|
+
tunnelType?: pulumi.Input<number>;
|
|
118
|
+
}
|
package/account.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.Account = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* `unifi.Account` manages a RADIUS user account
|
|
10
|
+
*
|
|
11
|
+
* To authenticate devices based on MAC address, use the MAC address as the username and password under client creation.
|
|
12
|
+
* Convert lowercase letters to uppercase, and also remove colons or periods from the MAC address.
|
|
13
|
+
*
|
|
14
|
+
* ATTENTION: If the user profile does not include a VLAN, the client will fall back to the untagged VLAN.
|
|
15
|
+
*
|
|
16
|
+
* NOTE: MAC-based authentication accounts can only be used for wireless and wired clients. L2TP remote access does not apply.
|
|
17
|
+
*/
|
|
18
|
+
class Account extends pulumi.CustomResource {
|
|
19
|
+
/**
|
|
20
|
+
* Get an existing Account resource's state with the given name, ID, and optional extra
|
|
21
|
+
* properties used to qualify the lookup.
|
|
22
|
+
*
|
|
23
|
+
* @param name The _unique_ name of the resulting resource.
|
|
24
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
25
|
+
* @param state Any extra arguments used during the lookup.
|
|
26
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
27
|
+
*/
|
|
28
|
+
static get(name, id, state, opts) {
|
|
29
|
+
return new Account(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Returns true if the given object is an instance of Account. This is designed to work even
|
|
33
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
34
|
+
*/
|
|
35
|
+
static isInstance(obj) {
|
|
36
|
+
if (obj === undefined || obj === null) {
|
|
37
|
+
return false;
|
|
38
|
+
}
|
|
39
|
+
return obj['__pulumiType'] === Account.__pulumiType;
|
|
40
|
+
}
|
|
41
|
+
constructor(name, argsOrState, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (opts.id) {
|
|
45
|
+
const state = argsOrState;
|
|
46
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
47
|
+
resourceInputs["networkId"] = state ? state.networkId : undefined;
|
|
48
|
+
resourceInputs["password"] = state ? state.password : undefined;
|
|
49
|
+
resourceInputs["site"] = state ? state.site : undefined;
|
|
50
|
+
resourceInputs["tunnelMediumType"] = state ? state.tunnelMediumType : undefined;
|
|
51
|
+
resourceInputs["tunnelType"] = state ? state.tunnelType : undefined;
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
const args = argsOrState;
|
|
55
|
+
if ((!args || args.password === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'password'");
|
|
57
|
+
}
|
|
58
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
59
|
+
resourceInputs["networkId"] = args ? args.networkId : undefined;
|
|
60
|
+
resourceInputs["password"] = (args === null || args === void 0 ? void 0 : args.password) ? pulumi.secret(args.password) : undefined;
|
|
61
|
+
resourceInputs["site"] = args ? args.site : undefined;
|
|
62
|
+
resourceInputs["tunnelMediumType"] = args ? args.tunnelMediumType : undefined;
|
|
63
|
+
resourceInputs["tunnelType"] = args ? args.tunnelType : undefined;
|
|
64
|
+
}
|
|
65
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
+
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
67
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
68
|
+
super(Account.__pulumiType, name, resourceInputs, opts);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.Account = Account;
|
|
72
|
+
/** @internal */
|
|
73
|
+
Account.__pulumiType = 'unifi:index/account:Account';
|
|
74
|
+
//# sourceMappingURL=account.js.map
|
package/account.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":"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"}
|
package/device.js
CHANGED
|
@@ -40,28 +40,6 @@ const utilities = require("./utilities");
|
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
42
42
|
class Device extends pulumi.CustomResource {
|
|
43
|
-
constructor(name, argsOrState, opts) {
|
|
44
|
-
let resourceInputs = {};
|
|
45
|
-
opts = opts || {};
|
|
46
|
-
if (opts.id) {
|
|
47
|
-
const state = argsOrState;
|
|
48
|
-
resourceInputs["disabled"] = state ? state.disabled : undefined;
|
|
49
|
-
resourceInputs["mac"] = state ? state.mac : undefined;
|
|
50
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
51
|
-
resourceInputs["portOverrides"] = state ? state.portOverrides : undefined;
|
|
52
|
-
resourceInputs["site"] = state ? state.site : undefined;
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
const args = argsOrState;
|
|
56
|
-
resourceInputs["mac"] = args ? args.mac : undefined;
|
|
57
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
58
|
-
resourceInputs["portOverrides"] = args ? args.portOverrides : undefined;
|
|
59
|
-
resourceInputs["site"] = args ? args.site : undefined;
|
|
60
|
-
resourceInputs["disabled"] = undefined /*out*/;
|
|
61
|
-
}
|
|
62
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
63
|
-
super(Device.__pulumiType, name, resourceInputs, opts);
|
|
64
|
-
}
|
|
65
43
|
/**
|
|
66
44
|
* Get an existing Device resource's state with the given name, ID, and optional extra
|
|
67
45
|
* properties used to qualify the lookup.
|
|
@@ -84,6 +62,28 @@ class Device extends pulumi.CustomResource {
|
|
|
84
62
|
}
|
|
85
63
|
return obj['__pulumiType'] === Device.__pulumiType;
|
|
86
64
|
}
|
|
65
|
+
constructor(name, argsOrState, opts) {
|
|
66
|
+
let resourceInputs = {};
|
|
67
|
+
opts = opts || {};
|
|
68
|
+
if (opts.id) {
|
|
69
|
+
const state = argsOrState;
|
|
70
|
+
resourceInputs["disabled"] = state ? state.disabled : undefined;
|
|
71
|
+
resourceInputs["mac"] = state ? state.mac : undefined;
|
|
72
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
73
|
+
resourceInputs["portOverrides"] = state ? state.portOverrides : undefined;
|
|
74
|
+
resourceInputs["site"] = state ? state.site : undefined;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
const args = argsOrState;
|
|
78
|
+
resourceInputs["mac"] = args ? args.mac : undefined;
|
|
79
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
80
|
+
resourceInputs["portOverrides"] = args ? args.portOverrides : undefined;
|
|
81
|
+
resourceInputs["site"] = args ? args.site : undefined;
|
|
82
|
+
resourceInputs["disabled"] = undefined /*out*/;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(Device.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
87
|
}
|
|
88
88
|
exports.Device = Device;
|
|
89
89
|
/** @internal */
|
package/device.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device.js","sourceRoot":"","sources":["../device.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"device.js","sourceRoot":"","sources":["../device.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA7EL,wBA8EC;AAhEG,gBAAgB;AACO,mBAAY,GAAG,2BAA2B,CAAC"}
|
package/dynamicDNS.js
CHANGED
|
@@ -24,6 +24,28 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
class DynamicDNS extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing DynamicDNS resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param state Any extra arguments used during the lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
static get(name, id, state, opts) {
|
|
37
|
+
return new DynamicDNS(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of DynamicDNS. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj) {
|
|
44
|
+
if (obj === undefined || obj === null) {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
return obj['__pulumiType'] === DynamicDNS.__pulumiType;
|
|
48
|
+
}
|
|
27
49
|
constructor(name, argsOrState, opts) {
|
|
28
50
|
let resourceInputs = {};
|
|
29
51
|
opts = opts || {};
|
|
@@ -58,28 +80,6 @@ class DynamicDNS extends pulumi.CustomResource {
|
|
|
58
80
|
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
59
81
|
super(DynamicDNS.__pulumiType, name, resourceInputs, opts);
|
|
60
82
|
}
|
|
61
|
-
/**
|
|
62
|
-
* Get an existing DynamicDNS resource's state with the given name, ID, and optional extra
|
|
63
|
-
* properties used to qualify the lookup.
|
|
64
|
-
*
|
|
65
|
-
* @param name The _unique_ name of the resulting resource.
|
|
66
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
67
|
-
* @param state Any extra arguments used during the lookup.
|
|
68
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
69
|
-
*/
|
|
70
|
-
static get(name, id, state, opts) {
|
|
71
|
-
return new DynamicDNS(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Returns true if the given object is an instance of DynamicDNS. This is designed to work even
|
|
75
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
76
|
-
*/
|
|
77
|
-
static isInstance(obj) {
|
|
78
|
-
if (obj === undefined || obj === null) {
|
|
79
|
-
return false;
|
|
80
|
-
}
|
|
81
|
-
return obj['__pulumiType'] === DynamicDNS.__pulumiType;
|
|
82
|
-
}
|
|
83
83
|
}
|
|
84
84
|
exports.DynamicDNS = DynamicDNS;
|
|
85
85
|
/** @internal */
|
package/dynamicDNS.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamicDNS.js","sourceRoot":"","sources":["../dynamicDNS.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"dynamicDNS.js","sourceRoot":"","sources":["../dynamicDNS.ts"],"names":[],"mappings":"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"}
|
package/firewall/group.js
CHANGED
|
@@ -23,6 +23,28 @@ const utilities = require("../utilities");
|
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
class Group extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing Group resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name, id, state, opts) {
|
|
36
|
+
return new Group(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of Group. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj) {
|
|
43
|
+
if (obj === undefined || obj === null) {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
return obj['__pulumiType'] === Group.__pulumiType;
|
|
47
|
+
}
|
|
26
48
|
constructor(name, argsOrState, opts) {
|
|
27
49
|
let resourceInputs = {};
|
|
28
50
|
opts = opts || {};
|
|
@@ -49,28 +71,6 @@ class Group extends pulumi.CustomResource {
|
|
|
49
71
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
50
72
|
super(Group.__pulumiType, name, resourceInputs, opts);
|
|
51
73
|
}
|
|
52
|
-
/**
|
|
53
|
-
* Get an existing Group resource's state with the given name, ID, and optional extra
|
|
54
|
-
* properties used to qualify the lookup.
|
|
55
|
-
*
|
|
56
|
-
* @param name The _unique_ name of the resulting resource.
|
|
57
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
-
* @param state Any extra arguments used during the lookup.
|
|
59
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
60
|
-
*/
|
|
61
|
-
static get(name, id, state, opts) {
|
|
62
|
-
return new Group(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Returns true if the given object is an instance of Group. This is designed to work even
|
|
66
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
67
|
-
*/
|
|
68
|
-
static isInstance(obj) {
|
|
69
|
-
if (obj === undefined || obj === null) {
|
|
70
|
-
return false;
|
|
71
|
-
}
|
|
72
|
-
return obj['__pulumiType'] === Group.__pulumiType;
|
|
73
|
-
}
|
|
74
74
|
}
|
|
75
75
|
exports.Group = Group;
|
|
76
76
|
/** @internal */
|
package/firewall/group.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.js","sourceRoot":"","sources":["../../firewall/group.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"group.js","sourceRoot":"","sources":["../../firewall/group.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AA7EL,sBA8EC;AAhEG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
package/firewall/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { GroupArgs, GroupState } from "./group";
|
|
2
|
-
export
|
|
2
|
+
export type Group = import("./group").Group;
|
|
3
3
|
export declare const Group: typeof import("./group").Group;
|
|
4
4
|
export { RuleArgs, RuleState } from "./rule";
|
|
5
|
-
export
|
|
5
|
+
export type Rule = import("./rule").Rule;
|
|
6
6
|
export declare const Rule: typeof import("./rule").Rule;
|
package/firewall/rule.d.ts
CHANGED
|
@@ -51,6 +51,10 @@ export declare class Rule extends pulumi.CustomResource {
|
|
|
51
51
|
* The destination address of the firewall rule.
|
|
52
52
|
*/
|
|
53
53
|
readonly dstAddress: pulumi.Output<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* The IPv6 destination address of the firewall rule.
|
|
56
|
+
*/
|
|
57
|
+
readonly dstAddressIpv6: pulumi.Output<string | undefined>;
|
|
54
58
|
/**
|
|
55
59
|
* The destination firewall group IDs of the firewall rule.
|
|
56
60
|
*/
|
|
@@ -71,6 +75,10 @@ export declare class Rule extends pulumi.CustomResource {
|
|
|
71
75
|
* ICMP type name.
|
|
72
76
|
*/
|
|
73
77
|
readonly icmpTypename: pulumi.Output<string | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* ICMPv6 type name.
|
|
80
|
+
*/
|
|
81
|
+
readonly icmpV6Typename: pulumi.Output<string | undefined>;
|
|
74
82
|
/**
|
|
75
83
|
* Specify whether the rule matches on IPsec packets. Can be one of `match-ipset` or `match-none`.
|
|
76
84
|
*/
|
|
@@ -86,7 +94,11 @@ export declare class Rule extends pulumi.CustomResource {
|
|
|
86
94
|
/**
|
|
87
95
|
* The protocol of the rule.
|
|
88
96
|
*/
|
|
89
|
-
readonly protocol: pulumi.Output<string>;
|
|
97
|
+
readonly protocol: pulumi.Output<string | undefined>;
|
|
98
|
+
/**
|
|
99
|
+
* The IPv6 protocol of the rule.
|
|
100
|
+
*/
|
|
101
|
+
readonly protocolV6: pulumi.Output<string | undefined>;
|
|
90
102
|
/**
|
|
91
103
|
* The index of the rule. Must be >= 2000 < 3000 or >= 4000 < 5000.
|
|
92
104
|
*/
|
|
@@ -103,6 +115,10 @@ export declare class Rule extends pulumi.CustomResource {
|
|
|
103
115
|
* The source address for the firewall rule.
|
|
104
116
|
*/
|
|
105
117
|
readonly srcAddress: pulumi.Output<string | undefined>;
|
|
118
|
+
/**
|
|
119
|
+
* The IPv6 source address for the firewall rule.
|
|
120
|
+
*/
|
|
121
|
+
readonly srcAddressIpv6: pulumi.Output<string | undefined>;
|
|
106
122
|
/**
|
|
107
123
|
* The source firewall group IDs for the firewall rule.
|
|
108
124
|
*/
|
|
@@ -156,6 +172,10 @@ export interface RuleState {
|
|
|
156
172
|
* The destination address of the firewall rule.
|
|
157
173
|
*/
|
|
158
174
|
dstAddress?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The IPv6 destination address of the firewall rule.
|
|
177
|
+
*/
|
|
178
|
+
dstAddressIpv6?: pulumi.Input<string>;
|
|
159
179
|
/**
|
|
160
180
|
* The destination firewall group IDs of the firewall rule.
|
|
161
181
|
*/
|
|
@@ -176,6 +196,10 @@ export interface RuleState {
|
|
|
176
196
|
* ICMP type name.
|
|
177
197
|
*/
|
|
178
198
|
icmpTypename?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* ICMPv6 type name.
|
|
201
|
+
*/
|
|
202
|
+
icmpV6Typename?: pulumi.Input<string>;
|
|
179
203
|
/**
|
|
180
204
|
* Specify whether the rule matches on IPsec packets. Can be one of `match-ipset` or `match-none`.
|
|
181
205
|
*/
|
|
@@ -192,6 +216,10 @@ export interface RuleState {
|
|
|
192
216
|
* The protocol of the rule.
|
|
193
217
|
*/
|
|
194
218
|
protocol?: pulumi.Input<string>;
|
|
219
|
+
/**
|
|
220
|
+
* The IPv6 protocol of the rule.
|
|
221
|
+
*/
|
|
222
|
+
protocolV6?: pulumi.Input<string>;
|
|
195
223
|
/**
|
|
196
224
|
* The index of the rule. Must be >= 2000 < 3000 or >= 4000 < 5000.
|
|
197
225
|
*/
|
|
@@ -208,6 +236,10 @@ export interface RuleState {
|
|
|
208
236
|
* The source address for the firewall rule.
|
|
209
237
|
*/
|
|
210
238
|
srcAddress?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* The IPv6 source address for the firewall rule.
|
|
241
|
+
*/
|
|
242
|
+
srcAddressIpv6?: pulumi.Input<string>;
|
|
211
243
|
/**
|
|
212
244
|
* The source firewall group IDs for the firewall rule.
|
|
213
245
|
*/
|
|
@@ -253,6 +285,10 @@ export interface RuleArgs {
|
|
|
253
285
|
* The destination address of the firewall rule.
|
|
254
286
|
*/
|
|
255
287
|
dstAddress?: pulumi.Input<string>;
|
|
288
|
+
/**
|
|
289
|
+
* The IPv6 destination address of the firewall rule.
|
|
290
|
+
*/
|
|
291
|
+
dstAddressIpv6?: pulumi.Input<string>;
|
|
256
292
|
/**
|
|
257
293
|
* The destination firewall group IDs of the firewall rule.
|
|
258
294
|
*/
|
|
@@ -273,6 +309,10 @@ export interface RuleArgs {
|
|
|
273
309
|
* ICMP type name.
|
|
274
310
|
*/
|
|
275
311
|
icmpTypename?: pulumi.Input<string>;
|
|
312
|
+
/**
|
|
313
|
+
* ICMPv6 type name.
|
|
314
|
+
*/
|
|
315
|
+
icmpV6Typename?: pulumi.Input<string>;
|
|
276
316
|
/**
|
|
277
317
|
* Specify whether the rule matches on IPsec packets. Can be one of `match-ipset` or `match-none`.
|
|
278
318
|
*/
|
|
@@ -288,7 +328,11 @@ export interface RuleArgs {
|
|
|
288
328
|
/**
|
|
289
329
|
* The protocol of the rule.
|
|
290
330
|
*/
|
|
291
|
-
protocol
|
|
331
|
+
protocol?: pulumi.Input<string>;
|
|
332
|
+
/**
|
|
333
|
+
* The IPv6 protocol of the rule.
|
|
334
|
+
*/
|
|
335
|
+
protocolV6?: pulumi.Input<string>;
|
|
292
336
|
/**
|
|
293
337
|
* The index of the rule. Must be >= 2000 < 3000 or >= 4000 < 5000.
|
|
294
338
|
*/
|
|
@@ -305,6 +349,10 @@ export interface RuleArgs {
|
|
|
305
349
|
* The source address for the firewall rule.
|
|
306
350
|
*/
|
|
307
351
|
srcAddress?: pulumi.Input<string>;
|
|
352
|
+
/**
|
|
353
|
+
* The IPv6 source address for the firewall rule.
|
|
354
|
+
*/
|
|
355
|
+
srcAddressIpv6?: pulumi.Input<string>;
|
|
308
356
|
/**
|
|
309
357
|
* The source firewall group IDs for the firewall rule.
|
|
310
358
|
*/
|