UNPKG

@pulumi/sdwan

Version:

A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1

700 lines (699 loc) 24.3 kB
import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; /** * This resource can manage a Transport Management VPN Interface Ethernet Feature. * - Minimum SD-WAN Manager version: `20.12.0` * * ## Import * * The `pulumi import` command can be used, for example: * * Expected import identifier with the format: "transport_management_vpn_interface_ethernet_feature_id,feature_profile_id,transport_management_vpn_feature_id" * * ```sh * $ pulumi import sdwan:index/transportManagementVpnInterfaceEthernetFeature:TransportManagementVpnInterfaceEthernetFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037" * ``` */ export declare class TransportManagementVpnInterfaceEthernetFeature extends pulumi.CustomResource { /** * Get an existing TransportManagementVpnInterfaceEthernetFeature 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?: TransportManagementVpnInterfaceEthernetFeatureState, opts?: pulumi.CustomResourceOptions): TransportManagementVpnInterfaceEthernetFeature; /** * Returns true if the given object is an instance of TransportManagementVpnInterfaceEthernetFeature. 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 TransportManagementVpnInterfaceEthernetFeature; /** * Configure ARP entries */ readonly arpEntries: pulumi.Output<outputs.TransportManagementVpnInterfaceEthernetFeatureArpEntry[] | undefined>; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200` */ readonly arpTimeout: pulumi.Output<number | undefined>; /** * Variable name */ readonly arpTimeoutVariable: pulumi.Output<string | undefined>; /** * Link autonegotiation */ readonly autonegotiate: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly autonegotiateVariable: pulumi.Output<string | undefined>; /** * The description of the Feature */ readonly description: pulumi.Output<string | undefined>; /** * Duplex mode - Choices: `full`, `half`, `auto` */ readonly duplex: pulumi.Output<string | undefined>; /** * Variable name */ readonly duplexVariable: pulumi.Output<string | undefined>; /** * Enable DHCPv6, Attribute conditional on `ipv6ConfigurationType` being equal to `dynamic` */ readonly enableDhcpv6: pulumi.Output<boolean | undefined>; /** * Feature Profile ID */ readonly featureProfileId: pulumi.Output<string>; /** * ICMP/ICMPv6 Redirect Disable - Default value: `true` */ readonly icmpRedirectDisable: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly icmpRedirectDisableVariable: pulumi.Output<string | undefined>; readonly interfaceDescription: pulumi.Output<string | undefined>; /** * Variable name */ readonly interfaceDescriptionVariable: pulumi.Output<string | undefined>; /** * Interface MTU - Range: `1500`-`9216` - Default value: `1500` */ readonly interfaceMtu: pulumi.Output<number | undefined>; /** * Variable name */ readonly interfaceMtuVariable: pulumi.Output<string | undefined>; readonly interfaceName: pulumi.Output<string | undefined>; /** * Variable name */ readonly interfaceNameVariable: pulumi.Output<string | undefined>; /** * IP Directed-Broadcast - Default value: `false` */ readonly ipDirectedBroadcast: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly ipDirectedBroadcastVariable: pulumi.Output<string | undefined>; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces * <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500` */ readonly ipMtu: pulumi.Output<number | undefined>; /** * Variable name */ readonly ipMtuVariable: pulumi.Output<string | undefined>; /** * IP Address, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ readonly ipv4Address: pulumi.Output<string | undefined>; /** * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ readonly ipv4AddressVariable: pulumi.Output<string | undefined>; /** * Interface auto detect bandwidth - Default value: `false` */ readonly ipv4AutoDetectBandwidth: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly ipv4AutoDetectBandwidthVariable: pulumi.Output<string | undefined>; /** * IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic` */ readonly ipv4ConfigurationType: pulumi.Output<string | undefined>; /** * DHCP Distance, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic` - Range: `1`-`65536` - Default * value: `1` */ readonly ipv4DhcpDistance: pulumi.Output<number | undefined>; /** * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic` */ readonly ipv4DhcpDistanceVariable: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4DhcpHelperVariable: pulumi.Output<string | undefined>; /** * List of DHCP IPv4 helper addresses (min 1, max 8) */ readonly ipv4DhcpHelpers: pulumi.Output<string[] | undefined>; /** * Iperf server for auto bandwidth detect */ readonly ipv4IperfServer: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4IperfServerVariable: pulumi.Output<string | undefined>; /** * Secondary IpV4 Addresses, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ readonly ipv4SecondaryAddresses: pulumi.Output<outputs.TransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress[] | undefined>; /** * Subnet Mask, Attribute conditional on `ipv4ConfigurationType` being equal to `static` - 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, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ readonly ipv4SubnetMaskVariable: pulumi.Output<string | undefined>; /** * IPv6 Address Secondary, Attribute conditional on `ipv6ConfigurationType` being equal to `static` */ readonly ipv6Address: pulumi.Output<string | undefined>; /** * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static` */ readonly ipv6AddressVariable: pulumi.Output<string | undefined>; /** * IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none` */ readonly ipv6ConfigurationType: pulumi.Output<string | undefined>; /** * Interval for interface load calculation - Range: `30`-`600` - Default value: `30` */ readonly loadInterval: pulumi.Output<number | undefined>; /** * Variable name */ readonly loadIntervalVariable: pulumi.Output<string | undefined>; /** * MAC Address */ readonly macAddress: pulumi.Output<string | undefined>; /** * Variable name */ readonly macAddressVariable: pulumi.Output<string | undefined>; /** * Media type - Choices: `auto-select`, `rj45`, `sfp` */ readonly mediaType: pulumi.Output<string | undefined>; /** * Variable name */ readonly mediaTypeVariable: pulumi.Output<string | undefined>; /** * The name of the Feature */ readonly name: pulumi.Output<string>; /** * - Default value: `true` */ readonly shutdown: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly shutdownVariable: pulumi.Output<string | undefined>; /** * Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000` */ readonly speed: pulumi.Output<string | undefined>; /** * Variable name */ readonly speedVariable: 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>; /** * Transport Management VPN Feature ID */ readonly transportManagementVpnFeatureId: pulumi.Output<string>; /** * The version of the Feature */ readonly version: pulumi.Output<number>; /** * Create a TransportManagementVpnInterfaceEthernetFeature 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: TransportManagementVpnInterfaceEthernetFeatureArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering TransportManagementVpnInterfaceEthernetFeature resources. */ export interface TransportManagementVpnInterfaceEthernetFeatureState { /** * Configure ARP entries */ arpEntries?: pulumi.Input<pulumi.Input<inputs.TransportManagementVpnInterfaceEthernetFeatureArpEntry>[]>; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200` */ arpTimeout?: pulumi.Input<number>; /** * Variable name */ arpTimeoutVariable?: pulumi.Input<string>; /** * Link autonegotiation */ autonegotiate?: pulumi.Input<boolean>; /** * Variable name */ autonegotiateVariable?: pulumi.Input<string>; /** * The description of the Feature */ description?: pulumi.Input<string>; /** * Duplex mode - Choices: `full`, `half`, `auto` */ duplex?: pulumi.Input<string>; /** * Variable name */ duplexVariable?: pulumi.Input<string>; /** * Enable DHCPv6, Attribute conditional on `ipv6ConfigurationType` being equal to `dynamic` */ enableDhcpv6?: pulumi.Input<boolean>; /** * Feature Profile ID */ featureProfileId?: pulumi.Input<string>; /** * ICMP/ICMPv6 Redirect Disable - Default value: `true` */ icmpRedirectDisable?: pulumi.Input<boolean>; /** * Variable name */ icmpRedirectDisableVariable?: pulumi.Input<string>; interfaceDescription?: pulumi.Input<string>; /** * Variable name */ interfaceDescriptionVariable?: pulumi.Input<string>; /** * Interface MTU - Range: `1500`-`9216` - Default value: `1500` */ interfaceMtu?: pulumi.Input<number>; /** * Variable name */ interfaceMtuVariable?: pulumi.Input<string>; interfaceName?: pulumi.Input<string>; /** * Variable name */ interfaceNameVariable?: pulumi.Input<string>; /** * IP Directed-Broadcast - Default value: `false` */ ipDirectedBroadcast?: pulumi.Input<boolean>; /** * Variable name */ ipDirectedBroadcastVariable?: pulumi.Input<string>; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces * <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500` */ ipMtu?: pulumi.Input<number>; /** * Variable name */ ipMtuVariable?: pulumi.Input<string>; /** * IP Address, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4Address?: pulumi.Input<string>; /** * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4AddressVariable?: pulumi.Input<string>; /** * Interface auto detect bandwidth - Default value: `false` */ ipv4AutoDetectBandwidth?: pulumi.Input<boolean>; /** * Variable name */ ipv4AutoDetectBandwidthVariable?: pulumi.Input<string>; /** * IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic` */ ipv4ConfigurationType?: pulumi.Input<string>; /** * DHCP Distance, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic` - Range: `1`-`65536` - Default * value: `1` */ ipv4DhcpDistance?: pulumi.Input<number>; /** * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic` */ ipv4DhcpDistanceVariable?: pulumi.Input<string>; /** * Variable name */ ipv4DhcpHelperVariable?: pulumi.Input<string>; /** * List of DHCP IPv4 helper addresses (min 1, max 8) */ ipv4DhcpHelpers?: pulumi.Input<pulumi.Input<string>[]>; /** * Iperf server for auto bandwidth detect */ ipv4IperfServer?: pulumi.Input<string>; /** * Variable name */ ipv4IperfServerVariable?: pulumi.Input<string>; /** * Secondary IpV4 Addresses, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4SecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.TransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress>[]>; /** * Subnet Mask, Attribute conditional on `ipv4ConfigurationType` being equal to `static` - 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, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4SubnetMaskVariable?: pulumi.Input<string>; /** * IPv6 Address Secondary, Attribute conditional on `ipv6ConfigurationType` being equal to `static` */ ipv6Address?: pulumi.Input<string>; /** * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static` */ ipv6AddressVariable?: pulumi.Input<string>; /** * IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none` */ ipv6ConfigurationType?: pulumi.Input<string>; /** * Interval for interface load calculation - Range: `30`-`600` - Default value: `30` */ loadInterval?: pulumi.Input<number>; /** * Variable name */ loadIntervalVariable?: pulumi.Input<string>; /** * MAC Address */ macAddress?: pulumi.Input<string>; /** * Variable name */ macAddressVariable?: pulumi.Input<string>; /** * Media type - Choices: `auto-select`, `rj45`, `sfp` */ mediaType?: pulumi.Input<string>; /** * Variable name */ mediaTypeVariable?: pulumi.Input<string>; /** * The name of the Feature */ name?: pulumi.Input<string>; /** * - Default value: `true` */ shutdown?: pulumi.Input<boolean>; /** * Variable name */ shutdownVariable?: pulumi.Input<string>; /** * Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000` */ speed?: pulumi.Input<string>; /** * Variable name */ speedVariable?: pulumi.Input<string>; /** * TCP MSS on SYN packets, in bytes - Range: `500`-`1460` */ tcpMss?: pulumi.Input<number>; /** * Variable name */ tcpMssVariable?: pulumi.Input<string>; /** * Transport Management VPN Feature ID */ transportManagementVpnFeatureId?: pulumi.Input<string>; /** * The version of the Feature */ version?: pulumi.Input<number>; } /** * The set of arguments for constructing a TransportManagementVpnInterfaceEthernetFeature resource. */ export interface TransportManagementVpnInterfaceEthernetFeatureArgs { /** * Configure ARP entries */ arpEntries?: pulumi.Input<pulumi.Input<inputs.TransportManagementVpnInterfaceEthernetFeatureArpEntry>[]>; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200` */ arpTimeout?: pulumi.Input<number>; /** * Variable name */ arpTimeoutVariable?: pulumi.Input<string>; /** * Link autonegotiation */ autonegotiate?: pulumi.Input<boolean>; /** * Variable name */ autonegotiateVariable?: pulumi.Input<string>; /** * The description of the Feature */ description?: pulumi.Input<string>; /** * Duplex mode - Choices: `full`, `half`, `auto` */ duplex?: pulumi.Input<string>; /** * Variable name */ duplexVariable?: pulumi.Input<string>; /** * Enable DHCPv6, Attribute conditional on `ipv6ConfigurationType` being equal to `dynamic` */ enableDhcpv6?: pulumi.Input<boolean>; /** * Feature Profile ID */ featureProfileId: pulumi.Input<string>; /** * ICMP/ICMPv6 Redirect Disable - Default value: `true` */ icmpRedirectDisable?: pulumi.Input<boolean>; /** * Variable name */ icmpRedirectDisableVariable?: pulumi.Input<string>; interfaceDescription?: pulumi.Input<string>; /** * Variable name */ interfaceDescriptionVariable?: pulumi.Input<string>; /** * Interface MTU - Range: `1500`-`9216` - Default value: `1500` */ interfaceMtu?: pulumi.Input<number>; /** * Variable name */ interfaceMtuVariable?: pulumi.Input<string>; interfaceName?: pulumi.Input<string>; /** * Variable name */ interfaceNameVariable?: pulumi.Input<string>; /** * IP Directed-Broadcast - Default value: `false` */ ipDirectedBroadcast?: pulumi.Input<boolean>; /** * Variable name */ ipDirectedBroadcastVariable?: pulumi.Input<string>; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces * <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500` */ ipMtu?: pulumi.Input<number>; /** * Variable name */ ipMtuVariable?: pulumi.Input<string>; /** * IP Address, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4Address?: pulumi.Input<string>; /** * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4AddressVariable?: pulumi.Input<string>; /** * Interface auto detect bandwidth - Default value: `false` */ ipv4AutoDetectBandwidth?: pulumi.Input<boolean>; /** * Variable name */ ipv4AutoDetectBandwidthVariable?: pulumi.Input<string>; /** * IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic` */ ipv4ConfigurationType?: pulumi.Input<string>; /** * DHCP Distance, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic` - Range: `1`-`65536` - Default * value: `1` */ ipv4DhcpDistance?: pulumi.Input<number>; /** * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic` */ ipv4DhcpDistanceVariable?: pulumi.Input<string>; /** * Variable name */ ipv4DhcpHelperVariable?: pulumi.Input<string>; /** * List of DHCP IPv4 helper addresses (min 1, max 8) */ ipv4DhcpHelpers?: pulumi.Input<pulumi.Input<string>[]>; /** * Iperf server for auto bandwidth detect */ ipv4IperfServer?: pulumi.Input<string>; /** * Variable name */ ipv4IperfServerVariable?: pulumi.Input<string>; /** * Secondary IpV4 Addresses, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4SecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.TransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress>[]>; /** * Subnet Mask, Attribute conditional on `ipv4ConfigurationType` being equal to `static` - 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, Attribute conditional on `ipv4ConfigurationType` being equal to `static` */ ipv4SubnetMaskVariable?: pulumi.Input<string>; /** * IPv6 Address Secondary, Attribute conditional on `ipv6ConfigurationType` being equal to `static` */ ipv6Address?: pulumi.Input<string>; /** * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static` */ ipv6AddressVariable?: pulumi.Input<string>; /** * IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none` */ ipv6ConfigurationType?: pulumi.Input<string>; /** * Interval for interface load calculation - Range: `30`-`600` - Default value: `30` */ loadInterval?: pulumi.Input<number>; /** * Variable name */ loadIntervalVariable?: pulumi.Input<string>; /** * MAC Address */ macAddress?: pulumi.Input<string>; /** * Variable name */ macAddressVariable?: pulumi.Input<string>; /** * Media type - Choices: `auto-select`, `rj45`, `sfp` */ mediaType?: pulumi.Input<string>; /** * Variable name */ mediaTypeVariable?: pulumi.Input<string>; /** * The name of the Feature */ name?: pulumi.Input<string>; /** * - Default value: `true` */ shutdown?: pulumi.Input<boolean>; /** * Variable name */ shutdownVariable?: pulumi.Input<string>; /** * Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000` */ speed?: pulumi.Input<string>; /** * Variable name */ speedVariable?: pulumi.Input<string>; /** * TCP MSS on SYN packets, in bytes - Range: `500`-`1460` */ tcpMss?: pulumi.Input<number>; /** * Variable name */ tcpMssVariable?: pulumi.Input<string>; /** * Transport Management VPN Feature ID */ transportManagementVpnFeatureId: pulumi.Input<string>; }