rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
181 lines (180 loc) • 11.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciCapacityManagementOccCapacityRequestConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/capacity_management_occ_capacity_request#occ_capacity_request_id DataOciCapacityManagementOccCapacityRequest#occ_capacity_request_id}
*/
readonly occCapacityRequestId: string;
}
export interface DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStruct {
}
export declare function dataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStructToTerraform(struct?: DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStruct): any;
export declare function dataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStructToHclTerraform(struct?: DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStruct): any;
export declare class DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStructOutputReference 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(): DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStruct | undefined;
set internalValue(value: DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStruct | undefined);
get handoverQuantity(): string;
get occHandoverResourceBlockId(): string;
}
export declare class DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStructList 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): DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStructOutputReference;
}
export interface DataOciCapacityManagementOccCapacityRequestDetails {
}
export declare function dataOciCapacityManagementOccCapacityRequestDetailsToTerraform(struct?: DataOciCapacityManagementOccCapacityRequestDetails): any;
export declare function dataOciCapacityManagementOccCapacityRequestDetailsToHclTerraform(struct?: DataOciCapacityManagementOccCapacityRequestDetails): any;
export declare class DataOciCapacityManagementOccCapacityRequestDetailsOutputReference 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(): DataOciCapacityManagementOccCapacityRequestDetails | undefined;
set internalValue(value: DataOciCapacityManagementOccCapacityRequestDetails | undefined);
get actualHandoverQuantity(): string;
private _associatedOccHandoverResourceBlockList;
get associatedOccHandoverResourceBlockList(): DataOciCapacityManagementOccCapacityRequestDetailsAssociatedOccHandoverResourceBlockListStructList;
get availabilityDomain(): string;
get dateActualHandover(): string;
get dateExpectedHandover(): string;
get demandQuantity(): string;
get expectedHandoverQuantity(): string;
get resourceName(): string;
get resourceType(): string;
get sourceWorkloadType(): string;
get workloadType(): string;
}
export declare class DataOciCapacityManagementOccCapacityRequestDetailsList 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): DataOciCapacityManagementOccCapacityRequestDetailsOutputReference;
}
export interface DataOciCapacityManagementOccCapacityRequestPatchOperations {
}
export declare function dataOciCapacityManagementOccCapacityRequestPatchOperationsToTerraform(struct?: DataOciCapacityManagementOccCapacityRequestPatchOperations): any;
export declare function dataOciCapacityManagementOccCapacityRequestPatchOperationsToHclTerraform(struct?: DataOciCapacityManagementOccCapacityRequestPatchOperations): any;
export declare class DataOciCapacityManagementOccCapacityRequestPatchOperationsOutputReference 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(): DataOciCapacityManagementOccCapacityRequestPatchOperations | undefined;
set internalValue(value: DataOciCapacityManagementOccCapacityRequestPatchOperations | undefined);
get from(): string;
get operation(): string;
get position(): string;
get selectedItem(): string;
get selection(): string;
private _value;
get value(): cdktf.StringMap;
}
export declare class DataOciCapacityManagementOccCapacityRequestPatchOperationsList 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): DataOciCapacityManagementOccCapacityRequestPatchOperationsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/capacity_management_occ_capacity_request oci_capacity_management_occ_capacity_request}
*/
export declare class DataOciCapacityManagementOccCapacityRequest extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_capacity_management_occ_capacity_request";
/**
* Generates CDKTF code for importing a DataOciCapacityManagementOccCapacityRequest 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 DataOciCapacityManagementOccCapacityRequest to import
* @param importFromId The id of the existing DataOciCapacityManagementOccCapacityRequest that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/capacity_management_occ_capacity_request#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciCapacityManagementOccCapacityRequest 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/capacity_management_occ_capacity_request oci_capacity_management_occ_capacity_request} 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 DataOciCapacityManagementOccCapacityRequestConfig
*/
constructor(scope: Construct, id: string, config: DataOciCapacityManagementOccCapacityRequestConfig);
get availabilityDomain(): string;
get compartmentId(): string;
get dateExpectedCapacityHandover(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
private _details;
get details(): DataOciCapacityManagementOccCapacityRequestDetailsList;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get lifecycleDetails(): string;
get namespace(): string;
get occAvailabilityCatalogId(): string;
private _occCapacityRequestId?;
get occCapacityRequestId(): string;
set occCapacityRequestId(value: string);
get occCapacityRequestIdInput(): string | undefined;
get occCustomerGroupId(): string;
private _patchOperations;
get patchOperations(): DataOciCapacityManagementOccCapacityRequestPatchOperationsList;
get region(): string;
get requestState(): string;
get requestType(): string;
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;
};
}