sdwan.CiscoVpnInterfaceGreFeatureTemplate
Explore with Pulumi AI
This resource can manage a Cisco VPN Interface GRE feature template.
- Minimum SD-WAN Manager version:
15.0.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.CiscoVpnInterfaceGreFeatureTemplate;
import com.pulumi.sdwan.CiscoVpnInterfaceGreFeatureTemplateArgs;
import com.pulumi.sdwan.inputs.CiscoVpnInterfaceGreFeatureTemplateAccessListArgs;
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 CiscoVpnInterfaceGreFeatureTemplate("example", CiscoVpnInterfaceGreFeatureTemplateArgs.builder()
.name("Example")
.description("My Example")
.deviceTypes("vedge-C8000V")
.interfaceName("gre0/0")
.interfaceDescription("My Description")
.ipAddress("1.1.1.1/24")
.tunnelSource("1.2.3.4")
.shutdown(true)
.tunnelSourceInterface("e1")
.tunnelDestination("3.4.5.6")
.application("sig")
.ipMtu(1500)
.tcpMssAdjust(1400)
.clearDontFragment(true)
.rewriteRule("ACL1")
.accessLists(CiscoVpnInterfaceGreFeatureTemplateAccessListArgs.builder()
.direction("in")
.acl_name("ACL2")
.build())
.trackers("TRACKER1")
.tunnelRouteVia("g0/0")
.build());
}
}
resources:
example:
type: sdwan:CiscoVpnInterfaceGreFeatureTemplate
properties:
name: Example
description: My Example
deviceTypes:
- vedge-C8000V
interfaceName: gre0/0
interfaceDescription: My Description
ipAddress: 1.1.1.1/24
tunnelSource: 1.2.3.4
shutdown: true
tunnelSourceInterface: e1
tunnelDestination: 3.4.5.6
application: sig
ipMtu: 1500
tcpMssAdjust: 1400
clearDontFragment: true
rewriteRule: ACL1
accessLists:
- direction: in
acl_name: ACL2
trackers:
- TRACKER1
tunnelRouteVia: g0/0
Create CiscoVpnInterfaceGreFeatureTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CiscoVpnInterfaceGreFeatureTemplate(name: string, args: CiscoVpnInterfaceGreFeatureTemplateArgs, opts?: CustomResourceOptions);
@overload
def CiscoVpnInterfaceGreFeatureTemplate(resource_name: str,
args: CiscoVpnInterfaceGreFeatureTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CiscoVpnInterfaceGreFeatureTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
rewrite_rule: Optional[str] = None,
clear_dont_fragment_variable: Optional[str] = None,
rewrite_rule_variable: Optional[str] = None,
application_variable: Optional[str] = None,
application: Optional[str] = None,
interface_description: Optional[str] = None,
interface_description_variable: Optional[str] = None,
interface_name: Optional[str] = None,
interface_name_variable: Optional[str] = None,
ip_address: Optional[str] = None,
ip_address_variable: Optional[str] = None,
ip_mtu: Optional[int] = None,
ip_mtu_variable: Optional[str] = None,
name: Optional[str] = None,
tunnel_source_variable: Optional[str] = None,
clear_dont_fragment: Optional[bool] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
tcp_mss_adjust: Optional[int] = None,
tcp_mss_adjust_variable: Optional[str] = None,
tracker_variable: Optional[str] = None,
trackers: Optional[Sequence[str]] = None,
tunnel_destination: Optional[str] = None,
tunnel_destination_variable: Optional[str] = None,
tunnel_route_via: Optional[str] = None,
tunnel_route_via_variable: Optional[str] = None,
tunnel_source: Optional[str] = None,
tunnel_source_interface: Optional[str] = None,
tunnel_source_interface_variable: Optional[str] = None,
access_lists: Optional[Sequence[CiscoVpnInterfaceGreFeatureTemplateAccessListArgs]] = None)
func NewCiscoVpnInterfaceGreFeatureTemplate(ctx *Context, name string, args CiscoVpnInterfaceGreFeatureTemplateArgs, opts ...ResourceOption) (*CiscoVpnInterfaceGreFeatureTemplate, error)
public CiscoVpnInterfaceGreFeatureTemplate(string name, CiscoVpnInterfaceGreFeatureTemplateArgs args, CustomResourceOptions? opts = null)
public CiscoVpnInterfaceGreFeatureTemplate(String name, CiscoVpnInterfaceGreFeatureTemplateArgs args)
public CiscoVpnInterfaceGreFeatureTemplate(String name, CiscoVpnInterfaceGreFeatureTemplateArgs args, CustomResourceOptions options)
type: sdwan:CiscoVpnInterfaceGreFeatureTemplate
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 CiscoVpnInterfaceGreFeatureTemplateArgs
- 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 CiscoVpnInterfaceGreFeatureTemplateArgs
- 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 CiscoVpnInterfaceGreFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CiscoVpnInterfaceGreFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CiscoVpnInterfaceGreFeatureTemplateArgs
- 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 ciscoVpnInterfaceGreFeatureTemplateResource = new Sdwan.CiscoVpnInterfaceGreFeatureTemplate("ciscoVpnInterfaceGreFeatureTemplateResource", new()
{
Description = "string",
DeviceTypes = new[]
{
"string",
},
RewriteRule = "string",
ClearDontFragmentVariable = "string",
RewriteRuleVariable = "string",
ApplicationVariable = "string",
Application = "string",
InterfaceDescription = "string",
InterfaceDescriptionVariable = "string",
InterfaceName = "string",
InterfaceNameVariable = "string",
IpAddress = "string",
IpAddressVariable = "string",
IpMtu = 0,
IpMtuVariable = "string",
Name = "string",
TunnelSourceVariable = "string",
ClearDontFragment = false,
Shutdown = false,
ShutdownVariable = "string",
TcpMssAdjust = 0,
TcpMssAdjustVariable = "string",
TrackerVariable = "string",
Trackers = new[]
{
"string",
},
TunnelDestination = "string",
TunnelDestinationVariable = "string",
TunnelRouteVia = "string",
TunnelRouteViaVariable = "string",
TunnelSource = "string",
TunnelSourceInterface = "string",
TunnelSourceInterfaceVariable = "string",
AccessLists = new[]
{
new Sdwan.Inputs.CiscoVpnInterfaceGreFeatureTemplateAccessListArgs
{
AclName = "string",
AclNameVariable = "string",
Direction = "string",
Optional = false,
},
},
});
example, err := sdwan.NewCiscoVpnInterfaceGreFeatureTemplate(ctx, "ciscoVpnInterfaceGreFeatureTemplateResource", &sdwan.CiscoVpnInterfaceGreFeatureTemplateArgs{
Description: pulumi.String("string"),
DeviceTypes: pulumi.StringArray{
pulumi.String("string"),
},
RewriteRule: pulumi.String("string"),
ClearDontFragmentVariable: pulumi.String("string"),
RewriteRuleVariable: pulumi.String("string"),
ApplicationVariable: pulumi.String("string"),
Application: pulumi.String("string"),
InterfaceDescription: pulumi.String("string"),
InterfaceDescriptionVariable: pulumi.String("string"),
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
IpAddress: pulumi.String("string"),
IpAddressVariable: pulumi.String("string"),
IpMtu: pulumi.Int(0),
IpMtuVariable: pulumi.String("string"),
Name: pulumi.String("string"),
TunnelSourceVariable: pulumi.String("string"),
ClearDontFragment: pulumi.Bool(false),
Shutdown: pulumi.Bool(false),
ShutdownVariable: pulumi.String("string"),
TcpMssAdjust: pulumi.Int(0),
TcpMssAdjustVariable: pulumi.String("string"),
TrackerVariable: pulumi.String("string"),
Trackers: pulumi.StringArray{
pulumi.String("string"),
},
TunnelDestination: pulumi.String("string"),
TunnelDestinationVariable: pulumi.String("string"),
TunnelRouteVia: pulumi.String("string"),
TunnelRouteViaVariable: pulumi.String("string"),
TunnelSource: pulumi.String("string"),
TunnelSourceInterface: pulumi.String("string"),
TunnelSourceInterfaceVariable: pulumi.String("string"),
AccessLists: sdwan.CiscoVpnInterfaceGreFeatureTemplateAccessListArray{
&sdwan.CiscoVpnInterfaceGreFeatureTemplateAccessListArgs{
AclName: pulumi.String("string"),
AclNameVariable: pulumi.String("string"),
Direction: pulumi.String("string"),
Optional: pulumi.Bool(false),
},
},
})
var ciscoVpnInterfaceGreFeatureTemplateResource = new CiscoVpnInterfaceGreFeatureTemplate("ciscoVpnInterfaceGreFeatureTemplateResource", CiscoVpnInterfaceGreFeatureTemplateArgs.builder()
.description("string")
.deviceTypes("string")
.rewriteRule("string")
.clearDontFragmentVariable("string")
.rewriteRuleVariable("string")
.applicationVariable("string")
.application("string")
.interfaceDescription("string")
.interfaceDescriptionVariable("string")
.interfaceName("string")
.interfaceNameVariable("string")
.ipAddress("string")
.ipAddressVariable("string")
.ipMtu(0)
.ipMtuVariable("string")
.name("string")
.tunnelSourceVariable("string")
.clearDontFragment(false)
.shutdown(false)
.shutdownVariable("string")
.tcpMssAdjust(0)
.tcpMssAdjustVariable("string")
.trackerVariable("string")
.trackers("string")
.tunnelDestination("string")
.tunnelDestinationVariable("string")
.tunnelRouteVia("string")
.tunnelRouteViaVariable("string")
.tunnelSource("string")
.tunnelSourceInterface("string")
.tunnelSourceInterfaceVariable("string")
.accessLists(CiscoVpnInterfaceGreFeatureTemplateAccessListArgs.builder()
.aclName("string")
.aclNameVariable("string")
.direction("string")
.optional(false)
.build())
.build());
cisco_vpn_interface_gre_feature_template_resource = sdwan.CiscoVpnInterfaceGreFeatureTemplate("ciscoVpnInterfaceGreFeatureTemplateResource",
description="string",
device_types=["string"],
rewrite_rule="string",
clear_dont_fragment_variable="string",
rewrite_rule_variable="string",
application_variable="string",
application="string",
interface_description="string",
interface_description_variable="string",
interface_name="string",
interface_name_variable="string",
ip_address="string",
ip_address_variable="string",
ip_mtu=0,
ip_mtu_variable="string",
name="string",
tunnel_source_variable="string",
clear_dont_fragment=False,
shutdown=False,
shutdown_variable="string",
tcp_mss_adjust=0,
tcp_mss_adjust_variable="string",
tracker_variable="string",
trackers=["string"],
tunnel_destination="string",
tunnel_destination_variable="string",
tunnel_route_via="string",
tunnel_route_via_variable="string",
tunnel_source="string",
tunnel_source_interface="string",
tunnel_source_interface_variable="string",
access_lists=[sdwan.CiscoVpnInterfaceGreFeatureTemplateAccessListArgs(
acl_name="string",
acl_name_variable="string",
direction="string",
optional=False,
)])
const ciscoVpnInterfaceGreFeatureTemplateResource = new sdwan.CiscoVpnInterfaceGreFeatureTemplate("ciscoVpnInterfaceGreFeatureTemplateResource", {
description: "string",
deviceTypes: ["string"],
rewriteRule: "string",
clearDontFragmentVariable: "string",
rewriteRuleVariable: "string",
applicationVariable: "string",
application: "string",
interfaceDescription: "string",
interfaceDescriptionVariable: "string",
interfaceName: "string",
interfaceNameVariable: "string",
ipAddress: "string",
ipAddressVariable: "string",
ipMtu: 0,
ipMtuVariable: "string",
name: "string",
tunnelSourceVariable: "string",
clearDontFragment: false,
shutdown: false,
shutdownVariable: "string",
tcpMssAdjust: 0,
tcpMssAdjustVariable: "string",
trackerVariable: "string",
trackers: ["string"],
tunnelDestination: "string",
tunnelDestinationVariable: "string",
tunnelRouteVia: "string",
tunnelRouteViaVariable: "string",
tunnelSource: "string",
tunnelSourceInterface: "string",
tunnelSourceInterfaceVariable: "string",
accessLists: [{
aclName: "string",
aclNameVariable: "string",
direction: "string",
optional: false,
}],
});
type: sdwan:CiscoVpnInterfaceGreFeatureTemplate
properties:
accessLists:
- aclName: string
aclNameVariable: string
direction: string
optional: false
application: string
applicationVariable: string
clearDontFragment: false
clearDontFragmentVariable: string
description: string
deviceTypes:
- string
interfaceDescription: string
interfaceDescriptionVariable: string
interfaceName: string
interfaceNameVariable: string
ipAddress: string
ipAddressVariable: string
ipMtu: 0
ipMtuVariable: string
name: string
rewriteRule: string
rewriteRuleVariable: string
shutdown: false
shutdownVariable: string
tcpMssAdjust: 0
tcpMssAdjustVariable: string
trackerVariable: string
trackers:
- string
tunnelDestination: string
tunnelDestinationVariable: string
tunnelRouteVia: string
tunnelRouteViaVariable: string
tunnelSource: string
tunnelSourceInterface: string
tunnelSourceInterfaceVariable: string
tunnelSourceVariable: string
CiscoVpnInterfaceGreFeatureTemplate 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 CiscoVpnInterfaceGreFeatureTemplate resource accepts the following input properties:
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Access
Lists List<CiscoVpn Interface Gre Feature Template Access List> - Apply ACL
- Application string
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- Application
Variable string - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Clear
Dont stringFragment Variable - Variable name
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- Interface
Name stringVariable - Variable name
- Ip
Address string - Assign IPv4 address
- Ip
Address stringVariable - Variable name
- Ip
Mtu int - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Name string
- The name of the feature template
- Rewrite
Rule string - Name of rewrite rule
- Rewrite
Rule stringVariable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringAdjust Variable - Variable name
- Tracker
Variable string - Variable name
- Trackers List<string>
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP Address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Access
Lists []CiscoVpn Interface Gre Feature Template Access List Args - Apply ACL
- Application string
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- Application
Variable string - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Clear
Dont stringFragment Variable - Variable name
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- Interface
Name stringVariable - Variable name
- Ip
Address string - Assign IPv4 address
- Ip
Address stringVariable - Variable name
- Ip
Mtu int - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Name string
- The name of the feature template
- Rewrite
Rule string - Name of rewrite rule
- Rewrite
Rule stringVariable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringAdjust Variable - Variable name
- Tracker
Variable string - Variable name
- Trackers []string
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP Address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- access
Lists List<CiscoVpn Interface Gre Feature Template Access List> - Apply ACL
- application String
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application
Variable String - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear
Dont StringFragment Variable - Variable name
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface
Name StringVariable - Variable name
- ip
Address String - Assign IPv4 address
- ip
Address StringVariable - Variable name
- ip
Mtu Integer - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip
Mtu StringVariable - Variable name
- name String
- The name of the feature template
- rewrite
Rule String - Name of rewrite rule
- rewrite
Rule StringVariable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss IntegerAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringAdjust Variable - Variable name
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP Address
- tunnel
Destination StringVariable - Variable name
- tunnel
Route StringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- access
Lists CiscoVpn Interface Gre Feature Template Access List[] - Apply ACL
- application string
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application
Variable string - Variable name
- clear
Dont booleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear
Dont stringFragment Variable - Variable name
- interface
Description string - Interface description
- interface
Description stringVariable - Variable name
- interface
Name string - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface
Name stringVariable - Variable name
- ip
Address string - Assign IPv4 address
- ip
Address stringVariable - Variable name
- ip
Mtu number - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip
Mtu stringVariable - Variable name
- name string
- The name of the feature template
- rewrite
Rule string - Name of rewrite rule
- rewrite
Rule stringVariable - Variable name
- shutdown boolean
- Administrative state - Default value:
true
- shutdown
Variable string - Variable name
- tcp
Mss numberAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss stringAdjust Variable - Variable name
- tracker
Variable string - Variable name
- trackers string[]
- Enable tracker for this interface
- tunnel
Destination string - Tunnel destination IP Address
- tunnel
Destination stringVariable - Variable name
- tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringVariable - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- access_
lists Sequence[CiscoVpn Interface Gre Feature Template Access List Args] - Apply ACL
- application str
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application_
variable str - Variable name
- clear_
dont_ boolfragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear_
dont_ strfragment_ variable - Variable name
- interface_
description str - Interface description
- interface_
description_ strvariable - Variable name
- interface_
name str - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface_
name_ strvariable - Variable name
- ip_
address str - Assign IPv4 address
- ip_
address_ strvariable - Variable name
- ip_
mtu int - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip_
mtu_ strvariable - Variable name
- name str
- The name of the feature template
- rewrite_
rule str - Name of rewrite rule
- rewrite_
rule_ strvariable - Variable name
- shutdown bool
- Administrative state - Default value:
true
- shutdown_
variable str - Variable name
- tcp_
mss_ intadjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp_
mss_ stradjust_ variable - Variable name
- tracker_
variable str - Variable name
- trackers Sequence[str]
- Enable tracker for this interface
- tunnel_
destination str - Tunnel destination IP Address
- tunnel_
destination_ strvariable - Variable name
- tunnel_
route_ strvia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel_
route_ strvia_ variable - Variable name
- tunnel_
source str - Tunnel source IP Address
- tunnel_
source_ strinterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ strvariable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- access
Lists List<Property Map> - Apply ACL
- application String
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application
Variable String - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear
Dont StringFragment Variable - Variable name
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface
Name StringVariable - Variable name
- ip
Address String - Assign IPv4 address
- ip
Address StringVariable - Variable name
- ip
Mtu Number - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip
Mtu StringVariable - Variable name
- name String
- The name of the feature template
- rewrite
Rule String - Name of rewrite rule
- rewrite
Rule StringVariable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss NumberAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringAdjust Variable - Variable name
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP Address
- tunnel
Destination StringVariable - Variable name
- tunnel
Route StringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the CiscoVpnInterfaceGreFeatureTemplate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Integer
- The version of the feature template
- id string
- The provider-assigned unique ID for this managed resource.
- template
Type string - The template type
- version number
- The version of the feature template
- id str
- The provider-assigned unique ID for this managed resource.
- template_
type str - The template type
- version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Number
- The version of the feature template
Look up Existing CiscoVpnInterfaceGreFeatureTemplate Resource
Get an existing CiscoVpnInterfaceGreFeatureTemplate 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?: CiscoVpnInterfaceGreFeatureTemplateState, opts?: CustomResourceOptions): CiscoVpnInterfaceGreFeatureTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_lists: Optional[Sequence[CiscoVpnInterfaceGreFeatureTemplateAccessListArgs]] = None,
application: Optional[str] = None,
application_variable: Optional[str] = None,
clear_dont_fragment: Optional[bool] = None,
clear_dont_fragment_variable: Optional[str] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
interface_description: Optional[str] = None,
interface_description_variable: Optional[str] = None,
interface_name: Optional[str] = None,
interface_name_variable: Optional[str] = None,
ip_address: Optional[str] = None,
ip_address_variable: Optional[str] = None,
ip_mtu: Optional[int] = None,
ip_mtu_variable: Optional[str] = None,
name: Optional[str] = None,
rewrite_rule: Optional[str] = None,
rewrite_rule_variable: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
tcp_mss_adjust: Optional[int] = None,
tcp_mss_adjust_variable: Optional[str] = None,
template_type: Optional[str] = None,
tracker_variable: Optional[str] = None,
trackers: Optional[Sequence[str]] = None,
tunnel_destination: Optional[str] = None,
tunnel_destination_variable: Optional[str] = None,
tunnel_route_via: Optional[str] = None,
tunnel_route_via_variable: Optional[str] = None,
tunnel_source: Optional[str] = None,
tunnel_source_interface: Optional[str] = None,
tunnel_source_interface_variable: Optional[str] = None,
tunnel_source_variable: Optional[str] = None,
version: Optional[int] = None) -> CiscoVpnInterfaceGreFeatureTemplate
func GetCiscoVpnInterfaceGreFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoVpnInterfaceGreFeatureTemplateState, opts ...ResourceOption) (*CiscoVpnInterfaceGreFeatureTemplate, error)
public static CiscoVpnInterfaceGreFeatureTemplate Get(string name, Input<string> id, CiscoVpnInterfaceGreFeatureTemplateState? state, CustomResourceOptions? opts = null)
public static CiscoVpnInterfaceGreFeatureTemplate get(String name, Output<String> id, CiscoVpnInterfaceGreFeatureTemplateState 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
Lists List<CiscoVpn Interface Gre Feature Template Access List> - Apply ACL
- Application string
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- Application
Variable string - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Clear
Dont stringFragment Variable - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- Interface
Name stringVariable - Variable name
- Ip
Address string - Assign IPv4 address
- Ip
Address stringVariable - Variable name
- Ip
Mtu int - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Name string
- The name of the feature template
- Rewrite
Rule string - Name of rewrite rule
- Rewrite
Rule stringVariable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringAdjust Variable - Variable name
- Template
Type string - The template type
- Tracker
Variable string - Variable name
- Trackers List<string>
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP Address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Version int
- The version of the feature template
- Access
Lists []CiscoVpn Interface Gre Feature Template Access List Args - Apply ACL
- Application string
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- Application
Variable string - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Clear
Dont stringFragment Variable - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- Interface
Name stringVariable - Variable name
- Ip
Address string - Assign IPv4 address
- Ip
Address stringVariable - Variable name
- Ip
Mtu int - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Name string
- The name of the feature template
- Rewrite
Rule string - Name of rewrite rule
- Rewrite
Rule stringVariable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringAdjust Variable - Variable name
- Template
Type string - The template type
- Tracker
Variable string - Variable name
- Trackers []string
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP Address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Version int
- The version of the feature template
- access
Lists List<CiscoVpn Interface Gre Feature Template Access List> - Apply ACL
- application String
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application
Variable String - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear
Dont StringFragment Variable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface
Name StringVariable - Variable name
- ip
Address String - Assign IPv4 address
- ip
Address StringVariable - Variable name
- ip
Mtu Integer - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip
Mtu StringVariable - Variable name
- name String
- The name of the feature template
- rewrite
Rule String - Name of rewrite rule
- rewrite
Rule StringVariable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss IntegerAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringAdjust Variable - Variable name
- template
Type String - The template type
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP Address
- tunnel
Destination StringVariable - Variable name
- tunnel
Route StringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- version Integer
- The version of the feature template
- access
Lists CiscoVpn Interface Gre Feature Template Access List[] - Apply ACL
- application string
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application
Variable string - Variable name
- clear
Dont booleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear
Dont stringFragment Variable - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interface
Description string - Interface description
- interface
Description stringVariable - Variable name
- interface
Name string - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface
Name stringVariable - Variable name
- ip
Address string - Assign IPv4 address
- ip
Address stringVariable - Variable name
- ip
Mtu number - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip
Mtu stringVariable - Variable name
- name string
- The name of the feature template
- rewrite
Rule string - Name of rewrite rule
- rewrite
Rule stringVariable - Variable name
- shutdown boolean
- Administrative state - Default value:
true
- shutdown
Variable string - Variable name
- tcp
Mss numberAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss stringAdjust Variable - Variable name
- template
Type string - The template type
- tracker
Variable string - Variable name
- trackers string[]
- Enable tracker for this interface
- tunnel
Destination string - Tunnel destination IP Address
- tunnel
Destination stringVariable - Variable name
- tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringVariable - Variable name
- version number
- The version of the feature template
- access_
lists Sequence[CiscoVpn Interface Gre Feature Template Access List Args] - Apply ACL
- application str
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application_
variable str - Variable name
- clear_
dont_ boolfragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear_
dont_ strfragment_ variable - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interface_
description str - Interface description
- interface_
description_ strvariable - Variable name
- interface_
name str - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface_
name_ strvariable - Variable name
- ip_
address str - Assign IPv4 address
- ip_
address_ strvariable - Variable name
- ip_
mtu int - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip_
mtu_ strvariable - Variable name
- name str
- The name of the feature template
- rewrite_
rule str - Name of rewrite rule
- rewrite_
rule_ strvariable - Variable name
- shutdown bool
- Administrative state - Default value:
true
- shutdown_
variable str - Variable name
- tcp_
mss_ intadjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp_
mss_ stradjust_ variable - Variable name
- template_
type str - The template type
- tracker_
variable str - Variable name
- trackers Sequence[str]
- Enable tracker for this interface
- tunnel_
destination str - Tunnel destination IP Address
- tunnel_
destination_ strvariable - Variable name
- tunnel_
route_ strvia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel_
route_ strvia_ variable - Variable name
- tunnel_
source str - Tunnel source IP Address
- tunnel_
source_ strinterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ strvariable - Variable name
- version int
- The version of the feature template
- access
Lists List<Property Map> - Apply ACL
- application String
- Enable Application Tunnel Type - Choices:
none
,sig
- Default value:none
- application
Variable String - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- clear
Dont StringFragment Variable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: ge0/<0-..> or ge0/<0-..>.vlanid or irbbridgeid:1-63 or loopback or natpool-<1..31> when present
- interface
Name StringVariable - Variable name
- ip
Address String - Assign IPv4 address
- ip
Address StringVariable - Variable name
- ip
Mtu Number - Interface MTU <576..2000>, in bytes - Range:
64
-18000
- Default value:1500
- ip
Mtu StringVariable - Variable name
- name String
- The name of the feature template
- rewrite
Rule String - Name of rewrite rule
- rewrite
Rule StringVariable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss NumberAdjust - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringAdjust Variable - Variable name
- template
Type String - The template type
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP Address
- tunnel
Destination StringVariable - Variable name
- tunnel
Route StringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- version Number
- The version of the feature template
Supporting Types
CiscoVpnInterfaceGreFeatureTemplateAccessList, CiscoVpnInterfaceGreFeatureTemplateAccessListArgs
- Acl
Name string - Name of access list
- Acl
Name stringVariable - Variable name
- Direction string
- Direction
- Choices:
in
,out
- Choices:
- Optional bool
- Indicates if list item is considered optional.
- Acl
Name string - Name of access list
- Acl
Name stringVariable - Variable name
- Direction string
- Direction
- Choices:
in
,out
- Choices:
- Optional bool
- Indicates if list item is considered optional.
- acl
Name String - Name of access list
- acl
Name StringVariable - Variable name
- direction String
- Direction
- Choices:
in
,out
- Choices:
- optional Boolean
- Indicates if list item is considered optional.
- acl
Name string - Name of access list
- acl
Name stringVariable - Variable name
- direction string
- Direction
- Choices:
in
,out
- Choices:
- optional boolean
- Indicates if list item is considered optional.
- acl_
name str - Name of access list
- acl_
name_ strvariable - Variable name
- direction str
- Direction
- Choices:
in
,out
- Choices:
- optional bool
- Indicates if list item is considered optional.
- acl
Name String - Name of access list
- acl
Name StringVariable - Variable name
- direction String
- Direction
- Choices:
in
,out
- Choices:
- optional Boolean
- Indicates if list item is considered optional.
Import
$ pulumi import sdwan:index/ciscoVpnInterfaceGreFeatureTemplate:CiscoVpnInterfaceGreFeatureTemplate 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.