rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
278 lines (277 loc) • 16.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciFleetSoftwareUpdateFsuCycleConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_software_update_fsu_cycle#fsu_cycle_id DataOciFleetSoftwareUpdateFsuCycle#fsu_cycle_id}
*/
readonly fsuCycleId: string;
}
export interface DataOciFleetSoftwareUpdateFsuCycleApplyActionSchedule {
}
export declare function dataOciFleetSoftwareUpdateFsuCycleApplyActionScheduleToTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleApplyActionSchedule): any;
export declare function dataOciFleetSoftwareUpdateFsuCycleApplyActionScheduleToHclTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleApplyActionSchedule): any;
export declare class DataOciFleetSoftwareUpdateFsuCycleApplyActionScheduleOutputReference 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(): DataOciFleetSoftwareUpdateFsuCycleApplyActionSchedule | undefined;
set internalValue(value: DataOciFleetSoftwareUpdateFsuCycleApplyActionSchedule | undefined);
get timeToStart(): string;
get type(): string;
}
export declare class DataOciFleetSoftwareUpdateFsuCycleApplyActionScheduleList 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): DataOciFleetSoftwareUpdateFsuCycleApplyActionScheduleOutputReference;
}
export interface DataOciFleetSoftwareUpdateFsuCycleBatchingStrategy {
}
export declare function dataOciFleetSoftwareUpdateFsuCycleBatchingStrategyToTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleBatchingStrategy): any;
export declare function dataOciFleetSoftwareUpdateFsuCycleBatchingStrategyToHclTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleBatchingStrategy): any;
export declare class DataOciFleetSoftwareUpdateFsuCycleBatchingStrategyOutputReference 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(): DataOciFleetSoftwareUpdateFsuCycleBatchingStrategy | undefined;
set internalValue(value: DataOciFleetSoftwareUpdateFsuCycleBatchingStrategy | undefined);
get isForceRolling(): cdktf.IResolvable;
get isWaitForBatchResume(): cdktf.IResolvable;
get percentage(): number;
get type(): string;
}
export declare class DataOciFleetSoftwareUpdateFsuCycleBatchingStrategyList 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): DataOciFleetSoftwareUpdateFsuCycleBatchingStrategyOutputReference;
}
export interface DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollection {
}
export declare function dataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollectionToTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollection): any;
export declare function dataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollectionToHclTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollection): any;
export declare class DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollectionOutputReference 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(): DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollection | undefined;
set internalValue(value: DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollection | undefined);
get logCollectionMode(): string;
}
export declare class DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollectionList 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): DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollectionOutputReference;
}
export interface DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetails {
}
export declare function dataOciFleetSoftwareUpdateFsuCycleGoalVersionDetailsToTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetails): any;
export declare function dataOciFleetSoftwareUpdateFsuCycleGoalVersionDetailsToHclTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetails): any;
export declare class DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetailsOutputReference 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(): DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetails | undefined;
set internalValue(value: DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetails | undefined);
get homePolicy(): string;
get newHomePrefix(): string;
get softwareImageId(): string;
get type(): string;
get version(): string;
}
export declare class DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetailsList 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): DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetailsOutputReference;
}
export interface DataOciFleetSoftwareUpdateFsuCycleNextActionToExecute {
}
export declare function dataOciFleetSoftwareUpdateFsuCycleNextActionToExecuteToTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleNextActionToExecute): any;
export declare function dataOciFleetSoftwareUpdateFsuCycleNextActionToExecuteToHclTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleNextActionToExecute): any;
export declare class DataOciFleetSoftwareUpdateFsuCycleNextActionToExecuteOutputReference 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(): DataOciFleetSoftwareUpdateFsuCycleNextActionToExecute | undefined;
set internalValue(value: DataOciFleetSoftwareUpdateFsuCycleNextActionToExecute | undefined);
get timeToStart(): string;
get type(): string;
}
export declare class DataOciFleetSoftwareUpdateFsuCycleNextActionToExecuteList 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): DataOciFleetSoftwareUpdateFsuCycleNextActionToExecuteOutputReference;
}
export interface DataOciFleetSoftwareUpdateFsuCycleStageActionSchedule {
}
export declare function dataOciFleetSoftwareUpdateFsuCycleStageActionScheduleToTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleStageActionSchedule): any;
export declare function dataOciFleetSoftwareUpdateFsuCycleStageActionScheduleToHclTerraform(struct?: DataOciFleetSoftwareUpdateFsuCycleStageActionSchedule): any;
export declare class DataOciFleetSoftwareUpdateFsuCycleStageActionScheduleOutputReference 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(): DataOciFleetSoftwareUpdateFsuCycleStageActionSchedule | undefined;
set internalValue(value: DataOciFleetSoftwareUpdateFsuCycleStageActionSchedule | undefined);
get timeToStart(): string;
get type(): string;
}
export declare class DataOciFleetSoftwareUpdateFsuCycleStageActionScheduleList 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): DataOciFleetSoftwareUpdateFsuCycleStageActionScheduleOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_software_update_fsu_cycle oci_fleet_software_update_fsu_cycle}
*/
export declare class DataOciFleetSoftwareUpdateFsuCycle extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_fleet_software_update_fsu_cycle";
/**
* Generates CDKTF code for importing a DataOciFleetSoftwareUpdateFsuCycle 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 DataOciFleetSoftwareUpdateFsuCycle to import
* @param importFromId The id of the existing DataOciFleetSoftwareUpdateFsuCycle that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_software_update_fsu_cycle#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciFleetSoftwareUpdateFsuCycle 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/fleet_software_update_fsu_cycle oci_fleet_software_update_fsu_cycle} 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 DataOciFleetSoftwareUpdateFsuCycleConfig
*/
constructor(scope: Construct, id: string, config: DataOciFleetSoftwareUpdateFsuCycleConfig);
private _applyActionSchedule;
get applyActionSchedule(): DataOciFleetSoftwareUpdateFsuCycleApplyActionScheduleList;
private _batchingStrategy;
get batchingStrategy(): DataOciFleetSoftwareUpdateFsuCycleBatchingStrategyList;
get collectionType(): string;
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
private _diagnosticsCollection;
get diagnosticsCollection(): DataOciFleetSoftwareUpdateFsuCycleDiagnosticsCollectionList;
get displayName(): string;
get executingFsuActionId(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get fsuCollectionId(): string;
private _fsuCycleId?;
get fsuCycleId(): string;
set fsuCycleId(value: string);
get fsuCycleIdInput(): string | undefined;
private _goalVersionDetails;
get goalVersionDetails(): DataOciFleetSoftwareUpdateFsuCycleGoalVersionDetailsList;
get id(): string;
get isIgnoreMissingPatches(): string[];
get isIgnorePatches(): cdktf.IResolvable;
get isKeepPlacement(): cdktf.IResolvable;
get lastCompletedAction(): string;
get lifecycleDetails(): string;
get maxDrainTimeoutInSeconds(): number;
private _nextActionToExecute;
get nextActionToExecute(): DataOciFleetSoftwareUpdateFsuCycleNextActionToExecuteList;
private _stageActionSchedule;
get stageActionSchedule(): DataOciFleetSoftwareUpdateFsuCycleStageActionScheduleList;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeFinished(): string;
get timeUpdated(): string;
get type(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}