import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeDeviceSensorConfig 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/device_sensor#device DataIosxeDeviceSensor#device} */ readonly device?: string; } export interface DataIosxeDeviceSensorFilterListsCdp { } export declare function dataIosxeDeviceSensorFilterListsCdpToTerraform(struct?: DataIosxeDeviceSensorFilterListsCdp): any; export declare function dataIosxeDeviceSensorFilterListsCdpToHclTerraform(struct?: DataIosxeDeviceSensorFilterListsCdp): any; export declare class DataIosxeDeviceSensorFilterListsCdpOutputReference 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(): DataIosxeDeviceSensorFilterListsCdp | undefined; set internalValue(value: DataIosxeDeviceSensorFilterListsCdp | undefined); get name(): any; get tlvNameAddressType(): any; get tlvNameCapabilitiesType(): any; get tlvNameDeviceName(): any; get tlvNamePlatformType(): any; get tlvNamePortIdType(): any; } export declare class DataIosxeDeviceSensorFilterListsCdpList 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): DataIosxeDeviceSensorFilterListsCdpOutputReference; } export interface DataIosxeDeviceSensorFilterListsDhcp { } export declare function dataIosxeDeviceSensorFilterListsDhcpToTerraform(struct?: DataIosxeDeviceSensorFilterListsDhcp): any; export declare function dataIosxeDeviceSensorFilterListsDhcpToHclTerraform(struct?: DataIosxeDeviceSensorFilterListsDhcp): any; export declare class DataIosxeDeviceSensorFilterListsDhcpOutputReference 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(): DataIosxeDeviceSensorFilterListsDhcp | undefined; set internalValue(value: DataIosxeDeviceSensorFilterListsDhcp | undefined); get name(): any; get optionNameClassIdentifier(): any; get optionNameClientFqdn(): any; get optionNameClientIdentifier(): any; get optionNameDefaultIpTtl(): any; get optionNameHostName(): any; get optionNameParameterRequestList(): any; get optionNameRequestedAddress(): any; } export declare class DataIosxeDeviceSensorFilterListsDhcpList 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): DataIosxeDeviceSensorFilterListsDhcpOutputReference; } export interface DataIosxeDeviceSensorFilterListsLldp { } export declare function dataIosxeDeviceSensorFilterListsLldpToTerraform(struct?: DataIosxeDeviceSensorFilterListsLldp): any; export declare function dataIosxeDeviceSensorFilterListsLldpToHclTerraform(struct?: DataIosxeDeviceSensorFilterListsLldp): any; export declare class DataIosxeDeviceSensorFilterListsLldpOutputReference 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(): DataIosxeDeviceSensorFilterListsLldp | undefined; set internalValue(value: DataIosxeDeviceSensorFilterListsLldp | undefined); get name(): any; get tlvNamePortDescription(): any; get tlvNamePortId(): any; get tlvNameSystemCapabilities(): any; get tlvNameSystemDescription(): any; get tlvNameSystemName(): any; } export declare class DataIosxeDeviceSensorFilterListsLldpList 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): DataIosxeDeviceSensorFilterListsLldpOutputReference; } export interface DataIosxeDeviceSensorFilterSpecCdpExcludes { } export declare function dataIosxeDeviceSensorFilterSpecCdpExcludesToTerraform(struct?: DataIosxeDeviceSensorFilterSpecCdpExcludes): any; export declare function dataIosxeDeviceSensorFilterSpecCdpExcludesToHclTerraform(struct?: DataIosxeDeviceSensorFilterSpecCdpExcludes): any; export declare class DataIosxeDeviceSensorFilterSpecCdpExcludesOutputReference 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(): DataIosxeDeviceSensorFilterSpecCdpExcludes | undefined; set internalValue(value: DataIosxeDeviceSensorFilterSpecCdpExcludes | undefined); get name(): any; } export declare class DataIosxeDeviceSensorFilterSpecCdpExcludesList 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): DataIosxeDeviceSensorFilterSpecCdpExcludesOutputReference; } export interface DataIosxeDeviceSensorFilterSpecCdpIncludes { } export declare function dataIosxeDeviceSensorFilterSpecCdpIncludesToTerraform(struct?: DataIosxeDeviceSensorFilterSpecCdpIncludes): any; export declare function dataIosxeDeviceSensorFilterSpecCdpIncludesToHclTerraform(struct?: DataIosxeDeviceSensorFilterSpecCdpIncludes): any; export declare class DataIosxeDeviceSensorFilterSpecCdpIncludesOutputReference 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(): DataIosxeDeviceSensorFilterSpecCdpIncludes | undefined; set internalValue(value: DataIosxeDeviceSensorFilterSpecCdpIncludes | undefined); get name(): any; } export declare class DataIosxeDeviceSensorFilterSpecCdpIncludesList 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): DataIosxeDeviceSensorFilterSpecCdpIncludesOutputReference; } export interface DataIosxeDeviceSensorFilterSpecDhcpExcludes { } export declare function dataIosxeDeviceSensorFilterSpecDhcpExcludesToTerraform(struct?: DataIosxeDeviceSensorFilterSpecDhcpExcludes): any; export declare function dataIosxeDeviceSensorFilterSpecDhcpExcludesToHclTerraform(struct?: DataIosxeDeviceSensorFilterSpecDhcpExcludes): any; export declare class DataIosxeDeviceSensorFilterSpecDhcpExcludesOutputReference 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(): DataIosxeDeviceSensorFilterSpecDhcpExcludes | undefined; set internalValue(value: DataIosxeDeviceSensorFilterSpecDhcpExcludes | undefined); get name(): any; } export declare class DataIosxeDeviceSensorFilterSpecDhcpExcludesList 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): DataIosxeDeviceSensorFilterSpecDhcpExcludesOutputReference; } export interface DataIosxeDeviceSensorFilterSpecDhcpIncludes { } export declare function dataIosxeDeviceSensorFilterSpecDhcpIncludesToTerraform(struct?: DataIosxeDeviceSensorFilterSpecDhcpIncludes): any; export declare function dataIosxeDeviceSensorFilterSpecDhcpIncludesToHclTerraform(struct?: DataIosxeDeviceSensorFilterSpecDhcpIncludes): any; export declare class DataIosxeDeviceSensorFilterSpecDhcpIncludesOutputReference 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(): DataIosxeDeviceSensorFilterSpecDhcpIncludes | undefined; set internalValue(value: DataIosxeDeviceSensorFilterSpecDhcpIncludes | undefined); get name(): any; } export declare class DataIosxeDeviceSensorFilterSpecDhcpIncludesList 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): DataIosxeDeviceSensorFilterSpecDhcpIncludesOutputReference; } export interface DataIosxeDeviceSensorFilterSpecLldpExcludes { } export declare function dataIosxeDeviceSensorFilterSpecLldpExcludesToTerraform(struct?: DataIosxeDeviceSensorFilterSpecLldpExcludes): any; export declare function dataIosxeDeviceSensorFilterSpecLldpExcludesToHclTerraform(struct?: DataIosxeDeviceSensorFilterSpecLldpExcludes): any; export declare class DataIosxeDeviceSensorFilterSpecLldpExcludesOutputReference 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(): DataIosxeDeviceSensorFilterSpecLldpExcludes | undefined; set internalValue(value: DataIosxeDeviceSensorFilterSpecLldpExcludes | undefined); get name(): any; } export declare class DataIosxeDeviceSensorFilterSpecLldpExcludesList 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): DataIosxeDeviceSensorFilterSpecLldpExcludesOutputReference; } export interface DataIosxeDeviceSensorFilterSpecLldpIncludes { } export declare function dataIosxeDeviceSensorFilterSpecLldpIncludesToTerraform(struct?: DataIosxeDeviceSensorFilterSpecLldpIncludes): any; export declare function dataIosxeDeviceSensorFilterSpecLldpIncludesToHclTerraform(struct?: DataIosxeDeviceSensorFilterSpecLldpIncludes): any; export declare class DataIosxeDeviceSensorFilterSpecLldpIncludesOutputReference 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(): DataIosxeDeviceSensorFilterSpecLldpIncludes | undefined; set internalValue(value: DataIosxeDeviceSensorFilterSpecLldpIncludes | undefined); get name(): any; } export declare class DataIosxeDeviceSensorFilterSpecLldpIncludesList 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): DataIosxeDeviceSensorFilterSpecLldpIncludesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/device_sensor iosxe_device_sensor} */ export declare class DataIosxeDeviceSensor extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_device_sensor"; /** * Generates CDKTF code for importing a DataIosxeDeviceSensor 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 DataIosxeDeviceSensor to import * @param importFromId The id of the existing DataIosxeDeviceSensor that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/device_sensor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeDeviceSensor 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/device_sensor iosxe_device_sensor} 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 DataIosxeDeviceSensorConfig = {} */ constructor(scope: Construct, id: string, config?: DataIosxeDeviceSensorConfig); private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; private _filterListsCdp; get filterListsCdp(): DataIosxeDeviceSensorFilterListsCdpList; private _filterListsDhcp; get filterListsDhcp(): DataIosxeDeviceSensorFilterListsDhcpList; private _filterListsLldp; get filterListsLldp(): DataIosxeDeviceSensorFilterListsLldpList; private _filterSpecCdpExcludes; get filterSpecCdpExcludes(): DataIosxeDeviceSensorFilterSpecCdpExcludesList; private _filterSpecCdpIncludes; get filterSpecCdpIncludes(): DataIosxeDeviceSensorFilterSpecCdpIncludesList; private _filterSpecDhcpExcludes; get filterSpecDhcpExcludes(): DataIosxeDeviceSensorFilterSpecDhcpExcludesList; private _filterSpecDhcpIncludes; get filterSpecDhcpIncludes(): DataIosxeDeviceSensorFilterSpecDhcpIncludesList; private _filterSpecLldpExcludes; get filterSpecLldpExcludes(): DataIosxeDeviceSensorFilterSpecLldpExcludesList; private _filterSpecLldpIncludes; get filterSpecLldpIncludes(): DataIosxeDeviceSensorFilterSpecLldpIncludesList; get id(): any; get notifyAllChanges(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }