Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getSystemIpv4DeviceAccessFeature
Explore with Pulumi AI
This data source can read the System IPv4 Device Access Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemIpv4DeviceAccessFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_ipv4_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.LookupSystemIpv4DeviceAccessFeature(ctx, &sdwan.LookupSystemIpv4DeviceAccessFeatureArgs{
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.GetSystemIpv4DeviceAccessFeature.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.GetSystemIpv4DeviceAccessFeatureArgs;
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.getSystemIpv4DeviceAccessFeature(GetSystemIpv4DeviceAccessFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getSystemIpv4DeviceAccessFeature
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemIpv4DeviceAccessFeature
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 getSystemIpv4DeviceAccessFeature(args: GetSystemIpv4DeviceAccessFeatureArgs, opts?: InvokeOptions): Promise<GetSystemIpv4DeviceAccessFeatureResult>
function getSystemIpv4DeviceAccessFeatureOutput(args: GetSystemIpv4DeviceAccessFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemIpv4DeviceAccessFeatureResult>
def get_system_ipv4_device_access_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemIpv4DeviceAccessFeatureResult
def get_system_ipv4_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemIpv4DeviceAccessFeatureResult]
func LookupSystemIpv4DeviceAccessFeature(ctx *Context, args *LookupSystemIpv4DeviceAccessFeatureArgs, opts ...InvokeOption) (*LookupSystemIpv4DeviceAccessFeatureResult, error)
func LookupSystemIpv4DeviceAccessFeatureOutput(ctx *Context, args *LookupSystemIpv4DeviceAccessFeatureOutputArgs, opts ...InvokeOption) LookupSystemIpv4DeviceAccessFeatureResultOutput
> Note: This function is named LookupSystemIpv4DeviceAccessFeature
in the Go SDK.
public static class GetSystemIpv4DeviceAccessFeature
{
public static Task<GetSystemIpv4DeviceAccessFeatureResult> InvokeAsync(GetSystemIpv4DeviceAccessFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSystemIpv4DeviceAccessFeatureResult> Invoke(GetSystemIpv4DeviceAccessFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemIpv4DeviceAccessFeatureResult> getSystemIpv4DeviceAccessFeature(GetSystemIpv4DeviceAccessFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getSystemIpv4DeviceAccessFeature:getSystemIpv4DeviceAccessFeature
arguments:
# arguments dictionary
The 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
getSystemIpv4DeviceAccessFeature 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 Ipv4Device 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 Ipv4Device 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 Ipv4Device 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 Ipv4Device 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 Ipv4Device 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
GetSystemIpv4DeviceAccessFeatureSequence
- 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
sdwan
Terraform Provider.