@pulumi/sdwan 0.3.0-alpha.1733293206 → 0.3.0-alpha.1733379745
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/getServiceDhcpServerFeature.d.ts +165 -0
- package/getServiceDhcpServerFeature.js +54 -0
- package/getServiceDhcpServerFeature.js.map +1 -0
- package/getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.d.ts +104 -0
- package/getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.js +62 -0
- package/getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.js.map +1 -0
- package/getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.d.ts +104 -0
- package/getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js +62 -0
- package/getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js.map +1 -0
- package/getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.d.ts +104 -0
- package/getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js +62 -0
- package/getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js.map +1 -0
- package/index.d.ts +24 -0
- package/index.js +40 -8
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/serviceDhcpServerFeature.d.ts +346 -0
- package/serviceDhcpServerFeature.js +110 -0
- package/serviceDhcpServerFeature.js.map +1 -0
- package/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.d.ts +108 -0
- package/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.js +91 -0
- package/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.js.map +1 -0
- package/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.d.ts +108 -0
- package/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js +91 -0
- package/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js.map +1 -0
- package/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.d.ts +108 -0
- package/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js +91 -0
- package/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js.map +1 -0
- package/types/input.d.ts +60 -7
- package/types/output.d.ts +116 -11
- package/vpnInterfaceCellularFeatureTemplate.d.ts +3 -3
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource can manage a Service LAN VPN Interface IPSec Feature Associate DHCP Server Feature .
|
|
4
|
+
* - Minimum SD-WAN Manager version: `20.12.0`
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
11
|
+
*
|
|
12
|
+
* const example = new sdwan.ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature("example", {
|
|
13
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
14
|
+
* serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
15
|
+
* serviceLanVpnInterfaceIpsecFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
16
|
+
* serviceDhcpServerFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ```sh
|
|
23
|
+
* $ pulumi import sdwan:index/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare class ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature 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: string, id: pulumi.Input<pulumi.ID>, state?: ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureState, opts?: pulumi.CustomResourceOptions): ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature;
|
|
37
|
+
/**
|
|
38
|
+
* Returns true if the given object is an instance of ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature. This is designed to work even
|
|
39
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
40
|
+
*/
|
|
41
|
+
static isInstance(obj: any): obj is ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature;
|
|
42
|
+
/**
|
|
43
|
+
* Feature Profile ID
|
|
44
|
+
*/
|
|
45
|
+
readonly featureProfileId: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Service DHCP Server Feature ID
|
|
48
|
+
*/
|
|
49
|
+
readonly serviceDhcpServerFeatureId: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Service LAN VPN Feature ID
|
|
52
|
+
*/
|
|
53
|
+
readonly serviceLanVpnFeatureId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Service LAN VPN Interface IPSec Feature ID
|
|
56
|
+
*/
|
|
57
|
+
readonly serviceLanVpnInterfaceIpsecFeatureId: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Create a ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature resource with the given unique name, arguments, and options.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resource.
|
|
62
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
63
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
64
|
+
*/
|
|
65
|
+
constructor(name: string, args: ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureArgs, opts?: pulumi.CustomResourceOptions);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Input properties used for looking up and filtering ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature resources.
|
|
69
|
+
*/
|
|
70
|
+
export interface ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureState {
|
|
71
|
+
/**
|
|
72
|
+
* Feature Profile ID
|
|
73
|
+
*/
|
|
74
|
+
featureProfileId?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Service DHCP Server Feature ID
|
|
77
|
+
*/
|
|
78
|
+
serviceDhcpServerFeatureId?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Service LAN VPN Feature ID
|
|
81
|
+
*/
|
|
82
|
+
serviceLanVpnFeatureId?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Service LAN VPN Interface IPSec Feature ID
|
|
85
|
+
*/
|
|
86
|
+
serviceLanVpnInterfaceIpsecFeatureId?: pulumi.Input<string>;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* The set of arguments for constructing a ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature resource.
|
|
90
|
+
*/
|
|
91
|
+
export interface ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureArgs {
|
|
92
|
+
/**
|
|
93
|
+
* Feature Profile ID
|
|
94
|
+
*/
|
|
95
|
+
featureProfileId: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Service DHCP Server Feature ID
|
|
98
|
+
*/
|
|
99
|
+
serviceDhcpServerFeatureId: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Service LAN VPN Feature ID
|
|
102
|
+
*/
|
|
103
|
+
serviceLanVpnFeatureId: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Service LAN VPN Interface IPSec Feature ID
|
|
106
|
+
*/
|
|
107
|
+
serviceLanVpnInterfaceIpsecFeatureId: pulumi.Input<string>;
|
|
108
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
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.ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource can manage a Service LAN VPN Interface IPSec Feature Associate DHCP Server Feature .
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.12.0`
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
17
|
+
*
|
|
18
|
+
* const example = new sdwan.ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature("example", {
|
|
19
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
20
|
+
* serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
21
|
+
* serviceLanVpnInterfaceIpsecFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
22
|
+
* serviceDhcpServerFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import sdwan:index/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
class ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature extends pulumi.CustomResource {
|
|
33
|
+
/**
|
|
34
|
+
* Get an existing ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature resource's state with the given name, ID, and optional extra
|
|
35
|
+
* properties used to qualify the lookup.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resulting resource.
|
|
38
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
39
|
+
* @param state Any extra arguments used during the lookup.
|
|
40
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
|
+
*/
|
|
42
|
+
static get(name, id, state, opts) {
|
|
43
|
+
return new ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj) {
|
|
50
|
+
if (obj === undefined || obj === null) {
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
return obj['__pulumiType'] === ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.__pulumiType;
|
|
54
|
+
}
|
|
55
|
+
constructor(name, argsOrState, opts) {
|
|
56
|
+
let resourceInputs = {};
|
|
57
|
+
opts = opts || {};
|
|
58
|
+
if (opts.id) {
|
|
59
|
+
const state = argsOrState;
|
|
60
|
+
resourceInputs["featureProfileId"] = state ? state.featureProfileId : undefined;
|
|
61
|
+
resourceInputs["serviceDhcpServerFeatureId"] = state ? state.serviceDhcpServerFeatureId : undefined;
|
|
62
|
+
resourceInputs["serviceLanVpnFeatureId"] = state ? state.serviceLanVpnFeatureId : undefined;
|
|
63
|
+
resourceInputs["serviceLanVpnInterfaceIpsecFeatureId"] = state ? state.serviceLanVpnInterfaceIpsecFeatureId : undefined;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
const args = argsOrState;
|
|
67
|
+
if ((!args || args.featureProfileId === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'featureProfileId'");
|
|
69
|
+
}
|
|
70
|
+
if ((!args || args.serviceDhcpServerFeatureId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'serviceDhcpServerFeatureId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.serviceLanVpnFeatureId === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'serviceLanVpnFeatureId'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.serviceLanVpnInterfaceIpsecFeatureId === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'serviceLanVpnInterfaceIpsecFeatureId'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["featureProfileId"] = args ? args.featureProfileId : undefined;
|
|
80
|
+
resourceInputs["serviceDhcpServerFeatureId"] = args ? args.serviceDhcpServerFeatureId : undefined;
|
|
81
|
+
resourceInputs["serviceLanVpnFeatureId"] = args ? args.serviceLanVpnFeatureId : undefined;
|
|
82
|
+
resourceInputs["serviceLanVpnInterfaceIpsecFeatureId"] = args ? args.serviceLanVpnInterfaceIpsecFeatureId : undefined;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature = ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature;
|
|
89
|
+
/** @internal */
|
|
90
|
+
ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.__pulumiType = 'sdwan:index/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature';
|
|
91
|
+
//# sourceMappingURL=serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.js","sourceRoot":"","sources":["../serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource can manage a Service LAN VPN Interface SVI Feature Associate DHCP Server Feature .
|
|
4
|
+
* - Minimum SD-WAN Manager version: `20.12.0`
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
11
|
+
*
|
|
12
|
+
* const example = new sdwan.ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature("example", {
|
|
13
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
14
|
+
* serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
15
|
+
* serviceLanVpnInterfaceSviFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
16
|
+
* serviceDhcpServerFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ```sh
|
|
23
|
+
* $ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare class ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature 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: string, id: pulumi.Input<pulumi.ID>, state?: ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureState, opts?: pulumi.CustomResourceOptions): ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature;
|
|
37
|
+
/**
|
|
38
|
+
* Returns true if the given object is an instance of ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature. This is designed to work even
|
|
39
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
40
|
+
*/
|
|
41
|
+
static isInstance(obj: any): obj is ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature;
|
|
42
|
+
/**
|
|
43
|
+
* Feature Profile ID
|
|
44
|
+
*/
|
|
45
|
+
readonly featureProfileId: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Service DHCP Server Feature ID
|
|
48
|
+
*/
|
|
49
|
+
readonly serviceDhcpServerFeatureId: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Service LAN VPN Feature ID
|
|
52
|
+
*/
|
|
53
|
+
readonly serviceLanVpnFeatureId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Service LAN VPN Interface SVI Feature ID
|
|
56
|
+
*/
|
|
57
|
+
readonly serviceLanVpnInterfaceSviFeatureId: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Create a ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature resource with the given unique name, arguments, and options.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resource.
|
|
62
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
63
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
64
|
+
*/
|
|
65
|
+
constructor(name: string, args: ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureArgs, opts?: pulumi.CustomResourceOptions);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Input properties used for looking up and filtering ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature resources.
|
|
69
|
+
*/
|
|
70
|
+
export interface ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureState {
|
|
71
|
+
/**
|
|
72
|
+
* Feature Profile ID
|
|
73
|
+
*/
|
|
74
|
+
featureProfileId?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Service DHCP Server Feature ID
|
|
77
|
+
*/
|
|
78
|
+
serviceDhcpServerFeatureId?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Service LAN VPN Feature ID
|
|
81
|
+
*/
|
|
82
|
+
serviceLanVpnFeatureId?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Service LAN VPN Interface SVI Feature ID
|
|
85
|
+
*/
|
|
86
|
+
serviceLanVpnInterfaceSviFeatureId?: pulumi.Input<string>;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* The set of arguments for constructing a ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature resource.
|
|
90
|
+
*/
|
|
91
|
+
export interface ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureArgs {
|
|
92
|
+
/**
|
|
93
|
+
* Feature Profile ID
|
|
94
|
+
*/
|
|
95
|
+
featureProfileId: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Service DHCP Server Feature ID
|
|
98
|
+
*/
|
|
99
|
+
serviceDhcpServerFeatureId: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Service LAN VPN Feature ID
|
|
102
|
+
*/
|
|
103
|
+
serviceLanVpnFeatureId: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Service LAN VPN Interface SVI Feature ID
|
|
106
|
+
*/
|
|
107
|
+
serviceLanVpnInterfaceSviFeatureId: pulumi.Input<string>;
|
|
108
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
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.ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource can manage a Service LAN VPN Interface SVI Feature Associate DHCP Server Feature .
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.12.0`
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
17
|
+
*
|
|
18
|
+
* const example = new sdwan.ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature("example", {
|
|
19
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
20
|
+
* serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
21
|
+
* serviceLanVpnInterfaceSviFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
22
|
+
* serviceDhcpServerFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
class ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature extends pulumi.CustomResource {
|
|
33
|
+
/**
|
|
34
|
+
* Get an existing ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature resource's state with the given name, ID, and optional extra
|
|
35
|
+
* properties used to qualify the lookup.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resulting resource.
|
|
38
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
39
|
+
* @param state Any extra arguments used during the lookup.
|
|
40
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
|
+
*/
|
|
42
|
+
static get(name, id, state, opts) {
|
|
43
|
+
return new ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj) {
|
|
50
|
+
if (obj === undefined || obj === null) {
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
return obj['__pulumiType'] === ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.__pulumiType;
|
|
54
|
+
}
|
|
55
|
+
constructor(name, argsOrState, opts) {
|
|
56
|
+
let resourceInputs = {};
|
|
57
|
+
opts = opts || {};
|
|
58
|
+
if (opts.id) {
|
|
59
|
+
const state = argsOrState;
|
|
60
|
+
resourceInputs["featureProfileId"] = state ? state.featureProfileId : undefined;
|
|
61
|
+
resourceInputs["serviceDhcpServerFeatureId"] = state ? state.serviceDhcpServerFeatureId : undefined;
|
|
62
|
+
resourceInputs["serviceLanVpnFeatureId"] = state ? state.serviceLanVpnFeatureId : undefined;
|
|
63
|
+
resourceInputs["serviceLanVpnInterfaceSviFeatureId"] = state ? state.serviceLanVpnInterfaceSviFeatureId : undefined;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
const args = argsOrState;
|
|
67
|
+
if ((!args || args.featureProfileId === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'featureProfileId'");
|
|
69
|
+
}
|
|
70
|
+
if ((!args || args.serviceDhcpServerFeatureId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'serviceDhcpServerFeatureId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.serviceLanVpnFeatureId === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'serviceLanVpnFeatureId'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.serviceLanVpnInterfaceSviFeatureId === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'serviceLanVpnInterfaceSviFeatureId'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["featureProfileId"] = args ? args.featureProfileId : undefined;
|
|
80
|
+
resourceInputs["serviceDhcpServerFeatureId"] = args ? args.serviceDhcpServerFeatureId : undefined;
|
|
81
|
+
resourceInputs["serviceLanVpnFeatureId"] = args ? args.serviceLanVpnFeatureId : undefined;
|
|
82
|
+
resourceInputs["serviceLanVpnInterfaceSviFeatureId"] = args ? args.serviceLanVpnInterfaceSviFeatureId : undefined;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature = ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature;
|
|
89
|
+
/** @internal */
|
|
90
|
+
ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.__pulumiType = 'sdwan:index/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature';
|
|
91
|
+
//# sourceMappingURL=serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.js","sourceRoot":"","sources":["../serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -6198,7 +6198,7 @@ export interface FeatureDeviceTemplateGeneralTemplate {
|
|
|
6198
6198
|
subTemplates?: pulumi.Input<pulumi.Input<inputs.FeatureDeviceTemplateGeneralTemplateSubTemplate>[]>;
|
|
6199
6199
|
/**
|
|
6200
6200
|
* Feature template type
|
|
6201
|
-
* - Choices: `ciscoSystem`, `ciscoLogging`, `cedgeAaa`, `ciscoBfd`, `ciscoOmp`, `ciscoSecurity`, `ciscoBanner`, `ciscoSnmp`, `cedgeGlobal`, `cli-template`, `ciscoSigCredentials`, `switchport`, `ciscoThousandeyes`, `ciscoVpn`, `virtual-application-utd`
|
|
6201
|
+
* - Choices: `ciscoSystem`, `ciscoLogging`, `cedgeAaa`, `ciscoBfd`, `ciscoOmp`, `ciscoSecurity`, `ciscoBanner`, `ciscoSnmp`, `cedgeGlobal`, `cli-template`, `ciscoSigCredentials`, `switchport`, `ciscoThousandeyes`, `ciscoVpn`, `virtual-application-utd`, `cellular-cedge-controller`
|
|
6202
6202
|
*/
|
|
6203
6203
|
type: pulumi.Input<string>;
|
|
6204
6204
|
/**
|
|
@@ -6217,7 +6217,7 @@ export interface FeatureDeviceTemplateGeneralTemplateSubTemplate {
|
|
|
6217
6217
|
subTemplates?: pulumi.Input<pulumi.Input<inputs.FeatureDeviceTemplateGeneralTemplateSubTemplateSubTemplate>[]>;
|
|
6218
6218
|
/**
|
|
6219
6219
|
* Feature template type
|
|
6220
|
-
* - Choices: `ciscoLogging`, `ciscoNtp`, `ciscoOspf`, `ciscoBgp`, `ciscoVpnInterface`, `ciscoVpnInterfaceIpsec`, `vpn-interface-svi`, `ciscoSecureInternetGateway`
|
|
6220
|
+
* - Choices: `ciscoLogging`, `ciscoNtp`, `ciscoOspf`, `ciscoBgp`, `ciscoVpnInterface`, `ciscoVpnInterfaceGre`, `ciscoVpnInterfaceIpsec`, `vpn-interface-svi`, `vpn-cedge-interface-cellular`, `ciscoSecureInternetGateway`
|
|
6221
6221
|
*/
|
|
6222
6222
|
type: pulumi.Input<string>;
|
|
6223
6223
|
/**
|
|
@@ -6232,7 +6232,7 @@ export interface FeatureDeviceTemplateGeneralTemplateSubTemplateSubTemplate {
|
|
|
6232
6232
|
id: pulumi.Input<string>;
|
|
6233
6233
|
/**
|
|
6234
6234
|
* Feature template type
|
|
6235
|
-
* - Choices: `ciscoDhcpServer`
|
|
6235
|
+
* - Choices: `ciscoDhcpServer`, `cellular-cedge-profile`
|
|
6236
6236
|
*/
|
|
6237
6237
|
type: pulumi.Input<string>;
|
|
6238
6238
|
/**
|
|
@@ -7777,6 +7777,59 @@ export interface SecurityPolicyLogging {
|
|
|
7777
7777
|
*/
|
|
7778
7778
|
externalSyslogServerVpn?: pulumi.Input<string>;
|
|
7779
7779
|
}
|
|
7780
|
+
export interface ServiceDhcpServerFeatureOptionCode {
|
|
7781
|
+
/**
|
|
7782
|
+
* Set ASCII value
|
|
7783
|
+
*/
|
|
7784
|
+
ascii?: pulumi.Input<string>;
|
|
7785
|
+
/**
|
|
7786
|
+
* Variable name
|
|
7787
|
+
*/
|
|
7788
|
+
asciiVariable?: pulumi.Input<string>;
|
|
7789
|
+
/**
|
|
7790
|
+
* Set Option Code
|
|
7791
|
+
* - Range: `1`-`254`
|
|
7792
|
+
*/
|
|
7793
|
+
code?: pulumi.Input<number>;
|
|
7794
|
+
/**
|
|
7795
|
+
* Variable name
|
|
7796
|
+
*/
|
|
7797
|
+
codeVariable?: pulumi.Input<string>;
|
|
7798
|
+
/**
|
|
7799
|
+
* Set HEX value
|
|
7800
|
+
*/
|
|
7801
|
+
hex?: pulumi.Input<string>;
|
|
7802
|
+
/**
|
|
7803
|
+
* Variable name
|
|
7804
|
+
*/
|
|
7805
|
+
hexVariable?: pulumi.Input<string>;
|
|
7806
|
+
/**
|
|
7807
|
+
* Variable name
|
|
7808
|
+
*/
|
|
7809
|
+
ipVariable?: pulumi.Input<string>;
|
|
7810
|
+
/**
|
|
7811
|
+
* Set ip address
|
|
7812
|
+
*/
|
|
7813
|
+
ips?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7814
|
+
}
|
|
7815
|
+
export interface ServiceDhcpServerFeatureStaticLease {
|
|
7816
|
+
/**
|
|
7817
|
+
* Set client’s static IP address
|
|
7818
|
+
*/
|
|
7819
|
+
ipAddress?: pulumi.Input<string>;
|
|
7820
|
+
/**
|
|
7821
|
+
* Variable name
|
|
7822
|
+
*/
|
|
7823
|
+
ipAddressVariable?: pulumi.Input<string>;
|
|
7824
|
+
/**
|
|
7825
|
+
* Set MAC address of client
|
|
7826
|
+
*/
|
|
7827
|
+
macAddress?: pulumi.Input<string>;
|
|
7828
|
+
/**
|
|
7829
|
+
* Variable name
|
|
7830
|
+
*/
|
|
7831
|
+
macAddressVariable?: pulumi.Input<string>;
|
|
7832
|
+
}
|
|
7780
7833
|
export interface ServiceIpv4AclFeatureSequence {
|
|
7781
7834
|
/**
|
|
7782
7835
|
* Define list of actions
|
|
@@ -7858,7 +7911,7 @@ export interface ServiceIpv4AclFeatureSequenceMatchEntry {
|
|
|
7858
7911
|
/**
|
|
7859
7912
|
* Packet Length
|
|
7860
7913
|
*/
|
|
7861
|
-
packetLength?: pulumi.Input<
|
|
7914
|
+
packetLength?: pulumi.Input<string>;
|
|
7862
7915
|
/**
|
|
7863
7916
|
* protocol number list with at least one item
|
|
7864
7917
|
*/
|
|
@@ -7972,7 +8025,7 @@ export interface ServiceIpv6AclFeatureSequenceMatchEntry {
|
|
|
7972
8025
|
/**
|
|
7973
8026
|
* Packet Length
|
|
7974
8027
|
*/
|
|
7975
|
-
packetLength?: pulumi.Input<
|
|
8028
|
+
packetLength?: pulumi.Input<string>;
|
|
7976
8029
|
/**
|
|
7977
8030
|
* Source Data IP Prefix
|
|
7978
8031
|
*/
|
|
@@ -12764,7 +12817,7 @@ export interface TransportIpv4AclFeatureSequenceMatchEntry {
|
|
|
12764
12817
|
/**
|
|
12765
12818
|
* Packet Length
|
|
12766
12819
|
*/
|
|
12767
|
-
packetLength?: pulumi.Input<
|
|
12820
|
+
packetLength?: pulumi.Input<string>;
|
|
12768
12821
|
/**
|
|
12769
12822
|
* protocol number list with at least one item
|
|
12770
12823
|
*/
|
|
@@ -12878,7 +12931,7 @@ export interface TransportIpv6AclFeatureSequenceMatchEntry {
|
|
|
12878
12931
|
/**
|
|
12879
12932
|
* Packet Length
|
|
12880
12933
|
*/
|
|
12881
|
-
packetLength?: pulumi.Input<
|
|
12934
|
+
packetLength?: pulumi.Input<string>;
|
|
12882
12935
|
/**
|
|
12883
12936
|
* Source Data IP Prefix
|
|
12884
12937
|
*/
|