UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

893 lines 130 kB
"use strict"; var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataOciDatabaseCloudVmCluster = exports.DataOciDatabaseCloudVmClusterIormConfigCacheList = exports.DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference = exports.dataOciDatabaseCloudVmClusterIormConfigCacheToHclTerraform = exports.dataOciDatabaseCloudVmClusterIormConfigCacheToTerraform = exports.DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList = exports.DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference = exports.dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToHclTerraform = exports.dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToTerraform = exports.DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList = exports.DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference = exports.dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToHclTerraform = exports.dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToTerraform = exports.DataOciDatabaseCloudVmClusterDataCollectionOptionsList = exports.DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference = exports.dataOciDatabaseCloudVmClusterDataCollectionOptionsToHclTerraform = exports.dataOciDatabaseCloudVmClusterDataCollectionOptionsToTerraform = exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList = exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference = exports.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToHclTerraform = exports.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToTerraform = exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList = exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference = exports.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToHclTerraform = exports.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToTerraform = exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList = exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference = exports.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform = exports.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform = void 0; const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti"); const cdktf = require("cdktf"); function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform(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.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform = dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform; function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform(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.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform = dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform; class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference 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; } } // apply_update_preferred_end_time - computed: true, optional: false, required: false get applyUpdatePreferredEndTime() { return this.getStringAttribute('apply_update_preferred_end_time'); } // apply_update_preferred_start_time - computed: true, optional: false, required: false get applyUpdatePreferredStartTime() { return this.getStringAttribute('apply_update_preferred_start_time'); } } exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference = DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference; _a = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList 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 DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList = DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList; _b = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList", version: "1.0.0" }; function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToTerraform(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.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToTerraform = dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToTerraform; function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToHclTerraform(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.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToHclTerraform = dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToHclTerraform; class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference 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; } } // freeze_period_end_time - computed: true, optional: false, required: false get freezePeriodEndTime() { return this.getStringAttribute('freeze_period_end_time'); } // freeze_period_start_time - computed: true, optional: false, required: false get freezePeriodStartTime() { return this.getStringAttribute('freeze_period_start_time'); } } exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference = DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference; _c = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList 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 DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList = DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList; _d = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList", version: "1.0.0" }; function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToTerraform(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.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToTerraform = dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToTerraform; function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToHclTerraform(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.dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToHclTerraform = dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToHclTerraform; class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference 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; // apply_update_time_preference - computed: true, optional: false, required: false this._applyUpdateTimePreference = new DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList(this, "apply_update_time_preference", false); // freeze_period - computed: true, optional: false, required: false this._freezePeriod = new DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList(this, "freeze_period", 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; } } get applyUpdateTimePreference() { return this._applyUpdateTimePreference; } get freezePeriod() { return this._freezePeriod; } // is_early_adoption_enabled - computed: true, optional: false, required: false get isEarlyAdoptionEnabled() { return this.getBooleanAttribute('is_early_adoption_enabled'); } // is_freeze_period_enabled - computed: true, optional: false, required: false get isFreezePeriodEnabled() { return this.getBooleanAttribute('is_freeze_period_enabled'); } } exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference = DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference; _e = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList 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 DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList = DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList; _f = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList", version: "1.0.0" }; function dataOciDatabaseCloudVmClusterDataCollectionOptionsToTerraform(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.dataOciDatabaseCloudVmClusterDataCollectionOptionsToTerraform = dataOciDatabaseCloudVmClusterDataCollectionOptionsToTerraform; function dataOciDatabaseCloudVmClusterDataCollectionOptionsToHclTerraform(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.dataOciDatabaseCloudVmClusterDataCollectionOptionsToHclTerraform = dataOciDatabaseCloudVmClusterDataCollectionOptionsToHclTerraform; class DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference 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_diagnostics_events_enabled - computed: true, optional: false, required: false get isDiagnosticsEventsEnabled() { return this.getBooleanAttribute('is_diagnostics_events_enabled'); } // is_health_monitoring_enabled - computed: true, optional: false, required: false get isHealthMonitoringEnabled() { return this.getBooleanAttribute('is_health_monitoring_enabled'); } // is_incident_logs_enabled - computed: true, optional: false, required: false get isIncidentLogsEnabled() { return this.getBooleanAttribute('is_incident_logs_enabled'); } } exports.DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference = DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference; _g = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterDataCollectionOptionsList 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 DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterDataCollectionOptionsList = DataOciDatabaseCloudVmClusterDataCollectionOptionsList; _h = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterDataCollectionOptionsList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterDataCollectionOptionsList", version: "1.0.0" }; function dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToTerraform(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.dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToTerraform = dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToTerraform; function dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToHclTerraform(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.dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToHclTerraform = dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToHclTerraform; class DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference 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; } } // file_system_size_gb - computed: true, optional: false, required: false get fileSystemSizeGb() { return this.getNumberAttribute('file_system_size_gb'); } // mount_point - computed: true, optional: false, required: false get mountPoint() { return this.getStringAttribute('mount_point'); } } exports.DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference = DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference; _j = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList 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 DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList = DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList; _k = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList", version: "1.0.0" }; function dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToTerraform(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.dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToTerraform = dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToTerraform; function dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToHclTerraform(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.dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToHclTerraform = dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToHclTerraform; class DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference 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; } } // db_name - computed: true, optional: false, required: false get dbName() { return this.getStringAttribute('db_name'); } // flash_cache_limit - computed: true, optional: false, required: false get flashCacheLimit() { return this.getStringAttribute('flash_cache_limit'); } // share - computed: true, optional: false, required: false get share() { return this.getNumberAttribute('share'); } } exports.DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference = DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference; _l = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList 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 DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList = DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList; _m = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList", version: "1.0.0" }; function dataOciDatabaseCloudVmClusterIormConfigCacheToTerraform(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.dataOciDatabaseCloudVmClusterIormConfigCacheToTerraform = dataOciDatabaseCloudVmClusterIormConfigCacheToTerraform; function dataOciDatabaseCloudVmClusterIormConfigCacheToHclTerraform(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.dataOciDatabaseCloudVmClusterIormConfigCacheToHclTerraform = dataOciDatabaseCloudVmClusterIormConfigCacheToHclTerraform; class DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference 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; // db_plans - computed: true, optional: false, required: false this._dbPlans = new DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList(this, "db_plans", 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; } } get dbPlans() { return this._dbPlans; } // lifecycle_details - computed: true, optional: false, required: false get lifecycleDetails() { return this.getStringAttribute('lifecycle_details'); } // objective - computed: true, optional: false, required: false get objective() { return this.getStringAttribute('objective'); } // state - computed: true, optional: false, required: false get state() { return this.getStringAttribute('state'); } } exports.DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference = DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference; _o = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference", version: "1.0.0" }; class DataOciDatabaseCloudVmClusterIormConfigCacheList 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 DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } exports.DataOciDatabaseCloudVmClusterIormConfigCacheList = DataOciDatabaseCloudVmClusterIormConfigCacheList; _p = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmClusterIormConfigCacheList[_p] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmClusterIormConfigCacheList", version: "1.0.0" }; /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_vm_cluster oci_database_cloud_vm_cluster} */ class DataOciDatabaseCloudVmCluster extends cdktf.TerraformDataSource { // ============== // STATIC Methods // ============== /** * Generates CDKTF code for importing a DataOciDatabaseCloudVmCluster 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 DataOciDatabaseCloudVmCluster to import * @param importFromId The id of the existing DataOciDatabaseCloudVmCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_vm_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDatabaseCloudVmCluster to import is found */ static generateConfigForImport(scope, importToId, importFromId, provider) { return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_database_cloud_vm_cluster", importId: importFromId, provider }); } // =========== // INITIALIZER // =========== /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_vm_cluster oci_database_cloud_vm_cluster} 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 DataOciDatabaseCloudVmClusterConfig */ constructor(scope, id, config) { super(scope, id, { terraformResourceType: 'oci_database_cloud_vm_cluster', terraformGeneratorMetadata: { providerName: 'oci', providerVersion: '6.18.0', providerVersionConstraint: '~> 6.18.0' }, provider: config.provider, dependsOn: config.dependsOn, count: config.count, lifecycle: config.lifecycle, provisioners: config.provisioners, connection: config.connection, forEach: config.forEach }); // cloud_automation_update_details - computed: true, optional: false, required: false this._cloudAutomationUpdateDetails = new DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList(this, "cloud_automation_update_details", false); // data_collection_options - computed: true, optional: false, required: false this._dataCollectionOptions = new DataOciDatabaseCloudVmClusterDataCollectionOptionsList(this, "data_collection_options", false); // defined_tags - computed: true, optional: false, required: false this._definedTags = new cdktf.StringMap(this, "defined_tags"); // file_system_configuration_details - computed: true, optional: false, required: false this._fileSystemConfigurationDetails = new DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList(this, "file_system_configuration_details", false); // freeform_tags - computed: true, optional: false, required: false this._freeformTags = new cdktf.StringMap(this, "freeform_tags"); // iorm_config_cache - computed: true, optional: false, required: false this._iormConfigCache = new DataOciDatabaseCloudVmClusterIormConfigCacheList(this, "iorm_config_cache", false); // security_attributes - computed: true, optional: false, required: false this._securityAttributes = new cdktf.StringMap(this, "security_attributes"); // system_tags - computed: true, optional: false, required: false this._systemTags = new cdktf.StringMap(this, "system_tags"); this._cloudVmClusterId = config.cloudVmClusterId; } // ========== // ATTRIBUTES // ========== // availability_domain - computed: true, optional: false, required: false get availabilityDomain() { return this.getStringAttribute('availability_domain'); } // backup_network_nsg_ids - computed: true, optional: false, required: false get backupNetworkNsgIds() { return this.getListAttribute('backup_network_nsg_ids'); } // backup_subnet_id - computed: true, optional: false, required: false get backupSubnetId() { return this.getStringAttribute('backup_subnet_id'); } get cloudAutomationUpdateDetails() { return this._cloudAutomationUpdateDetails; } // cloud_exadata_infrastructure_id - computed: true, optional: false, required: false get cloudExadataInfrastructureId() { return this.getStringAttribute('cloud_exadata_infrastructure_id'); } get cloudVmClusterId() { return this.getStringAttribute('cloud_vm_cluster_id'); } set cloudVmClusterId(value) { this._cloudVmClusterId = value; } // Temporarily expose input value. Use with caution. get cloudVmClusterIdInput() { return this._cloudVmClusterId; } // cluster_name - computed: true, optional: false, required: false get clusterName() { return this.getStringAttribute('cluster_name'); } // compartment_id - computed: true, optional: false, required: false get compartmentId() { return this.getStringAttribute('compartment_id'); } // cpu_core_count - computed: true, optional: false, required: false get cpuCoreCount() { return this.getNumberAttribute('cpu_core_count'); } // create_async - computed: true, optional: false, required: false get createAsync() { return this.getBooleanAttribute('create_async'); } get dataCollectionOptions() { return this._dataCollectionOptions; } // data_storage_percentage - computed: true, optional: false, required: false get dataStoragePercentage() { return this.getNumberAttribute('data_storage_percentage'); } // 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_servers - computed: true, optional: false, required: false get dbServers() { return this.getListAttribute('db_servers'); } get definedTags() { return this._definedTags; } // disk_redundancy - computed: true, optional: false, required: false get diskRedundancy() { return this.getStringAttribute('disk_redundancy'); } // display_name - computed: true, optional: false, required: false get displayName() { return this.getStringAttribute('display_name'); } // domain - computed: true, optional: false, required: false get domain() { return this.getStringAttribute('domain'); } get fileSystemConfigurationDetails() { return this._fileSystemConfigurationDetails; } get freeformTags() { return this._freeformTags; } // gi_version - computed: true, optional: false, required: false get giVersion() { return this.getStringAttribute('gi_version'); } // hostname - computed: true, optional: false, required: false get hostname() { return this.getStringAttribute('hostname'); } // id - computed: true, optional: false, required: false get id() { return this.getStringAttribute('id'); } get iormConfigCache() { return this._iormConfigCache; } // is_local_backup_enabled - computed: true, optional: false, required: false get isLocalBackupEnabled() { return this.getBooleanAttribute('is_local_backup_enabled'); } // is_sparse_diskgroup_enabled - computed: true, optional: false, required: false get isSparseDiskgroupEnabled() { return this.getBooleanAttribute('is_sparse_diskgroup_enabled'); } // last_update_history_entry_id - computed: true, optional: false, required: false get lastUpdateHistoryEntryId() { return this.getStringAttribute('last_update_history_entry_id'); } // license_model - computed: true, optional: false, required: false get licenseModel() { return this.getStringAttribute('license_model'); } // lifecycle_details - computed: true, optional: false, required: false get lifecycleDetails() { return this.getStringAttribute('lifecycle_details'); } // listener_port - computed: true, optional: false, required: false get listenerPort() { return this.getStringAttribute('listener_port'); } // memory_size_in_gbs - computed: true, optional: false, required: false get memorySizeInGbs() { return this.getNumberAttribute('memory_size_in_gbs'); } // node_count - computed: true, optional: false, required: false get nodeCount() { return this.getNumberAttribute('node_count'); } // nsg_ids - computed: true, optional: false, required: false get nsgIds() { return this.getListAttribute('nsg_ids'); } // ocpu_count - computed: true, optional: false, required: false get ocpuCount() { return this.getNumberAttribute('ocpu_count'); } // private_zone_id - computed: true, optional: false, required: false get privateZoneId() { return this.getStringAttribute('private_zone_id'); } // scan_dns_name - computed: true, optional: false, required: false get scanDnsName() { return this.getStringAttribute('scan_dns_name'); } // scan_dns_record_id - computed: true, optional: false, required: false get scanDnsRecordId() { return this.getStringAttribute('scan_dns_record_id'); } // scan_ip_ids - computed: true, optional: false, required: false get scanIpIds() { return this.getListAttribute('scan_ip_ids'); } // scan_listener_port_tcp - computed: true, optional: false, required: false get scanListenerPortTcp() { return this.getNumberAttribute('scan_listener_port_tcp'); } // scan_listener_port_tcp_ssl - computed: true, optional: false, required: false get scanListenerPortTcpSsl() { return this.getNumberAttribute('scan_listener_port_tcp_ssl'); } get securityAttributes() { return this._securityAttributes; } // shape - computed: true, optional: false, required: false get shape() { return this.getStringAttribute('shape'); } // ssh_public_keys - computed: true, optional: false, required: false get sshPublicKeys() { return this.getListAttribute('ssh_public_keys'); } // state - computed: true, optional: false, required: false get state() { return this.getStringAttribute('state'); } // storage_size_in_gbs - computed: true, optional: false, required: false get storageSizeInGbs() { return this.getNumberAttribute('storage_size_in_gbs'); } // subnet_id - computed: true, optional: false, required: false get subnetId() { return this.getStringAttribute('subnet_id'); } // subscription_id - computed: true, optional: false, required: false get subscriptionId() { return this.getStringAttribute('subscription_id'); } get systemTags() { return this._systemTags; } // system_version - computed: true, optional: false, required: false get systemVersion() { return this.getStringAttribute('system_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'); } // vip_ids - computed: true, optional: false, required: false get vipIds() { return this.getListAttribute('vip_ids'); } // zone_id - computed: true, optional: false, required: false get zoneId() { return this.getStringAttribute('zone_id'); } // ========= // SYNTHESIS // ========= synthesizeAttributes() { return { cloud_vm_cluster_id: cdktf.stringToTerraform(this._cloudVmClusterId), }; } synthesizeHclAttributes() { const attrs = { cloud_vm_cluster_id: { value: cdktf.stringToHclTerraform(this._cloudVmClusterId), isBlock: false, type: "simple", storageClassType: "string", }, }; // remove undefined attributes return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } } exports.DataOciDatabaseCloudVmCluster = DataOciDatabaseCloudVmCluster; _q = JSII_RTTI_SYMBOL_1; DataOciDatabaseCloudVmCluster[_q] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseCloudVmCluster.DataOciDatabaseCloudVmCluster", version: "1.0.0" }; // ================= // STATIC PROPERTIES // ================= DataOciDatabaseCloudVmCluster.tfResourceType = "oci_database_cloud_vm_cluster"; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS1vY2ktZGF0YWJhc2UtY2xvdWQtdm0tY2x1c3Rlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUlBLCtCQUErQjtBQWEvQixTQUFnQiw2RkFBNkYsQ0FBQyxNQUEyRjtJQUN2TSxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsWUFBWSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQUMsT0FBTyxNQUFNLENBQUM7SUFBQyxDQUFDO0lBQzVGLElBQUksS0FBSyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFDbkMsTUFBTSxJQUFJLEtBQUssQ0FBQyxvSEFBb0gsQ0FBQyxDQUFDO0lBQ3hJLENBQUM7SUFDRCxPQUFPLEVBQ04sQ0FBQTtBQUNILENBQUM7QUFQRCxzTUFPQztBQUdELFNBQWdCLGdHQUFnRyxDQUFDLE1BQTJGO0lBQzFNLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFBQyxPQUFPLE1BQU0sQ0FBQztJQUFDLENBQUM7SUFDNUYsSUFBSSxLQUFLLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG9IQUFvSCxDQUFDLENBQUM7SUFDeEksQ0FBQztJQUNELE1BQU0sS0FBSyxHQUFHLEVBQ2IsQ0FBQztJQUNGLE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQztBQVJELDRNQVFDO0FBRUQsTUFBYSxpR0FBa0csU0FBUSxLQUFLLENBQUMsYUFBYTtJQUd4STs7Ozs7TUFLRTtJQUNGLFlBQW1CLGlCQUE2QyxFQUFFLGtCQUEwQixFQUFFLGtCQUEwQixFQUFFLHNCQUErQjtRQUN2SixLQUFLLENBQUMsaUJBQWlCLEVBQUUsa0JBQWtCLEVBQUUsc0JBQXNCLEVBQUUsa0JBQWtCLENBQUMsQ0FBQztRQVRuRixrQkFBYSxHQUFHLEtBQUssQ0FBQztJQVU5QixDQUFDO0lBRUQsSUFBVyxhQUFhO1FBQ3RCLElBQUksWUFBWSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUM7UUFDdEMsTUFBTSxtQkFBbUIsR0FBUSxFQUFFLENBQUM7UUFDcEMsT0FBTyxZQUFZLENBQUMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDeEQsQ0FBQztJQUVELElBQVcsYUFBYSxDQUFDLEtBQXFHO1FBQzVILElBQUksS0FBSyxLQUFLLFNBQVMsRUFBRSxDQUFDO1lBQ3hCLElBQUksQ0FBQyxhQUFhLEdBQUcsS0FBSyxDQUFDO1FBQzdCLENBQUM7YUFDSSxDQUFDO1lBQ0osSUFBSSxDQUFDLGFBQWEsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUM7UUFDdkQsQ0FBQztJQUNILENBQUM7SUFFRCxxRkFBcUY7SUFDckYsSUFBVywyQkFBMkI7UUFDcEMsT0FBTyxJQUFJLENBQUMsa0JBQWtCLENBQUMsaUNBQWlDLENBQUMsQ0FBQztJQUNwRSxDQUFDO0lBRUQsdUZBQXVGO0lBQ3ZGLElBQVcsNkJBQTZCO1FBQ3RDLE9BQU8sSUFBSSxDQUFDLGtCQUFrQixDQUFDLG1DQUFtQyxDQUFDLEN