rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
169 lines (168 loc) • 10.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciNetworkLoadBalancerNetworkLoadBalancerConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/network_load_balancer_network_load_balancer#network_load_balancer_id DataOciNetworkLoadBalancerNetworkLoadBalancer#network_load_balancer_id}
*/
readonly networkLoadBalancerId: string;
}
export interface DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIp {
}
export declare function dataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIpToTerraform(struct?: DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIp): any;
export declare function dataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIpToHclTerraform(struct?: DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIp): any;
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIpOutputReference 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(): DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIp | undefined;
set internalValue(value: DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIp | undefined);
get id(): string;
}
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIpList 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): DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIpOutputReference;
}
export interface DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddresses {
}
export declare function dataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesToTerraform(struct?: DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddresses): any;
export declare function dataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesToHclTerraform(struct?: DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddresses): any;
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesOutputReference 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(): DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddresses | undefined;
set internalValue(value: DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddresses | undefined);
get ipAddress(): string;
get ipVersion(): string;
get isPublic(): cdktf.IResolvable;
private _reservedIp;
get reservedIp(): DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesReservedIpList;
}
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesList 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): DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesOutputReference;
}
export interface DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIps {
}
export declare function dataOciNetworkLoadBalancerNetworkLoadBalancerReservedIpsToTerraform(struct?: DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIps): any;
export declare function dataOciNetworkLoadBalancerNetworkLoadBalancerReservedIpsToHclTerraform(struct?: DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIps): any;
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIpsOutputReference 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(): DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIps | undefined;
set internalValue(value: DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIps | undefined);
get id(): string;
}
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIpsList 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): DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIpsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/network_load_balancer_network_load_balancer oci_network_load_balancer_network_load_balancer}
*/
export declare class DataOciNetworkLoadBalancerNetworkLoadBalancer extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_network_load_balancer_network_load_balancer";
/**
* Generates CDKTF code for importing a DataOciNetworkLoadBalancerNetworkLoadBalancer 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 DataOciNetworkLoadBalancerNetworkLoadBalancer to import
* @param importFromId The id of the existing DataOciNetworkLoadBalancerNetworkLoadBalancer that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/network_load_balancer_network_load_balancer#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciNetworkLoadBalancerNetworkLoadBalancer 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/network_load_balancer_network_load_balancer oci_network_load_balancer_network_load_balancer} 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 DataOciNetworkLoadBalancerNetworkLoadBalancerConfig
*/
constructor(scope: Construct, id: string, config: DataOciNetworkLoadBalancerNetworkLoadBalancerConfig);
get assignedIpv6(): string;
get assignedPrivateIpv4(): string;
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
private _ipAddresses;
get ipAddresses(): DataOciNetworkLoadBalancerNetworkLoadBalancerIpAddressesList;
get isPreserveSourceDestination(): cdktf.IResolvable;
get isPrivate(): cdktf.IResolvable;
get isSymmetricHashEnabled(): cdktf.IResolvable;
get lifecycleDetails(): string;
private _networkLoadBalancerId?;
get networkLoadBalancerId(): string;
set networkLoadBalancerId(value: string);
get networkLoadBalancerIdInput(): string | undefined;
get networkSecurityGroupIds(): string[];
get nlbIpVersion(): string;
private _reservedIps;
get reservedIps(): DataOciNetworkLoadBalancerNetworkLoadBalancerReservedIpsList;
private _securityAttributes;
get securityAttributes(): cdktf.StringMap;
get state(): string;
get subnetId(): string;
get subnetIpv6Cidr(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeUpdated(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}