@pulumi/sdwan 0.3.0-alpha.1733206692 → 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
package/types/output.d.ts
CHANGED
|
@@ -6197,7 +6197,7 @@ export interface FeatureDeviceTemplateGeneralTemplate {
|
|
|
6197
6197
|
subTemplates?: outputs.FeatureDeviceTemplateGeneralTemplateSubTemplate[];
|
|
6198
6198
|
/**
|
|
6199
6199
|
* Feature template type
|
|
6200
|
-
* - Choices: `ciscoSystem`, `ciscoLogging`, `cedgeAaa`, `ciscoBfd`, `ciscoOmp`, `ciscoSecurity`, `ciscoBanner`, `ciscoSnmp`, `cedgeGlobal`, `cli-template`, `ciscoSigCredentials`, `switchport`, `ciscoThousandeyes`, `ciscoVpn`, `virtual-application-utd`
|
|
6200
|
+
* - Choices: `ciscoSystem`, `ciscoLogging`, `cedgeAaa`, `ciscoBfd`, `ciscoOmp`, `ciscoSecurity`, `ciscoBanner`, `ciscoSnmp`, `cedgeGlobal`, `cli-template`, `ciscoSigCredentials`, `switchport`, `ciscoThousandeyes`, `ciscoVpn`, `virtual-application-utd`, `cellular-cedge-controller`
|
|
6201
6201
|
*/
|
|
6202
6202
|
type: string;
|
|
6203
6203
|
/**
|
|
@@ -6216,7 +6216,7 @@ export interface FeatureDeviceTemplateGeneralTemplateSubTemplate {
|
|
|
6216
6216
|
subTemplates?: outputs.FeatureDeviceTemplateGeneralTemplateSubTemplateSubTemplate[];
|
|
6217
6217
|
/**
|
|
6218
6218
|
* Feature template type
|
|
6219
|
-
* - Choices: `ciscoLogging`, `ciscoNtp`, `ciscoOspf`, `ciscoBgp`, `ciscoVpnInterface`, `ciscoVpnInterfaceIpsec`, `vpn-interface-svi`, `ciscoSecureInternetGateway`
|
|
6219
|
+
* - Choices: `ciscoLogging`, `ciscoNtp`, `ciscoOspf`, `ciscoBgp`, `ciscoVpnInterface`, `ciscoVpnInterfaceGre`, `ciscoVpnInterfaceIpsec`, `vpn-interface-svi`, `vpn-cedge-interface-cellular`, `ciscoSecureInternetGateway`
|
|
6220
6220
|
*/
|
|
6221
6221
|
type: string;
|
|
6222
6222
|
/**
|
|
@@ -6231,7 +6231,7 @@ export interface FeatureDeviceTemplateGeneralTemplateSubTemplateSubTemplate {
|
|
|
6231
6231
|
id: string;
|
|
6232
6232
|
/**
|
|
6233
6233
|
* Feature template type
|
|
6234
|
-
* - Choices: `ciscoDhcpServer`
|
|
6234
|
+
* - Choices: `ciscoDhcpServer`, `cellular-cedge-profile`
|
|
6235
6235
|
*/
|
|
6236
6236
|
type: string;
|
|
6237
6237
|
/**
|
|
@@ -13385,6 +13385,58 @@ export interface GetSecurityPolicyLogging {
|
|
|
13385
13385
|
*/
|
|
13386
13386
|
externalSyslogServerVpn: string;
|
|
13387
13387
|
}
|
|
13388
|
+
export interface GetServiceDhcpServerFeatureOptionCode {
|
|
13389
|
+
/**
|
|
13390
|
+
* Set ASCII value
|
|
13391
|
+
*/
|
|
13392
|
+
ascii: string;
|
|
13393
|
+
/**
|
|
13394
|
+
* Variable name
|
|
13395
|
+
*/
|
|
13396
|
+
asciiVariable: string;
|
|
13397
|
+
/**
|
|
13398
|
+
* Set Option Code
|
|
13399
|
+
*/
|
|
13400
|
+
code: number;
|
|
13401
|
+
/**
|
|
13402
|
+
* Variable name
|
|
13403
|
+
*/
|
|
13404
|
+
codeVariable: string;
|
|
13405
|
+
/**
|
|
13406
|
+
* Set HEX value
|
|
13407
|
+
*/
|
|
13408
|
+
hex: string;
|
|
13409
|
+
/**
|
|
13410
|
+
* Variable name
|
|
13411
|
+
*/
|
|
13412
|
+
hexVariable: string;
|
|
13413
|
+
/**
|
|
13414
|
+
* Variable name
|
|
13415
|
+
*/
|
|
13416
|
+
ipVariable: string;
|
|
13417
|
+
/**
|
|
13418
|
+
* Set ip address
|
|
13419
|
+
*/
|
|
13420
|
+
ips: string[];
|
|
13421
|
+
}
|
|
13422
|
+
export interface GetServiceDhcpServerFeatureStaticLease {
|
|
13423
|
+
/**
|
|
13424
|
+
* Set client’s static IP address
|
|
13425
|
+
*/
|
|
13426
|
+
ipAddress: string;
|
|
13427
|
+
/**
|
|
13428
|
+
* Variable name
|
|
13429
|
+
*/
|
|
13430
|
+
ipAddressVariable: string;
|
|
13431
|
+
/**
|
|
13432
|
+
* Set MAC address of client
|
|
13433
|
+
*/
|
|
13434
|
+
macAddress: string;
|
|
13435
|
+
/**
|
|
13436
|
+
* Variable name
|
|
13437
|
+
*/
|
|
13438
|
+
macAddressVariable: string;
|
|
13439
|
+
}
|
|
13388
13440
|
export interface GetServiceIpv4AclFeatureSequence {
|
|
13389
13441
|
/**
|
|
13390
13442
|
* Define list of actions
|
|
@@ -13460,7 +13512,7 @@ export interface GetServiceIpv4AclFeatureSequenceMatchEntry {
|
|
|
13460
13512
|
/**
|
|
13461
13513
|
* Packet Length
|
|
13462
13514
|
*/
|
|
13463
|
-
packetLength:
|
|
13515
|
+
packetLength: string;
|
|
13464
13516
|
/**
|
|
13465
13517
|
* protocol number list with at least one item
|
|
13466
13518
|
*/
|
|
@@ -13566,7 +13618,7 @@ export interface GetServiceIpv6AclFeatureSequenceMatchEntry {
|
|
|
13566
13618
|
/**
|
|
13567
13619
|
* Packet Length
|
|
13568
13620
|
*/
|
|
13569
|
-
packetLength:
|
|
13621
|
+
packetLength: string;
|
|
13570
13622
|
/**
|
|
13571
13623
|
* Source Data IP Prefix
|
|
13572
13624
|
*/
|
|
@@ -17955,7 +18007,7 @@ export interface GetTransportIpv4AclFeatureSequenceMatchEntry {
|
|
|
17955
18007
|
/**
|
|
17956
18008
|
* Packet Length
|
|
17957
18009
|
*/
|
|
17958
|
-
packetLength:
|
|
18010
|
+
packetLength: string;
|
|
17959
18011
|
/**
|
|
17960
18012
|
* protocol number list with at least one item
|
|
17961
18013
|
*/
|
|
@@ -18061,7 +18113,7 @@ export interface GetTransportIpv6AclFeatureSequenceMatchEntry {
|
|
|
18061
18113
|
/**
|
|
18062
18114
|
* Packet Length
|
|
18063
18115
|
*/
|
|
18064
|
-
packetLength:
|
|
18116
|
+
packetLength: string;
|
|
18065
18117
|
/**
|
|
18066
18118
|
* Source Data IP Prefix
|
|
18067
18119
|
*/
|
|
@@ -22722,6 +22774,59 @@ export interface SecurityPolicyLogging {
|
|
|
22722
22774
|
*/
|
|
22723
22775
|
externalSyslogServerVpn?: string;
|
|
22724
22776
|
}
|
|
22777
|
+
export interface ServiceDhcpServerFeatureOptionCode {
|
|
22778
|
+
/**
|
|
22779
|
+
* Set ASCII value
|
|
22780
|
+
*/
|
|
22781
|
+
ascii?: string;
|
|
22782
|
+
/**
|
|
22783
|
+
* Variable name
|
|
22784
|
+
*/
|
|
22785
|
+
asciiVariable?: string;
|
|
22786
|
+
/**
|
|
22787
|
+
* Set Option Code
|
|
22788
|
+
* - Range: `1`-`254`
|
|
22789
|
+
*/
|
|
22790
|
+
code?: number;
|
|
22791
|
+
/**
|
|
22792
|
+
* Variable name
|
|
22793
|
+
*/
|
|
22794
|
+
codeVariable?: string;
|
|
22795
|
+
/**
|
|
22796
|
+
* Set HEX value
|
|
22797
|
+
*/
|
|
22798
|
+
hex?: string;
|
|
22799
|
+
/**
|
|
22800
|
+
* Variable name
|
|
22801
|
+
*/
|
|
22802
|
+
hexVariable?: string;
|
|
22803
|
+
/**
|
|
22804
|
+
* Variable name
|
|
22805
|
+
*/
|
|
22806
|
+
ipVariable?: string;
|
|
22807
|
+
/**
|
|
22808
|
+
* Set ip address
|
|
22809
|
+
*/
|
|
22810
|
+
ips?: string[];
|
|
22811
|
+
}
|
|
22812
|
+
export interface ServiceDhcpServerFeatureStaticLease {
|
|
22813
|
+
/**
|
|
22814
|
+
* Set client’s static IP address
|
|
22815
|
+
*/
|
|
22816
|
+
ipAddress?: string;
|
|
22817
|
+
/**
|
|
22818
|
+
* Variable name
|
|
22819
|
+
*/
|
|
22820
|
+
ipAddressVariable?: string;
|
|
22821
|
+
/**
|
|
22822
|
+
* Set MAC address of client
|
|
22823
|
+
*/
|
|
22824
|
+
macAddress?: string;
|
|
22825
|
+
/**
|
|
22826
|
+
* Variable name
|
|
22827
|
+
*/
|
|
22828
|
+
macAddressVariable?: string;
|
|
22829
|
+
}
|
|
22725
22830
|
export interface ServiceIpv4AclFeatureSequence {
|
|
22726
22831
|
/**
|
|
22727
22832
|
* Define list of actions
|
|
@@ -22803,7 +22908,7 @@ export interface ServiceIpv4AclFeatureSequenceMatchEntry {
|
|
|
22803
22908
|
/**
|
|
22804
22909
|
* Packet Length
|
|
22805
22910
|
*/
|
|
22806
|
-
packetLength?:
|
|
22911
|
+
packetLength?: string;
|
|
22807
22912
|
/**
|
|
22808
22913
|
* protocol number list with at least one item
|
|
22809
22914
|
*/
|
|
@@ -22917,7 +23022,7 @@ export interface ServiceIpv6AclFeatureSequenceMatchEntry {
|
|
|
22917
23022
|
/**
|
|
22918
23023
|
* Packet Length
|
|
22919
23024
|
*/
|
|
22920
|
-
packetLength?:
|
|
23025
|
+
packetLength?: string;
|
|
22921
23026
|
/**
|
|
22922
23027
|
* Source Data IP Prefix
|
|
22923
23028
|
*/
|
|
@@ -27709,7 +27814,7 @@ export interface TransportIpv4AclFeatureSequenceMatchEntry {
|
|
|
27709
27814
|
/**
|
|
27710
27815
|
* Packet Length
|
|
27711
27816
|
*/
|
|
27712
|
-
packetLength?:
|
|
27817
|
+
packetLength?: string;
|
|
27713
27818
|
/**
|
|
27714
27819
|
* protocol number list with at least one item
|
|
27715
27820
|
*/
|
|
@@ -27823,7 +27928,7 @@ export interface TransportIpv6AclFeatureSequenceMatchEntry {
|
|
|
27823
27928
|
/**
|
|
27824
27929
|
* Packet Length
|
|
27825
27930
|
*/
|
|
27826
|
-
packetLength?:
|
|
27931
|
+
packetLength?: string;
|
|
27827
27932
|
/**
|
|
27828
27933
|
* Source Data IP Prefix
|
|
27829
27934
|
*/
|
|
@@ -613,7 +613,7 @@ export declare class VpnInterfaceCellularFeatureTemplate extends pulumi.CustomRe
|
|
|
613
613
|
*/
|
|
614
614
|
readonly tunnelInterfaceVmanageConnectionPreferenceVariable: pulumi.Output<string | undefined>;
|
|
615
615
|
/**
|
|
616
|
-
* Set tunnel QoS mode - Choices: `spoke`
|
|
616
|
+
* Set tunnel QoS mode - Choices: `hub`, `spoke`
|
|
617
617
|
*/
|
|
618
618
|
readonly tunnelQosMode: pulumi.Output<string | undefined>;
|
|
619
619
|
/**
|
|
@@ -1231,7 +1231,7 @@ export interface VpnInterfaceCellularFeatureTemplateState {
|
|
|
1231
1231
|
*/
|
|
1232
1232
|
tunnelInterfaceVmanageConnectionPreferenceVariable?: pulumi.Input<string>;
|
|
1233
1233
|
/**
|
|
1234
|
-
* Set tunnel QoS mode - Choices: `spoke`
|
|
1234
|
+
* Set tunnel QoS mode - Choices: `hub`, `spoke`
|
|
1235
1235
|
*/
|
|
1236
1236
|
tunnelQosMode?: pulumi.Input<string>;
|
|
1237
1237
|
/**
|
|
@@ -1837,7 +1837,7 @@ export interface VpnInterfaceCellularFeatureTemplateArgs {
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
tunnelInterfaceVmanageConnectionPreferenceVariable?: pulumi.Input<string>;
|
|
1839
1839
|
/**
|
|
1840
|
-
* Set tunnel QoS mode - Choices: `spoke`
|
|
1840
|
+
* Set tunnel QoS mode - Choices: `hub`, `spoke`
|
|
1841
1841
|
*/
|
|
1842
1842
|
tunnelQosMode?: pulumi.Input<string>;
|
|
1843
1843
|
/**
|