Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getApplicationAwareRoutingPolicyDefinition
Explore with Pulumi AI
This data source can read the Application Aware Routing Policy Definition .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getApplicationAwareRoutingPolicyDefinition({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_application_aware_routing_policy_definition(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupApplicationAwareRoutingPolicyDefinition(ctx, &sdwan.LookupApplicationAwareRoutingPolicyDefinitionArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
}, 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.GetApplicationAwareRoutingPolicyDefinition.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
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.GetApplicationAwareRoutingPolicyDefinitionArgs;
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.getApplicationAwareRoutingPolicyDefinition(GetApplicationAwareRoutingPolicyDefinitionArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getApplicationAwareRoutingPolicyDefinition
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getApplicationAwareRoutingPolicyDefinition
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 getApplicationAwareRoutingPolicyDefinition(args: GetApplicationAwareRoutingPolicyDefinitionArgs, opts?: InvokeOptions): Promise<GetApplicationAwareRoutingPolicyDefinitionResult>
function getApplicationAwareRoutingPolicyDefinitionOutput(args: GetApplicationAwareRoutingPolicyDefinitionOutputArgs, opts?: InvokeOptions): Output<GetApplicationAwareRoutingPolicyDefinitionResult>
def get_application_aware_routing_policy_definition(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationAwareRoutingPolicyDefinitionResult
def get_application_aware_routing_policy_definition_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationAwareRoutingPolicyDefinitionResult]
func LookupApplicationAwareRoutingPolicyDefinition(ctx *Context, args *LookupApplicationAwareRoutingPolicyDefinitionArgs, opts ...InvokeOption) (*LookupApplicationAwareRoutingPolicyDefinitionResult, error)
func LookupApplicationAwareRoutingPolicyDefinitionOutput(ctx *Context, args *LookupApplicationAwareRoutingPolicyDefinitionOutputArgs, opts ...InvokeOption) LookupApplicationAwareRoutingPolicyDefinitionResultOutput
> Note: This function is named LookupApplicationAwareRoutingPolicyDefinition
in the Go SDK.
public static class GetApplicationAwareRoutingPolicyDefinition
{
public static Task<GetApplicationAwareRoutingPolicyDefinitionResult> InvokeAsync(GetApplicationAwareRoutingPolicyDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationAwareRoutingPolicyDefinitionResult> Invoke(GetApplicationAwareRoutingPolicyDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationAwareRoutingPolicyDefinitionResult> getApplicationAwareRoutingPolicyDefinition(GetApplicationAwareRoutingPolicyDefinitionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getApplicationAwareRoutingPolicyDefinition:getApplicationAwareRoutingPolicyDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The id of the object
- Id string
- The id of the object
- id String
- The id of the object
- id string
- The id of the object
- id str
- The id of the object
- id String
- The id of the object
getApplicationAwareRoutingPolicyDefinition Result
The following output properties are available:
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
List<Get
Application Aware Routing Policy Definition Sequence> - List of sequences
- Type string
- Type
- Version int
- The version of the object
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
[]Get
Application Aware Routing Policy Definition Sequence - List of sequences
- Type string
- Type
- Version int
- The version of the object
- description String
- The description of the policy definition
- id String
- The id of the object
- name String
- The name of the policy definition
- sequences
List<Get
Application Aware Routing Policy Definition Sequence> - List of sequences
- type String
- Type
- version Integer
- The version of the object
- description string
- The description of the policy definition
- id string
- The id of the object
- name string
- The name of the policy definition
- sequences
Get
Application Aware Routing Policy Definition Sequence[] - List of sequences
- type string
- Type
- version number
- The version of the object
- description str
- The description of the policy definition
- id str
- The id of the object
- name str
- The name of the policy definition
- sequences
Sequence[Get
Application Aware Routing Policy Definition Sequence] - List of sequences
- type str
- Type
- version int
- The version of the object
- description String
- The description of the policy definition
- id String
- The id of the object
- name String
- The name of the policy definition
- sequences List<Property Map>
- List of sequences
- type String
- Type
- version Number
- The version of the object
Supporting Types
GetApplicationAwareRoutingPolicyDefinitionSequence
- Action
Entries List<GetApplication Aware Routing Policy Definition Sequence Action Entry> - List of action entries
- Id int
- Sequence ID
- Ip
Type string - Sequence IP type, either
ipv4
,ipv6
orall
- Match
Entries List<GetApplication Aware Routing Policy Definition Sequence Match Entry> - List of match entries
- Name string
- Sequence name
- Action
Entries []GetApplication Aware Routing Policy Definition Sequence Action Entry - List of action entries
- Id int
- Sequence ID
- Ip
Type string - Sequence IP type, either
ipv4
,ipv6
orall
- Match
Entries []GetApplication Aware Routing Policy Definition Sequence Match Entry - List of match entries
- Name string
- Sequence name
- action
Entries List<GetApplication Aware Routing Policy Definition Sequence Action Entry> - List of action entries
- id Integer
- Sequence ID
- ip
Type String - Sequence IP type, either
ipv4
,ipv6
orall
- match
Entries List<GetApplication Aware Routing Policy Definition Sequence Match Entry> - List of match entries
- name String
- Sequence name
- action
Entries GetApplication Aware Routing Policy Definition Sequence Action Entry[] - List of action entries
- id number
- Sequence ID
- ip
Type string - Sequence IP type, either
ipv4
,ipv6
orall
- match
Entries GetApplication Aware Routing Policy Definition Sequence Match Entry[] - List of match entries
- name string
- Sequence name
- action_
entries Sequence[GetApplication Aware Routing Policy Definition Sequence Action Entry] - List of action entries
- id int
- Sequence ID
- ip_
type str - Sequence IP type, either
ipv4
,ipv6
orall
- match_
entries Sequence[GetApplication Aware Routing Policy Definition Sequence Match Entry] - List of match entries
- name str
- Sequence name
- action
Entries List<Property Map> - List of action entries
- id Number
- Sequence ID
- ip
Type String - Sequence IP type, either
ipv4
,ipv6
orall
- match
Entries List<Property Map> - List of match entries
- name String
- Sequence name
GetApplicationAwareRoutingPolicyDefinitionSequenceActionEntry
- Backup
Sla stringPreferred Color - Backup SLA preferred color (Single value or multiple values separated by spaces)
- Cloud
Sla bool - Cloud SLA
- Counter string
- Counter name
- Log bool
- Enable logging
- Sla
Class List<GetParameters Application Aware Routing Policy Definition Sequence Action Entry Sla Class Parameter> - List of SLA class parameters
- Type string
- Type of action entry
- Backup
Sla stringPreferred Color - Backup SLA preferred color (Single value or multiple values separated by spaces)
- Cloud
Sla bool - Cloud SLA
- Counter string
- Counter name
- Log bool
- Enable logging
- Sla
Class []GetParameters Application Aware Routing Policy Definition Sequence Action Entry Sla Class Parameter - List of SLA class parameters
- Type string
- Type of action entry
- backup
Sla StringPreferred Color - Backup SLA preferred color (Single value or multiple values separated by spaces)
- cloud
Sla Boolean - Cloud SLA
- counter String
- Counter name
- log Boolean
- Enable logging
- sla
Class List<GetParameters Application Aware Routing Policy Definition Sequence Action Entry Sla Class Parameter> - List of SLA class parameters
- type String
- Type of action entry
- backup
Sla stringPreferred Color - Backup SLA preferred color (Single value or multiple values separated by spaces)
- cloud
Sla boolean - Cloud SLA
- counter string
- Counter name
- log boolean
- Enable logging
- sla
Class GetParameters Application Aware Routing Policy Definition Sequence Action Entry Sla Class Parameter[] - List of SLA class parameters
- type string
- Type of action entry
- backup_
sla_ strpreferred_ color - Backup SLA preferred color (Single value or multiple values separated by spaces)
- cloud_
sla bool - Cloud SLA
- counter str
- Counter name
- log bool
- Enable logging
- sla_
class_ Sequence[Getparameters Application Aware Routing Policy Definition Sequence Action Entry Sla Class Parameter] - List of SLA class parameters
- type str
- Type of action entry
- backup
Sla StringPreferred Color - Backup SLA preferred color (Single value or multiple values separated by spaces)
- cloud
Sla Boolean - Cloud SLA
- counter String
- Counter name
- log Boolean
- Enable logging
- sla
Class List<Property Map>Parameters - List of SLA class parameters
- type String
- Type of action entry
GetApplicationAwareRoutingPolicyDefinitionSequenceActionEntrySlaClassParameter
- Preferred
Color string - preferred color (Single value or multiple values separated by spaces)
- Preferred
Color stringGroup List - Preferred color group list ID
- Preferred
Color intGroup List Version - Preferred color group list version
- Sla
Class stringList - SLA class list ID
- Sla
Class intList Version - SLA class list version
- Type string
- Type of SLA class parameter
- Preferred
Color string - preferred color (Single value or multiple values separated by spaces)
- Preferred
Color stringGroup List - Preferred color group list ID
- Preferred
Color intGroup List Version - Preferred color group list version
- Sla
Class stringList - SLA class list ID
- Sla
Class intList Version - SLA class list version
- Type string
- Type of SLA class parameter
- preferred
Color String - preferred color (Single value or multiple values separated by spaces)
- preferred
Color StringGroup List - Preferred color group list ID
- preferred
Color IntegerGroup List Version - Preferred color group list version
- sla
Class StringList - SLA class list ID
- sla
Class IntegerList Version - SLA class list version
- type String
- Type of SLA class parameter
- preferred
Color string - preferred color (Single value or multiple values separated by spaces)
- preferred
Color stringGroup List - Preferred color group list ID
- preferred
Color numberGroup List Version - Preferred color group list version
- sla
Class stringList - SLA class list ID
- sla
Class numberList Version - SLA class list version
- type string
- Type of SLA class parameter
- preferred_
color str - preferred color (Single value or multiple values separated by spaces)
- preferred_
color_ strgroup_ list - Preferred color group list ID
- preferred_
color_ intgroup_ list_ version - Preferred color group list version
- sla_
class_ strlist - SLA class list ID
- sla_
class_ intlist_ version - SLA class list version
- type str
- Type of SLA class parameter
- preferred
Color String - preferred color (Single value or multiple values separated by spaces)
- preferred
Color StringGroup List - Preferred color group list ID
- preferred
Color NumberGroup List Version - Preferred color group list version
- sla
Class StringList - SLA class list ID
- sla
Class NumberList Version - SLA class list version
- type String
- Type of SLA class parameter
GetApplicationAwareRoutingPolicyDefinitionSequenceMatchEntry
- Application
List stringId - Application list ID
- Application
List intVersion - Application list version
- Destination
Data stringPrefix List Id - Destination Data Prefix list ID
- Destination
Data intPrefix List Version - Destination Data Prefix list version
- Destination
Ip string - Destination IP
- Destination
Port string - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- Destination
Region string - Destination region
- Dns string
- DNS request or response
- Dns
Application stringList Id - DNS Application list ID
- Dns
Application intList Version - DNS Application list version
- Dscp int
- DSCP value
- Icmp
Message string - ICMP Message
- Plp string
- PLP
- Protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- Source
Data stringPrefix List Id - Source Data Prefix list ID
- Source
Data intPrefix List Version - Source Data Prefix list version
- Source
Ip string - Source IP
- Source
Port string - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- Traffic
To string - Traffic to
- Type string
- Type of match entry
- Application
List stringId - Application list ID
- Application
List intVersion - Application list version
- Destination
Data stringPrefix List Id - Destination Data Prefix list ID
- Destination
Data intPrefix List Version - Destination Data Prefix list version
- Destination
Ip string - Destination IP
- Destination
Port string - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- Destination
Region string - Destination region
- Dns string
- DNS request or response
- Dns
Application stringList Id - DNS Application list ID
- Dns
Application intList Version - DNS Application list version
- Dscp int
- DSCP value
- Icmp
Message string - ICMP Message
- Plp string
- PLP
- Protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- Source
Data stringPrefix List Id - Source Data Prefix list ID
- Source
Data intPrefix List Version - Source Data Prefix list version
- Source
Ip string - Source IP
- Source
Port string - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- Traffic
To string - Traffic to
- Type string
- Type of match entry
- application
List StringId - Application list ID
- application
List IntegerVersion - Application list version
- destination
Data StringPrefix List Id - Destination Data Prefix list ID
- destination
Data IntegerPrefix List Version - Destination Data Prefix list version
- destination
Ip String - Destination IP
- destination
Port String - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination
Region String - Destination region
- dns String
- DNS request or response
- dns
Application StringList Id - DNS Application list ID
- dns
Application IntegerList Version - DNS Application list version
- dscp Integer
- DSCP value
- icmp
Message String - ICMP Message
- plp String
- PLP
- protocol String
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source
Data StringPrefix List Id - Source Data Prefix list ID
- source
Data IntegerPrefix List Version - Source Data Prefix list version
- source
Ip String - Source IP
- source
Port String - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- traffic
To String - Traffic to
- type String
- Type of match entry
- application
List stringId - Application list ID
- application
List numberVersion - Application list version
- destination
Data stringPrefix List Id - Destination Data Prefix list ID
- destination
Data numberPrefix List Version - Destination Data Prefix list version
- destination
Ip string - Destination IP
- destination
Port string - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination
Region string - Destination region
- dns string
- DNS request or response
- dns
Application stringList Id - DNS Application list ID
- dns
Application numberList Version - DNS Application list version
- dscp number
- DSCP value
- icmp
Message string - ICMP Message
- plp string
- PLP
- protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source
Data stringPrefix List Id - Source Data Prefix list ID
- source
Data numberPrefix List Version - Source Data Prefix list version
- source
Ip string - Source IP
- source
Port string - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- traffic
To string - Traffic to
- type string
- Type of match entry
- application_
list_ strid - Application list ID
- application_
list_ intversion - Application list version
- destination_
data_ strprefix_ list_ id - Destination Data Prefix list ID
- destination_
data_ intprefix_ list_ version - Destination Data Prefix list version
- destination_
ip str - Destination IP
- destination_
port str - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination_
region str - Destination region
- dns str
- DNS request or response
- dns_
application_ strlist_ id - DNS Application list ID
- dns_
application_ intlist_ version - DNS Application list version
- dscp int
- DSCP value
- icmp_
message str - ICMP Message
- plp str
- PLP
- protocol str
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source_
data_ strprefix_ list_ id - Source Data Prefix list ID
- source_
data_ intprefix_ list_ version - Source Data Prefix list version
- source_
ip str - Source IP
- source_
port str - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- traffic_
to str - Traffic to
- type str
- Type of match entry
- application
List StringId - Application list ID
- application
List NumberVersion - Application list version
- destination
Data StringPrefix List Id - Destination Data Prefix list ID
- destination
Data NumberPrefix List Version - Destination Data Prefix list version
- destination
Ip String - Destination IP
- destination
Port String - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination
Region String - Destination region
- dns String
- DNS request or response
- dns
Application StringList Id - DNS Application list ID
- dns
Application NumberList Version - DNS Application list version
- dscp Number
- DSCP value
- icmp
Message String - ICMP Message
- plp String
- PLP
- protocol String
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source
Data StringPrefix List Id - Source Data Prefix list ID
- source
Data NumberPrefix List Version - Source Data Prefix list version
- source
Ip String - Source IP
- source
Port String - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- traffic
To String - Traffic to
- type String
- Type of match entry
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.