sdwan.OtherThousandeyesFeature
Explore with Pulumi AI
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=[{
"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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OtherThousandeyesFeature resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- Description string
- The description of the Feature
- Name string
- The name of the Feature
- Virtual
Applications List<OtherThousandeyes Feature Virtual Application> - Virtual application Instance
- Feature
Profile stringId - Feature Profile ID
- Description string
- The description of the Feature
- Name string
- The name of the Feature
- Virtual
Applications []OtherThousandeyes Feature Virtual Application Args - Virtual application Instance
- feature
Profile StringId - Feature Profile ID
- description String
- The description of the Feature
- name String
- The name of the Feature
- virtual
Applications List<OtherThousandeyes Feature Virtual Application> - Virtual application Instance
- feature
Profile stringId - Feature Profile ID
- description string
- The description of the Feature
- name string
- The name of the Feature
- virtual
Applications OtherThousandeyes Feature Virtual Application[] - Virtual application Instance
- feature_
profile_ strid - Feature Profile ID
- description str
- The description of the Feature
- name str
- The name of the Feature
- virtual_
applications Sequence[OtherThousandeyes Feature Virtual Application Args] - Virtual application Instance
- feature
Profile StringId - Feature Profile ID
- description String
- The description of the Feature
- name String
- The name of the Feature
- virtual
Applications 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:
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.
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the Feature
- Version int
- The version of the Feature
- Virtual
Applications List<OtherThousandeyes Feature Virtual Application> - Virtual application Instance
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the Feature
- Version int
- The version of the Feature
- Virtual
Applications []OtherThousandeyes Feature Virtual Application Args - Virtual application Instance
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the Feature
- version Integer
- The version of the Feature
- virtual
Applications List<OtherThousandeyes Feature Virtual Application> - Virtual application Instance
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- name string
- The name of the Feature
- version number
- The version of the Feature
- virtual
Applications OtherThousandeyes Feature Virtual Application[] - Virtual application Instance
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- name str
- The name of the Feature
- version int
- The version of the Feature
- virtual_
applications Sequence[OtherThousandeyes Feature Virtual Application Args] - Virtual application Instance
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the Feature
- version Number
- The version of the Feature
- virtual
Applications List<Property Map> - Virtual application Instance
Supporting Types
OtherThousandeyesFeatureVirtualApplication, OtherThousandeyesFeatureVirtualApplicationArgs
- 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
- 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
- Choices:
- 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
- Range:
1
-65535
- Range:
- Proxy
Port stringVariable - Variable name
- Proxy
Type string - Select Web Proxy Type
- Vpn int
- VPN number
- Range:
0
-65530
- Range:
- 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
- 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
- Choices:
- 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
- Range:
1
-65535
- Range:
- Proxy
Port stringVariable - Variable name
- Proxy
Type string - Select Web Proxy Type
- Vpn int
- VPN number
- Range:
0
-65530
- Range:
- 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
- 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
- Choices:
- 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
- Range:
1
-65535
- Range:
- proxy
Port StringVariable - Variable name
- proxy
Type String - Select Web Proxy Type
- vpn Integer
- VPN number
- Range:
0
-65530
- Range:
- 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
- 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
- Choices:
- 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
- Range:
1
-65535
- Range:
- proxy
Port stringVariable - Variable name
- proxy
Type string - Select Web Proxy Type
- vpn number
- VPN number
- Range:
0
-65530
- Range:
- 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
- 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
- Choices:
- 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
- Range:
1
-65535
- Range:
- proxy_
port_ strvariable - Variable name
- proxy_
type str - Select Web Proxy Type
- vpn int
- VPN number
- Range:
0
-65530
- Range:
- 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
- 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
- Choices:
- 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
- Range:
1
-65535
- Range:
- proxy
Port StringVariable - Variable name
- proxy
Type String - Select Web Proxy Type
- vpn Number
- VPN number
- Range:
0
-65530
- Range:
- vpn
Variable String - Variable name
Import
Expected import identifier with the format: “other_thousandeyes_feature_id,feature_profile_id”
$ pulumi import sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
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.