@pulumi/sdwan
Version:
A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1
471 lines (470 loc) • 15.1 kB
TypeScript
import * as pulumi from "@pulumi/pulumi";
/**
* This resource can manage a Service LAN VPN Interface GRE Feature.
* - Minimum SD-WAN Manager version: `20.12.0`
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as sdwan from "@pulumi/sdwan";
*
* const example = new sdwan.ServiceLanVpnInterfaceGreFeature("example", {
* name: "Example",
* description: "My Example",
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
* serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
* interfaceName: "gre1",
* interfaceDescription: "gre1",
* ipv4Address: "70.1.1.1",
* ipv4SubnetMask: "255.255.255.0",
* shutdown: true,
* tunnelSourceIpv4Address: "78.1.1.1",
* tunnelDestinationIpv4Address: "79.1.1.1",
* ipMtu: 1500,
* tcpMss: 1460,
* clearDontFragment: false,
* applicationTunnelType: "none",
* });
* ```
*
* ## Import
*
* The `pulumi import` command can be used, for example:
*
* Expected import identifier with the format: "service_lan_vpn_interface_gre_feature_id,feature_profile_id,service_lan_vpn_feature_id"
*
* ```sh
* $ pulumi import sdwan:index/serviceLanVpnInterfaceGreFeature:ServiceLanVpnInterfaceGreFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
* ```
*/
export declare class ServiceLanVpnInterfaceGreFeature extends pulumi.CustomResource {
/**
* Get an existing ServiceLanVpnInterfaceGreFeature resource's state with the given name, ID, and optional extra
* properties used to qualify the lookup.
*
* @param name The _unique_ name of the resulting resource.
* @param id The _unique_ provider ID of the resource to lookup.
* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceLanVpnInterfaceGreFeatureState, opts?: pulumi.CustomResourceOptions): ServiceLanVpnInterfaceGreFeature;
/**
* Returns true if the given object is an instance of ServiceLanVpnInterfaceGreFeature. This is designed to work even
* when multiple copies of the Pulumi SDK have been loaded into the same process.
*/
static isInstance(obj: any): obj is ServiceLanVpnInterfaceGreFeature;
/**
* Enable Application Tunnel Type - Choices: `none`, `sig`
*/
readonly applicationTunnelType: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly applicationTunnelTypeVariable: pulumi.Output<string | undefined>;
/**
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: `false`
*/
readonly clearDontFragment: pulumi.Output<boolean | undefined>;
/**
* Variable name
*/
readonly clearDontFragmentVariable: pulumi.Output<string | undefined>;
/**
* The description of the Feature
*/
readonly description: pulumi.Output<string | undefined>;
/**
* Feature Profile ID
*/
readonly featureProfileId: pulumi.Output<string>;
/**
* Interface description
*/
readonly interfaceDescription: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly interfaceDescriptionVariable: pulumi.Output<string | undefined>;
/**
* Interface name (1..255)
*/
readonly interfaceName: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly interfaceNameVariable: pulumi.Output<string | undefined>;
/**
* Interface MTU <576..9976>, in bytes - Range: `576`-`9976` - Default value: `1500`
*/
readonly ipMtu: pulumi.Output<number | undefined>;
/**
* Variable name
*/
readonly ipMtuVariable: pulumi.Output<string | undefined>;
readonly ipv4Address: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly ipv4AddressVariable: pulumi.Output<string | undefined>;
/**
* - 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`
*/
readonly ipv4SubnetMask: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly ipv4SubnetMaskVariable: pulumi.Output<string | undefined>;
/**
* The name of the Feature
*/
readonly name: pulumi.Output<string>;
/**
* Service LAN VPN Feature ID
*/
readonly serviceLanVpnFeatureId: pulumi.Output<string>;
/**
* Administrative state - Default value: `false`
*/
readonly shutdown: pulumi.Output<boolean | undefined>;
/**
* Variable name
*/
readonly shutdownVariable: pulumi.Output<string | undefined>;
/**
* TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
*/
readonly tcpMss: pulumi.Output<number | undefined>;
/**
* Variable name
*/
readonly tcpMssVariable: pulumi.Output<string | undefined>;
/**
* Tunnel destination IP Address
*/
readonly tunnelDestinationIpv4Address: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly tunnelDestinationIpv4AddressVariable: pulumi.Output<string | undefined>;
/**
* <1..32 characters> Interface name, can't be Loopback interface
*/
readonly tunnelRouteViaLoopback: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly tunnelRouteViaLoopbackVariable: pulumi.Output<string | undefined>;
/**
* <1..32 characters> Interface name
*/
readonly tunnelSourceInterface: pulumi.Output<string | undefined>;
/**
* <1..32 characters> Interface name
*/
readonly tunnelSourceInterfaceLoopback: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly tunnelSourceInterfaceLoopbackVariable: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly tunnelSourceInterfaceVariable: pulumi.Output<string | undefined>;
/**
* Tunnel source IP Address
*/
readonly tunnelSourceIpv4Address: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly tunnelSourceIpv4AddressVariable: pulumi.Output<string | undefined>;
/**
* The version of the Feature
*/
readonly version: pulumi.Output<number>;
/**
* Create a ServiceLanVpnInterfaceGreFeature resource with the given unique name, arguments, and options.
*
* @param name The _unique_ name of the resource.
* @param args The arguments to use to populate this resource's properties.
* @param opts A bag of options that control this resource's behavior.
*/
constructor(name: string, args: ServiceLanVpnInterfaceGreFeatureArgs, opts?: pulumi.CustomResourceOptions);
}
/**
* Input properties used for looking up and filtering ServiceLanVpnInterfaceGreFeature resources.
*/
export interface ServiceLanVpnInterfaceGreFeatureState {
/**
* Enable Application Tunnel Type - Choices: `none`, `sig`
*/
applicationTunnelType?: pulumi.Input<string>;
/**
* Variable name
*/
applicationTunnelTypeVariable?: pulumi.Input<string>;
/**
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: `false`
*/
clearDontFragment?: pulumi.Input<boolean>;
/**
* Variable name
*/
clearDontFragmentVariable?: pulumi.Input<string>;
/**
* The description of the Feature
*/
description?: pulumi.Input<string>;
/**
* Feature Profile ID
*/
featureProfileId?: pulumi.Input<string>;
/**
* Interface description
*/
interfaceDescription?: pulumi.Input<string>;
/**
* Variable name
*/
interfaceDescriptionVariable?: pulumi.Input<string>;
/**
* Interface name (1..255)
*/
interfaceName?: pulumi.Input<string>;
/**
* Variable name
*/
interfaceNameVariable?: pulumi.Input<string>;
/**
* Interface MTU <576..9976>, in bytes - Range: `576`-`9976` - Default value: `1500`
*/
ipMtu?: pulumi.Input<number>;
/**
* Variable name
*/
ipMtuVariable?: pulumi.Input<string>;
ipv4Address?: pulumi.Input<string>;
/**
* Variable name
*/
ipv4AddressVariable?: pulumi.Input<string>;
/**
* - 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`
*/
ipv4SubnetMask?: pulumi.Input<string>;
/**
* Variable name
*/
ipv4SubnetMaskVariable?: pulumi.Input<string>;
/**
* The name of the Feature
*/
name?: pulumi.Input<string>;
/**
* Service LAN VPN Feature ID
*/
serviceLanVpnFeatureId?: pulumi.Input<string>;
/**
* Administrative state - Default value: `false`
*/
shutdown?: pulumi.Input<boolean>;
/**
* Variable name
*/
shutdownVariable?: pulumi.Input<string>;
/**
* TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
*/
tcpMss?: pulumi.Input<number>;
/**
* Variable name
*/
tcpMssVariable?: pulumi.Input<string>;
/**
* Tunnel destination IP Address
*/
tunnelDestinationIpv4Address?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelDestinationIpv4AddressVariable?: pulumi.Input<string>;
/**
* <1..32 characters> Interface name, can't be Loopback interface
*/
tunnelRouteViaLoopback?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelRouteViaLoopbackVariable?: pulumi.Input<string>;
/**
* <1..32 characters> Interface name
*/
tunnelSourceInterface?: pulumi.Input<string>;
/**
* <1..32 characters> Interface name
*/
tunnelSourceInterfaceLoopback?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelSourceInterfaceLoopbackVariable?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelSourceInterfaceVariable?: pulumi.Input<string>;
/**
* Tunnel source IP Address
*/
tunnelSourceIpv4Address?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelSourceIpv4AddressVariable?: pulumi.Input<string>;
/**
* The version of the Feature
*/
version?: pulumi.Input<number>;
}
/**
* The set of arguments for constructing a ServiceLanVpnInterfaceGreFeature resource.
*/
export interface ServiceLanVpnInterfaceGreFeatureArgs {
/**
* Enable Application Tunnel Type - Choices: `none`, `sig`
*/
applicationTunnelType?: pulumi.Input<string>;
/**
* Variable name
*/
applicationTunnelTypeVariable?: pulumi.Input<string>;
/**
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: `false`
*/
clearDontFragment?: pulumi.Input<boolean>;
/**
* Variable name
*/
clearDontFragmentVariable?: pulumi.Input<string>;
/**
* The description of the Feature
*/
description?: pulumi.Input<string>;
/**
* Feature Profile ID
*/
featureProfileId: pulumi.Input<string>;
/**
* Interface description
*/
interfaceDescription?: pulumi.Input<string>;
/**
* Variable name
*/
interfaceDescriptionVariable?: pulumi.Input<string>;
/**
* Interface name (1..255)
*/
interfaceName?: pulumi.Input<string>;
/**
* Variable name
*/
interfaceNameVariable?: pulumi.Input<string>;
/**
* Interface MTU <576..9976>, in bytes - Range: `576`-`9976` - Default value: `1500`
*/
ipMtu?: pulumi.Input<number>;
/**
* Variable name
*/
ipMtuVariable?: pulumi.Input<string>;
ipv4Address?: pulumi.Input<string>;
/**
* Variable name
*/
ipv4AddressVariable?: pulumi.Input<string>;
/**
* - 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`
*/
ipv4SubnetMask?: pulumi.Input<string>;
/**
* Variable name
*/
ipv4SubnetMaskVariable?: pulumi.Input<string>;
/**
* The name of the Feature
*/
name?: pulumi.Input<string>;
/**
* Service LAN VPN Feature ID
*/
serviceLanVpnFeatureId: pulumi.Input<string>;
/**
* Administrative state - Default value: `false`
*/
shutdown?: pulumi.Input<boolean>;
/**
* Variable name
*/
shutdownVariable?: pulumi.Input<string>;
/**
* TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
*/
tcpMss?: pulumi.Input<number>;
/**
* Variable name
*/
tcpMssVariable?: pulumi.Input<string>;
/**
* Tunnel destination IP Address
*/
tunnelDestinationIpv4Address?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelDestinationIpv4AddressVariable?: pulumi.Input<string>;
/**
* <1..32 characters> Interface name, can't be Loopback interface
*/
tunnelRouteViaLoopback?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelRouteViaLoopbackVariable?: pulumi.Input<string>;
/**
* <1..32 characters> Interface name
*/
tunnelSourceInterface?: pulumi.Input<string>;
/**
* <1..32 characters> Interface name
*/
tunnelSourceInterfaceLoopback?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelSourceInterfaceLoopbackVariable?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelSourceInterfaceVariable?: pulumi.Input<string>;
/**
* Tunnel source IP Address
*/
tunnelSourceIpv4Address?: pulumi.Input<string>;
/**
* Variable name
*/
tunnelSourceIpv4AddressVariable?: pulumi.Input<string>;
}