import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeInterfaceEthernetConfig extends cdktf.TerraformMetaArguments { /** * A device name from the provider configuration. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ethernet#device DataIosxeInterfaceEthernet#device} */ readonly device?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ethernet#name DataIosxeInterfaceEthernet#name} */ readonly name: string; /** * Interface type * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ethernet#type DataIosxeInterfaceEthernet#type} */ readonly type: string; } export interface DataIosxeInterfaceEthernetDeviceTrackingAttachedPolicies { } export declare function dataIosxeInterfaceEthernetDeviceTrackingAttachedPoliciesToTerraform(struct?: DataIosxeInterfaceEthernetDeviceTrackingAttachedPolicies): any; export declare function dataIosxeInterfaceEthernetDeviceTrackingAttachedPoliciesToHclTerraform(struct?: DataIosxeInterfaceEthernetDeviceTrackingAttachedPolicies): any; export declare class DataIosxeInterfaceEthernetDeviceTrackingAttachedPoliciesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetDeviceTrackingAttachedPolicies | undefined; set internalValue(value: DataIosxeInterfaceEthernetDeviceTrackingAttachedPolicies | undefined); get name(): any; } export declare class DataIosxeInterfaceEthernetDeviceTrackingAttachedPoliciesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetDeviceTrackingAttachedPoliciesOutputReference; } export interface DataIosxeInterfaceEthernetEvpnEthernetSegments { } export declare function dataIosxeInterfaceEthernetEvpnEthernetSegmentsToTerraform(struct?: DataIosxeInterfaceEthernetEvpnEthernetSegments): any; export declare function dataIosxeInterfaceEthernetEvpnEthernetSegmentsToHclTerraform(struct?: DataIosxeInterfaceEthernetEvpnEthernetSegments): any; export declare class DataIosxeInterfaceEthernetEvpnEthernetSegmentsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetEvpnEthernetSegments | undefined; set internalValue(value: DataIosxeInterfaceEthernetEvpnEthernetSegments | undefined); get esValue(): any; } export declare class DataIosxeInterfaceEthernetEvpnEthernetSegmentsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetEvpnEthernetSegmentsOutputReference; } export interface DataIosxeInterfaceEthernetHelperAddresses { } export declare function dataIosxeInterfaceEthernetHelperAddressesToTerraform(struct?: DataIosxeInterfaceEthernetHelperAddresses): any; export declare function dataIosxeInterfaceEthernetHelperAddressesToHclTerraform(struct?: DataIosxeInterfaceEthernetHelperAddresses): any; export declare class DataIosxeInterfaceEthernetHelperAddressesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetHelperAddresses | undefined; set internalValue(value: DataIosxeInterfaceEthernetHelperAddresses | undefined); get address(): any; get global(): any; get vrf(): any; } export declare class DataIosxeInterfaceEthernetHelperAddressesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetHelperAddressesOutputReference; } export interface DataIosxeInterfaceEthernetHoldQueues { } export declare function dataIosxeInterfaceEthernetHoldQueuesToTerraform(struct?: DataIosxeInterfaceEthernetHoldQueues): any; export declare function dataIosxeInterfaceEthernetHoldQueuesToHclTerraform(struct?: DataIosxeInterfaceEthernetHoldQueues): any; export declare class DataIosxeInterfaceEthernetHoldQueuesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetHoldQueues | undefined; set internalValue(value: DataIosxeInterfaceEthernetHoldQueues | undefined); get direction(): any; get queueLength(): any; } export declare class DataIosxeInterfaceEthernetHoldQueuesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetHoldQueuesOutputReference; } export interface DataIosxeInterfaceEthernetIpFlowMonitors { } export declare function dataIosxeInterfaceEthernetIpFlowMonitorsToTerraform(struct?: DataIosxeInterfaceEthernetIpFlowMonitors): any; export declare function dataIosxeInterfaceEthernetIpFlowMonitorsToHclTerraform(struct?: DataIosxeInterfaceEthernetIpFlowMonitors): any; export declare class DataIosxeInterfaceEthernetIpFlowMonitorsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetIpFlowMonitors | undefined; set internalValue(value: DataIosxeInterfaceEthernetIpFlowMonitors | undefined); get direction(): any; get name(): any; } export declare class DataIosxeInterfaceEthernetIpFlowMonitorsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetIpFlowMonitorsOutputReference; } export interface DataIosxeInterfaceEthernetIpv6Addresses { } export declare function dataIosxeInterfaceEthernetIpv6AddressesToTerraform(struct?: DataIosxeInterfaceEthernetIpv6Addresses): any; export declare function dataIosxeInterfaceEthernetIpv6AddressesToHclTerraform(struct?: DataIosxeInterfaceEthernetIpv6Addresses): any; export declare class DataIosxeInterfaceEthernetIpv6AddressesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetIpv6Addresses | undefined; set internalValue(value: DataIosxeInterfaceEthernetIpv6Addresses | undefined); get eui64(): any; get prefix(): any; } export declare class DataIosxeInterfaceEthernetIpv6AddressesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetIpv6AddressesOutputReference; } export interface DataIosxeInterfaceEthernetIpv6FlowMonitors { } export declare function dataIosxeInterfaceEthernetIpv6FlowMonitorsToTerraform(struct?: DataIosxeInterfaceEthernetIpv6FlowMonitors): any; export declare function dataIosxeInterfaceEthernetIpv6FlowMonitorsToHclTerraform(struct?: DataIosxeInterfaceEthernetIpv6FlowMonitors): any; export declare class DataIosxeInterfaceEthernetIpv6FlowMonitorsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetIpv6FlowMonitors | undefined; set internalValue(value: DataIosxeInterfaceEthernetIpv6FlowMonitors | undefined); get direction(): any; get name(): any; } export declare class DataIosxeInterfaceEthernetIpv6FlowMonitorsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetIpv6FlowMonitorsOutputReference; } export interface DataIosxeInterfaceEthernetIpv6LinkLocalAddresses { } export declare function dataIosxeInterfaceEthernetIpv6LinkLocalAddressesToTerraform(struct?: DataIosxeInterfaceEthernetIpv6LinkLocalAddresses): any; export declare function dataIosxeInterfaceEthernetIpv6LinkLocalAddressesToHclTerraform(struct?: DataIosxeInterfaceEthernetIpv6LinkLocalAddresses): any; export declare class DataIosxeInterfaceEthernetIpv6LinkLocalAddressesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetIpv6LinkLocalAddresses | undefined; set internalValue(value: DataIosxeInterfaceEthernetIpv6LinkLocalAddresses | undefined); get address(): any; get linkLocal(): any; } export declare class DataIosxeInterfaceEthernetIpv6LinkLocalAddressesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetIpv6LinkLocalAddressesOutputReference; } export interface DataIosxeInterfaceEthernetServiceInstances { } export declare function dataIosxeInterfaceEthernetServiceInstancesToTerraform(struct?: DataIosxeInterfaceEthernetServiceInstances): any; export declare function dataIosxeInterfaceEthernetServiceInstancesToHclTerraform(struct?: DataIosxeInterfaceEthernetServiceInstances): any; export declare class DataIosxeInterfaceEthernetServiceInstancesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetServiceInstances | undefined; set internalValue(value: DataIosxeInterfaceEthernetServiceInstances | undefined); get encapsulationUntagged(): any; get ethernet(): any; get id(): any; } export declare class DataIosxeInterfaceEthernetServiceInstancesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetServiceInstancesOutputReference; } export interface DataIosxeInterfaceEthernetSourceTemplate { } export declare function dataIosxeInterfaceEthernetSourceTemplateToTerraform(struct?: DataIosxeInterfaceEthernetSourceTemplate): any; export declare function dataIosxeInterfaceEthernetSourceTemplateToHclTerraform(struct?: DataIosxeInterfaceEthernetSourceTemplate): any; export declare class DataIosxeInterfaceEthernetSourceTemplateOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataIosxeInterfaceEthernetSourceTemplate | undefined; set internalValue(value: DataIosxeInterfaceEthernetSourceTemplate | undefined); get merge(): any; get templateName(): any; } export declare class DataIosxeInterfaceEthernetSourceTemplateList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataIosxeInterfaceEthernetSourceTemplateOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ethernet iosxe_interface_ethernet} */ export declare class DataIosxeInterfaceEthernet extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_interface_ethernet"; /** * Generates CDKTF code for importing a DataIosxeInterfaceEthernet 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 DataIosxeInterfaceEthernet to import * @param importFromId The id of the existing DataIosxeInterfaceEthernet that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ethernet#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeInterfaceEthernet 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/data-sources/interface_ethernet iosxe_interface_ethernet} Data Source * * @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 DataIosxeInterfaceEthernetConfig */ constructor(scope: Construct, id: string, config: DataIosxeInterfaceEthernetConfig); get arpTimeout(): any; get authenticationEventFailActionAuthorizeVlan(): any; get authenticationEventFailActionNextMethod(): any; get authenticationEventLinksecFailActionNextMethod(): any; get authenticationEventNoResponseActionAuthorizeVlan(): any; get authenticationEventServerAliveActionReinitialize(): any; get authenticationEventServerDeadActionAuthorize(): any; get authenticationEventServerDeadActionAuthorizeVlan(): any; get authenticationEventServerDeadActionAuthorizeVoice(): any; get authenticationEventServerDeadActionReinitializeVlan(): any; get authenticationHostMode(): any; get authenticationOrderDot1X(): any; get authenticationOrderDot1XMab(): any; get authenticationOrderDot1XWebauth(): any; get authenticationOrderMab(): any; get authenticationOrderMabDot1X(): any; get authenticationOrderMabWebauth(): any; get authenticationOrderWebauth(): any; get authenticationPeriodic(): any; get authenticationPortControl(): any; get authenticationPriorityDot1X(): any; get authenticationPriorityDot1XMab(): any; get authenticationPriorityDot1XWebauth(): any; get authenticationPriorityMab(): any; get authenticationPriorityMabDot1X(): any; get authenticationPriorityMabWebauth(): any; get authenticationPriorityWebauth(): any; get authenticationTimerReauthenticate(): any; get authenticationTimerReauthenticateServer(): any; get autoQosClassify(): any; get autoQosClassifyPolice(): any; get autoQosTrust(): any; get autoQosTrustCos(): any; get autoQosTrustDscp(): any; get autoQosVideoCts(): any; get autoQosVideoIpCamera(): any; get autoQosVideoMediaPlayer(): any; get autoQosVoip(): any; get autoQosVoipCiscoPhone(): any; get autoQosVoipCiscoSoftphone(): any; get autoQosVoipTrust(): any; get bandwidth(): any; get bfdEcho(): any; get bfdEnable(): any; get bfdInterval(): any; get bfdIntervalMinRx(): any; get bfdIntervalMultiplier(): any; get bfdLocalAddress(): any; get bfdTemplate(): any; get bpduguardDisable(): any; get bpduguardEnable(): any; get carrierDelayMsec(): any; get cdpEnable(): any; get cdpTlvApp(): any; get cdpTlvLocation(): any; get cdpTlvServerLocation(): any; get channelGroupMode(): any; get channelGroupNumber(): any; get description(): any; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; get deviceTracking(): any; private _deviceTrackingAttachedPolicies; get deviceTrackingAttachedPolicies(): DataIosxeInterfaceEthernetDeviceTrackingAttachedPoliciesList; get dot1XMaxReauthReq(): any; get dot1XMaxReq(): any; get dot1XPae(): any; get dot1XTimeoutAuthPeriod(): any; get dot1XTimeoutHeldPeriod(): any; get dot1XTimeoutQuietPeriod(): any; get dot1XTimeoutRatelimitPeriod(): any; get dot1XTimeoutServerTimeout(): any; get dot1XTimeoutStartPeriod(): any; get dot1XTimeoutSuppTimeout(): any; get dot1XTimeoutTxPeriod(): any; get encapsulationDot1QVlanId(): any; private _evpnEthernetSegments; get evpnEthernetSegments(): DataIosxeInterfaceEthernetEvpnEthernetSegmentsList; private _helperAddresses; get helperAddresses(): DataIosxeInterfaceEthernetHelperAddressesList; private _holdQueues; get holdQueues(): DataIosxeInterfaceEthernetHoldQueuesList; get id(): any; get ipAccessGroupIn(): any; get ipAccessGroupInEnable(): any; get ipAccessGroupOut(): any; get ipAccessGroupOutEnable(): any; get ipArpInspectionLimitRate(): any; get ipArpInspectionTrust(): any; get ipDhcpRelayInformationOptionVpnId(): any; get ipDhcpRelaySourceInterface(): any; get ipDhcpSnoopingTrust(): any; private _ipFlowMonitors; get ipFlowMonitors(): DataIosxeInterfaceEthernetIpFlowMonitorsList; get ipIgmpVersion(): any; get ipNatInside(): any; get ipNatOutside(): any; get ipNbarProtocolDiscovery(): any; get ipProxyArp(): any; get ipRedirects(): any; get ipRouterIsis(): any; get ipUnreachables(): any; get ipv4Address(): any; get ipv4AddressMask(): any; get ipv6AddressAutoconfigDefault(): any; get ipv6AddressDhcp(): any; private _ipv6Addresses; get ipv6Addresses(): DataIosxeInterfaceEthernetIpv6AddressesList; get ipv6Enable(): any; private _ipv6FlowMonitors; get ipv6FlowMonitors(): DataIosxeInterfaceEthernetIpv6FlowMonitorsList; private _ipv6LinkLocalAddresses; get ipv6LinkLocalAddresses(): DataIosxeInterfaceEthernetIpv6LinkLocalAddressesList; get ipv6Mtu(): any; get ipv6NdRaSuppressAll(): any; get loadInterval(): any; get loggingEventLinkStatusEnable(): any; get mab(): any; get mabEap(): any; get mediaType(): any; get mtu(): any; private _name?; get name(): string; set name(value: string); get nameInput(): string; get negotiationAuto(): any; private _serviceInstances; get serviceInstances(): DataIosxeInterfaceEthernetServiceInstancesList; get servicePolicyInput(): any; get servicePolicyOutput(): any; get shutdown(): any; get snmpTrapLinkStatus(): any; private _sourceTemplate; get sourceTemplate(): DataIosxeInterfaceEthernetSourceTemplateList; get spanningTreeGuard(): any; get spanningTreeLinkType(): any; get spanningTreePortfast(): any; get spanningTreePortfastDisable(): any; get spanningTreePortfastEdge(): any; get spanningTreePortfastTrunk(): any; get speed100(): any; get speed1000(): any; get speed10000(): any; get speed100000(): any; get speed2500(): any; get speed25000(): any; get speed40000(): any; get speed5000(): any; get speedNonegotiate(): any; get switchport(): any; get trustDevice(): any; private _type?; get type(): string; set type(value: string); get typeInput(): string; get unnumbered(): any; get vrfForwarding(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }