rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
178 lines (177 loc) • 10.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciCoreIpInventoryVcnOverlapsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#compartment_list DataOciCoreIpInventoryVcnOverlaps#compartment_list}
*/
readonly compartmentList: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#id DataOciCoreIpInventoryVcnOverlaps#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/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#region_list DataOciCoreIpInventoryVcnOverlaps#region_list}
*/
readonly regionList: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#vcn_id DataOciCoreIpInventoryVcnOverlaps#vcn_id}
*/
readonly vcnId: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#filter DataOciCoreIpInventoryVcnOverlaps#filter}
*/
readonly filter?: DataOciCoreIpInventoryVcnOverlapsFilter[] | cdktf.IResolvable;
}
export interface DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummary {
}
export declare function dataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryToTerraform(struct?: DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummary): any;
export declare function dataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryToHclTerraform(struct?: DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummary): any;
export declare class DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryOutputReference 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(): DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummary | undefined;
set internalValue(value: DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummary | undefined);
get cidr(): string;
get overlappingCidr(): string;
get overlappingVcnId(): string;
get overlappingVcnName(): string;
}
export declare class DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryList 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): DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryOutputReference;
}
export interface DataOciCoreIpInventoryVcnOverlapsFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#name DataOciCoreIpInventoryVcnOverlaps#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#regex DataOciCoreIpInventoryVcnOverlaps#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#values DataOciCoreIpInventoryVcnOverlaps#values}
*/
readonly values: string[];
}
export declare function dataOciCoreIpInventoryVcnOverlapsFilterToTerraform(struct?: DataOciCoreIpInventoryVcnOverlapsFilter | cdktf.IResolvable): any;
export declare function dataOciCoreIpInventoryVcnOverlapsFilterToHclTerraform(struct?: DataOciCoreIpInventoryVcnOverlapsFilter | cdktf.IResolvable): any;
export declare class DataOciCoreIpInventoryVcnOverlapsFilterOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @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(): DataOciCoreIpInventoryVcnOverlapsFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciCoreIpInventoryVcnOverlapsFilter | cdktf.IResolvable | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
private _regex?;
get regex(): boolean | cdktf.IResolvable;
set regex(value: boolean | cdktf.IResolvable);
resetRegex(): void;
get regexInput(): boolean | cdktf.IResolvable | undefined;
private _values?;
get values(): string[];
set values(value: string[]);
get valuesInput(): string[] | undefined;
}
export declare class DataOciCoreIpInventoryVcnOverlapsFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciCoreIpInventoryVcnOverlapsFilter[] | cdktf.IResolvable;
/**
* @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): DataOciCoreIpInventoryVcnOverlapsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps oci_core_ip_inventory_vcn_overlaps}
*/
export declare class DataOciCoreIpInventoryVcnOverlaps extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_core_ip_inventory_vcn_overlaps";
/**
* Generates CDKTF code for importing a DataOciCoreIpInventoryVcnOverlaps 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 DataOciCoreIpInventoryVcnOverlaps to import
* @param importFromId The id of the existing DataOciCoreIpInventoryVcnOverlaps that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_ip_inventory_vcn_overlaps#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciCoreIpInventoryVcnOverlaps 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/core_ip_inventory_vcn_overlaps oci_core_ip_inventory_vcn_overlaps} 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 DataOciCoreIpInventoryVcnOverlapsConfig
*/
constructor(scope: Construct, id: string, config: DataOciCoreIpInventoryVcnOverlapsConfig);
private _compartmentList?;
get compartmentList(): string[];
set compartmentList(value: string[]);
get compartmentListInput(): string[] | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _ipInventoryVcnOverlapSummary;
get ipInventoryVcnOverlapSummary(): DataOciCoreIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryList;
get lastUpdatedTimestamp(): string;
get message(): string;
get overlapCount(): number;
private _regionList?;
get regionList(): string[];
set regionList(value: string[]);
get regionListInput(): string[] | undefined;
private _vcnId?;
get vcnId(): string;
set vcnId(value: string);
get vcnIdInput(): string | undefined;
private _filter;
get filter(): DataOciCoreIpInventoryVcnOverlapsFilterList;
putFilter(value: DataOciCoreIpInventoryVcnOverlapsFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciCoreIpInventoryVcnOverlapsFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}