UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

202 lines (201 loc) 12.1 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciOsmanagementManagedInstanceConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osmanagement_managed_instance#managed_instance_id DataOciOsmanagementManagedInstance#managed_instance_id} */ readonly managedInstanceId: string; } export interface DataOciOsmanagementManagedInstanceAutonomous { } export declare function dataOciOsmanagementManagedInstanceAutonomousToTerraform(struct?: DataOciOsmanagementManagedInstanceAutonomous): any; export declare function dataOciOsmanagementManagedInstanceAutonomousToHclTerraform(struct?: DataOciOsmanagementManagedInstanceAutonomous): any; export declare class DataOciOsmanagementManagedInstanceAutonomousOutputReference 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(): DataOciOsmanagementManagedInstanceAutonomous | undefined; set internalValue(value: DataOciOsmanagementManagedInstanceAutonomous | undefined); get isAutoUpdateEnabled(): cdktf.IResolvable; } export declare class DataOciOsmanagementManagedInstanceAutonomousList 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): DataOciOsmanagementManagedInstanceAutonomousOutputReference; } export interface DataOciOsmanagementManagedInstanceChildSoftwareSources { } export declare function dataOciOsmanagementManagedInstanceChildSoftwareSourcesToTerraform(struct?: DataOciOsmanagementManagedInstanceChildSoftwareSources): any; export declare function dataOciOsmanagementManagedInstanceChildSoftwareSourcesToHclTerraform(struct?: DataOciOsmanagementManagedInstanceChildSoftwareSources): any; export declare class DataOciOsmanagementManagedInstanceChildSoftwareSourcesOutputReference 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(): DataOciOsmanagementManagedInstanceChildSoftwareSources | undefined; set internalValue(value: DataOciOsmanagementManagedInstanceChildSoftwareSources | undefined); get id(): string; get name(): string; } export declare class DataOciOsmanagementManagedInstanceChildSoftwareSourcesList 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): DataOciOsmanagementManagedInstanceChildSoftwareSourcesOutputReference; } export interface DataOciOsmanagementManagedInstanceManagedInstanceGroups { } export declare function dataOciOsmanagementManagedInstanceManagedInstanceGroupsToTerraform(struct?: DataOciOsmanagementManagedInstanceManagedInstanceGroups): any; export declare function dataOciOsmanagementManagedInstanceManagedInstanceGroupsToHclTerraform(struct?: DataOciOsmanagementManagedInstanceManagedInstanceGroups): any; export declare class DataOciOsmanagementManagedInstanceManagedInstanceGroupsOutputReference 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(): DataOciOsmanagementManagedInstanceManagedInstanceGroups | undefined; set internalValue(value: DataOciOsmanagementManagedInstanceManagedInstanceGroups | undefined); get displayName(): string; get id(): string; } export declare class DataOciOsmanagementManagedInstanceManagedInstanceGroupsList 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): DataOciOsmanagementManagedInstanceManagedInstanceGroupsOutputReference; } export interface DataOciOsmanagementManagedInstanceParentSoftwareSource { } export declare function dataOciOsmanagementManagedInstanceParentSoftwareSourceToTerraform(struct?: DataOciOsmanagementManagedInstanceParentSoftwareSource): any; export declare function dataOciOsmanagementManagedInstanceParentSoftwareSourceToHclTerraform(struct?: DataOciOsmanagementManagedInstanceParentSoftwareSource): any; export declare class DataOciOsmanagementManagedInstanceParentSoftwareSourceOutputReference 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(): DataOciOsmanagementManagedInstanceParentSoftwareSource | undefined; set internalValue(value: DataOciOsmanagementManagedInstanceParentSoftwareSource | undefined); get id(): string; get name(): string; } export declare class DataOciOsmanagementManagedInstanceParentSoftwareSourceList 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): DataOciOsmanagementManagedInstanceParentSoftwareSourceOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osmanagement_managed_instance oci_osmanagement_managed_instance} */ export declare class DataOciOsmanagementManagedInstance extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_osmanagement_managed_instance"; /** * Generates CDKTF code for importing a DataOciOsmanagementManagedInstance 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 DataOciOsmanagementManagedInstance to import * @param importFromId The id of the existing DataOciOsmanagementManagedInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osmanagement_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 DataOciOsmanagementManagedInstance 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/osmanagement_managed_instance oci_osmanagement_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 DataOciOsmanagementManagedInstanceConfig */ constructor(scope: Construct, id: string, config: DataOciOsmanagementManagedInstanceConfig); private _autonomous; get autonomous(): DataOciOsmanagementManagedInstanceAutonomousList; get bugUpdatesAvailable(): number; private _childSoftwareSources; get childSoftwareSources(): DataOciOsmanagementManagedInstanceChildSoftwareSourcesList; get compartmentId(): string; get description(): string; get displayName(): string; get enhancementUpdatesAvailable(): number; get id(): string; get isDataCollectionAuthorized(): cdktf.IResolvable; get isRebootRequired(): cdktf.IResolvable; get kspliceEffectiveKernelVersion(): string; get lastBoot(): string; get lastCheckin(): string; private _managedInstanceGroups; get managedInstanceGroups(): DataOciOsmanagementManagedInstanceManagedInstanceGroupsList; 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; private _parentSoftwareSource; get parentSoftwareSource(): DataOciOsmanagementManagedInstanceParentSoftwareSourceList; get scheduledJobCount(): number; get securityUpdatesAvailable(): number; get status(): string; get updatesAvailable(): number; get workRequestCount(): number; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }