import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxePimConfig 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/pim#device DataIosxePim#device} */ readonly device?: string; } export interface DataIosxePimRpAddresses { } export declare function dataIosxePimRpAddressesToTerraform(struct?: DataIosxePimRpAddresses): any; export declare function dataIosxePimRpAddressesToHclTerraform(struct?: DataIosxePimRpAddresses): any; export declare class DataIosxePimRpAddressesOutputReference 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(): DataIosxePimRpAddresses | undefined; set internalValue(value: DataIosxePimRpAddresses | undefined); get accessList(): any; get bidir(): any; get override(): any; get rpAddress(): any; } export declare class DataIosxePimRpAddressesList 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): DataIosxePimRpAddressesOutputReference; } export interface DataIosxePimRpCandidates { } export declare function dataIosxePimRpCandidatesToTerraform(struct?: DataIosxePimRpCandidates): any; export declare function dataIosxePimRpCandidatesToHclTerraform(struct?: DataIosxePimRpCandidates): any; export declare class DataIosxePimRpCandidatesOutputReference 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(): DataIosxePimRpCandidates | undefined; set internalValue(value: DataIosxePimRpCandidates | undefined); get bidir(): any; get groupList(): any; get interface(): any; get interval(): any; get priority(): any; } export declare class DataIosxePimRpCandidatesList 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): DataIosxePimRpCandidatesOutputReference; } export interface DataIosxePimVrfsRpAddresses { } export declare function dataIosxePimVrfsRpAddressesToTerraform(struct?: DataIosxePimVrfsRpAddresses): any; export declare function dataIosxePimVrfsRpAddressesToHclTerraform(struct?: DataIosxePimVrfsRpAddresses): any; export declare class DataIosxePimVrfsRpAddressesOutputReference 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(): DataIosxePimVrfsRpAddresses | undefined; set internalValue(value: DataIosxePimVrfsRpAddresses | undefined); get accessList(): any; get bidir(): any; get override(): any; get rpAddress(): any; } export declare class DataIosxePimVrfsRpAddressesList 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): DataIosxePimVrfsRpAddressesOutputReference; } export interface DataIosxePimVrfsRpCandidates { } export declare function dataIosxePimVrfsRpCandidatesToTerraform(struct?: DataIosxePimVrfsRpCandidates): any; export declare function dataIosxePimVrfsRpCandidatesToHclTerraform(struct?: DataIosxePimVrfsRpCandidates): any; export declare class DataIosxePimVrfsRpCandidatesOutputReference 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(): DataIosxePimVrfsRpCandidates | undefined; set internalValue(value: DataIosxePimVrfsRpCandidates | undefined); get bidir(): any; get groupList(): any; get interface(): any; get interval(): any; get priority(): any; } export declare class DataIosxePimVrfsRpCandidatesList 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): DataIosxePimVrfsRpCandidatesOutputReference; } export interface DataIosxePimVrfs { } export declare function dataIosxePimVrfsToTerraform(struct?: DataIosxePimVrfs): any; export declare function dataIosxePimVrfsToHclTerraform(struct?: DataIosxePimVrfs): any; export declare class DataIosxePimVrfsOutputReference 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(): DataIosxePimVrfs | undefined; set internalValue(value: DataIosxePimVrfs | undefined); get autorp(): any; get autorpListener(): any; get bsrCandidateAcceptRpCandidate(): any; get bsrCandidateLoopback(): any; get bsrCandidateMask(): any; get bsrCandidatePriority(): any; get cacheRpfOif(): any; get registerSourceInterfaceLoopback(): any; get rpAddress(): any; get rpAddressBidir(): any; get rpAddressOverride(): any; private _rpAddresses; get rpAddresses(): DataIosxePimVrfsRpAddressesList; private _rpCandidates; get rpCandidates(): DataIosxePimVrfsRpCandidatesList; get ssmDefault(): any; get ssmRange(): any; get vrf(): any; } export declare class DataIosxePimVrfsList 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): DataIosxePimVrfsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/pim iosxe_pim} */ export declare class DataIosxePim extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_pim"; /** * Generates CDKTF code for importing a DataIosxePim 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 DataIosxePim to import * @param importFromId The id of the existing DataIosxePim that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/pim#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxePim 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/pim iosxe_pim} 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 DataIosxePimConfig = {} */ constructor(scope: Construct, id: string, config?: DataIosxePimConfig); get autorp(): any; get autorpListener(): any; get bsrCandidateAcceptRpCandidate(): any; get bsrCandidateLoopback(): any; get bsrCandidateMask(): any; get bsrCandidatePriority(): any; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; get id(): any; get registerSourceInterfaceLoopback(): any; get rpAddress(): any; get rpAddressBidir(): any; get rpAddressOverride(): any; private _rpAddresses; get rpAddresses(): DataIosxePimRpAddressesList; private _rpCandidates; get rpCandidates(): DataIosxePimRpCandidatesList; get ssmDefault(): any; get ssmRange(): any; private _vrfs; get vrfs(): DataIosxePimVrfsList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }