import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataGcoreK8Sv2Config extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#id DataGcoreK8Sv2#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#name DataGcoreK8Sv2#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#project_id DataGcoreK8Sv2#project_id} */ readonly projectId?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#project_name DataGcoreK8Sv2#project_name} */ readonly projectName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#region_id DataGcoreK8Sv2#region_id} */ readonly regionId?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#region_name DataGcoreK8Sv2#region_name} */ readonly regionName?: string; } export interface DataGcoreK8Sv2AuthenticationOidc { } export declare function dataGcoreK8Sv2AuthenticationOidcToTerraform(struct?: DataGcoreK8Sv2AuthenticationOidc): any; export declare function dataGcoreK8Sv2AuthenticationOidcToHclTerraform(struct?: DataGcoreK8Sv2AuthenticationOidc): any; export declare class DataGcoreK8Sv2AuthenticationOidcOutputReference 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(): DataGcoreK8Sv2AuthenticationOidc | undefined; set internalValue(value: DataGcoreK8Sv2AuthenticationOidc | undefined); get clientId(): any; get groupsClaim(): any; get groupsPrefix(): any; get issuerUrl(): any; private _requiredClaims; get requiredClaims(): any; get signingAlgs(): any; get usernameClaim(): any; get usernamePrefix(): any; } export declare class DataGcoreK8Sv2AuthenticationOidcList 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): DataGcoreK8Sv2AuthenticationOidcOutputReference; } export interface DataGcoreK8Sv2Authentication { } export declare function dataGcoreK8Sv2AuthenticationToTerraform(struct?: DataGcoreK8Sv2Authentication): any; export declare function dataGcoreK8Sv2AuthenticationToHclTerraform(struct?: DataGcoreK8Sv2Authentication): any; export declare class DataGcoreK8Sv2AuthenticationOutputReference 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(): DataGcoreK8Sv2Authentication | undefined; set internalValue(value: DataGcoreK8Sv2Authentication | undefined); private _oidc; get oidc(): DataGcoreK8Sv2AuthenticationOidcList; } export declare class DataGcoreK8Sv2AuthenticationList 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): DataGcoreK8Sv2AuthenticationOutputReference; } export interface DataGcoreK8Sv2CniCilium { } export declare function dataGcoreK8Sv2CniCiliumToTerraform(struct?: DataGcoreK8Sv2CniCilium): any; export declare function dataGcoreK8Sv2CniCiliumToHclTerraform(struct?: DataGcoreK8Sv2CniCilium): any; export declare class DataGcoreK8Sv2CniCiliumOutputReference 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(): DataGcoreK8Sv2CniCilium | undefined; set internalValue(value: DataGcoreK8Sv2CniCilium | undefined); get encryption(): any; get hubbleRelay(): any; get hubbleUi(): any; get lbAcceleration(): any; get lbMode(): any; get maskSize(): any; get maskSizeV6(): any; get routingMode(): any; get tunnel(): any; } export declare class DataGcoreK8Sv2CniCiliumList 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): DataGcoreK8Sv2CniCiliumOutputReference; } export interface DataGcoreK8Sv2Cni { } export declare function dataGcoreK8Sv2CniToTerraform(struct?: DataGcoreK8Sv2Cni): any; export declare function dataGcoreK8Sv2CniToHclTerraform(struct?: DataGcoreK8Sv2Cni): any; export declare class DataGcoreK8Sv2CniOutputReference 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(): DataGcoreK8Sv2Cni | undefined; set internalValue(value: DataGcoreK8Sv2Cni | undefined); private _cilium; get cilium(): DataGcoreK8Sv2CniCiliumList; get provider(): any; } export declare class DataGcoreK8Sv2CniList 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): DataGcoreK8Sv2CniOutputReference; } export interface DataGcoreK8Sv2CsiNfs { } export declare function dataGcoreK8Sv2CsiNfsToTerraform(struct?: DataGcoreK8Sv2CsiNfs): any; export declare function dataGcoreK8Sv2CsiNfsToHclTerraform(struct?: DataGcoreK8Sv2CsiNfs): any; export declare class DataGcoreK8Sv2CsiNfsOutputReference 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(): DataGcoreK8Sv2CsiNfs | undefined; set internalValue(value: DataGcoreK8Sv2CsiNfs | undefined); get vastEnabled(): any; } export declare class DataGcoreK8Sv2CsiNfsList 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): DataGcoreK8Sv2CsiNfsOutputReference; } export interface DataGcoreK8Sv2Csi { } export declare function dataGcoreK8Sv2CsiToTerraform(struct?: DataGcoreK8Sv2Csi): any; export declare function dataGcoreK8Sv2CsiToHclTerraform(struct?: DataGcoreK8Sv2Csi): any; export declare class DataGcoreK8Sv2CsiOutputReference 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(): DataGcoreK8Sv2Csi | undefined; set internalValue(value: DataGcoreK8Sv2Csi | undefined); private _nfs; get nfs(): DataGcoreK8Sv2CsiNfsList; } export declare class DataGcoreK8Sv2CsiList 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): DataGcoreK8Sv2CsiOutputReference; } export interface DataGcoreK8Sv2DdosProfileFields { } export declare function dataGcoreK8Sv2DdosProfileFieldsToTerraform(struct?: DataGcoreK8Sv2DdosProfileFields): any; export declare function dataGcoreK8Sv2DdosProfileFieldsToHclTerraform(struct?: DataGcoreK8Sv2DdosProfileFields): any; export declare class DataGcoreK8Sv2DdosProfileFieldsOutputReference 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(): DataGcoreK8Sv2DdosProfileFields | undefined; set internalValue(value: DataGcoreK8Sv2DdosProfileFields | undefined); get baseField(): any; get fieldValue(): any; get value(): any; } export declare class DataGcoreK8Sv2DdosProfileFieldsList 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): DataGcoreK8Sv2DdosProfileFieldsOutputReference; } export interface DataGcoreK8Sv2DdosProfile { } export declare function dataGcoreK8Sv2DdosProfileToTerraform(struct?: DataGcoreK8Sv2DdosProfile): any; export declare function dataGcoreK8Sv2DdosProfileToHclTerraform(struct?: DataGcoreK8Sv2DdosProfile): any; export declare class DataGcoreK8Sv2DdosProfileOutputReference 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(): DataGcoreK8Sv2DdosProfile | undefined; set internalValue(value: DataGcoreK8Sv2DdosProfile | undefined); get enabled(): any; private _fields; get fields(): DataGcoreK8Sv2DdosProfileFieldsList; get profileTemplate(): any; get profileTemplateName(): any; } export declare class DataGcoreK8Sv2DdosProfileList 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): DataGcoreK8Sv2DdosProfileOutputReference; } export interface DataGcoreK8Sv2Pools { } export declare function dataGcoreK8Sv2PoolsToTerraform(struct?: DataGcoreK8Sv2Pools): any; export declare function dataGcoreK8Sv2PoolsToHclTerraform(struct?: DataGcoreK8Sv2Pools): any; export declare class DataGcoreK8Sv2PoolsOutputReference 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(): DataGcoreK8Sv2Pools | undefined; set internalValue(value: DataGcoreK8Sv2Pools | undefined); get autoHealingEnabled(): any; get bootVolumeSize(): any; get bootVolumeType(): any; get createdAt(): any; private _crioConfig; get crioConfig(): any; get flavorId(): any; get isPublicIpv4(): any; private _kubeletConfig; get kubeletConfig(): any; private _labels; get labels(): any; get maxNodeCount(): any; get minNodeCount(): any; get name(): any; get nodeCount(): any; get servergroupId(): any; get servergroupName(): any; get servergroupPolicy(): any; get status(): any; private _taints; get taints(): any; } export declare class DataGcoreK8Sv2PoolsList 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): DataGcoreK8Sv2PoolsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2 gcore_k8sv2} */ export declare class DataGcoreK8Sv2 extends cdktf.TerraformDataSource { static readonly tfResourceType = "gcore_k8sv2"; /** * Generates CDKTF code for importing a DataGcoreK8Sv2 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 DataGcoreK8Sv2 to import * @param importFromId The id of the existing DataGcoreK8Sv2 that should be imported. Refer to the {@link https://registry.terraform.io/providers/g-core/gcore/0.32.5/docs/data-sources/k8sv2#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGcoreK8Sv2 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/g-core/gcore/0.32.5/docs/data-sources/k8sv2 gcore_k8sv2} 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 DataGcoreK8Sv2Config */ constructor(scope: Construct, id: string, config: DataGcoreK8Sv2Config); private _authentication; get authentication(): DataGcoreK8Sv2AuthenticationList; private _autoscalerConfig; get autoscalerConfig(): any; private _cni; get cni(): DataGcoreK8Sv2CniList; get createdAt(): any; get creatorTaskId(): any; private _csi; get csi(): DataGcoreK8Sv2CsiList; private _ddosProfile; get ddosProfile(): DataGcoreK8Sv2DdosProfileList; get fixedNetwork(): any; get fixedSubnet(): any; get flavorId(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; get isIpv6(): any; get isPublic(): any; get keypair(): any; private _name?; get name(): string; set name(value: string); get nameInput(): string; get nodeCount(): any; get podsIpPool(): any; get podsIpv6Pool(): any; private _pools; get pools(): DataGcoreK8Sv2PoolsList; private _projectId?; get projectId(): number; set projectId(value: number); resetProjectId(): void; get projectIdInput(): number; private _projectName?; get projectName(): string; set projectName(value: string); resetProjectName(): void; get projectNameInput(): string; private _regionId?; get regionId(): number; set regionId(value: number); resetRegionId(): void; get regionIdInput(): number; private _regionName?; get regionName(): string; set regionName(value: string); resetRegionName(): void; get regionNameInput(): string; get servicesIpPool(): any; get servicesIpv6Pool(): any; get status(): any; get taskId(): any; get version(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }