UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

865 lines 170 kB
"use strict"; var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataOciDatabaseExadataInfrastructures = exports.DataOciDatabaseExadataInfrastructuresFilterList = exports.DataOciDatabaseExadataInfrastructuresFilterOutputReference = exports.dataOciDatabaseExadataInfrastructuresFilterToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresFilterToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToTerraform = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList = exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToHclTerraform = exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToTerraform = void 0; const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti"); const cdktf = require("cdktf"); function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // email - computed: true, optional: false, required: false get email() { return this.getStringAttribute('email'); } // is_contact_mos_validated - computed: true, optional: false, required: false get isContactMosValidated() { return this.getBooleanAttribute('is_contact_mos_validated'); } // is_primary - computed: true, optional: false, required: false get isPrimary() { return this.getBooleanAttribute('is_primary'); } // name - computed: true, optional: false, required: false get name() { return this.getStringAttribute('name'); } // phone_number - computed: true, optional: false, required: false get phoneNumber() { return this.getStringAttribute('phone_number'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference; _a = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList; _b = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // is_backup_partition - computed: true, optional: false, required: false get isBackupPartition() { return this.getBooleanAttribute('is_backup_partition'); } // is_resizable - computed: true, optional: false, required: false get isResizable() { return this.getBooleanAttribute('is_resizable'); } // min_size_gb - computed: true, optional: false, required: false get minSizeGb() { return this.getNumberAttribute('min_size_gb'); } // mount_point - computed: true, optional: false, required: false get mountPoint() { return this.getStringAttribute('mount_point'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference; _c = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList; _d = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // name - computed: true, optional: false, required: false get name() { return this.getStringAttribute('name'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference; _e = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList; _f = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // name - computed: true, optional: false, required: false get name() { return this.getStringAttribute('name'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference; _g = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList; _h = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; // days_of_week - computed: true, optional: false, required: false this._daysOfWeek = new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowDaysOfWeekList(this, "days_of_week", false); // months - computed: true, optional: false, required: false this._months = new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowMonthsList(this, "months", false); // skip_ru - computed: true, optional: false, required: false this._skipRu = new cdktf.BooleanList(this, "skip_ru", false); } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // custom_action_timeout_in_mins - computed: true, optional: false, required: false get customActionTimeoutInMins() { return this.getNumberAttribute('custom_action_timeout_in_mins'); } get daysOfWeek() { return this._daysOfWeek; } // hours_of_day - computed: true, optional: false, required: false get hoursOfDay() { return this.getNumberListAttribute('hours_of_day'); } // is_custom_action_timeout_enabled - computed: true, optional: false, required: false get isCustomActionTimeoutEnabled() { return this.getBooleanAttribute('is_custom_action_timeout_enabled'); } // is_monthly_patching_enabled - computed: true, optional: false, required: false get isMonthlyPatchingEnabled() { return this.getBooleanAttribute('is_monthly_patching_enabled'); } // lead_time_in_weeks - computed: true, optional: false, required: false get leadTimeInWeeks() { return this.getNumberAttribute('lead_time_in_weeks'); } get months() { return this._months; } // patching_mode - computed: true, optional: false, required: false get patchingMode() { return this.getStringAttribute('patching_mode'); } // preference - computed: true, optional: false, required: false get preference() { return this.getStringAttribute('preference'); } get skipRu() { return this._skipRu; } // weeks_of_month - computed: true, optional: false, required: false get weeksOfMonth() { return this.getNumberListAttribute('weeks_of_month'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference; _j = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList; _k = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // backup_network_bonding_mode - computed: true, optional: false, required: false get backupNetworkBondingMode() { return this.getStringAttribute('backup_network_bonding_mode'); } // client_network_bonding_mode - computed: true, optional: false, required: false get clientNetworkBondingMode() { return this.getStringAttribute('client_network_bonding_mode'); } // dr_network_bonding_mode - computed: true, optional: false, required: false get drNetworkBondingMode() { return this.getStringAttribute('dr_network_bonding_mode'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference; _l = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList; _m = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return {}; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToTerraform; function dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = {}; return attrs; } exports.dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToHclTerraform = dataOciDatabaseExadataInfrastructuresExadataInfrastructuresToHclTerraform; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; // contacts - computed: true, optional: false, required: false this._contacts = new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresContactsList(this, "contacts", false); // defined_file_system_configurations - computed: true, optional: false, required: false this._definedFileSystemConfigurations = new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresDefinedFileSystemConfigurationsList(this, "defined_file_system_configurations", false); // defined_tags - computed: true, optional: false, required: false this._definedTags = new cdktf.StringMap(this, "defined_tags"); // freeform_tags - computed: true, optional: false, required: false this._freeformTags = new cdktf.StringMap(this, "freeform_tags"); // maintenance_window - computed: true, optional: false, required: false this._maintenanceWindow = new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresMaintenanceWindowList(this, "maintenance_window", false); // network_bonding_mode_details - computed: true, optional: false, required: false this._networkBondingModeDetails = new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresNetworkBondingModeDetailsList(this, "network_bonding_mode_details", false); } get internalValue() { let hasAnyValues = this.isEmptyObject; const internalValueResult = {}; return hasAnyValues ? internalValueResult : undefined; } set internalValue(value) { if (value === undefined) { this.isEmptyObject = false; } else { this.isEmptyObject = Object.keys(value).length === 0; } } // activated_storage_count - computed: true, optional: false, required: false get activatedStorageCount() { return this.getNumberAttribute('activated_storage_count'); } // activation_file - computed: true, optional: false, required: false get activationFile() { return this.getStringAttribute('activation_file'); } // additional_compute_count - computed: true, optional: false, required: false get additionalComputeCount() { return this.getNumberAttribute('additional_compute_count'); } // additional_compute_system_model - computed: true, optional: false, required: false get additionalComputeSystemModel() { return this.getStringAttribute('additional_compute_system_model'); } // additional_storage_count - computed: true, optional: false, required: false get additionalStorageCount() { return this.getNumberAttribute('additional_storage_count'); } // admin_network_cidr - computed: true, optional: false, required: false get adminNetworkCidr() { return this.getStringAttribute('admin_network_cidr'); } // availability_domain - computed: true, optional: false, required: false get availabilityDomain() { return this.getStringAttribute('availability_domain'); } // cloud_control_plane_server1 - computed: true, optional: false, required: false get cloudControlPlaneServer1() { return this.getStringAttribute('cloud_control_plane_server1'); } // cloud_control_plane_server2 - computed: true, optional: false, required: false get cloudControlPlaneServer2() { return this.getStringAttribute('cloud_control_plane_server2'); } // compartment_id - computed: true, optional: false, required: false get compartmentId() { return this.getStringAttribute('compartment_id'); } // compute_count - computed: true, optional: false, required: false get computeCount() { return this.getNumberAttribute('compute_count'); } get contacts() { return this._contacts; } // corporate_proxy - computed: true, optional: false, required: false get corporateProxy() { return this.getStringAttribute('corporate_proxy'); } // cpus_enabled - computed: true, optional: false, required: false get cpusEnabled() { return this.getNumberAttribute('cpus_enabled'); } // create_async - computed: true, optional: false, required: false get createAsync() { return this.getBooleanAttribute('create_async'); } // csi_number - computed: true, optional: false, required: false get csiNumber() { return this.getStringAttribute('csi_number'); } // data_storage_size_in_tbs - computed: true, optional: false, required: false get dataStorageSizeInTbs() { return this.getNumberAttribute('data_storage_size_in_tbs'); } // db_node_storage_size_in_gbs - computed: true, optional: false, required: false get dbNodeStorageSizeInGbs() { return this.getNumberAttribute('db_node_storage_size_in_gbs'); } // db_server_version - computed: true, optional: false, required: false get dbServerVersion() { return this.getStringAttribute('db_server_version'); } get definedFileSystemConfigurations() { return this._definedFileSystemConfigurations; } get definedTags() { return this._definedTags; } // display_name - computed: true, optional: false, required: false get displayName() { return this.getStringAttribute('display_name'); } // dns_server - computed: true, optional: false, required: false get dnsServer() { return this.getListAttribute('dns_server'); } get freeformTags() { return this._freeformTags; } // gateway - computed: true, optional: false, required: false get gateway() { return this.getStringAttribute('gateway'); } // id - computed: true, optional: false, required: false get id() { return this.getStringAttribute('id'); } // infini_band_network_cidr - computed: true, optional: false, required: false get infiniBandNetworkCidr() { return this.getStringAttribute('infini_band_network_cidr'); } // is_cps_offline_report_enabled - computed: true, optional: false, required: false get isCpsOfflineReportEnabled() { return this.getBooleanAttribute('is_cps_offline_report_enabled'); } // is_multi_rack_deployment - computed: true, optional: false, required: false get isMultiRackDeployment() { return this.getBooleanAttribute('is_multi_rack_deployment'); } // lifecycle_details - computed: true, optional: false, required: false get lifecycleDetails() { return this.getStringAttribute('lifecycle_details'); } // maintenance_slo_status - computed: true, optional: false, required: false get maintenanceSloStatus() { return this.getStringAttribute('maintenance_slo_status'); } get maintenanceWindow() { return this._maintenanceWindow; } // max_cpu_count - computed: true, optional: false, required: false get maxCpuCount() { return this.getNumberAttribute('max_cpu_count'); } // max_data_storage_in_tbs - computed: true, optional: false, required: false get maxDataStorageInTbs() { return this.getNumberAttribute('max_data_storage_in_tbs'); } // max_db_node_storage_in_gbs - computed: true, optional: false, required: false get maxDbNodeStorageInGbs() { return this.getNumberAttribute('max_db_node_storage_in_gbs'); } // max_memory_in_gbs - computed: true, optional: false, required: false get maxMemoryInGbs() { return this.getNumberAttribute('max_memory_in_gbs'); } // memory_size_in_gbs - computed: true, optional: false, required: false get memorySizeInGbs() { return this.getNumberAttribute('memory_size_in_gbs'); } // monthly_db_server_version - computed: true, optional: false, required: false get monthlyDbServerVersion() { return this.getStringAttribute('monthly_db_server_version'); } // multi_rack_configuration_file - computed: true, optional: false, required: false get multiRackConfigurationFile() { return this.getStringAttribute('multi_rack_configuration_file'); } // netmask - computed: true, optional: false, required: false get netmask() { return this.getStringAttribute('netmask'); } get networkBondingModeDetails() { return this._networkBondingModeDetails; } // ntp_server - computed: true, optional: false, required: false get ntpServer() { return this.getListAttribute('ntp_server'); } // rack_serial_number - computed: true, optional: false, required: false get rackSerialNumber() { return this.getStringAttribute('rack_serial_number'); } // shape - computed: true, optional: false, required: false get shape() { return this.getStringAttribute('shape'); } // state - computed: true, optional: false, required: false get state() { return this.getStringAttribute('state'); } // storage_count - computed: true, optional: false, required: false get storageCount() { return this.getNumberAttribute('storage_count'); } // storage_server_version - computed: true, optional: false, required: false get storageServerVersion() { return this.getStringAttribute('storage_server_version'); } // time_created - computed: true, optional: false, required: false get timeCreated() { return this.getStringAttribute('time_created'); } // time_zone - computed: true, optional: false, required: false get timeZone() { return this.getStringAttribute('time_zone'); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference; _o = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference", version: "1.0.0" }; class DataOciDatabaseExadataInfrastructuresExadataInfrastructuresList extends cdktf.ComplexList { /** * @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, terraformAttribute, wrapsSet) { super(terraformResource, terraformAttribute, wrapsSet); this.terraformResource = terraformResource; this.terraformAttribute = terraformAttribute; this.wrapsSet = wrapsSet; } /** * @param index the index of the item to return */ get(index) { return new DataOciDatabaseExadataInfrastructuresExadataInfrastructuresOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresList = DataOciDatabaseExadataInfrastructuresExadataInfrastructuresList; _p = JSII_RTTI_SYMBOL_1; DataOciDatabaseExadataInfrastructuresExadataInfrastructuresList[_p] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructures.DataOciDatabaseExadataInfrastructuresExadataInfrastructuresList", version: "1.0.0" }; function dataOciDatabaseExadataInfrastructuresFilterToTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return { name: cdktf.stringToTerraform(struct.name), regex: cdktf.booleanToTerraform(struct.regex), values: cdktf.listMapper(cdktf.stringToTerraform, false)(struct.values), }; } exports.dataOciDatabaseExadataInfrastructuresFilterToTerraform = dataOciDatabaseExadataInfrastructuresFilterToTerraform; function dataOciDatabaseExadataInfrastructuresFilterToHclTerraform(struct) { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } const attrs = { name: { value: cdktf.stringToHclTerraform(struct.name), isBlock: false, type: "simple", storageClassType: "string", }, regex: { value: cdktf.booleanToHclTerraform(struct.regex), isBlock: false, type: "simple", storageClassType: "boolean", }, values: { value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(struct.values), isBlock: false, type: "list", storageClassType: "stringList", }, }; // remove undefined attributes return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } exports.dataOciDatabaseExadataInfrastructuresFilterToHclTerraform = dataOciDatabaseExadataInfrastructuresFilterToHclTerraform; class DataOciDatabaseExadataInfrastructuresFilterOutputReference extends cdktf.ComplexObject { /** * @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, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) { super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); this.isEmptyObject = false; } get internal