1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. CiscoThousandeyesFeatureTemplate
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.CiscoThousandeyesFeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This resource can manage a Cisco ThousandEyes feature template.

    • Minimum SD-WAN Manager version: 15.0.0

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.CiscoThousandeyesFeatureTemplate;
    import com.pulumi.sdwan.CiscoThousandeyesFeatureTemplateArgs;
    import com.pulumi.sdwan.inputs.CiscoThousandeyesFeatureTemplateVirtualApplicationArgs;
    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) {
            var example = new CiscoThousandeyesFeatureTemplate("example", CiscoThousandeyesFeatureTemplateArgs.builder()        
                .name("Example")
                .description("My Example")
                .deviceTypes("vedge-C8000V")
                .virtualApplications(CiscoThousandeyesFeatureTemplateVirtualApplicationArgs.builder()
                    .instance_id("1")
                    .application_type("te")
                    .te_account_group_token("1234567")
                    .te_vpn(1)
                    .te_agent_ip("1.1.1.2/24")
                    .te_default_gateway("1.1.1.255")
                    .te_name_server("10.2.2.2")
                    .te_hostname("agent1")
                    .te_web_proxy_type("static")
                    .te_proxy_host("3.3.3.3")
                    .te_proxy_port(80)
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:CiscoThousandeyesFeatureTemplate
        properties:
          name: Example
          description: My Example
          deviceTypes:
            - vedge-C8000V
          virtualApplications:
            - instance_id: '1'
              application_type: te
              te_account_group_token: '1234567'
              te_vpn: 1
              te_agent_ip: 1.1.1.2/24
              te_default_gateway: 1.1.1.255
              te_name_server: 10.2.2.2
              te_hostname: agent1
              te_web_proxy_type: static
              te_proxy_host: 3.3.3.3
              te_proxy_port: 80
    

    Create CiscoThousandeyesFeatureTemplate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CiscoThousandeyesFeatureTemplate(name: string, args: CiscoThousandeyesFeatureTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def CiscoThousandeyesFeatureTemplate(resource_name: str,
                                         args: CiscoThousandeyesFeatureTemplateArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def CiscoThousandeyesFeatureTemplate(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         description: Optional[str] = None,
                                         device_types: Optional[Sequence[str]] = None,
                                         name: Optional[str] = None,
                                         virtual_applications: Optional[Sequence[CiscoThousandeyesFeatureTemplateVirtualApplicationArgs]] = None)
    func NewCiscoThousandeyesFeatureTemplate(ctx *Context, name string, args CiscoThousandeyesFeatureTemplateArgs, opts ...ResourceOption) (*CiscoThousandeyesFeatureTemplate, error)
    public CiscoThousandeyesFeatureTemplate(string name, CiscoThousandeyesFeatureTemplateArgs args, CustomResourceOptions? opts = null)
    public CiscoThousandeyesFeatureTemplate(String name, CiscoThousandeyesFeatureTemplateArgs args)
    public CiscoThousandeyesFeatureTemplate(String name, CiscoThousandeyesFeatureTemplateArgs args, CustomResourceOptions options)
    
    type: sdwan:CiscoThousandeyesFeatureTemplate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CiscoThousandeyesFeatureTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CiscoThousandeyesFeatureTemplateArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CiscoThousandeyesFeatureTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CiscoThousandeyesFeatureTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CiscoThousandeyesFeatureTemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var ciscoThousandeyesFeatureTemplateResource = new Sdwan.CiscoThousandeyesFeatureTemplate("ciscoThousandeyesFeatureTemplateResource", new()
    {
        Description = "string",
        DeviceTypes = new[]
        {
            "string",
        },
        Name = "string",
        VirtualApplications = new[]
        {
            new Sdwan.Inputs.CiscoThousandeyesFeatureTemplateVirtualApplicationArgs
            {
                ApplicationType = "string",
                InstanceId = "string",
                Optional = false,
                TeAccountGroupToken = "string",
                TeAccountGroupTokenVariable = "string",
                TeAgentIp = "string",
                TeAgentIpVariable = "string",
                TeDefaultGateway = "string",
                TeDefaultGatewayVariable = "string",
                TeHostname = "string",
                TeHostnameVariable = "string",
                TeNameServer = "string",
                TeNameServerVariable = "string",
                TePacUrl = "string",
                TePacUrlVariable = "string",
                TeProxyHost = "string",
                TeProxyHostVariable = "string",
                TeProxyPort = 0,
                TeProxyPortVariable = "string",
                TeVpn = 0,
                TeVpnVariable = "string",
                TeWebProxyType = "string",
            },
        },
    });
    
    example, err := sdwan.NewCiscoThousandeyesFeatureTemplate(ctx, "ciscoThousandeyesFeatureTemplateResource", &sdwan.CiscoThousandeyesFeatureTemplateArgs{
    	Description: pulumi.String("string"),
    	DeviceTypes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Name: pulumi.String("string"),
    	VirtualApplications: sdwan.CiscoThousandeyesFeatureTemplateVirtualApplicationArray{
    		&sdwan.CiscoThousandeyesFeatureTemplateVirtualApplicationArgs{
    			ApplicationType:             pulumi.String("string"),
    			InstanceId:                  pulumi.String("string"),
    			Optional:                    pulumi.Bool(false),
    			TeAccountGroupToken:         pulumi.String("string"),
    			TeAccountGroupTokenVariable: pulumi.String("string"),
    			TeAgentIp:                   pulumi.String("string"),
    			TeAgentIpVariable:           pulumi.String("string"),
    			TeDefaultGateway:            pulumi.String("string"),
    			TeDefaultGatewayVariable:    pulumi.String("string"),
    			TeHostname:                  pulumi.String("string"),
    			TeHostnameVariable:          pulumi.String("string"),
    			TeNameServer:                pulumi.String("string"),
    			TeNameServerVariable:        pulumi.String("string"),
    			TePacUrl:                    pulumi.String("string"),
    			TePacUrlVariable:            pulumi.String("string"),
    			TeProxyHost:                 pulumi.String("string"),
    			TeProxyHostVariable:         pulumi.String("string"),
    			TeProxyPort:                 pulumi.Int(0),
    			TeProxyPortVariable:         pulumi.String("string"),
    			TeVpn:                       pulumi.Int(0),
    			TeVpnVariable:               pulumi.String("string"),
    			TeWebProxyType:              pulumi.String("string"),
    		},
    	},
    })
    
    var ciscoThousandeyesFeatureTemplateResource = new CiscoThousandeyesFeatureTemplate("ciscoThousandeyesFeatureTemplateResource", CiscoThousandeyesFeatureTemplateArgs.builder()
        .description("string")
        .deviceTypes("string")
        .name("string")
        .virtualApplications(CiscoThousandeyesFeatureTemplateVirtualApplicationArgs.builder()
            .applicationType("string")
            .instanceId("string")
            .optional(false)
            .teAccountGroupToken("string")
            .teAccountGroupTokenVariable("string")
            .teAgentIp("string")
            .teAgentIpVariable("string")
            .teDefaultGateway("string")
            .teDefaultGatewayVariable("string")
            .teHostname("string")
            .teHostnameVariable("string")
            .teNameServer("string")
            .teNameServerVariable("string")
            .tePacUrl("string")
            .tePacUrlVariable("string")
            .teProxyHost("string")
            .teProxyHostVariable("string")
            .teProxyPort(0)
            .teProxyPortVariable("string")
            .teVpn(0)
            .teVpnVariable("string")
            .teWebProxyType("string")
            .build())
        .build());
    
    cisco_thousandeyes_feature_template_resource = sdwan.CiscoThousandeyesFeatureTemplate("ciscoThousandeyesFeatureTemplateResource",
        description="string",
        device_types=["string"],
        name="string",
        virtual_applications=[sdwan.CiscoThousandeyesFeatureTemplateVirtualApplicationArgs(
            application_type="string",
            instance_id="string",
            optional=False,
            te_account_group_token="string",
            te_account_group_token_variable="string",
            te_agent_ip="string",
            te_agent_ip_variable="string",
            te_default_gateway="string",
            te_default_gateway_variable="string",
            te_hostname="string",
            te_hostname_variable="string",
            te_name_server="string",
            te_name_server_variable="string",
            te_pac_url="string",
            te_pac_url_variable="string",
            te_proxy_host="string",
            te_proxy_host_variable="string",
            te_proxy_port=0,
            te_proxy_port_variable="string",
            te_vpn=0,
            te_vpn_variable="string",
            te_web_proxy_type="string",
        )])
    
    const ciscoThousandeyesFeatureTemplateResource = new sdwan.CiscoThousandeyesFeatureTemplate("ciscoThousandeyesFeatureTemplateResource", {
        description: "string",
        deviceTypes: ["string"],
        name: "string",
        virtualApplications: [{
            applicationType: "string",
            instanceId: "string",
            optional: false,
            teAccountGroupToken: "string",
            teAccountGroupTokenVariable: "string",
            teAgentIp: "string",
            teAgentIpVariable: "string",
            teDefaultGateway: "string",
            teDefaultGatewayVariable: "string",
            teHostname: "string",
            teHostnameVariable: "string",
            teNameServer: "string",
            teNameServerVariable: "string",
            tePacUrl: "string",
            tePacUrlVariable: "string",
            teProxyHost: "string",
            teProxyHostVariable: "string",
            teProxyPort: 0,
            teProxyPortVariable: "string",
            teVpn: 0,
            teVpnVariable: "string",
            teWebProxyType: "string",
        }],
    });
    
    type: sdwan:CiscoThousandeyesFeatureTemplate
    properties:
        description: string
        deviceTypes:
            - string
        name: string
        virtualApplications:
            - applicationType: string
              instanceId: string
              optional: false
              teAccountGroupToken: string
              teAccountGroupTokenVariable: string
              teAgentIp: string
              teAgentIpVariable: string
              teDefaultGateway: string
              teDefaultGatewayVariable: string
              teHostname: string
              teHostnameVariable: string
              teNameServer: string
              teNameServerVariable: string
              tePacUrl: string
              tePacUrlVariable: string
              teProxyHost: string
              teProxyHostVariable: string
              teProxyPort: 0
              teProxyPortVariable: string
              teVpn: 0
              teVpnVariable: string
              teWebProxyType: string
    

    CiscoThousandeyesFeatureTemplate Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CiscoThousandeyesFeatureTemplate resource accepts the following input properties:

    Description string
    The description of the feature template
    DeviceTypes List<string>
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    Name string
    The name of the feature template
    VirtualApplications List<CiscoThousandeyesFeatureTemplateVirtualApplication>
    Virtual application Instance
    Description string
    The description of the feature template
    DeviceTypes []string
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    Name string
    The name of the feature template
    VirtualApplications []CiscoThousandeyesFeatureTemplateVirtualApplicationArgs
    Virtual application Instance
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name String
    The name of the feature template
    virtualApplications List<CiscoThousandeyesFeatureTemplateVirtualApplication>
    Virtual application Instance
    description string
    The description of the feature template
    deviceTypes string[]
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name string
    The name of the feature template
    virtualApplications CiscoThousandeyesFeatureTemplateVirtualApplication[]
    Virtual application Instance
    description str
    The description of the feature template
    device_types Sequence[str]
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name str
    The name of the feature template
    virtual_applications Sequence[CiscoThousandeyesFeatureTemplateVirtualApplicationArgs]
    Virtual application Instance
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name String
    The name of the feature template
    virtualApplications List<Property Map>
    Virtual application Instance

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CiscoThousandeyesFeatureTemplate resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    TemplateType string
    The template type
    Version int
    The version of the feature template
    Id string
    The provider-assigned unique ID for this managed resource.
    TemplateType string
    The template type
    Version int
    The version of the feature template
    id String
    The provider-assigned unique ID for this managed resource.
    templateType String
    The template type
    version Integer
    The version of the feature template
    id string
    The provider-assigned unique ID for this managed resource.
    templateType string
    The template type
    version number
    The version of the feature template
    id str
    The provider-assigned unique ID for this managed resource.
    template_type str
    The template type
    version int
    The version of the feature template
    id String
    The provider-assigned unique ID for this managed resource.
    templateType String
    The template type
    version Number
    The version of the feature template

    Look up Existing CiscoThousandeyesFeatureTemplate Resource

    Get an existing CiscoThousandeyesFeatureTemplate resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CiscoThousandeyesFeatureTemplateState, opts?: CustomResourceOptions): CiscoThousandeyesFeatureTemplate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            device_types: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            template_type: Optional[str] = None,
            version: Optional[int] = None,
            virtual_applications: Optional[Sequence[CiscoThousandeyesFeatureTemplateVirtualApplicationArgs]] = None) -> CiscoThousandeyesFeatureTemplate
    func GetCiscoThousandeyesFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoThousandeyesFeatureTemplateState, opts ...ResourceOption) (*CiscoThousandeyesFeatureTemplate, error)
    public static CiscoThousandeyesFeatureTemplate Get(string name, Input<string> id, CiscoThousandeyesFeatureTemplateState? state, CustomResourceOptions? opts = null)
    public static CiscoThousandeyesFeatureTemplate get(String name, Output<String> id, CiscoThousandeyesFeatureTemplateState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Description string
    The description of the feature template
    DeviceTypes List<string>
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    Name string
    The name of the feature template
    TemplateType string
    The template type
    Version int
    The version of the feature template
    VirtualApplications List<CiscoThousandeyesFeatureTemplateVirtualApplication>
    Virtual application Instance
    Description string
    The description of the feature template
    DeviceTypes []string
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    Name string
    The name of the feature template
    TemplateType string
    The template type
    Version int
    The version of the feature template
    VirtualApplications []CiscoThousandeyesFeatureTemplateVirtualApplicationArgs
    Virtual application Instance
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name String
    The name of the feature template
    templateType String
    The template type
    version Integer
    The version of the feature template
    virtualApplications List<CiscoThousandeyesFeatureTemplateVirtualApplication>
    Virtual application Instance
    description string
    The description of the feature template
    deviceTypes string[]
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name string
    The name of the feature template
    templateType string
    The template type
    version number
    The version of the feature template
    virtualApplications CiscoThousandeyesFeatureTemplateVirtualApplication[]
    Virtual application Instance
    description str
    The description of the feature template
    device_types Sequence[str]
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name str
    The name of the feature template
    template_type str
    The template type
    version int
    The version of the feature template
    virtual_applications Sequence[CiscoThousandeyesFeatureTemplateVirtualApplicationArgs]
    Virtual application Instance
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
    name String
    The name of the feature template
    templateType String
    The template type
    version Number
    The version of the feature template
    virtualApplications List<Property Map>
    Virtual application Instance

    Supporting Types

    CiscoThousandeyesFeatureTemplateVirtualApplication, CiscoThousandeyesFeatureTemplateVirtualApplicationArgs

    ApplicationType string
    List of Virtual applications

    • Default value: te
    InstanceId string
    List of Virtual applications

    • Default value: 1
    Optional bool
    Indicates if list item is considered optional.
    TeAccountGroupToken string
    Set the Account Group Token
    TeAccountGroupTokenVariable string
    Variable name
    TeAgentIp string
    Set the Agent IP Address
    TeAgentIpVariable string
    Variable name
    TeDefaultGateway string
    Set the Agent default gateway
    TeDefaultGatewayVariable string
    Variable name
    TeHostname string
    Set the host name
    TeHostnameVariable string
    Variable name
    TeNameServer string
    Set the name server
    TeNameServerVariable string
    Variable name
    TePacUrl string
    PAC URL
    TePacUrlVariable string
    Variable name
    TeProxyHost string
    Set the proxy host
    TeProxyHostVariable string
    Variable name
    TeProxyPort int
    Set the proxy port

    • Range: 0-65535
    TeProxyPortVariable string
    Variable name
    TeVpn int
    VPN number

    • Range: 1-65535
    TeVpnVariable string
    Variable name
    TeWebProxyType string
    Web Proxy Type

    • Choices: none, static, pac
    • Default value: none
    ApplicationType string
    List of Virtual applications

    • Default value: te
    InstanceId string
    List of Virtual applications

    • Default value: 1
    Optional bool
    Indicates if list item is considered optional.
    TeAccountGroupToken string
    Set the Account Group Token
    TeAccountGroupTokenVariable string
    Variable name
    TeAgentIp string
    Set the Agent IP Address
    TeAgentIpVariable string
    Variable name
    TeDefaultGateway string
    Set the Agent default gateway
    TeDefaultGatewayVariable string
    Variable name
    TeHostname string
    Set the host name
    TeHostnameVariable string
    Variable name
    TeNameServer string
    Set the name server
    TeNameServerVariable string
    Variable name
    TePacUrl string
    PAC URL
    TePacUrlVariable string
    Variable name
    TeProxyHost string
    Set the proxy host
    TeProxyHostVariable string
    Variable name
    TeProxyPort int
    Set the proxy port

    • Range: 0-65535
    TeProxyPortVariable string
    Variable name
    TeVpn int
    VPN number

    • Range: 1-65535
    TeVpnVariable string
    Variable name
    TeWebProxyType string
    Web Proxy Type

    • Choices: none, static, pac
    • Default value: none
    applicationType String
    List of Virtual applications

    • Default value: te
    instanceId String
    List of Virtual applications

    • Default value: 1
    optional Boolean
    Indicates if list item is considered optional.
    teAccountGroupToken String
    Set the Account Group Token
    teAccountGroupTokenVariable String
    Variable name
    teAgentIp String
    Set the Agent IP Address
    teAgentIpVariable String
    Variable name
    teDefaultGateway String
    Set the Agent default gateway
    teDefaultGatewayVariable String
    Variable name
    teHostname String
    Set the host name
    teHostnameVariable String
    Variable name
    teNameServer String
    Set the name server
    teNameServerVariable String
    Variable name
    tePacUrl String
    PAC URL
    tePacUrlVariable String
    Variable name
    teProxyHost String
    Set the proxy host
    teProxyHostVariable String
    Variable name
    teProxyPort Integer
    Set the proxy port

    • Range: 0-65535
    teProxyPortVariable String
    Variable name
    teVpn Integer
    VPN number

    • Range: 1-65535
    teVpnVariable String
    Variable name
    teWebProxyType String
    Web Proxy Type

    • Choices: none, static, pac
    • Default value: none
    applicationType string
    List of Virtual applications

    • Default value: te
    instanceId string
    List of Virtual applications

    • Default value: 1
    optional boolean
    Indicates if list item is considered optional.
    teAccountGroupToken string
    Set the Account Group Token
    teAccountGroupTokenVariable string
    Variable name
    teAgentIp string
    Set the Agent IP Address
    teAgentIpVariable string
    Variable name
    teDefaultGateway string
    Set the Agent default gateway
    teDefaultGatewayVariable string
    Variable name
    teHostname string
    Set the host name
    teHostnameVariable string
    Variable name
    teNameServer string
    Set the name server
    teNameServerVariable string
    Variable name
    tePacUrl string
    PAC URL
    tePacUrlVariable string
    Variable name
    teProxyHost string
    Set the proxy host
    teProxyHostVariable string
    Variable name
    teProxyPort number
    Set the proxy port

    • Range: 0-65535
    teProxyPortVariable string
    Variable name
    teVpn number
    VPN number

    • Range: 1-65535
    teVpnVariable string
    Variable name
    teWebProxyType string
    Web Proxy Type

    • Choices: none, static, pac
    • Default value: none
    application_type str
    List of Virtual applications

    • Default value: te
    instance_id str
    List of Virtual applications

    • Default value: 1
    optional bool
    Indicates if list item is considered optional.
    te_account_group_token str
    Set the Account Group Token
    te_account_group_token_variable str
    Variable name
    te_agent_ip str
    Set the Agent IP Address
    te_agent_ip_variable str
    Variable name
    te_default_gateway str
    Set the Agent default gateway
    te_default_gateway_variable str
    Variable name
    te_hostname str
    Set the host name
    te_hostname_variable str
    Variable name
    te_name_server str
    Set the name server
    te_name_server_variable str
    Variable name
    te_pac_url str
    PAC URL
    te_pac_url_variable str
    Variable name
    te_proxy_host str
    Set the proxy host
    te_proxy_host_variable str
    Variable name
    te_proxy_port int
    Set the proxy port

    • Range: 0-65535
    te_proxy_port_variable str
    Variable name
    te_vpn int
    VPN number

    • Range: 1-65535
    te_vpn_variable str
    Variable name
    te_web_proxy_type str
    Web Proxy Type

    • Choices: none, static, pac
    • Default value: none
    applicationType String
    List of Virtual applications

    • Default value: te
    instanceId String
    List of Virtual applications

    • Default value: 1
    optional Boolean
    Indicates if list item is considered optional.
    teAccountGroupToken String
    Set the Account Group Token
    teAccountGroupTokenVariable String
    Variable name
    teAgentIp String
    Set the Agent IP Address
    teAgentIpVariable String
    Variable name
    teDefaultGateway String
    Set the Agent default gateway
    teDefaultGatewayVariable String
    Variable name
    teHostname String
    Set the host name
    teHostnameVariable String
    Variable name
    teNameServer String
    Set the name server
    teNameServerVariable String
    Variable name
    tePacUrl String
    PAC URL
    tePacUrlVariable String
    Variable name
    teProxyHost String
    Set the proxy host
    teProxyHostVariable String
    Variable name
    teProxyPort Number
    Set the proxy port

    • Range: 0-65535
    teProxyPortVariable String
    Variable name
    teVpn Number
    VPN number

    • Range: 1-65535
    teVpnVariable String
    Variable name
    teWebProxyType String
    Web Proxy Type

    • Choices: none, static, pac
    • Default value: none

    Import

    $ pulumi import sdwan:index/ciscoThousandeyesFeatureTemplate:CiscoThousandeyesFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi