Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi
sdwan.getOtherThousandeyesFeature
Explore with Pulumi AI
This data source can read the Other ThousandEyes Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getOtherThousandeyesFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_other_thousandeyes_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.LookupOtherThousandeyesFeature(ctx, &sdwan.LookupOtherThousandeyesFeatureArgs{
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.GetOtherThousandeyesFeature.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.GetOtherThousandeyesFeatureArgs;
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.getOtherThousandeyesFeature(GetOtherThousandeyesFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getOtherThousandeyesFeature
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getOtherThousandeyesFeature
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 getOtherThousandeyesFeature(args: GetOtherThousandeyesFeatureArgs, opts?: InvokeOptions): Promise<GetOtherThousandeyesFeatureResult>
function getOtherThousandeyesFeatureOutput(args: GetOtherThousandeyesFeatureOutputArgs, opts?: InvokeOptions): Output<GetOtherThousandeyesFeatureResult>
def get_other_thousandeyes_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOtherThousandeyesFeatureResult
def get_other_thousandeyes_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOtherThousandeyesFeatureResult]
func LookupOtherThousandeyesFeature(ctx *Context, args *LookupOtherThousandeyesFeatureArgs, opts ...InvokeOption) (*LookupOtherThousandeyesFeatureResult, error)
func LookupOtherThousandeyesFeatureOutput(ctx *Context, args *LookupOtherThousandeyesFeatureOutputArgs, opts ...InvokeOption) LookupOtherThousandeyesFeatureResultOutput
> Note: This function is named LookupOtherThousandeyesFeature
in the Go SDK.
public static class GetOtherThousandeyesFeature
{
public static Task<GetOtherThousandeyesFeatureResult> InvokeAsync(GetOtherThousandeyesFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetOtherThousandeyesFeatureResult> Invoke(GetOtherThousandeyesFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOtherThousandeyesFeatureResult> getOtherThousandeyesFeature(GetOtherThousandeyesFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getOtherThousandeyesFeature:getOtherThousandeyesFeature
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
getOtherThousandeyesFeature Result
The following output properties are available:
- 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
- Version int
- The version of the Feature
- Virtual
Applications List<GetOther Thousandeyes Feature Virtual Application> - Virtual application Instance
- 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
- Version int
- The version of the Feature
- Virtual
Applications []GetOther Thousandeyes Feature Virtual Application - Virtual application Instance
- 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
- version Integer
- The version of the Feature
- virtual
Applications List<GetOther Thousandeyes Feature Virtual Application> - Virtual application Instance
- 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
- version number
- The version of the Feature
- virtual
Applications GetOther Thousandeyes Feature Virtual Application[] - Virtual application Instance
- 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
- version int
- The version of the Feature
- virtual_
applications Sequence[GetOther Thousandeyes Feature Virtual Application] - Virtual application Instance
- 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
- version Number
- The version of the Feature
- virtual
Applications List<Property Map> - Virtual application Instance
Supporting Types
GetOtherThousandeyesFeatureVirtualApplication
- Account
Group stringToken - Set the Account Group Token
- Account
Group stringToken Variable - Variable name
- Agent
Default stringGateway - Set the Agent default gateway
- Agent
Default stringGateway Variable - Variable name
- Hostname string
- Set the host name
- Hostname
Variable string - Variable name
- Management
Ip string - Set the Agent IP Address
- Management
Ip stringVariable - Variable name
- Management
Subnet stringMask - Set the Agent SubnetMask
- Management
Subnet stringMask Variable - Variable name
- Name
Server stringIp - Set the name server
- Name
Server stringIp Variable - Variable name
- Pac
Url string - Set the proxy PAC url
- Pac
Url stringVariable - Variable name
- Proxy
Host string - Set the Proxy Host
- Proxy
Host stringVariable - Variable name
- Proxy
Port int - Set the Proxy Port
- Proxy
Port stringVariable - Variable name
- Proxy
Type string - Select Web Proxy Type
- Vpn int
- VPN number
- Vpn
Variable string - Variable name
- Account
Group stringToken - Set the Account Group Token
- Account
Group stringToken Variable - Variable name
- Agent
Default stringGateway - Set the Agent default gateway
- Agent
Default stringGateway Variable - Variable name
- Hostname string
- Set the host name
- Hostname
Variable string - Variable name
- Management
Ip string - Set the Agent IP Address
- Management
Ip stringVariable - Variable name
- Management
Subnet stringMask - Set the Agent SubnetMask
- Management
Subnet stringMask Variable - Variable name
- Name
Server stringIp - Set the name server
- Name
Server stringIp Variable - Variable name
- Pac
Url string - Set the proxy PAC url
- Pac
Url stringVariable - Variable name
- Proxy
Host string - Set the Proxy Host
- Proxy
Host stringVariable - Variable name
- Proxy
Port int - Set the Proxy Port
- Proxy
Port stringVariable - Variable name
- Proxy
Type string - Select Web Proxy Type
- Vpn int
- VPN number
- Vpn
Variable string - Variable name
- account
Group StringToken - Set the Account Group Token
- account
Group StringToken Variable - Variable name
- agent
Default StringGateway - Set the Agent default gateway
- agent
Default StringGateway Variable - Variable name
- hostname String
- Set the host name
- hostname
Variable String - Variable name
- management
Ip String - Set the Agent IP Address
- management
Ip StringVariable - Variable name
- management
Subnet StringMask - Set the Agent SubnetMask
- management
Subnet StringMask Variable - Variable name
- name
Server StringIp - Set the name server
- name
Server StringIp Variable - Variable name
- pac
Url String - Set the proxy PAC url
- pac
Url StringVariable - Variable name
- proxy
Host String - Set the Proxy Host
- proxy
Host StringVariable - Variable name
- proxy
Port Integer - Set the Proxy Port
- proxy
Port StringVariable - Variable name
- proxy
Type String - Select Web Proxy Type
- vpn Integer
- VPN number
- vpn
Variable String - Variable name
- account
Group stringToken - Set the Account Group Token
- account
Group stringToken Variable - Variable name
- agent
Default stringGateway - Set the Agent default gateway
- agent
Default stringGateway Variable - Variable name
- hostname string
- Set the host name
- hostname
Variable string - Variable name
- management
Ip string - Set the Agent IP Address
- management
Ip stringVariable - Variable name
- management
Subnet stringMask - Set the Agent SubnetMask
- management
Subnet stringMask Variable - Variable name
- name
Server stringIp - Set the name server
- name
Server stringIp Variable - Variable name
- pac
Url string - Set the proxy PAC url
- pac
Url stringVariable - Variable name
- proxy
Host string - Set the Proxy Host
- proxy
Host stringVariable - Variable name
- proxy
Port number - Set the Proxy Port
- proxy
Port stringVariable - Variable name
- proxy
Type string - Select Web Proxy Type
- vpn number
- VPN number
- vpn
Variable string - Variable name
- account_
group_ strtoken - Set the Account Group Token
- account_
group_ strtoken_ variable - Variable name
- agent_
default_ strgateway - Set the Agent default gateway
- agent_
default_ strgateway_ variable - Variable name
- hostname str
- Set the host name
- hostname_
variable str - Variable name
- management_
ip str - Set the Agent IP Address
- management_
ip_ strvariable - Variable name
- management_
subnet_ strmask - Set the Agent SubnetMask
- management_
subnet_ strmask_ variable - Variable name
- name_
server_ strip - Set the name server
- name_
server_ strip_ variable - Variable name
- pac_
url str - Set the proxy PAC url
- pac_
url_ strvariable - Variable name
- proxy_
host str - Set the Proxy Host
- proxy_
host_ strvariable - Variable name
- proxy_
port int - Set the Proxy Port
- proxy_
port_ strvariable - Variable name
- proxy_
type str - Select Web Proxy Type
- vpn int
- VPN number
- vpn_
variable str - Variable name
- account
Group StringToken - Set the Account Group Token
- account
Group StringToken Variable - Variable name
- agent
Default StringGateway - Set the Agent default gateway
- agent
Default StringGateway Variable - Variable name
- hostname String
- Set the host name
- hostname
Variable String - Variable name
- management
Ip String - Set the Agent IP Address
- management
Ip StringVariable - Variable name
- management
Subnet StringMask - Set the Agent SubnetMask
- management
Subnet StringMask Variable - Variable name
- name
Server StringIp - Set the name server
- name
Server StringIp Variable - Variable name
- pac
Url String - Set the proxy PAC url
- pac
Url StringVariable - Variable name
- proxy
Host String - Set the Proxy Host
- proxy
Host StringVariable - Variable name
- proxy
Port Number - Set the Proxy Port
- proxy
Port StringVariable - Variable name
- proxy
Type String - Select Web Proxy Type
- vpn Number
- VPN number
- vpn
Variable String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.