1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. OtherThousandeyesFeature
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.OtherThousandeyesFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    This resource can manage a Other ThousandEyes Feature.

    • Minimum SD-WAN Manager version: 20.12.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.OtherThousandeyesFeature;
    import com.pulumi.sdwan.OtherThousandeyesFeatureArgs;
    import com.pulumi.sdwan.inputs.OtherThousandeyesFeatureVirtualApplicationArgs;
    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 OtherThousandeyesFeature("example", OtherThousandeyesFeatureArgs.builder()
                .name("Example")
                .description("My Example")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .virtualApplications(OtherThousandeyesFeatureVirtualApplicationArgs.builder()
                    .account_group_token("qwer")
                    .vpn(1)
                    .management_ip("10.0.0.2")
                    .management_subnet_mask("255.255.255.0")
                    .agent_default_gateway("10.0.0.1")
                    .name_server_ip("77.77.77.71")
                    .hostname("thousandeyesHost")
                    .proxy_type("static")
                    .proxy_host("proxy.thousandeyes.com")
                    .proxy_port(3128)
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:OtherThousandeyesFeature
        properties:
          name: Example
          description: My Example
          featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
          virtualApplications:
            - account_group_token: qwer
              vpn: 1
              management_ip: 10.0.0.2
              management_subnet_mask: 255.255.255.0
              agent_default_gateway: 10.0.0.1
              name_server_ip: 77.77.77.71
              hostname: thousandeyesHost
              proxy_type: static
              proxy_host: proxy.thousandeyes.com
              proxy_port: 3128
    

    Create OtherThousandeyesFeature Resource

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

    Constructor syntax

    new OtherThousandeyesFeature(name: string, args: OtherThousandeyesFeatureArgs, opts?: CustomResourceOptions);
    @overload
    def OtherThousandeyesFeature(resource_name: str,
                                 args: OtherThousandeyesFeatureArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def OtherThousandeyesFeature(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 feature_profile_id: Optional[str] = None,
                                 description: Optional[str] = None,
                                 name: Optional[str] = None,
                                 virtual_applications: Optional[Sequence[OtherThousandeyesFeatureVirtualApplicationArgs]] = None)
    func NewOtherThousandeyesFeature(ctx *Context, name string, args OtherThousandeyesFeatureArgs, opts ...ResourceOption) (*OtherThousandeyesFeature, error)
    public OtherThousandeyesFeature(string name, OtherThousandeyesFeatureArgs args, CustomResourceOptions? opts = null)
    public OtherThousandeyesFeature(String name, OtherThousandeyesFeatureArgs args)
    public OtherThousandeyesFeature(String name, OtherThousandeyesFeatureArgs args, CustomResourceOptions options)
    
    type: sdwan:OtherThousandeyesFeature
    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 OtherThousandeyesFeatureArgs
    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 OtherThousandeyesFeatureArgs
    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 OtherThousandeyesFeatureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OtherThousandeyesFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OtherThousandeyesFeatureArgs
    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 otherThousandeyesFeatureResource = new Sdwan.OtherThousandeyesFeature("otherThousandeyesFeatureResource", new()
    {
        FeatureProfileId = "string",
        Description = "string",
        Name = "string",
        VirtualApplications = new[]
        {
            new Sdwan.Inputs.OtherThousandeyesFeatureVirtualApplicationArgs
            {
                AccountGroupToken = "string",
                AccountGroupTokenVariable = "string",
                AgentDefaultGateway = "string",
                AgentDefaultGatewayVariable = "string",
                Hostname = "string",
                HostnameVariable = "string",
                ManagementIp = "string",
                ManagementIpVariable = "string",
                ManagementSubnetMask = "string",
                ManagementSubnetMaskVariable = "string",
                NameServerIp = "string",
                NameServerIpVariable = "string",
                PacUrl = "string",
                PacUrlVariable = "string",
                ProxyHost = "string",
                ProxyHostVariable = "string",
                ProxyPort = 0,
                ProxyPortVariable = "string",
                ProxyType = "string",
                Vpn = 0,
                VpnVariable = "string",
            },
        },
    });
    
    example, err := sdwan.NewOtherThousandeyesFeature(ctx, "otherThousandeyesFeatureResource", &sdwan.OtherThousandeyesFeatureArgs{
    	FeatureProfileId: pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	Name:             pulumi.String("string"),
    	VirtualApplications: sdwan.OtherThousandeyesFeatureVirtualApplicationArray{
    		&sdwan.OtherThousandeyesFeatureVirtualApplicationArgs{
    			AccountGroupToken:            pulumi.String("string"),
    			AccountGroupTokenVariable:    pulumi.String("string"),
    			AgentDefaultGateway:          pulumi.String("string"),
    			AgentDefaultGatewayVariable:  pulumi.String("string"),
    			Hostname:                     pulumi.String("string"),
    			HostnameVariable:             pulumi.String("string"),
    			ManagementIp:                 pulumi.String("string"),
    			ManagementIpVariable:         pulumi.String("string"),
    			ManagementSubnetMask:         pulumi.String("string"),
    			ManagementSubnetMaskVariable: pulumi.String("string"),
    			NameServerIp:                 pulumi.String("string"),
    			NameServerIpVariable:         pulumi.String("string"),
    			PacUrl:                       pulumi.String("string"),
    			PacUrlVariable:               pulumi.String("string"),
    			ProxyHost:                    pulumi.String("string"),
    			ProxyHostVariable:            pulumi.String("string"),
    			ProxyPort:                    pulumi.Int(0),
    			ProxyPortVariable:            pulumi.String("string"),
    			ProxyType:                    pulumi.String("string"),
    			Vpn:                          pulumi.Int(0),
    			VpnVariable:                  pulumi.String("string"),
    		},
    	},
    })
    
    var otherThousandeyesFeatureResource = new OtherThousandeyesFeature("otherThousandeyesFeatureResource", OtherThousandeyesFeatureArgs.builder()
        .featureProfileId("string")
        .description("string")
        .name("string")
        .virtualApplications(OtherThousandeyesFeatureVirtualApplicationArgs.builder()
            .accountGroupToken("string")
            .accountGroupTokenVariable("string")
            .agentDefaultGateway("string")
            .agentDefaultGatewayVariable("string")
            .hostname("string")
            .hostnameVariable("string")
            .managementIp("string")
            .managementIpVariable("string")
            .managementSubnetMask("string")
            .managementSubnetMaskVariable("string")
            .nameServerIp("string")
            .nameServerIpVariable("string")
            .pacUrl("string")
            .pacUrlVariable("string")
            .proxyHost("string")
            .proxyHostVariable("string")
            .proxyPort(0)
            .proxyPortVariable("string")
            .proxyType("string")
            .vpn(0)
            .vpnVariable("string")
            .build())
        .build());
    
    other_thousandeyes_feature_resource = sdwan.OtherThousandeyesFeature("otherThousandeyesFeatureResource",
        feature_profile_id="string",
        description="string",
        name="string",
        virtual_applications=[sdwan.OtherThousandeyesFeatureVirtualApplicationArgs(
            account_group_token="string",
            account_group_token_variable="string",
            agent_default_gateway="string",
            agent_default_gateway_variable="string",
            hostname="string",
            hostname_variable="string",
            management_ip="string",
            management_ip_variable="string",
            management_subnet_mask="string",
            management_subnet_mask_variable="string",
            name_server_ip="string",
            name_server_ip_variable="string",
            pac_url="string",
            pac_url_variable="string",
            proxy_host="string",
            proxy_host_variable="string",
            proxy_port=0,
            proxy_port_variable="string",
            proxy_type="string",
            vpn=0,
            vpn_variable="string",
        )])
    
    const otherThousandeyesFeatureResource = new sdwan.OtherThousandeyesFeature("otherThousandeyesFeatureResource", {
        featureProfileId: "string",
        description: "string",
        name: "string",
        virtualApplications: [{
            accountGroupToken: "string",
            accountGroupTokenVariable: "string",
            agentDefaultGateway: "string",
            agentDefaultGatewayVariable: "string",
            hostname: "string",
            hostnameVariable: "string",
            managementIp: "string",
            managementIpVariable: "string",
            managementSubnetMask: "string",
            managementSubnetMaskVariable: "string",
            nameServerIp: "string",
            nameServerIpVariable: "string",
            pacUrl: "string",
            pacUrlVariable: "string",
            proxyHost: "string",
            proxyHostVariable: "string",
            proxyPort: 0,
            proxyPortVariable: "string",
            proxyType: "string",
            vpn: 0,
            vpnVariable: "string",
        }],
    });
    
    type: sdwan:OtherThousandeyesFeature
    properties:
        description: string
        featureProfileId: string
        name: string
        virtualApplications:
            - accountGroupToken: string
              accountGroupTokenVariable: string
              agentDefaultGateway: string
              agentDefaultGatewayVariable: string
              hostname: string
              hostnameVariable: string
              managementIp: string
              managementIpVariable: string
              managementSubnetMask: string
              managementSubnetMaskVariable: string
              nameServerIp: string
              nameServerIpVariable: string
              pacUrl: string
              pacUrlVariable: string
              proxyHost: string
              proxyHostVariable: string
              proxyPort: 0
              proxyPortVariable: string
              proxyType: string
              vpn: 0
              vpnVariable: string
    

    OtherThousandeyesFeature 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 OtherThousandeyesFeature resource accepts the following input properties:

    FeatureProfileId string
    Feature Profile ID
    Description string
    The description of the Feature
    Name string
    The name of the Feature
    VirtualApplications List<OtherThousandeyesFeatureVirtualApplication>
    Virtual application Instance
    FeatureProfileId string
    Feature Profile ID
    Description string
    The description of the Feature
    Name string
    The name of the Feature
    VirtualApplications []OtherThousandeyesFeatureVirtualApplicationArgs
    Virtual application Instance
    featureProfileId String
    Feature Profile ID
    description String
    The description of the Feature
    name String
    The name of the Feature
    virtualApplications List<OtherThousandeyesFeatureVirtualApplication>
    Virtual application Instance
    featureProfileId string
    Feature Profile ID
    description string
    The description of the Feature
    name string
    The name of the Feature
    virtualApplications OtherThousandeyesFeatureVirtualApplication[]
    Virtual application Instance
    feature_profile_id str
    Feature Profile ID
    description str
    The description of the Feature
    name str
    The name of the Feature
    virtual_applications Sequence[OtherThousandeyesFeatureVirtualApplicationArgs]
    Virtual application Instance
    featureProfileId String
    Feature Profile ID
    description String
    The description of the Feature
    name String
    The name of the Feature
    virtualApplications List<Property Map>
    Virtual application Instance

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the Feature
    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the Feature
    id String
    The provider-assigned unique ID for this managed resource.
    version Integer
    The version of the Feature
    id string
    The provider-assigned unique ID for this managed resource.
    version number
    The version of the Feature
    id str
    The provider-assigned unique ID for this managed resource.
    version int
    The version of the Feature
    id String
    The provider-assigned unique ID for this managed resource.
    version Number
    The version of the Feature

    Look up Existing OtherThousandeyesFeature Resource

    Get an existing OtherThousandeyesFeature 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?: OtherThousandeyesFeatureState, opts?: CustomResourceOptions): OtherThousandeyesFeature
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            feature_profile_id: Optional[str] = None,
            name: Optional[str] = None,
            version: Optional[int] = None,
            virtual_applications: Optional[Sequence[OtherThousandeyesFeatureVirtualApplicationArgs]] = None) -> OtherThousandeyesFeature
    func GetOtherThousandeyesFeature(ctx *Context, name string, id IDInput, state *OtherThousandeyesFeatureState, opts ...ResourceOption) (*OtherThousandeyesFeature, error)
    public static OtherThousandeyesFeature Get(string name, Input<string> id, OtherThousandeyesFeatureState? state, CustomResourceOptions? opts = null)
    public static OtherThousandeyesFeature get(String name, Output<String> id, OtherThousandeyesFeatureState 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
    FeatureProfileId string
    Feature Profile ID
    Name string
    The name of the Feature
    Version int
    The version of the Feature
    VirtualApplications List<OtherThousandeyesFeatureVirtualApplication>
    Virtual application Instance
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Name string
    The name of the Feature
    Version int
    The version of the Feature
    VirtualApplications []OtherThousandeyesFeatureVirtualApplicationArgs
    Virtual application Instance
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    name String
    The name of the Feature
    version Integer
    The version of the Feature
    virtualApplications List<OtherThousandeyesFeatureVirtualApplication>
    Virtual application Instance
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    name string
    The name of the Feature
    version number
    The version of the Feature
    virtualApplications OtherThousandeyesFeatureVirtualApplication[]
    Virtual application Instance
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    name str
    The name of the Feature
    version int
    The version of the Feature
    virtual_applications Sequence[OtherThousandeyesFeatureVirtualApplicationArgs]
    Virtual application Instance
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    name String
    The name of the Feature
    version Number
    The version of the Feature
    virtualApplications List<Property Map>
    Virtual application Instance

    Supporting Types

    OtherThousandeyesFeatureVirtualApplication, OtherThousandeyesFeatureVirtualApplicationArgs

    AccountGroupToken string
    Set the Account Group Token
    AccountGroupTokenVariable string
    Variable name
    AgentDefaultGateway string
    Set the Agent default gateway
    AgentDefaultGatewayVariable string
    Variable name
    Hostname string
    Set the host name
    HostnameVariable string
    Variable name
    ManagementIp string
    Set the Agent IP Address
    ManagementIpVariable string
    Variable name
    ManagementSubnetMask string
    Set the Agent SubnetMask

    • Choices: 255.255.255.255, 255.255.255.254, 255.255.255.252, 255.255.255.248, 255.255.255.240, 255.255.255.224, 255.255.255.192, 255.255.255.128, 255.255.255.0, 255.255.254.0, 255.255.252.0, 255.255.248.0, 255.255.240.0, 255.255.224.0, 255.255.192.0, 255.255.128.0, 255.255.0.0, 255.254.0.0, 255.252.0.0, 255.240.0.0, 255.224.0.0, 255.192.0.0, 255.128.0.0, 255.0.0.0, 254.0.0.0, 252.0.0.0, 248.0.0.0, 240.0.0.0, 224.0.0.0, 192.0.0.0, 128.0.0.0, 0.0.0.0
    ManagementSubnetMaskVariable string
    Variable name
    NameServerIp string
    Set the name server
    NameServerIpVariable string
    Variable name
    PacUrl string
    Set the proxy PAC url
    PacUrlVariable string
    Variable name
    ProxyHost string
    Set the Proxy Host
    ProxyHostVariable string
    Variable name
    ProxyPort int
    Set the Proxy Port

    • Range: 1-65535
    ProxyPortVariable string
    Variable name
    ProxyType string
    Select Web Proxy Type
    Vpn int
    VPN number

    • Range: 0-65530
    VpnVariable string
    Variable name
    AccountGroupToken string
    Set the Account Group Token
    AccountGroupTokenVariable string
    Variable name
    AgentDefaultGateway string
    Set the Agent default gateway
    AgentDefaultGatewayVariable string
    Variable name
    Hostname string
    Set the host name
    HostnameVariable string
    Variable name
    ManagementIp string
    Set the Agent IP Address
    ManagementIpVariable string
    Variable name
    ManagementSubnetMask string
    Set the Agent SubnetMask

    • Choices: 255.255.255.255, 255.255.255.254, 255.255.255.252, 255.255.255.248, 255.255.255.240, 255.255.255.224, 255.255.255.192, 255.255.255.128, 255.255.255.0, 255.255.254.0, 255.255.252.0, 255.255.248.0, 255.255.240.0, 255.255.224.0, 255.255.192.0, 255.255.128.0, 255.255.0.0, 255.254.0.0, 255.252.0.0, 255.240.0.0, 255.224.0.0, 255.192.0.0, 255.128.0.0, 255.0.0.0, 254.0.0.0, 252.0.0.0, 248.0.0.0, 240.0.0.0, 224.0.0.0, 192.0.0.0, 128.0.0.0, 0.0.0.0
    ManagementSubnetMaskVariable string
    Variable name
    NameServerIp string
    Set the name server
    NameServerIpVariable string
    Variable name
    PacUrl string
    Set the proxy PAC url
    PacUrlVariable string
    Variable name
    ProxyHost string
    Set the Proxy Host
    ProxyHostVariable string
    Variable name
    ProxyPort int
    Set the Proxy Port

    • Range: 1-65535
    ProxyPortVariable string
    Variable name
    ProxyType string
    Select Web Proxy Type
    Vpn int
    VPN number

    • Range: 0-65530
    VpnVariable string
    Variable name
    accountGroupToken String
    Set the Account Group Token
    accountGroupTokenVariable String
    Variable name
    agentDefaultGateway String
    Set the Agent default gateway
    agentDefaultGatewayVariable String
    Variable name
    hostname String
    Set the host name
    hostnameVariable String
    Variable name
    managementIp String
    Set the Agent IP Address
    managementIpVariable String
    Variable name
    managementSubnetMask String
    Set the Agent SubnetMask

    • Choices: 255.255.255.255, 255.255.255.254, 255.255.255.252, 255.255.255.248, 255.255.255.240, 255.255.255.224, 255.255.255.192, 255.255.255.128, 255.255.255.0, 255.255.254.0, 255.255.252.0, 255.255.248.0, 255.255.240.0, 255.255.224.0, 255.255.192.0, 255.255.128.0, 255.255.0.0, 255.254.0.0, 255.252.0.0, 255.240.0.0, 255.224.0.0, 255.192.0.0, 255.128.0.0, 255.0.0.0, 254.0.0.0, 252.0.0.0, 248.0.0.0, 240.0.0.0, 224.0.0.0, 192.0.0.0, 128.0.0.0, 0.0.0.0
    managementSubnetMaskVariable String
    Variable name
    nameServerIp String
    Set the name server
    nameServerIpVariable String
    Variable name
    pacUrl String
    Set the proxy PAC url
    pacUrlVariable String
    Variable name
    proxyHost String
    Set the Proxy Host
    proxyHostVariable String
    Variable name
    proxyPort Integer
    Set the Proxy Port

    • Range: 1-65535
    proxyPortVariable String
    Variable name
    proxyType String
    Select Web Proxy Type
    vpn Integer
    VPN number

    • Range: 0-65530
    vpnVariable String
    Variable name
    accountGroupToken string
    Set the Account Group Token
    accountGroupTokenVariable string
    Variable name
    agentDefaultGateway string
    Set the Agent default gateway
    agentDefaultGatewayVariable string
    Variable name
    hostname string
    Set the host name
    hostnameVariable string
    Variable name
    managementIp string
    Set the Agent IP Address
    managementIpVariable string
    Variable name
    managementSubnetMask string
    Set the Agent SubnetMask

    • Choices: 255.255.255.255, 255.255.255.254, 255.255.255.252, 255.255.255.248, 255.255.255.240, 255.255.255.224, 255.255.255.192, 255.255.255.128, 255.255.255.0, 255.255.254.0, 255.255.252.0, 255.255.248.0, 255.255.240.0, 255.255.224.0, 255.255.192.0, 255.255.128.0, 255.255.0.0, 255.254.0.0, 255.252.0.0, 255.240.0.0, 255.224.0.0, 255.192.0.0, 255.128.0.0, 255.0.0.0, 254.0.0.0, 252.0.0.0, 248.0.0.0, 240.0.0.0, 224.0.0.0, 192.0.0.0, 128.0.0.0, 0.0.0.0
    managementSubnetMaskVariable string
    Variable name
    nameServerIp string
    Set the name server
    nameServerIpVariable string
    Variable name
    pacUrl string
    Set the proxy PAC url
    pacUrlVariable string
    Variable name
    proxyHost string
    Set the Proxy Host
    proxyHostVariable string
    Variable name
    proxyPort number
    Set the Proxy Port

    • Range: 1-65535
    proxyPortVariable string
    Variable name
    proxyType string
    Select Web Proxy Type
    vpn number
    VPN number

    • Range: 0-65530
    vpnVariable string
    Variable name
    account_group_token str
    Set the Account Group Token
    account_group_token_variable str
    Variable name
    agent_default_gateway str
    Set the Agent default gateway
    agent_default_gateway_variable str
    Variable name
    hostname str
    Set the host name
    hostname_variable str
    Variable name
    management_ip str
    Set the Agent IP Address
    management_ip_variable str
    Variable name
    management_subnet_mask str
    Set the Agent SubnetMask

    • Choices: 255.255.255.255, 255.255.255.254, 255.255.255.252, 255.255.255.248, 255.255.255.240, 255.255.255.224, 255.255.255.192, 255.255.255.128, 255.255.255.0, 255.255.254.0, 255.255.252.0, 255.255.248.0, 255.255.240.0, 255.255.224.0, 255.255.192.0, 255.255.128.0, 255.255.0.0, 255.254.0.0, 255.252.0.0, 255.240.0.0, 255.224.0.0, 255.192.0.0, 255.128.0.0, 255.0.0.0, 254.0.0.0, 252.0.0.0, 248.0.0.0, 240.0.0.0, 224.0.0.0, 192.0.0.0, 128.0.0.0, 0.0.0.0
    management_subnet_mask_variable str
    Variable name
    name_server_ip str
    Set the name server
    name_server_ip_variable str
    Variable name
    pac_url str
    Set the proxy PAC url
    pac_url_variable str
    Variable name
    proxy_host str
    Set the Proxy Host
    proxy_host_variable str
    Variable name
    proxy_port int
    Set the Proxy Port

    • Range: 1-65535
    proxy_port_variable str
    Variable name
    proxy_type str
    Select Web Proxy Type
    vpn int
    VPN number

    • Range: 0-65530
    vpn_variable str
    Variable name
    accountGroupToken String
    Set the Account Group Token
    accountGroupTokenVariable String
    Variable name
    agentDefaultGateway String
    Set the Agent default gateway
    agentDefaultGatewayVariable String
    Variable name
    hostname String
    Set the host name
    hostnameVariable String
    Variable name
    managementIp String
    Set the Agent IP Address
    managementIpVariable String
    Variable name
    managementSubnetMask String
    Set the Agent SubnetMask

    • Choices: 255.255.255.255, 255.255.255.254, 255.255.255.252, 255.255.255.248, 255.255.255.240, 255.255.255.224, 255.255.255.192, 255.255.255.128, 255.255.255.0, 255.255.254.0, 255.255.252.0, 255.255.248.0, 255.255.240.0, 255.255.224.0, 255.255.192.0, 255.255.128.0, 255.255.0.0, 255.254.0.0, 255.252.0.0, 255.240.0.0, 255.224.0.0, 255.192.0.0, 255.128.0.0, 255.0.0.0, 254.0.0.0, 252.0.0.0, 248.0.0.0, 240.0.0.0, 224.0.0.0, 192.0.0.0, 128.0.0.0, 0.0.0.0
    managementSubnetMaskVariable String
    Variable name
    nameServerIp String
    Set the name server
    nameServerIpVariable String
    Variable name
    pacUrl String
    Set the proxy PAC url
    pacUrlVariable String
    Variable name
    proxyHost String
    Set the Proxy Host
    proxyHostVariable String
    Variable name
    proxyPort Number
    Set the Proxy Port

    • Range: 1-65535
    proxyPortVariable String
    Variable name
    proxyType String
    Select Web Proxy Type
    vpn Number
    VPN number

    • Range: 0-65530
    vpnVariable String
    Variable name

    Import

    $ pulumi import sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature 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.3 published on Tuesday, Sep 24, 2024 by Pulumi