UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

238 lines (237 loc) 14.4 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciContainerengineVirtualNodePoolConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/containerengine_virtual_node_pool#virtual_node_pool_id DataOciContainerengineVirtualNodePool#virtual_node_pool_id} */ readonly virtualNodePoolId: string; } export interface DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabels { } export declare function dataOciContainerengineVirtualNodePoolInitialVirtualNodeLabelsToTerraform(struct?: DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabels): any; export declare function dataOciContainerengineVirtualNodePoolInitialVirtualNodeLabelsToHclTerraform(struct?: DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabels): any; export declare class DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabelsOutputReference 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(): DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabels | undefined; set internalValue(value: DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabels | undefined); get key(): string; get value(): string; } export declare class DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabelsList 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): DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabelsOutputReference; } export interface DataOciContainerengineVirtualNodePoolPlacementConfigurations { } export declare function dataOciContainerengineVirtualNodePoolPlacementConfigurationsToTerraform(struct?: DataOciContainerengineVirtualNodePoolPlacementConfigurations): any; export declare function dataOciContainerengineVirtualNodePoolPlacementConfigurationsToHclTerraform(struct?: DataOciContainerengineVirtualNodePoolPlacementConfigurations): any; export declare class DataOciContainerengineVirtualNodePoolPlacementConfigurationsOutputReference 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(): DataOciContainerengineVirtualNodePoolPlacementConfigurations | undefined; set internalValue(value: DataOciContainerengineVirtualNodePoolPlacementConfigurations | undefined); get availabilityDomain(): string; get faultDomain(): string[]; get subnetId(): string; } export declare class DataOciContainerengineVirtualNodePoolPlacementConfigurationsList 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): DataOciContainerengineVirtualNodePoolPlacementConfigurationsOutputReference; } export interface DataOciContainerengineVirtualNodePoolPodConfiguration { } export declare function dataOciContainerengineVirtualNodePoolPodConfigurationToTerraform(struct?: DataOciContainerengineVirtualNodePoolPodConfiguration): any; export declare function dataOciContainerengineVirtualNodePoolPodConfigurationToHclTerraform(struct?: DataOciContainerengineVirtualNodePoolPodConfiguration): any; export declare class DataOciContainerengineVirtualNodePoolPodConfigurationOutputReference 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(): DataOciContainerengineVirtualNodePoolPodConfiguration | undefined; set internalValue(value: DataOciContainerengineVirtualNodePoolPodConfiguration | undefined); get nsgIds(): string[]; get shape(): string; get subnetId(): string; } export declare class DataOciContainerengineVirtualNodePoolPodConfigurationList 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): DataOciContainerengineVirtualNodePoolPodConfigurationOutputReference; } export interface DataOciContainerengineVirtualNodePoolTaints { } export declare function dataOciContainerengineVirtualNodePoolTaintsToTerraform(struct?: DataOciContainerengineVirtualNodePoolTaints): any; export declare function dataOciContainerengineVirtualNodePoolTaintsToHclTerraform(struct?: DataOciContainerengineVirtualNodePoolTaints): any; export declare class DataOciContainerengineVirtualNodePoolTaintsOutputReference 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(): DataOciContainerengineVirtualNodePoolTaints | undefined; set internalValue(value: DataOciContainerengineVirtualNodePoolTaints | undefined); get effect(): string; get key(): string; get value(): string; } export declare class DataOciContainerengineVirtualNodePoolTaintsList 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): DataOciContainerengineVirtualNodePoolTaintsOutputReference; } export interface DataOciContainerengineVirtualNodePoolVirtualNodeTags { } export declare function dataOciContainerengineVirtualNodePoolVirtualNodeTagsToTerraform(struct?: DataOciContainerengineVirtualNodePoolVirtualNodeTags): any; export declare function dataOciContainerengineVirtualNodePoolVirtualNodeTagsToHclTerraform(struct?: DataOciContainerengineVirtualNodePoolVirtualNodeTags): any; export declare class DataOciContainerengineVirtualNodePoolVirtualNodeTagsOutputReference 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(): DataOciContainerengineVirtualNodePoolVirtualNodeTags | undefined; set internalValue(value: DataOciContainerengineVirtualNodePoolVirtualNodeTags | undefined); private _definedTags; get definedTags(): cdktf.StringMap; private _freeformTags; get freeformTags(): cdktf.StringMap; } export declare class DataOciContainerengineVirtualNodePoolVirtualNodeTagsList 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): DataOciContainerengineVirtualNodePoolVirtualNodeTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/containerengine_virtual_node_pool oci_containerengine_virtual_node_pool} */ export declare class DataOciContainerengineVirtualNodePool extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_containerengine_virtual_node_pool"; /** * Generates CDKTF code for importing a DataOciContainerengineVirtualNodePool resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataOciContainerengineVirtualNodePool to import * @param importFromId The id of the existing DataOciContainerengineVirtualNodePool that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/containerengine_virtual_node_pool#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciContainerengineVirtualNodePool to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/containerengine_virtual_node_pool oci_containerengine_virtual_node_pool} 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 DataOciContainerengineVirtualNodePoolConfig */ constructor(scope: Construct, id: string, config: DataOciContainerengineVirtualNodePoolConfig); get clusterId(): string; get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; private _initialVirtualNodeLabels; get initialVirtualNodeLabels(): DataOciContainerengineVirtualNodePoolInitialVirtualNodeLabelsList; get kubernetesVersion(): string; get lifecycleDetails(): string; get nsgIds(): string[]; private _placementConfigurations; get placementConfigurations(): DataOciContainerengineVirtualNodePoolPlacementConfigurationsList; private _podConfiguration; get podConfiguration(): DataOciContainerengineVirtualNodePoolPodConfigurationList; get size(): number; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; private _taints; get taints(): DataOciContainerengineVirtualNodePoolTaintsList; get timeCreated(): string; get timeUpdated(): string; private _virtualNodePoolId?; get virtualNodePoolId(): string; set virtualNodePoolId(value: string); get virtualNodePoolIdInput(): string | undefined; private _virtualNodeTags; get virtualNodeTags(): DataOciContainerengineVirtualNodePoolVirtualNodeTagsList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }