rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
252 lines (251 loc) • 15.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOsManagementHubManagedInstanceConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_managed_instance#managed_instance_id DataOciOsManagementHubManagedInstance#managed_instance_id}
*/
readonly managedInstanceId: string;
}
export interface DataOciOsManagementHubManagedInstanceAutonomousSettings {
}
export declare function dataOciOsManagementHubManagedInstanceAutonomousSettingsToTerraform(struct?: DataOciOsManagementHubManagedInstanceAutonomousSettings): any;
export declare function dataOciOsManagementHubManagedInstanceAutonomousSettingsToHclTerraform(struct?: DataOciOsManagementHubManagedInstanceAutonomousSettings): any;
export declare class DataOciOsManagementHubManagedInstanceAutonomousSettingsOutputReference 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(): DataOciOsManagementHubManagedInstanceAutonomousSettings | undefined;
set internalValue(value: DataOciOsManagementHubManagedInstanceAutonomousSettings | undefined);
get isDataCollectionAuthorized(): cdktf.IResolvable;
get scheduledJobId(): string;
}
export declare class DataOciOsManagementHubManagedInstanceAutonomousSettingsList 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): DataOciOsManagementHubManagedInstanceAutonomousSettingsOutputReference;
}
export interface DataOciOsManagementHubManagedInstanceLifecycleEnvironment {
}
export declare function dataOciOsManagementHubManagedInstanceLifecycleEnvironmentToTerraform(struct?: DataOciOsManagementHubManagedInstanceLifecycleEnvironment): any;
export declare function dataOciOsManagementHubManagedInstanceLifecycleEnvironmentToHclTerraform(struct?: DataOciOsManagementHubManagedInstanceLifecycleEnvironment): any;
export declare class DataOciOsManagementHubManagedInstanceLifecycleEnvironmentOutputReference 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(): DataOciOsManagementHubManagedInstanceLifecycleEnvironment | undefined;
set internalValue(value: DataOciOsManagementHubManagedInstanceLifecycleEnvironment | undefined);
get displayName(): string;
get id(): string;
}
export declare class DataOciOsManagementHubManagedInstanceLifecycleEnvironmentList 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): DataOciOsManagementHubManagedInstanceLifecycleEnvironmentOutputReference;
}
export interface DataOciOsManagementHubManagedInstanceLifecycleStage {
}
export declare function dataOciOsManagementHubManagedInstanceLifecycleStageToTerraform(struct?: DataOciOsManagementHubManagedInstanceLifecycleStage): any;
export declare function dataOciOsManagementHubManagedInstanceLifecycleStageToHclTerraform(struct?: DataOciOsManagementHubManagedInstanceLifecycleStage): any;
export declare class DataOciOsManagementHubManagedInstanceLifecycleStageOutputReference 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(): DataOciOsManagementHubManagedInstanceLifecycleStage | undefined;
set internalValue(value: DataOciOsManagementHubManagedInstanceLifecycleStage | undefined);
get displayName(): string;
get id(): string;
}
export declare class DataOciOsManagementHubManagedInstanceLifecycleStageList 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): DataOciOsManagementHubManagedInstanceLifecycleStageOutputReference;
}
export interface DataOciOsManagementHubManagedInstanceManagedInstanceGroup {
}
export declare function dataOciOsManagementHubManagedInstanceManagedInstanceGroupToTerraform(struct?: DataOciOsManagementHubManagedInstanceManagedInstanceGroup): any;
export declare function dataOciOsManagementHubManagedInstanceManagedInstanceGroupToHclTerraform(struct?: DataOciOsManagementHubManagedInstanceManagedInstanceGroup): any;
export declare class DataOciOsManagementHubManagedInstanceManagedInstanceGroupOutputReference 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(): DataOciOsManagementHubManagedInstanceManagedInstanceGroup | undefined;
set internalValue(value: DataOciOsManagementHubManagedInstanceManagedInstanceGroup | undefined);
get displayName(): string;
get id(): string;
}
export declare class DataOciOsManagementHubManagedInstanceManagedInstanceGroupList 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): DataOciOsManagementHubManagedInstanceManagedInstanceGroupOutputReference;
}
export interface DataOciOsManagementHubManagedInstanceSoftwareSources {
}
export declare function dataOciOsManagementHubManagedInstanceSoftwareSourcesToTerraform(struct?: DataOciOsManagementHubManagedInstanceSoftwareSources): any;
export declare function dataOciOsManagementHubManagedInstanceSoftwareSourcesToHclTerraform(struct?: DataOciOsManagementHubManagedInstanceSoftwareSources): any;
export declare class DataOciOsManagementHubManagedInstanceSoftwareSourcesOutputReference 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(): DataOciOsManagementHubManagedInstanceSoftwareSources | undefined;
set internalValue(value: DataOciOsManagementHubManagedInstanceSoftwareSources | undefined);
get description(): string;
get displayName(): string;
get id(): string;
get isMandatoryForAutonomousLinux(): cdktf.IResolvable;
get softwareSourceType(): string;
}
export declare class DataOciOsManagementHubManagedInstanceSoftwareSourcesList 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): DataOciOsManagementHubManagedInstanceSoftwareSourcesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_managed_instance oci_os_management_hub_managed_instance}
*/
export declare class DataOciOsManagementHubManagedInstance extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_os_management_hub_managed_instance";
/**
* Generates CDKTF code for importing a DataOciOsManagementHubManagedInstance 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 DataOciOsManagementHubManagedInstance to import
* @param importFromId The id of the existing DataOciOsManagementHubManagedInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_managed_instance#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciOsManagementHubManagedInstance 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/os_management_hub_managed_instance oci_os_management_hub_managed_instance} 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 DataOciOsManagementHubManagedInstanceConfig
*/
constructor(scope: Construct, id: string, config: DataOciOsManagementHubManagedInstanceConfig);
get architecture(): string;
private _autonomousSettings;
get autonomousSettings(): DataOciOsManagementHubManagedInstanceAutonomousSettingsList;
get bugUpdatesAvailable(): number;
get compartmentId(): string;
get description(): string;
get displayName(): string;
get enhancementUpdatesAvailable(): number;
get id(): string;
get installedPackages(): number;
get installedWindowsUpdates(): number;
get isManagedByAutonomousLinux(): cdktf.IResolvable;
get isManagementStation(): cdktf.IResolvable;
get isRebootRequired(): cdktf.IResolvable;
get kspliceEffectiveKernelVersion(): string;
private _lifecycleEnvironment;
get lifecycleEnvironment(): DataOciOsManagementHubManagedInstanceLifecycleEnvironmentList;
private _lifecycleStage;
get lifecycleStage(): DataOciOsManagementHubManagedInstanceLifecycleStageList;
get location(): string;
private _managedInstanceGroup;
get managedInstanceGroup(): DataOciOsManagementHubManagedInstanceManagedInstanceGroupList;
private _managedInstanceId?;
get managedInstanceId(): string;
set managedInstanceId(value: string);
get managedInstanceIdInput(): string | undefined;
get notificationTopicId(): string;
get osFamily(): string;
get osKernelVersion(): string;
get osName(): string;
get osVersion(): string;
get otherUpdatesAvailable(): number;
get primaryManagementStationId(): string;
get profile(): string;
get scheduledJobCount(): number;
get secondaryManagementStationId(): string;
get securityUpdatesAvailable(): number;
private _softwareSources;
get softwareSources(): DataOciOsManagementHubManagedInstanceSoftwareSourcesList;
get status(): string;
get tenancyId(): string;
get timeCreated(): string;
get timeLastBoot(): string;
get timeLastCheckin(): string;
get timeUpdated(): string;
get updatesAvailable(): number;
get workRequestCount(): number;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}