sdwan.OtherUcseFeature
Explore with Pulumi AI
This resource can manage a Other UCSE 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.OtherUcseFeature;
import com.pulumi.sdwan.OtherUcseFeatureArgs;
import com.pulumi.sdwan.inputs.OtherUcseFeatureInterfaceArgs;
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 OtherUcseFeature("example", OtherUcseFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.bay(2)
.slot(0)
.accessPortDedicated(false)
.accessPortSharedType("ge1")
.accessPortSharedFailoverType("ge2")
.ipv4Address("2.2.2.2/24")
.defaultGateway("2.2.2.2")
.vlanId(3)
.assignPriority(3)
.interfaces(OtherUcseFeatureInterfaceArgs.builder()
.interface_name("ucse2/0")
.ucse_interface_vpn(2)
.ipv4_address("10.1.15.15/24")
.build())
.build());
}
}
resources:
example:
type: sdwan:OtherUcseFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
bay: 2
slot: 0
accessPortDedicated: false
accessPortSharedType: ge1
accessPortSharedFailoverType: ge2
ipv4Address: 2.2.2.2/24
defaultGateway: 2.2.2.2
vlanId: 3
assignPriority: 3
interfaces:
- interface_name: ucse2/0
ucse_interface_vpn: 2
ipv4_address: 10.1.15.15/24
Create OtherUcseFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OtherUcseFeature(name: string, args: OtherUcseFeatureArgs, opts?: CustomResourceOptions);
@overload
def OtherUcseFeature(resource_name: str,
args: OtherUcseFeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OtherUcseFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
access_port_shared_failover_type: Optional[str] = None,
access_port_shared_type: Optional[str] = None,
slot: Optional[int] = None,
ipv4_address: Optional[str] = None,
bay: Optional[int] = None,
default_gateway: Optional[str] = None,
description: Optional[str] = None,
access_port_dedicated: Optional[bool] = None,
default_gateway_variable: Optional[str] = None,
interfaces: Optional[Sequence[OtherUcseFeatureInterfaceArgs]] = None,
assign_priority_variable: Optional[str] = None,
ipv4_address_variable: Optional[str] = None,
name: Optional[str] = None,
assign_priority: Optional[int] = None,
vlan_id: Optional[int] = None,
vlan_id_variable: Optional[str] = None)
func NewOtherUcseFeature(ctx *Context, name string, args OtherUcseFeatureArgs, opts ...ResourceOption) (*OtherUcseFeature, error)
public OtherUcseFeature(string name, OtherUcseFeatureArgs args, CustomResourceOptions? opts = null)
public OtherUcseFeature(String name, OtherUcseFeatureArgs args)
public OtherUcseFeature(String name, OtherUcseFeatureArgs args, CustomResourceOptions options)
type: sdwan:OtherUcseFeature
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 OtherUcseFeatureArgs
- 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 OtherUcseFeatureArgs
- 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 OtherUcseFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OtherUcseFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OtherUcseFeatureArgs
- 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 otherUcseFeatureResource = new Sdwan.OtherUcseFeature("otherUcseFeatureResource", new()
{
FeatureProfileId = "string",
AccessPortSharedFailoverType = "string",
AccessPortSharedType = "string",
Slot = 0,
Ipv4Address = "string",
Bay = 0,
DefaultGateway = "string",
Description = "string",
AccessPortDedicated = false,
DefaultGatewayVariable = "string",
Interfaces = new[]
{
new Sdwan.Inputs.OtherUcseFeatureInterfaceArgs
{
InterfaceName = "string",
InterfaceNameVariable = "string",
Ipv4Address = "string",
Ipv4AddressVariable = "string",
UcseInterfaceVpn = 0,
UcseInterfaceVpnVariable = "string",
},
},
AssignPriorityVariable = "string",
Ipv4AddressVariable = "string",
Name = "string",
AssignPriority = 0,
VlanId = 0,
VlanIdVariable = "string",
});
example, err := sdwan.NewOtherUcseFeature(ctx, "otherUcseFeatureResource", &sdwan.OtherUcseFeatureArgs{
FeatureProfileId: pulumi.String("string"),
AccessPortSharedFailoverType: pulumi.String("string"),
AccessPortSharedType: pulumi.String("string"),
Slot: pulumi.Int(0),
Ipv4Address: pulumi.String("string"),
Bay: pulumi.Int(0),
DefaultGateway: pulumi.String("string"),
Description: pulumi.String("string"),
AccessPortDedicated: pulumi.Bool(false),
DefaultGatewayVariable: pulumi.String("string"),
Interfaces: sdwan.OtherUcseFeatureInterfaceArray{
&sdwan.OtherUcseFeatureInterfaceArgs{
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
Ipv4Address: pulumi.String("string"),
Ipv4AddressVariable: pulumi.String("string"),
UcseInterfaceVpn: pulumi.Int(0),
UcseInterfaceVpnVariable: pulumi.String("string"),
},
},
AssignPriorityVariable: pulumi.String("string"),
Ipv4AddressVariable: pulumi.String("string"),
Name: pulumi.String("string"),
AssignPriority: pulumi.Int(0),
VlanId: pulumi.Int(0),
VlanIdVariable: pulumi.String("string"),
})
var otherUcseFeatureResource = new OtherUcseFeature("otherUcseFeatureResource", OtherUcseFeatureArgs.builder()
.featureProfileId("string")
.accessPortSharedFailoverType("string")
.accessPortSharedType("string")
.slot(0)
.ipv4Address("string")
.bay(0)
.defaultGateway("string")
.description("string")
.accessPortDedicated(false)
.defaultGatewayVariable("string")
.interfaces(OtherUcseFeatureInterfaceArgs.builder()
.interfaceName("string")
.interfaceNameVariable("string")
.ipv4Address("string")
.ipv4AddressVariable("string")
.ucseInterfaceVpn(0)
.ucseInterfaceVpnVariable("string")
.build())
.assignPriorityVariable("string")
.ipv4AddressVariable("string")
.name("string")
.assignPriority(0)
.vlanId(0)
.vlanIdVariable("string")
.build());
other_ucse_feature_resource = sdwan.OtherUcseFeature("otherUcseFeatureResource",
feature_profile_id="string",
access_port_shared_failover_type="string",
access_port_shared_type="string",
slot=0,
ipv4_address="string",
bay=0,
default_gateway="string",
description="string",
access_port_dedicated=False,
default_gateway_variable="string",
interfaces=[sdwan.OtherUcseFeatureInterfaceArgs(
interface_name="string",
interface_name_variable="string",
ipv4_address="string",
ipv4_address_variable="string",
ucse_interface_vpn=0,
ucse_interface_vpn_variable="string",
)],
assign_priority_variable="string",
ipv4_address_variable="string",
name="string",
assign_priority=0,
vlan_id=0,
vlan_id_variable="string")
const otherUcseFeatureResource = new sdwan.OtherUcseFeature("otherUcseFeatureResource", {
featureProfileId: "string",
accessPortSharedFailoverType: "string",
accessPortSharedType: "string",
slot: 0,
ipv4Address: "string",
bay: 0,
defaultGateway: "string",
description: "string",
accessPortDedicated: false,
defaultGatewayVariable: "string",
interfaces: [{
interfaceName: "string",
interfaceNameVariable: "string",
ipv4Address: "string",
ipv4AddressVariable: "string",
ucseInterfaceVpn: 0,
ucseInterfaceVpnVariable: "string",
}],
assignPriorityVariable: "string",
ipv4AddressVariable: "string",
name: "string",
assignPriority: 0,
vlanId: 0,
vlanIdVariable: "string",
});
type: sdwan:OtherUcseFeature
properties:
accessPortDedicated: false
accessPortSharedFailoverType: string
accessPortSharedType: string
assignPriority: 0
assignPriorityVariable: string
bay: 0
defaultGateway: string
defaultGatewayVariable: string
description: string
featureProfileId: string
interfaces:
- interfaceName: string
interfaceNameVariable: string
ipv4Address: string
ipv4AddressVariable: string
ucseInterfaceVpn: 0
ucseInterfaceVpnVariable: string
ipv4Address: string
ipv4AddressVariable: string
name: string
slot: 0
vlanId: 0
vlanIdVariable: string
OtherUcseFeature 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 OtherUcseFeature resource accepts the following input properties:
- string
- Choices:
ge2
,te2
- Choices:
- string
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- Bay int
- Bay - Range:
0
-2
- Default
Gateway string - Assign default gateway
- Feature
Profile stringId - Feature Profile ID
- Ipv4Address string
- Assign IPv4 address
- Slot int
- Slot - Range:
0
-3
- Access
Port boolDedicated - Dedicated - Default value:
true
- Assign
Priority int - Assign priority - Range:
0
-7
- Assign
Priority stringVariable - Variable name
- Default
Gateway stringVariable - Variable name
- Description string
- The description of the Feature
- Interfaces
List<Other
Ucse Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- Ipv4Address
Variable string - Variable name
- Name string
- The name of the Feature
- Vlan
Id int - Assign Vlan Id - Range:
2
-4095
- Vlan
Id stringVariable - Variable name
- string
- Choices:
ge2
,te2
- Choices:
- string
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- Bay int
- Bay - Range:
0
-2
- Default
Gateway string - Assign default gateway
- Feature
Profile stringId - Feature Profile ID
- Ipv4Address string
- Assign IPv4 address
- Slot int
- Slot - Range:
0
-3
- Access
Port boolDedicated - Dedicated - Default value:
true
- Assign
Priority int - Assign priority - Range:
0
-7
- Assign
Priority stringVariable - Variable name
- Default
Gateway stringVariable - Variable name
- Description string
- The description of the Feature
- Interfaces
[]Other
Ucse Feature Interface Args - Interface name: GigabitEthernet0/<>/<> when present
- Ipv4Address
Variable string - Variable name
- Name string
- The name of the Feature
- Vlan
Id int - Assign Vlan Id - Range:
2
-4095
- Vlan
Id stringVariable - Variable name
- String
- Choices:
ge2
,te2
- Choices:
- String
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- bay Integer
- Bay - Range:
0
-2
- default
Gateway String - Assign default gateway
- feature
Profile StringId - Feature Profile ID
- ipv4Address String
- Assign IPv4 address
- slot Integer
- Slot - Range:
0
-3
- access
Port BooleanDedicated - Dedicated - Default value:
true
- assign
Priority Integer - Assign priority - Range:
0
-7
- assign
Priority StringVariable - Variable name
- default
Gateway StringVariable - Variable name
- description String
- The description of the Feature
- interfaces
List<Other
Ucse Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address
Variable String - Variable name
- name String
- The name of the Feature
- vlan
Id Integer - Assign Vlan Id - Range:
2
-4095
- vlan
Id StringVariable - Variable name
- string
- Choices:
ge2
,te2
- Choices:
- string
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- bay number
- Bay - Range:
0
-2
- default
Gateway string - Assign default gateway
- feature
Profile stringId - Feature Profile ID
- ipv4Address string
- Assign IPv4 address
- slot number
- Slot - Range:
0
-3
- access
Port booleanDedicated - Dedicated - Default value:
true
- assign
Priority number - Assign priority - Range:
0
-7
- assign
Priority stringVariable - Variable name
- default
Gateway stringVariable - Variable name
- description string
- The description of the Feature
- interfaces
Other
Ucse Feature Interface[] - Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address
Variable string - Variable name
- name string
- The name of the Feature
- vlan
Id number - Assign Vlan Id - Range:
2
-4095
- vlan
Id stringVariable - Variable name
- str
- Choices:
ge2
,te2
- Choices:
- str
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- bay int
- Bay - Range:
0
-2
- default_
gateway str - Assign default gateway
- feature_
profile_ strid - Feature Profile ID
- ipv4_
address str - Assign IPv4 address
- slot int
- Slot - Range:
0
-3
- access_
port_ booldedicated - Dedicated - Default value:
true
- assign_
priority int - Assign priority - Range:
0
-7
- assign_
priority_ strvariable - Variable name
- default_
gateway_ strvariable - Variable name
- description str
- The description of the Feature
- interfaces
Sequence[Other
Ucse Feature Interface Args] - Interface name: GigabitEthernet0/<>/<> when present
- ipv4_
address_ strvariable - Variable name
- name str
- The name of the Feature
- vlan_
id int - Assign Vlan Id - Range:
2
-4095
- vlan_
id_ strvariable - Variable name
- String
- Choices:
ge2
,te2
- Choices:
- String
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- bay Number
- Bay - Range:
0
-2
- default
Gateway String - Assign default gateway
- feature
Profile StringId - Feature Profile ID
- ipv4Address String
- Assign IPv4 address
- slot Number
- Slot - Range:
0
-3
- access
Port BooleanDedicated - Dedicated - Default value:
true
- assign
Priority Number - Assign priority - Range:
0
-7
- assign
Priority StringVariable - Variable name
- default
Gateway StringVariable - Variable name
- description String
- The description of the Feature
- interfaces List<Property Map>
- Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address
Variable String - Variable name
- name String
- The name of the Feature
- vlan
Id Number - Assign Vlan Id - Range:
2
-4095
- vlan
Id StringVariable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the OtherUcseFeature resource produces the following output properties:
Look up Existing OtherUcseFeature Resource
Get an existing OtherUcseFeature 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?: OtherUcseFeatureState, opts?: CustomResourceOptions): OtherUcseFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_port_dedicated: Optional[bool] = None,
access_port_shared_failover_type: Optional[str] = None,
access_port_shared_type: Optional[str] = None,
assign_priority: Optional[int] = None,
assign_priority_variable: Optional[str] = None,
bay: Optional[int] = None,
default_gateway: Optional[str] = None,
default_gateway_variable: Optional[str] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
interfaces: Optional[Sequence[OtherUcseFeatureInterfaceArgs]] = None,
ipv4_address: Optional[str] = None,
ipv4_address_variable: Optional[str] = None,
name: Optional[str] = None,
slot: Optional[int] = None,
version: Optional[int] = None,
vlan_id: Optional[int] = None,
vlan_id_variable: Optional[str] = None) -> OtherUcseFeature
func GetOtherUcseFeature(ctx *Context, name string, id IDInput, state *OtherUcseFeatureState, opts ...ResourceOption) (*OtherUcseFeature, error)
public static OtherUcseFeature Get(string name, Input<string> id, OtherUcseFeatureState? state, CustomResourceOptions? opts = null)
public static OtherUcseFeature get(String name, Output<String> id, OtherUcseFeatureState 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.
- Access
Port boolDedicated - Dedicated - Default value:
true
- string
- Choices:
ge2
,te2
- Choices:
- string
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- Assign
Priority int - Assign priority - Range:
0
-7
- Assign
Priority stringVariable - Variable name
- Bay int
- Bay - Range:
0
-2
- Default
Gateway string - Assign default gateway
- Default
Gateway stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Interfaces
List<Other
Ucse Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Name string
- The name of the Feature
- Slot int
- Slot - Range:
0
-3
- Version int
- The version of the Feature
- Vlan
Id int - Assign Vlan Id - Range:
2
-4095
- Vlan
Id stringVariable - Variable name
- Access
Port boolDedicated - Dedicated - Default value:
true
- string
- Choices:
ge2
,te2
- Choices:
- string
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- Assign
Priority int - Assign priority - Range:
0
-7
- Assign
Priority stringVariable - Variable name
- Bay int
- Bay - Range:
0
-2
- Default
Gateway string - Assign default gateway
- Default
Gateway stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Interfaces
[]Other
Ucse Feature Interface Args - Interface name: GigabitEthernet0/<>/<> when present
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Name string
- The name of the Feature
- Slot int
- Slot - Range:
0
-3
- Version int
- The version of the Feature
- Vlan
Id int - Assign Vlan Id - Range:
2
-4095
- Vlan
Id stringVariable - Variable name
- access
Port BooleanDedicated - Dedicated - Default value:
true
- String
- Choices:
ge2
,te2
- Choices:
- String
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- assign
Priority Integer - Assign priority - Range:
0
-7
- assign
Priority StringVariable - Variable name
- bay Integer
- Bay - Range:
0
-2
- default
Gateway String - Assign default gateway
- default
Gateway StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- interfaces
List<Other
Ucse Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- name String
- The name of the Feature
- slot Integer
- Slot - Range:
0
-3
- version Integer
- The version of the Feature
- vlan
Id Integer - Assign Vlan Id - Range:
2
-4095
- vlan
Id StringVariable - Variable name
- access
Port booleanDedicated - Dedicated - Default value:
true
- string
- Choices:
ge2
,te2
- Choices:
- string
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- assign
Priority number - Assign priority - Range:
0
-7
- assign
Priority stringVariable - Variable name
- bay number
- Bay - Range:
0
-2
- default
Gateway string - Assign default gateway
- default
Gateway stringVariable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- interfaces
Other
Ucse Feature Interface[] - Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- name string
- The name of the Feature
- slot number
- Slot - Range:
0
-3
- version number
- The version of the Feature
- vlan
Id number - Assign Vlan Id - Range:
2
-4095
- vlan
Id stringVariable - Variable name
- access_
port_ booldedicated - Dedicated - Default value:
true
- str
- Choices:
ge2
,te2
- Choices:
- str
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- assign_
priority int - Assign priority - Range:
0
-7
- assign_
priority_ strvariable - Variable name
- bay int
- Bay - Range:
0
-2
- default_
gateway str - Assign default gateway
- default_
gateway_ strvariable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- interfaces
Sequence[Other
Ucse Feature Interface Args] - Interface name: GigabitEthernet0/<>/<> when present
- ipv4_
address str - Assign IPv4 address
- ipv4_
address_ strvariable - Variable name
- name str
- The name of the Feature
- slot int
- Slot - Range:
0
-3
- version int
- The version of the Feature
- vlan_
id int - Assign Vlan Id - Range:
2
-4095
- vlan_
id_ strvariable - Variable name
- access
Port BooleanDedicated - Dedicated - Default value:
true
- String
- Choices:
ge2
,te2
- Choices:
- String
- Choices:
ge1
,ge2
,ge3
,te2
,te3
,console
,failover
- Choices:
- assign
Priority Number - Assign priority - Range:
0
-7
- assign
Priority StringVariable - Variable name
- bay Number
- Bay - Range:
0
-2
- default
Gateway String - Assign default gateway
- default
Gateway StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- interfaces List<Property Map>
- Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- name String
- The name of the Feature
- slot Number
- Slot - Range:
0
-3
- version Number
- The version of the Feature
- vlan
Id Number - Assign Vlan Id - Range:
2
-4095
- vlan
Id StringVariable - Variable name
Supporting Types
OtherUcseFeatureInterface, OtherUcseFeatureInterfaceArgs
- Interface
Name string - Set Inteface name
- Interface
Name stringVariable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Ucse
Interface intVpn - UCSE Interface VPN
- Range:
1
-65527
- Range:
- Ucse
Interface stringVpn Variable - Variable name
- Interface
Name string - Set Inteface name
- Interface
Name stringVariable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Ucse
Interface intVpn - UCSE Interface VPN
- Range:
1
-65527
- Range:
- Ucse
Interface stringVpn Variable - Variable name
- interface
Name String - Set Inteface name
- interface
Name StringVariable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- ucse
Interface IntegerVpn - UCSE Interface VPN
- Range:
1
-65527
- Range:
- ucse
Interface StringVpn Variable - Variable name
- interface
Name string - Set Inteface name
- interface
Name stringVariable - Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- ucse
Interface numberVpn - UCSE Interface VPN
- Range:
1
-65527
- Range:
- ucse
Interface stringVpn Variable - Variable name
- interface_
name str - Set Inteface name
- interface_
name_ strvariable - Variable name
- ipv4_
address str - Assign IPv4 address
- ipv4_
address_ strvariable - Variable name
- ucse_
interface_ intvpn - UCSE Interface VPN
- Range:
1
-65527
- Range:
- ucse_
interface_ strvpn_ variable - Variable name
- interface
Name String - Set Inteface name
- interface
Name StringVariable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- ucse
Interface NumberVpn - UCSE Interface VPN
- Range:
1
-65527
- Range:
- ucse
Interface StringVpn Variable - Variable name
Import
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature 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.