rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
212 lines (211 loc) • 12.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciVnMonitoringPathAnalyzerTestConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/vn_monitoring_path_analyzer_test#path_analyzer_test_id DataOciVnMonitoringPathAnalyzerTest#path_analyzer_test_id}
*/
readonly pathAnalyzerTestId: string;
}
export interface DataOciVnMonitoringPathAnalyzerTestDestinationEndpoint {
}
export declare function dataOciVnMonitoringPathAnalyzerTestDestinationEndpointToTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestDestinationEndpoint): any;
export declare function dataOciVnMonitoringPathAnalyzerTestDestinationEndpointToHclTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestDestinationEndpoint): any;
export declare class DataOciVnMonitoringPathAnalyzerTestDestinationEndpointOutputReference 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(): DataOciVnMonitoringPathAnalyzerTestDestinationEndpoint | undefined;
set internalValue(value: DataOciVnMonitoringPathAnalyzerTestDestinationEndpoint | undefined);
get address(): string;
get instanceId(): string;
get listenerId(): string;
get loadBalancerId(): string;
get networkLoadBalancerId(): string;
get state(): string;
get subnetId(): string;
get type(): string;
get vlanId(): string;
get vnicId(): string;
}
export declare class DataOciVnMonitoringPathAnalyzerTestDestinationEndpointList 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): DataOciVnMonitoringPathAnalyzerTestDestinationEndpointOutputReference;
}
export interface DataOciVnMonitoringPathAnalyzerTestProtocolParameters {
}
export declare function dataOciVnMonitoringPathAnalyzerTestProtocolParametersToTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestProtocolParameters): any;
export declare function dataOciVnMonitoringPathAnalyzerTestProtocolParametersToHclTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestProtocolParameters): any;
export declare class DataOciVnMonitoringPathAnalyzerTestProtocolParametersOutputReference 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(): DataOciVnMonitoringPathAnalyzerTestProtocolParameters | undefined;
set internalValue(value: DataOciVnMonitoringPathAnalyzerTestProtocolParameters | undefined);
get destinationPort(): number;
get icmpCode(): number;
get icmpType(): number;
get sourcePort(): number;
get type(): string;
}
export declare class DataOciVnMonitoringPathAnalyzerTestProtocolParametersList 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): DataOciVnMonitoringPathAnalyzerTestProtocolParametersOutputReference;
}
export interface DataOciVnMonitoringPathAnalyzerTestQueryOptions {
}
export declare function dataOciVnMonitoringPathAnalyzerTestQueryOptionsToTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestQueryOptions): any;
export declare function dataOciVnMonitoringPathAnalyzerTestQueryOptionsToHclTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestQueryOptions): any;
export declare class DataOciVnMonitoringPathAnalyzerTestQueryOptionsOutputReference 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(): DataOciVnMonitoringPathAnalyzerTestQueryOptions | undefined;
set internalValue(value: DataOciVnMonitoringPathAnalyzerTestQueryOptions | undefined);
get isBiDirectionalAnalysis(): cdktf.IResolvable;
}
export declare class DataOciVnMonitoringPathAnalyzerTestQueryOptionsList 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): DataOciVnMonitoringPathAnalyzerTestQueryOptionsOutputReference;
}
export interface DataOciVnMonitoringPathAnalyzerTestSourceEndpoint {
}
export declare function dataOciVnMonitoringPathAnalyzerTestSourceEndpointToTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestSourceEndpoint): any;
export declare function dataOciVnMonitoringPathAnalyzerTestSourceEndpointToHclTerraform(struct?: DataOciVnMonitoringPathAnalyzerTestSourceEndpoint): any;
export declare class DataOciVnMonitoringPathAnalyzerTestSourceEndpointOutputReference 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(): DataOciVnMonitoringPathAnalyzerTestSourceEndpoint | undefined;
set internalValue(value: DataOciVnMonitoringPathAnalyzerTestSourceEndpoint | undefined);
get address(): string;
get instanceId(): string;
get listenerId(): string;
get loadBalancerId(): string;
get networkLoadBalancerId(): string;
get state(): string;
get subnetId(): string;
get type(): string;
get vlanId(): string;
get vnicId(): string;
}
export declare class DataOciVnMonitoringPathAnalyzerTestSourceEndpointList 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): DataOciVnMonitoringPathAnalyzerTestSourceEndpointOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/vn_monitoring_path_analyzer_test oci_vn_monitoring_path_analyzer_test}
*/
export declare class DataOciVnMonitoringPathAnalyzerTest extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_vn_monitoring_path_analyzer_test";
/**
* Generates CDKTF code for importing a DataOciVnMonitoringPathAnalyzerTest 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 DataOciVnMonitoringPathAnalyzerTest to import
* @param importFromId The id of the existing DataOciVnMonitoringPathAnalyzerTest that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/vn_monitoring_path_analyzer_test#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciVnMonitoringPathAnalyzerTest 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/vn_monitoring_path_analyzer_test oci_vn_monitoring_path_analyzer_test} 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 DataOciVnMonitoringPathAnalyzerTestConfig
*/
constructor(scope: Construct, id: string, config: DataOciVnMonitoringPathAnalyzerTestConfig);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
private _destinationEndpoint;
get destinationEndpoint(): DataOciVnMonitoringPathAnalyzerTestDestinationEndpointList;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
private _pathAnalyzerTestId?;
get pathAnalyzerTestId(): string;
set pathAnalyzerTestId(value: string);
get pathAnalyzerTestIdInput(): string | undefined;
get protocol(): number;
private _protocolParameters;
get protocolParameters(): DataOciVnMonitoringPathAnalyzerTestProtocolParametersList;
private _queryOptions;
get queryOptions(): DataOciVnMonitoringPathAnalyzerTestQueryOptionsList;
private _sourceEndpoint;
get sourceEndpoint(): DataOciVnMonitoringPathAnalyzerTestSourceEndpointList;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeUpdated(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}