Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
published on Wednesday, Jul 29, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
published on Wednesday, Jul 29, 2026 by Pulumi
This data source can read the Other TrustSec Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getOtherTrustsecFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_other_trustsec_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.GetOtherTrustsecFeature(ctx, &sdwan.LookupOtherTrustsecFeatureArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetOtherTrustsecFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetOtherTrustsecFeatureArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = SdwanFunctions.getOtherTrustsecFeature(GetOtherTrustsecFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getOtherTrustsecFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
pulumi {
required_providers {
sdwan = {
source = "pulumi/sdwan"
}
}
}
data "sdwan_getothertrustsecfeature" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Using getOtherTrustsecFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOtherTrustsecFeature(args: GetOtherTrustsecFeatureArgs, opts?: InvokeOptions): Promise<GetOtherTrustsecFeatureResult>
function getOtherTrustsecFeatureOutput(args: GetOtherTrustsecFeatureOutputArgs, opts?: InvokeOptions): Output<GetOtherTrustsecFeatureResult>def get_other_trustsec_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOtherTrustsecFeatureResult
def get_other_trustsec_feature_output(feature_profile_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOtherTrustsecFeatureResult]func LookupOtherTrustsecFeature(ctx *Context, args *LookupOtherTrustsecFeatureArgs, opts ...InvokeOption) (*LookupOtherTrustsecFeatureResult, error)
func LookupOtherTrustsecFeatureOutput(ctx *Context, args *LookupOtherTrustsecFeatureOutputArgs, opts ...InvokeOption) LookupOtherTrustsecFeatureResultOutput> Note: This function is named LookupOtherTrustsecFeature in the Go SDK.
public static class GetOtherTrustsecFeature
{
public static Task<GetOtherTrustsecFeatureResult> InvokeAsync(GetOtherTrustsecFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetOtherTrustsecFeatureResult> Invoke(GetOtherTrustsecFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOtherTrustsecFeatureResult> getOtherTrustsecFeature(GetOtherTrustsecFeatureArgs args, InvokeOptions options)
public static Output<GetOtherTrustsecFeatureResult> getOtherTrustsecFeature(GetOtherTrustsecFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getOtherTrustsecFeature:getOtherTrustsecFeature
arguments:
# arguments dictionarydata "sdwan_get_other_trustsec_feature" "name" {
# arguments
}The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- feature_
profile_ stringid - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
getOtherTrustsecFeature Result
The following output properties are available:
- Description string
- The description of the Feature
- Device
Id string - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- Device
Id stringVariable - Variable name
- Device
Password string - Set the password for the device
- Device
Password stringVariable - Variable name
- Device
Sgt int - Configure Local device security group \n\n
- Device
Sgt stringVariable - Variable name
- Enable
Enforcement bool - Enable Role-based Access Control enforcement
- Enable
Enforcement stringVariable - Variable name
- Enable
Sxp bool - Enable CTS SXP support
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Listener
Hold intTime Max - Configure Maximum allowed hold-time for listener in seconds \n\n
- Listener
Hold stringTime Max Variable - Variable name
- Listener
Hold intTime Min - Configure Minimum allowed hold-time for listener in seconds \n\n
- Listener
Hold stringTime Min Variable - Variable name
- Name string
- The name of the Feature
- Speaker
Hold intTime - Configure Speaker hold-time in seconds \n\n
- Speaker
Hold stringTime Variable - Variable name
- Sxp
Connections List<GetOther Trustsec Feature Sxp Connection> - Configure SXP Connections
- Sxp
Default stringPassword - Configure SXP default password
- Sxp
Default stringPassword Variable - Variable name
- Sxp
Key stringChain - Configure SXP key-chain
- Sxp
Key stringChain Variable - Variable name
- Sxp
Log boolBinding Changes - Enables logging for IP-to-SGT binding changes
- Sxp
Log stringBinding Changes Variable - Variable name
- Sxp
Reconciliation intPeriod - Configure the SXP reconciliation period in seconds \n\n
- Sxp
Reconciliation stringPeriod Variable - Variable name
- Sxp
Retry intPeriod - Configure Retry period for SXP connection in seconds \n\n
- Sxp
Retry stringPeriod Variable - Variable name
- Sxp
Source stringIp - SXP Source IP
- Sxp
Source stringIp Variable - Variable name
- Version int
- The version of the Feature
- Description string
- The description of the Feature
- Device
Id string - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- Device
Id stringVariable - Variable name
- Device
Password string - Set the password for the device
- Device
Password stringVariable - Variable name
- Device
Sgt int - Configure Local device security group \n\n
- Device
Sgt stringVariable - Variable name
- Enable
Enforcement bool - Enable Role-based Access Control enforcement
- Enable
Enforcement stringVariable - Variable name
- Enable
Sxp bool - Enable CTS SXP support
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Listener
Hold intTime Max - Configure Maximum allowed hold-time for listener in seconds \n\n
- Listener
Hold stringTime Max Variable - Variable name
- Listener
Hold intTime Min - Configure Minimum allowed hold-time for listener in seconds \n\n
- Listener
Hold stringTime Min Variable - Variable name
- Name string
- The name of the Feature
- Speaker
Hold intTime - Configure Speaker hold-time in seconds \n\n
- Speaker
Hold stringTime Variable - Variable name
- Sxp
Connections []GetOther Trustsec Feature Sxp Connection - Configure SXP Connections
- Sxp
Default stringPassword - Configure SXP default password
- Sxp
Default stringPassword Variable - Variable name
- Sxp
Key stringChain - Configure SXP key-chain
- Sxp
Key stringChain Variable - Variable name
- Sxp
Log boolBinding Changes - Enables logging for IP-to-SGT binding changes
- Sxp
Log stringBinding Changes Variable - Variable name
- Sxp
Reconciliation intPeriod - Configure the SXP reconciliation period in seconds \n\n
- Sxp
Reconciliation stringPeriod Variable - Variable name
- Sxp
Retry intPeriod - Configure Retry period for SXP connection in seconds \n\n
- Sxp
Retry stringPeriod Variable - Variable name
- Sxp
Source stringIp - SXP Source IP
- Sxp
Source stringIp Variable - Variable name
- Version int
- The version of the Feature
- description string
- The description of the Feature
- device_
id string - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- device_
id_ stringvariable - Variable name
- device_
password string - Set the password for the device
- device_
password_ stringvariable - Variable name
- device_
sgt number - Configure Local device security group \n\n
- device_
sgt_ stringvariable - Variable name
- enable_
enforcement bool - Enable Role-based Access Control enforcement
- enable_
enforcement_ stringvariable - Variable name
- enable_
sxp bool - Enable CTS SXP support
- feature_
profile_ stringid - Feature Profile ID
- id string
- The id of the Feature
- listener_
hold_ numbertime_ max - Configure Maximum allowed hold-time for listener in seconds \n\n
- listener_
hold_ stringtime_ max_ variable - Variable name
- listener_
hold_ numbertime_ min - Configure Minimum allowed hold-time for listener in seconds \n\n
- listener_
hold_ stringtime_ min_ variable - Variable name
- name string
- The name of the Feature
- speaker_
hold_ numbertime - Configure Speaker hold-time in seconds \n\n
- speaker_
hold_ stringtime_ variable - Variable name
- sxp_
connections list(object) - Configure SXP Connections
- sxp_
default_ stringpassword - Configure SXP default password
- sxp_
default_ stringpassword_ variable - Variable name
- sxp_
key_ stringchain - Configure SXP key-chain
- sxp_
key_ stringchain_ variable - Variable name
- sxp_
log_ boolbinding_ changes - Enables logging for IP-to-SGT binding changes
- sxp_
log_ stringbinding_ changes_ variable - Variable name
- sxp_
reconciliation_ numberperiod - Configure the SXP reconciliation period in seconds \n\n
- sxp_
reconciliation_ stringperiod_ variable - Variable name
- sxp_
retry_ numberperiod - Configure Retry period for SXP connection in seconds \n\n
- sxp_
retry_ stringperiod_ variable - Variable name
- sxp_
source_ stringip - SXP Source IP
- sxp_
source_ stringip_ variable - Variable name
- version number
- The version of the Feature
- description String
- The description of the Feature
- device
Id String - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- device
Id StringVariable - Variable name
- device
Password String - Set the password for the device
- device
Password StringVariable - Variable name
- device
Sgt Integer - Configure Local device security group \n\n
- device
Sgt StringVariable - Variable name
- enable
Enforcement Boolean - Enable Role-based Access Control enforcement
- enable
Enforcement StringVariable - Variable name
- enable
Sxp Boolean - Enable CTS SXP support
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- listener
Hold IntegerTime Max - Configure Maximum allowed hold-time for listener in seconds \n\n
- listener
Hold StringTime Max Variable - Variable name
- listener
Hold IntegerTime Min - Configure Minimum allowed hold-time for listener in seconds \n\n
- listener
Hold StringTime Min Variable - Variable name
- name String
- The name of the Feature
- speaker
Hold IntegerTime - Configure Speaker hold-time in seconds \n\n
- speaker
Hold StringTime Variable - Variable name
- sxp
Connections List<GetOther Trustsec Feature Sxp Connection> - Configure SXP Connections
- sxp
Default StringPassword - Configure SXP default password
- sxp
Default StringPassword Variable - Variable name
- sxp
Key StringChain - Configure SXP key-chain
- sxp
Key StringChain Variable - Variable name
- sxp
Log BooleanBinding Changes - Enables logging for IP-to-SGT binding changes
- sxp
Log StringBinding Changes Variable - Variable name
- sxp
Reconciliation IntegerPeriod - Configure the SXP reconciliation period in seconds \n\n
- sxp
Reconciliation StringPeriod Variable - Variable name
- sxp
Retry IntegerPeriod - Configure Retry period for SXP connection in seconds \n\n
- sxp
Retry StringPeriod Variable - Variable name
- sxp
Source StringIp - SXP Source IP
- sxp
Source StringIp Variable - Variable name
- version Integer
- The version of the Feature
- description string
- The description of the Feature
- device
Id string - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- device
Id stringVariable - Variable name
- device
Password string - Set the password for the device
- device
Password stringVariable - Variable name
- device
Sgt number - Configure Local device security group \n\n
- device
Sgt stringVariable - Variable name
- enable
Enforcement boolean - Enable Role-based Access Control enforcement
- enable
Enforcement stringVariable - Variable name
- enable
Sxp boolean - Enable CTS SXP support
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- listener
Hold numberTime Max - Configure Maximum allowed hold-time for listener in seconds \n\n
- listener
Hold stringTime Max Variable - Variable name
- listener
Hold numberTime Min - Configure Minimum allowed hold-time for listener in seconds \n\n
- listener
Hold stringTime Min Variable - Variable name
- name string
- The name of the Feature
- speaker
Hold numberTime - Configure Speaker hold-time in seconds \n\n
- speaker
Hold stringTime Variable - Variable name
- sxp
Connections GetOther Trustsec Feature Sxp Connection[] - Configure SXP Connections
- sxp
Default stringPassword - Configure SXP default password
- sxp
Default stringPassword Variable - Variable name
- sxp
Key stringChain - Configure SXP key-chain
- sxp
Key stringChain Variable - Variable name
- sxp
Log booleanBinding Changes - Enables logging for IP-to-SGT binding changes
- sxp
Log stringBinding Changes Variable - Variable name
- sxp
Reconciliation numberPeriod - Configure the SXP reconciliation period in seconds \n\n
- sxp
Reconciliation stringPeriod Variable - Variable name
- sxp
Retry numberPeriod - Configure Retry period for SXP connection in seconds \n\n
- sxp
Retry stringPeriod Variable - Variable name
- sxp
Source stringIp - SXP Source IP
- sxp
Source stringIp Variable - Variable name
- version number
- The version of the Feature
- description str
- The description of the Feature
- device_
id str - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- device_
id_ strvariable - Variable name
- device_
password str - Set the password for the device
- device_
password_ strvariable - Variable name
- device_
sgt int - Configure Local device security group \n\n
- device_
sgt_ strvariable - Variable name
- enable_
enforcement bool - Enable Role-based Access Control enforcement
- enable_
enforcement_ strvariable - Variable name
- enable_
sxp bool - Enable CTS SXP support
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- listener_
hold_ inttime_ max - Configure Maximum allowed hold-time for listener in seconds \n\n
- listener_
hold_ strtime_ max_ variable - Variable name
- listener_
hold_ inttime_ min - Configure Minimum allowed hold-time for listener in seconds \n\n
- listener_
hold_ strtime_ min_ variable - Variable name
- name str
- The name of the Feature
- speaker_
hold_ inttime - Configure Speaker hold-time in seconds \n\n
- speaker_
hold_ strtime_ variable - Variable name
- sxp_
connections Sequence[GetOther Trustsec Feature Sxp Connection] - Configure SXP Connections
- sxp_
default_ strpassword - Configure SXP default password
- sxp_
default_ strpassword_ variable - Variable name
- sxp_
key_ strchain - Configure SXP key-chain
- sxp_
key_ strchain_ variable - Variable name
- sxp_
log_ boolbinding_ changes - Enables logging for IP-to-SGT binding changes
- sxp_
log_ strbinding_ changes_ variable - Variable name
- sxp_
reconciliation_ intperiod - Configure the SXP reconciliation period in seconds \n\n
- sxp_
reconciliation_ strperiod_ variable - Variable name
- sxp_
retry_ intperiod - Configure Retry period for SXP connection in seconds \n\n
- sxp_
retry_ strperiod_ variable - Variable name
- sxp_
source_ strip - SXP Source IP
- sxp_
source_ strip_ variable - Variable name
- version int
- The version of the Feature
- description String
- The description of the Feature
- device
Id String - Specify the TrustSec Network Access Device ID, should be same as mentioned in the Identity Services Engine (upto 32 char)
- device
Id StringVariable - Variable name
- device
Password String - Set the password for the device
- device
Password StringVariable - Variable name
- device
Sgt Number - Configure Local device security group \n\n
- device
Sgt StringVariable - Variable name
- enable
Enforcement Boolean - Enable Role-based Access Control enforcement
- enable
Enforcement StringVariable - Variable name
- enable
Sxp Boolean - Enable CTS SXP support
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- listener
Hold NumberTime Max - Configure Maximum allowed hold-time for listener in seconds \n\n
- listener
Hold StringTime Max Variable - Variable name
- listener
Hold NumberTime Min - Configure Minimum allowed hold-time for listener in seconds \n\n
- listener
Hold StringTime Min Variable - Variable name
- name String
- The name of the Feature
- speaker
Hold NumberTime - Configure Speaker hold-time in seconds \n\n
- speaker
Hold StringTime Variable - Variable name
- sxp
Connections List<Property Map> - Configure SXP Connections
- sxp
Default StringPassword - Configure SXP default password
- sxp
Default StringPassword Variable - Variable name
- sxp
Key StringChain - Configure SXP key-chain
- sxp
Key StringChain Variable - Variable name
- sxp
Log BooleanBinding Changes - Enables logging for IP-to-SGT binding changes
- sxp
Log StringBinding Changes Variable - Variable name
- sxp
Reconciliation NumberPeriod - Configure the SXP reconciliation period in seconds \n\n
- sxp
Reconciliation StringPeriod Variable - Variable name
- sxp
Retry NumberPeriod - Configure Retry period for SXP connection in seconds \n\n
- sxp
Retry StringPeriod Variable - Variable name
- sxp
Source StringIp - SXP Source IP
- sxp
Source StringIp Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
GetOtherTrustsecFeatureSxpConnection
- Max
Hold intTime - Configure Connection Maximum hold time \n\n
- Max
Hold stringTime Variable - Variable name
- Min
Hold intTime - Configure Connection Minimum hold time \n\n
- Min
Hold stringTime Variable - Variable name
- Mode string
- Define Mode of connection
- Mode
Type string - Define Role of a device \n\n
- Peer
Ip string - Configure SXP Peer IP address (IPv4)
- Peer
Ip stringVariable - Variable name
- string
- Define Preshared Key type
- Source
Ip string - Configure SXP Source IP address (IPv4)
- Source
Ip stringVariable - Variable name
- Vpn
Id int - Configure Connection VPN (VRF) ID
- Vpn
Id stringVariable - Variable name
- Max
Hold intTime - Configure Connection Maximum hold time \n\n
- Max
Hold stringTime Variable - Variable name
- Min
Hold intTime - Configure Connection Minimum hold time \n\n
- Min
Hold stringTime Variable - Variable name
- Mode string
- Define Mode of connection
- Mode
Type string - Define Role of a device \n\n
- Peer
Ip string - Configure SXP Peer IP address (IPv4)
- Peer
Ip stringVariable - Variable name
- string
- Define Preshared Key type
- Source
Ip string - Configure SXP Source IP address (IPv4)
- Source
Ip stringVariable - Variable name
- Vpn
Id int - Configure Connection VPN (VRF) ID
- Vpn
Id stringVariable - Variable name
- max_
hold_ numbertime - Configure Connection Maximum hold time \n\n
- max_
hold_ stringtime_ variable - Variable name
- min_
hold_ numbertime - Configure Connection Minimum hold time \n\n
- min_
hold_ stringtime_ variable - Variable name
- mode string
- Define Mode of connection
- mode_
type string - Define Role of a device \n\n
- peer_
ip string - Configure SXP Peer IP address (IPv4)
- peer_
ip_ stringvariable - Variable name
- string
- Define Preshared Key type
- source_
ip string - Configure SXP Source IP address (IPv4)
- source_
ip_ stringvariable - Variable name
- vpn_
id number - Configure Connection VPN (VRF) ID
- vpn_
id_ stringvariable - Variable name
- max
Hold IntegerTime - Configure Connection Maximum hold time \n\n
- max
Hold StringTime Variable - Variable name
- min
Hold IntegerTime - Configure Connection Minimum hold time \n\n
- min
Hold StringTime Variable - Variable name
- mode String
- Define Mode of connection
- mode
Type String - Define Role of a device \n\n
- peer
Ip String - Configure SXP Peer IP address (IPv4)
- peer
Ip StringVariable - Variable name
- String
- Define Preshared Key type
- source
Ip String - Configure SXP Source IP address (IPv4)
- source
Ip StringVariable - Variable name
- vpn
Id Integer - Configure Connection VPN (VRF) ID
- vpn
Id StringVariable - Variable name
- max
Hold numberTime - Configure Connection Maximum hold time \n\n
- max
Hold stringTime Variable - Variable name
- min
Hold numberTime - Configure Connection Minimum hold time \n\n
- min
Hold stringTime Variable - Variable name
- mode string
- Define Mode of connection
- mode
Type string - Define Role of a device \n\n
- peer
Ip string - Configure SXP Peer IP address (IPv4)
- peer
Ip stringVariable - Variable name
- string
- Define Preshared Key type
- source
Ip string - Configure SXP Source IP address (IPv4)
- source
Ip stringVariable - Variable name
- vpn
Id number - Configure Connection VPN (VRF) ID
- vpn
Id stringVariable - Variable name
- max_
hold_ inttime - Configure Connection Maximum hold time \n\n
- max_
hold_ strtime_ variable - Variable name
- min_
hold_ inttime - Configure Connection Minimum hold time \n\n
- min_
hold_ strtime_ variable - Variable name
- mode str
- Define Mode of connection
- mode_
type str - Define Role of a device \n\n
- peer_
ip str - Configure SXP Peer IP address (IPv4)
- peer_
ip_ strvariable - Variable name
- str
- Define Preshared Key type
- source_
ip str - Configure SXP Source IP address (IPv4)
- source_
ip_ strvariable - Variable name
- vpn_
id int - Configure Connection VPN (VRF) ID
- vpn_
id_ strvariable - Variable name
- max
Hold NumberTime - Configure Connection Maximum hold time \n\n
- max
Hold StringTime Variable - Variable name
- min
Hold NumberTime - Configure Connection Minimum hold time \n\n
- min
Hold StringTime Variable - Variable name
- mode String
- Define Mode of connection
- mode
Type String - Define Role of a device \n\n
- peer
Ip String - Configure SXP Peer IP address (IPv4)
- peer
Ip StringVariable - Variable name
- String
- Define Preshared Key type
- source
Ip String - Configure SXP Source IP address (IPv4)
- source
Ip StringVariable - Variable name
- vpn
Id Number - Configure Connection VPN (VRF) ID
- vpn
Id StringVariable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
published on Wednesday, Jul 29, 2026 by Pulumi