import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeInterfaceOspfConfig 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_ospf#device DataIosxeInterfaceOspf#device} */ readonly device?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ospf#name DataIosxeInterfaceOspf#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_ospf#type DataIosxeInterfaceOspf#type} */ readonly type: string; } export interface DataIosxeInterfaceOspfMessageDigestKeys { } export declare function dataIosxeInterfaceOspfMessageDigestKeysToTerraform(struct?: DataIosxeInterfaceOspfMessageDigestKeys): any; export declare function dataIosxeInterfaceOspfMessageDigestKeysToHclTerraform(struct?: DataIosxeInterfaceOspfMessageDigestKeys): any; export declare class DataIosxeInterfaceOspfMessageDigestKeysOutputReference 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(): DataIosxeInterfaceOspfMessageDigestKeys | undefined; set internalValue(value: DataIosxeInterfaceOspfMessageDigestKeys | undefined); get id(): any; get md5AuthKey(): any; get md5AuthType(): any; } export declare class DataIosxeInterfaceOspfMessageDigestKeysList 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): DataIosxeInterfaceOspfMessageDigestKeysOutputReference; } export interface DataIosxeInterfaceOspfMultiAreaIds { } export declare function dataIosxeInterfaceOspfMultiAreaIdsToTerraform(struct?: DataIosxeInterfaceOspfMultiAreaIds): any; export declare function dataIosxeInterfaceOspfMultiAreaIdsToHclTerraform(struct?: DataIosxeInterfaceOspfMultiAreaIds): any; export declare class DataIosxeInterfaceOspfMultiAreaIdsOutputReference 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(): DataIosxeInterfaceOspfMultiAreaIds | undefined; set internalValue(value: DataIosxeInterfaceOspfMultiAreaIds | undefined); get areaId(): any; } export declare class DataIosxeInterfaceOspfMultiAreaIdsList 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): DataIosxeInterfaceOspfMultiAreaIdsOutputReference; } export interface DataIosxeInterfaceOspfProcessIdsAreas { } export declare function dataIosxeInterfaceOspfProcessIdsAreasToTerraform(struct?: DataIosxeInterfaceOspfProcessIdsAreas): any; export declare function dataIosxeInterfaceOspfProcessIdsAreasToHclTerraform(struct?: DataIosxeInterfaceOspfProcessIdsAreas): any; export declare class DataIosxeInterfaceOspfProcessIdsAreasOutputReference 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(): DataIosxeInterfaceOspfProcessIdsAreas | undefined; set internalValue(value: DataIosxeInterfaceOspfProcessIdsAreas | undefined); get areaId(): any; } export declare class DataIosxeInterfaceOspfProcessIdsAreasList 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): DataIosxeInterfaceOspfProcessIdsAreasOutputReference; } export interface DataIosxeInterfaceOspfProcessIds { } export declare function dataIosxeInterfaceOspfProcessIdsToTerraform(struct?: DataIosxeInterfaceOspfProcessIds): any; export declare function dataIosxeInterfaceOspfProcessIdsToHclTerraform(struct?: DataIosxeInterfaceOspfProcessIds): any; export declare class DataIosxeInterfaceOspfProcessIdsOutputReference 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(): DataIosxeInterfaceOspfProcessIds | undefined; set internalValue(value: DataIosxeInterfaceOspfProcessIds | undefined); private _areas; get areas(): DataIosxeInterfaceOspfProcessIdsAreasList; get id(): any; } export declare class DataIosxeInterfaceOspfProcessIdsList 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): DataIosxeInterfaceOspfProcessIdsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ospf iosxe_interface_ospf} */ export declare class DataIosxeInterfaceOspf extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_interface_ospf"; /** * Generates CDKTF code for importing a DataIosxeInterfaceOspf 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 DataIosxeInterfaceOspf to import * @param importFromId The id of the existing DataIosxeInterfaceOspf that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/interface_ospf#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeInterfaceOspf 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_ospf iosxe_interface_ospf} 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 DataIosxeInterfaceOspfConfig */ constructor(scope: Construct, id: string, config: DataIosxeInterfaceOspfConfig); get cost(): any; get deadInterval(): any; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; get helloInterval(): any; get id(): any; private _messageDigestKeys; get messageDigestKeys(): DataIosxeInterfaceOspfMessageDigestKeysList; get mtuIgnore(): any; private _multiAreaIds; get multiAreaIds(): DataIosxeInterfaceOspfMultiAreaIdsList; private _name?; get name(): string; set name(value: string); get nameInput(): string; get networkTypeBroadcast(): any; get networkTypeNonBroadcast(): any; get networkTypePointToMultipoint(): any; get networkTypePointToPoint(): any; get priority(): any; private _processIds; get processIds(): DataIosxeInterfaceOspfProcessIdsList; get ttlSecurityHops(): any; private _type?; get type(): string; set type(value: string); get typeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }