Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This data source can read the System IPv6 Device Access Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemIpv6DeviceAccessFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_ipv6_device_access_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.LookupSystemIpv6DeviceAccessFeature(ctx, &sdwan.LookupSystemIpv6DeviceAccessFeatureArgs{
Id: "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.GetSystemIpv6DeviceAccessFeature.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.GetSystemIpv6DeviceAccessFeatureArgs;
import java.util.List;
import java.util.ArrayList;
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.getSystemIpv6DeviceAccessFeature(GetSystemIpv6DeviceAccessFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSystemIpv6DeviceAccessFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemIpv6DeviceAccessFeature
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 getSystemIpv6DeviceAccessFeature(args: GetSystemIpv6DeviceAccessFeatureArgs, opts?: InvokeOptions): Promise<GetSystemIpv6DeviceAccessFeatureResult>
function getSystemIpv6DeviceAccessFeatureOutput(args: GetSystemIpv6DeviceAccessFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemIpv6DeviceAccessFeatureResult>def get_system_ipv6_device_access_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemIpv6DeviceAccessFeatureResult
def get_system_ipv6_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemIpv6DeviceAccessFeatureResult]func LookupSystemIpv6DeviceAccessFeature(ctx *Context, args *LookupSystemIpv6DeviceAccessFeatureArgs, opts ...InvokeOption) (*LookupSystemIpv6DeviceAccessFeatureResult, error)
func LookupSystemIpv6DeviceAccessFeatureOutput(ctx *Context, args *LookupSystemIpv6DeviceAccessFeatureOutputArgs, opts ...InvokeOption) LookupSystemIpv6DeviceAccessFeatureResultOutput> Note: This function is named LookupSystemIpv6DeviceAccessFeature in the Go SDK.
public static class GetSystemIpv6DeviceAccessFeature
{
public static Task<GetSystemIpv6DeviceAccessFeatureResult> InvokeAsync(GetSystemIpv6DeviceAccessFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSystemIpv6DeviceAccessFeatureResult> Invoke(GetSystemIpv6DeviceAccessFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSystemIpv6DeviceAccessFeatureResult> getSystemIpv6DeviceAccessFeature(GetSystemIpv6DeviceAccessFeatureArgs args, InvokeOptions options)
public static Output<GetSystemIpv6DeviceAccessFeatureResult> getSystemIpv6DeviceAccessFeature(GetSystemIpv6DeviceAccessFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSystemIpv6DeviceAccessFeature:getSystemIpv6DeviceAccessFeature
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
getSystemIpv6DeviceAccessFeature Result
The following output properties are available:
- Default
Action string - Default Action
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
List<Get
System Ipv6Device Access Feature Sequence> - Device Access Control List
- Version int
- The version of the Feature
- Default
Action string - Default Action
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
[]Get
System Ipv6Device Access Feature Sequence - Device Access Control List
- Version int
- The version of the Feature
- default
Action String - Default Action
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences
List<Get
System Ipv6Device Access Feature Sequence> - Device Access Control List
- version Integer
- The version of the Feature
- default
Action string - Default Action
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- sequences
Get
System Ipv6Device Access Feature Sequence[] - Device Access Control List
- version number
- The version of the Feature
- default_
action str - Default Action
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- sequences
Sequence[Get
System Ipv6Device Access Feature Sequence] - Device Access Control List
- version int
- The version of the Feature
- default
Action String - Default Action
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences List<Property Map>
- Device Access Control List
- version Number
- The version of the Feature
Supporting Types
GetSystemIpv6DeviceAccessFeatureSequence
- Base
Action string - Base Action
- Destination
Data stringPrefix List Id - Destination
Ip stringPrefix List Variable - Variable name
- Destination
Ip List<string>Prefix Lists - Destination Data IP Prefix List
- Device
Access intPort - device access protocol
- Id int
- Sequence Id
- Name string
- Sequence Name
- Source
Data stringPrefix List Id - Source
Ip stringPrefix List Variable - Variable name
- Source
Ip List<string>Prefix Lists - Source Data IP Prefix List
- Source
Ports List<int> - Source Port List
- Base
Action string - Base Action
- Destination
Data stringPrefix List Id - Destination
Ip stringPrefix List Variable - Variable name
- Destination
Ip []stringPrefix Lists - Destination Data IP Prefix List
- Device
Access intPort - device access protocol
- Id int
- Sequence Id
- Name string
- Sequence Name
- Source
Data stringPrefix List Id - Source
Ip stringPrefix List Variable - Variable name
- Source
Ip []stringPrefix Lists - Source Data IP Prefix List
- Source
Ports []int - Source Port List
- base
Action String - Base Action
- destination
Data StringPrefix List Id - destination
Ip StringPrefix List Variable - Variable name
- destination
Ip List<String>Prefix Lists - Destination Data IP Prefix List
- device
Access IntegerPort - device access protocol
- id Integer
- Sequence Id
- name String
- Sequence Name
- source
Data StringPrefix List Id - source
Ip StringPrefix List Variable - Variable name
- source
Ip List<String>Prefix Lists - Source Data IP Prefix List
- source
Ports List<Integer> - Source Port List
- base
Action string - Base Action
- destination
Data stringPrefix List Id - destination
Ip stringPrefix List Variable - Variable name
- destination
Ip string[]Prefix Lists - Destination Data IP Prefix List
- device
Access numberPort - device access protocol
- id number
- Sequence Id
- name string
- Sequence Name
- source
Data stringPrefix List Id - source
Ip stringPrefix List Variable - Variable name
- source
Ip string[]Prefix Lists - Source Data IP Prefix List
- source
Ports number[] - Source Port List
- base_
action str - Base Action
- destination_
data_ strprefix_ list_ id - destination_
ip_ strprefix_ list_ variable - Variable name
- destination_
ip_ Sequence[str]prefix_ lists - Destination Data IP Prefix List
- device_
access_ intport - device access protocol
- id int
- Sequence Id
- name str
- Sequence Name
- source_
data_ strprefix_ list_ id - source_
ip_ strprefix_ list_ variable - Variable name
- source_
ip_ Sequence[str]prefix_ lists - Source Data IP Prefix List
- source_
ports Sequence[int] - Source Port List
- base
Action String - Base Action
- destination
Data StringPrefix List Id - destination
Ip StringPrefix List Variable - Variable name
- destination
Ip List<String>Prefix Lists - Destination Data IP Prefix List
- device
Access NumberPort - device access protocol
- id Number
- Sequence Id
- name String
- Sequence Name
- source
Data StringPrefix List Id - source
Ip StringPrefix List Variable - Variable name
- source
Ip List<String>Prefix Lists - Source Data IP Prefix List
- source
Ports List<Number> - Source Port List
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.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
