import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface InterfaceVlanConfig extends cdktf.TerraformMetaArguments { /** * Enable auto-state determination for VLAN * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#autostate InterfaceVlan#autostate} */ readonly autostate?: boolean | cdktf.IResolvable; /** * Use echo adjunct as bfd detection mechanism * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_echo InterfaceVlan#bfd_echo} */ readonly bfdEcho?: boolean | cdktf.IResolvable; /** * Enable BFD under the interface * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_enable InterfaceVlan#bfd_enable} */ readonly bfdEnable?: boolean | cdktf.IResolvable; /** * * - Range: `50`-`9999` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_interval InterfaceVlan#bfd_interval} */ readonly bfdInterval?: number; /** * Minimum receive interval capability * - Range: `50`-`9999` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_interval_min_rx InterfaceVlan#bfd_interval_min_rx} */ readonly bfdIntervalMinRx?: number; /** * Multiplier value used to compute holddown * - Range: `3`-`50` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_interval_multiplier InterfaceVlan#bfd_interval_multiplier} */ readonly bfdIntervalMultiplier?: number; /** * The Source IP address to be used for BFD sessions over this interface. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_local_address InterfaceVlan#bfd_local_address} */ readonly bfdLocalAddress?: string; /** * BFD template * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#bfd_template InterfaceVlan#bfd_template} */ readonly bfdTemplate?: string; /** * Configure behavior when deleting/destroying the resource. Either delete the entire object (YANG container) being managed, or only delete the individual resource attributes configured explicitly and leave everything else as-is. Default value is `all`. * - Choices: `all`, `attributes` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#delete_mode InterfaceVlan#delete_mode} */ readonly deleteMode?: string; /** * Interface specific description * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#description InterfaceVlan#description} */ readonly description?: string; /** * A device name from the provider configuration. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#device InterfaceVlan#device} */ readonly device?: string; /** * Specify a destination address for UDP broadcasts * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#helper_addresses InterfaceVlan#helper_addresses} */ readonly helperAddresses?: InterfaceVlanHelperAddresses[] | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_access_group_in InterfaceVlan#ip_access_group_in} */ readonly ipAccessGroupIn?: string; /** * inbound packets * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_access_group_in_enable InterfaceVlan#ip_access_group_in_enable} */ readonly ipAccessGroupInEnable?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_access_group_out InterfaceVlan#ip_access_group_out} */ readonly ipAccessGroupOut?: string; /** * outbound packets * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_access_group_out_enable InterfaceVlan#ip_access_group_out_enable} */ readonly ipAccessGroupOutEnable?: boolean | cdktf.IResolvable; /** * Enable vpn-id support on this interface * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_dhcp_relay_information_option_vpn_id InterfaceVlan#ip_dhcp_relay_information_option_vpn_id} */ readonly ipDhcpRelayInformationOptionVpnId?: boolean | cdktf.IResolvable; /** * Set source interface for relayed messages * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_dhcp_relay_source_interface InterfaceVlan#ip_dhcp_relay_source_interface} */ readonly ipDhcpRelaySourceInterface?: string; /** * IGMP version * - Range: `1`-`3` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_igmp_version InterfaceVlan#ip_igmp_version} */ readonly ipIgmpVersion?: number; /** * Enable local-proxy ARP * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_local_proxy_arp InterfaceVlan#ip_local_proxy_arp} */ readonly ipLocalProxyArp?: boolean | cdktf.IResolvable; /** * Inside interface for address translation * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_nat_inside InterfaceVlan#ip_nat_inside} */ readonly ipNatInside?: boolean | cdktf.IResolvable; /** * Outside interface for address translation * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_nat_outside InterfaceVlan#ip_nat_outside} */ readonly ipNatOutside?: boolean | cdktf.IResolvable; /** * Enable proxy ARP * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_proxy_arp InterfaceVlan#ip_proxy_arp} */ readonly ipProxyArp?: boolean | cdktf.IResolvable; /** * Enable sending ICMP Redirect messages * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_redirects InterfaceVlan#ip_redirects} */ readonly ipRedirects?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_router_isis InterfaceVlan#ip_router_isis} */ readonly ipRouterIsis?: string; /** * Enable sending ICMP Unreachable messages * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ip_unreachables InterfaceVlan#ip_unreachables} */ readonly ipUnreachables?: boolean | cdktf.IResolvable; /** * Ip address * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv4_address InterfaceVlan#ipv4_address} */ readonly ipv4Address?: string; /** * Ip subnet mask * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv4_address_mask InterfaceVlan#ipv4_address_mask} */ readonly ipv4AddressMask?: string; /** * Insert default route * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_address_autoconfig_default InterfaceVlan#ipv6_address_autoconfig_default} */ readonly ipv6AddressAutoconfigDefault?: boolean | cdktf.IResolvable; /** * Obtain IPv6 address from DHCP server * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_address_dhcp InterfaceVlan#ipv6_address_dhcp} */ readonly ipv6AddressDhcp?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_addresses InterfaceVlan#ipv6_addresses} */ readonly ipv6Addresses?: InterfaceVlanIpv6Addresses[] | cdktf.IResolvable; /** * Enable IPv6 on interface * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_enable InterfaceVlan#ipv6_enable} */ readonly ipv6Enable?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_link_local_addresses InterfaceVlan#ipv6_link_local_addresses} */ readonly ipv6LinkLocalAddresses?: InterfaceVlanIpv6LinkLocalAddresses[] | cdktf.IResolvable; /** * Set IPv6 Maximum Transmission Unit * - Range: `1280`-`9976` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_mtu InterfaceVlan#ipv6_mtu} */ readonly ipv6Mtu?: number; /** * Suppress all IPv6 RA * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#ipv6_nd_ra_suppress_all InterfaceVlan#ipv6_nd_ra_suppress_all} */ readonly ipv6NdRaSuppressAll?: boolean | cdktf.IResolvable; /** * Specify interval for load calculation for an interface * - Range: `30`-`600` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#load_interval InterfaceVlan#load_interval} */ readonly loadInterval?: number; /** * Manually set interface MAC address * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#mac_address InterfaceVlan#mac_address} */ readonly macAddress?: string; /** * * - Range: `1`-`4094` * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#name InterfaceVlan#name} */ readonly name: number; /** * Shutdown the selected interface * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#shutdown InterfaceVlan#shutdown} */ readonly shutdown?: boolean | cdktf.IResolvable; /** * Enable IP processing without an explicit address * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#unnumbered InterfaceVlan#unnumbered} */ readonly unnumbered?: string; /** * Configure forwarding table * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#vrf_forwarding InterfaceVlan#vrf_forwarding} */ readonly vrfForwarding?: string; } export interface InterfaceVlanHelperAddresses { /** * IP destination address * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#address InterfaceVlan#address} */ readonly address: string; /** * Helper-address is global * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#global InterfaceVlan#global} */ readonly global?: boolean | cdktf.IResolvable; /** * VRF name for helper-address (if different from interface VRF) * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#vrf InterfaceVlan#vrf} */ readonly vrf?: string; } export declare function interfaceVlanHelperAddressesToTerraform(struct?: InterfaceVlanHelperAddresses | cdktf.IResolvable): any; export declare function interfaceVlanHelperAddressesToHclTerraform(struct?: InterfaceVlanHelperAddresses | cdktf.IResolvable): any; export declare class InterfaceVlanHelperAddressesOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): InterfaceVlanHelperAddresses | cdktf.IResolvable | undefined; set internalValue(value: InterfaceVlanHelperAddresses | cdktf.IResolvable | undefined); private _address?; get address(): string; set address(value: string); get addressInput(): string; private _global?; get global(): boolean | cdktf.IResolvable; set global(value: boolean | cdktf.IResolvable); resetGlobal(): void; get globalInput(): any; private _vrf?; get vrf(): string; set vrf(value: string); resetVrf(): void; get vrfInput(): string; } export declare class InterfaceVlanHelperAddressesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: InterfaceVlanHelperAddresses[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): InterfaceVlanHelperAddressesOutputReference; } export interface InterfaceVlanIpv6Addresses { /** * Use eui-64 interface identifier * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#eui_64 InterfaceVlan#eui_64} */ readonly eui64?: boolean | cdktf.IResolvable; /** * IPv6 prefix * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#prefix InterfaceVlan#prefix} */ readonly prefix: string; } export declare function interfaceVlanIpv6AddressesToTerraform(struct?: InterfaceVlanIpv6Addresses | cdktf.IResolvable): any; export declare function interfaceVlanIpv6AddressesToHclTerraform(struct?: InterfaceVlanIpv6Addresses | cdktf.IResolvable): any; export declare class InterfaceVlanIpv6AddressesOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): InterfaceVlanIpv6Addresses | cdktf.IResolvable | undefined; set internalValue(value: InterfaceVlanIpv6Addresses | cdktf.IResolvable | undefined); private _eui64?; get eui64(): boolean | cdktf.IResolvable; set eui64(value: boolean | cdktf.IResolvable); resetEui64(): void; get eui64Input(): any; private _prefix?; get prefix(): string; set prefix(value: string); get prefixInput(): string; } export declare class InterfaceVlanIpv6AddressesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: InterfaceVlanIpv6Addresses[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): InterfaceVlanIpv6AddressesOutputReference; } export interface InterfaceVlanIpv6LinkLocalAddresses { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#address InterfaceVlan#address} */ readonly address: string; /** * Use link-local address * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#link_local InterfaceVlan#link_local} */ readonly linkLocal?: boolean | cdktf.IResolvable; } export declare function interfaceVlanIpv6LinkLocalAddressesToTerraform(struct?: InterfaceVlanIpv6LinkLocalAddresses | cdktf.IResolvable): any; export declare function interfaceVlanIpv6LinkLocalAddressesToHclTerraform(struct?: InterfaceVlanIpv6LinkLocalAddresses | cdktf.IResolvable): any; export declare class InterfaceVlanIpv6LinkLocalAddressesOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): InterfaceVlanIpv6LinkLocalAddresses | cdktf.IResolvable | undefined; set internalValue(value: InterfaceVlanIpv6LinkLocalAddresses | cdktf.IResolvable | undefined); private _address?; get address(): string; set address(value: string); get addressInput(): string; private _linkLocal?; get linkLocal(): boolean | cdktf.IResolvable; set linkLocal(value: boolean | cdktf.IResolvable); resetLinkLocal(): void; get linkLocalInput(): any; } export declare class InterfaceVlanIpv6LinkLocalAddressesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: InterfaceVlanIpv6LinkLocalAddresses[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): InterfaceVlanIpv6LinkLocalAddressesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan iosxe_interface_vlan} */ export declare class InterfaceVlan extends cdktf.TerraformResource { static readonly tfResourceType = "iosxe_interface_vlan"; /** * Generates CDKTF code for importing a InterfaceVlan resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the InterfaceVlan to import * @param importFromId The id of the existing InterfaceVlan that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the InterfaceVlan to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/resources/interface_vlan iosxe_interface_vlan} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options InterfaceVlanConfig */ constructor(scope: Construct, id: string, config: InterfaceVlanConfig); private _autostate?; get autostate(): boolean | cdktf.IResolvable; set autostate(value: boolean | cdktf.IResolvable); resetAutostate(): void; get autostateInput(): any; private _bfdEcho?; get bfdEcho(): boolean | cdktf.IResolvable; set bfdEcho(value: boolean | cdktf.IResolvable); resetBfdEcho(): void; get bfdEchoInput(): any; private _bfdEnable?; get bfdEnable(): boolean | cdktf.IResolvable; set bfdEnable(value: boolean | cdktf.IResolvable); resetBfdEnable(): void; get bfdEnableInput(): any; private _bfdInterval?; get bfdInterval(): number; set bfdInterval(value: number); resetBfdInterval(): void; get bfdIntervalInput(): number; private _bfdIntervalMinRx?; get bfdIntervalMinRx(): number; set bfdIntervalMinRx(value: number); resetBfdIntervalMinRx(): void; get bfdIntervalMinRxInput(): number; private _bfdIntervalMultiplier?; get bfdIntervalMultiplier(): number; set bfdIntervalMultiplier(value: number); resetBfdIntervalMultiplier(): void; get bfdIntervalMultiplierInput(): number; private _bfdLocalAddress?; get bfdLocalAddress(): string; set bfdLocalAddress(value: string); resetBfdLocalAddress(): void; get bfdLocalAddressInput(): string; private _bfdTemplate?; get bfdTemplate(): string; set bfdTemplate(value: string); resetBfdTemplate(): void; get bfdTemplateInput(): string; private _deleteMode?; get deleteMode(): string; set deleteMode(value: string); resetDeleteMode(): void; get deleteModeInput(): string; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; private _helperAddresses; get helperAddresses(): InterfaceVlanHelperAddressesList; putHelperAddresses(value: InterfaceVlanHelperAddresses[] | cdktf.IResolvable): void; resetHelperAddresses(): void; get helperAddressesInput(): any; get id(): any; private _ipAccessGroupIn?; get ipAccessGroupIn(): string; set ipAccessGroupIn(value: string); resetIpAccessGroupIn(): void; get ipAccessGroupInInput(): string; private _ipAccessGroupInEnable?; get ipAccessGroupInEnable(): boolean | cdktf.IResolvable; set ipAccessGroupInEnable(value: boolean | cdktf.IResolvable); resetIpAccessGroupInEnable(): void; get ipAccessGroupInEnableInput(): any; private _ipAccessGroupOut?; get ipAccessGroupOut(): string; set ipAccessGroupOut(value: string); resetIpAccessGroupOut(): void; get ipAccessGroupOutInput(): string; private _ipAccessGroupOutEnable?; get ipAccessGroupOutEnable(): boolean | cdktf.IResolvable; set ipAccessGroupOutEnable(value: boolean | cdktf.IResolvable); resetIpAccessGroupOutEnable(): void; get ipAccessGroupOutEnableInput(): any; private _ipDhcpRelayInformationOptionVpnId?; get ipDhcpRelayInformationOptionVpnId(): boolean | cdktf.IResolvable; set ipDhcpRelayInformationOptionVpnId(value: boolean | cdktf.IResolvable); resetIpDhcpRelayInformationOptionVpnId(): void; get ipDhcpRelayInformationOptionVpnIdInput(): any; private _ipDhcpRelaySourceInterface?; get ipDhcpRelaySourceInterface(): string; set ipDhcpRelaySourceInterface(value: string); resetIpDhcpRelaySourceInterface(): void; get ipDhcpRelaySourceInterfaceInput(): string; private _ipIgmpVersion?; get ipIgmpVersion(): number; set ipIgmpVersion(value: number); resetIpIgmpVersion(): void; get ipIgmpVersionInput(): number; private _ipLocalProxyArp?; get ipLocalProxyArp(): boolean | cdktf.IResolvable; set ipLocalProxyArp(value: boolean | cdktf.IResolvable); resetIpLocalProxyArp(): void; get ipLocalProxyArpInput(): any; private _ipNatInside?; get ipNatInside(): boolean | cdktf.IResolvable; set ipNatInside(value: boolean | cdktf.IResolvable); resetIpNatInside(): void; get ipNatInsideInput(): any; private _ipNatOutside?; get ipNatOutside(): boolean | cdktf.IResolvable; set ipNatOutside(value: boolean | cdktf.IResolvable); resetIpNatOutside(): void; get ipNatOutsideInput(): any; private _ipProxyArp?; get ipProxyArp(): boolean | cdktf.IResolvable; set ipProxyArp(value: boolean | cdktf.IResolvable); resetIpProxyArp(): void; get ipProxyArpInput(): any; private _ipRedirects?; get ipRedirects(): boolean | cdktf.IResolvable; set ipRedirects(value: boolean | cdktf.IResolvable); resetIpRedirects(): void; get ipRedirectsInput(): any; private _ipRouterIsis?; get ipRouterIsis(): string; set ipRouterIsis(value: string); resetIpRouterIsis(): void; get ipRouterIsisInput(): string; private _ipUnreachables?; get ipUnreachables(): boolean | cdktf.IResolvable; set ipUnreachables(value: boolean | cdktf.IResolvable); resetIpUnreachables(): void; get ipUnreachablesInput(): any; private _ipv4Address?; get ipv4Address(): string; set ipv4Address(value: string); resetIpv4Address(): void; get ipv4AddressInput(): string; private _ipv4AddressMask?; get ipv4AddressMask(): string; set ipv4AddressMask(value: string); resetIpv4AddressMask(): void; get ipv4AddressMaskInput(): string; private _ipv6AddressAutoconfigDefault?; get ipv6AddressAutoconfigDefault(): boolean | cdktf.IResolvable; set ipv6AddressAutoconfigDefault(value: boolean | cdktf.IResolvable); resetIpv6AddressAutoconfigDefault(): void; get ipv6AddressAutoconfigDefaultInput(): any; private _ipv6AddressDhcp?; get ipv6AddressDhcp(): boolean | cdktf.IResolvable; set ipv6AddressDhcp(value: boolean | cdktf.IResolvable); resetIpv6AddressDhcp(): void; get ipv6AddressDhcpInput(): any; private _ipv6Addresses; get ipv6Addresses(): InterfaceVlanIpv6AddressesList; putIpv6Addresses(value: InterfaceVlanIpv6Addresses[] | cdktf.IResolvable): void; resetIpv6Addresses(): void; get ipv6AddressesInput(): any; private _ipv6Enable?; get ipv6Enable(): boolean | cdktf.IResolvable; set ipv6Enable(value: boolean | cdktf.IResolvable); resetIpv6Enable(): void; get ipv6EnableInput(): any; private _ipv6LinkLocalAddresses; get ipv6LinkLocalAddresses(): InterfaceVlanIpv6LinkLocalAddressesList; putIpv6LinkLocalAddresses(value: InterfaceVlanIpv6LinkLocalAddresses[] | cdktf.IResolvable): void; resetIpv6LinkLocalAddresses(): void; get ipv6LinkLocalAddressesInput(): any; private _ipv6Mtu?; get ipv6Mtu(): number; set ipv6Mtu(value: number); resetIpv6Mtu(): void; get ipv6MtuInput(): number; private _ipv6NdRaSuppressAll?; get ipv6NdRaSuppressAll(): boolean | cdktf.IResolvable; set ipv6NdRaSuppressAll(value: boolean | cdktf.IResolvable); resetIpv6NdRaSuppressAll(): void; get ipv6NdRaSuppressAllInput(): any; private _loadInterval?; get loadInterval(): number; set loadInterval(value: number); resetLoadInterval(): void; get loadIntervalInput(): number; private _macAddress?; get macAddress(): string; set macAddress(value: string); resetMacAddress(): void; get macAddressInput(): string; private _name?; get name(): number; set name(value: number); get nameInput(): number; private _shutdown?; get shutdown(): boolean | cdktf.IResolvable; set shutdown(value: boolean | cdktf.IResolvable); resetShutdown(): void; get shutdownInput(): any; private _unnumbered?; get unnumbered(): string; set unnumbered(value: string); resetUnnumbered(): void; get unnumberedInput(): string; private _vrfForwarding?; get vrfForwarding(): string; set vrfForwarding(value: string); resetVrfForwarding(): void; get vrfForwardingInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }