rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
824 lines • 120 kB
JavaScript
"use strict";
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataOciDatabaseExadataInfrastructure = exports.DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList = exports.DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference = exports.dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToHclTerraform = exports.dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToTerraform = exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowList = exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference = exports.dataOciDatabaseExadataInfrastructureMaintenanceWindowToHclTerraform = exports.dataOciDatabaseExadataInfrastructureMaintenanceWindowToTerraform = exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList = exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference = exports.dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToHclTerraform = exports.dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToTerraform = exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList = exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference = exports.dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform = exports.dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform = exports.DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList = exports.DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference = exports.dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToHclTerraform = exports.dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToTerraform = exports.DataOciDatabaseExadataInfrastructureContactsList = exports.DataOciDatabaseExadataInfrastructureContactsOutputReference = exports.dataOciDatabaseExadataInfrastructureContactsToHclTerraform = exports.dataOciDatabaseExadataInfrastructureContactsToTerraform = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function dataOciDatabaseExadataInfrastructureContactsToTerraform(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.dataOciDatabaseExadataInfrastructureContactsToTerraform = dataOciDatabaseExadataInfrastructureContactsToTerraform;
function dataOciDatabaseExadataInfrastructureContactsToHclTerraform(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.dataOciDatabaseExadataInfrastructureContactsToHclTerraform = dataOciDatabaseExadataInfrastructureContactsToHclTerraform;
class DataOciDatabaseExadataInfrastructureContactsOutputReference 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.DataOciDatabaseExadataInfrastructureContactsOutputReference = DataOciDatabaseExadataInfrastructureContactsOutputReference;
_a = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureContactsOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureContactsOutputReference", version: "1.0.0" };
class DataOciDatabaseExadataInfrastructureContactsList 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 DataOciDatabaseExadataInfrastructureContactsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseExadataInfrastructureContactsList = DataOciDatabaseExadataInfrastructureContactsList;
_b = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureContactsList[_b] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureContactsList", version: "1.0.0" };
function dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToTerraform(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.dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToTerraform = dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToTerraform;
function dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToHclTerraform(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.dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToHclTerraform = dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToHclTerraform;
class DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference 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.DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference = DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference;
_c = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference", version: "1.0.0" };
class DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList 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 DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList = DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList;
_d = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList[_d] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList", version: "1.0.0" };
function dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform(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.dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform = dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform;
function dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform(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.dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform = dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform;
class DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference 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.DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference = DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference;
_e = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference", version: "1.0.0" };
class DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList 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 DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList = DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList;
_f = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList[_f] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList", version: "1.0.0" };
function dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToTerraform(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.dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToTerraform = dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToTerraform;
function dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToHclTerraform(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.dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToHclTerraform = dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToHclTerraform;
class DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference 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.DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference = DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference;
_g = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference", version: "1.0.0" };
class DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList 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 DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList = DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList;
_h = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList[_h] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList", version: "1.0.0" };
function dataOciDatabaseExadataInfrastructureMaintenanceWindowToTerraform(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.dataOciDatabaseExadataInfrastructureMaintenanceWindowToTerraform = dataOciDatabaseExadataInfrastructureMaintenanceWindowToTerraform;
function dataOciDatabaseExadataInfrastructureMaintenanceWindowToHclTerraform(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.dataOciDatabaseExadataInfrastructureMaintenanceWindowToHclTerraform = dataOciDatabaseExadataInfrastructureMaintenanceWindowToHclTerraform;
class DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference 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 DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList(this, "days_of_week", false);
// months - computed: true, optional: false, required: false
this._months = new DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList(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.DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference = DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference;
_j = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference", version: "1.0.0" };
class DataOciDatabaseExadataInfrastructureMaintenanceWindowList 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 DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseExadataInfrastructureMaintenanceWindowList = DataOciDatabaseExadataInfrastructureMaintenanceWindowList;
_k = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureMaintenanceWindowList[_k] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureMaintenanceWindowList", version: "1.0.0" };
function dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToTerraform(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.dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToTerraform = dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToTerraform;
function dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToHclTerraform(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.dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToHclTerraform = dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToHclTerraform;
class DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference 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.DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference = DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference;
_l = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference", version: "1.0.0" };
class DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList 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 DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList = DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList;
_m = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList[_m] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList", version: "1.0.0" };
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_exadata_infrastructure oci_database_exadata_infrastructure}
*/
class DataOciDatabaseExadataInfrastructure extends cdktf.TerraformDataSource {
// ==============
// STATIC Methods
// ==============
/**
* Generates CDKTF code for importing a DataOciDatabaseExadataInfrastructure 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 DataOciDatabaseExadataInfrastructure to import
* @param importFromId The id of the existing DataOciDatabaseExadataInfrastructure that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_exadata_infrastructure#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDatabaseExadataInfrastructure to import is found
*/
static generateConfigForImport(scope, importToId, importFromId, provider) {
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_database_exadata_infrastructure", importId: importFromId, provider });
}
// ===========
// INITIALIZER
// ===========
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_exadata_infrastructure oci_database_exadata_infrastructure} 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 DataOciDatabaseExadataInfrastructureConfig
*/
constructor(scope, id, config) {
super(scope, id, {
terraformResourceType: 'oci_database_exadata_infrastructure',
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
});
// contacts - computed: true, optional: false, required: false
this._contacts = new DataOciDatabaseExadataInfrastructureContactsList(this, "contacts", false);
// defined_file_system_configurations - computed: true, optional: false, required: false
this._definedFileSystemConfigurations = new DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList(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 DataOciDatabaseExadataInfrastructureMaintenanceWindowList(this, "maintenance_window", false);
// network_bonding_mode_details - computed: true, optional: false, required: false
this._networkBondingModeDetails = new DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList(this, "network_bonding_mode_details", false);
this._exadataInfrastructureId = config.exadataInfrastructureId;
}
// ==========
// ATTRIBUTES
// ==========
// 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 exadataInfrastructureId() {
return this.getStringAttribute('exadata_infrastructure_id');
}
set exadataInfrastructureId(value) {
this._exadataInfrastructureId = value;
}
// Temporarily expose input value. Use with caution.
get exadataInfrastructureIdInput() {
return this._exadataInfrastructureId;
}
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');
}
// =========
// SYNTHESIS
// =========
synthesizeAttributes() {
return {
exadata_infrastructure_id: cdktf.stringToTerraform(this._exadataInfrastructureId),
};
}
synthesizeHclAttributes() {
const attrs = {
exadata_infrastructure_id: {
value: cdktf.stringToHclTerraform(this._exadataInfrastructureId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
}
exports.DataOciDatabaseExadataInfrastructure = DataOciDatabaseExadataInfrastructure;
_o = JSII_RTTI_SYMBOL_1;
DataOciDatabaseExadataInfrastructure[_o] = { fqn: "rhizo-co-terraform-provider-oci.dataOciDatabaseExadataInfrastructure.DataOciDatabaseExadataInfrastructure", version: "1.0.0" };
// =================
// STATIC PROPERTIES
// =================
DataOciDatabaseExadataInfrastructure.tfResourceType = "oci_database_exadata_infrastructure";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS1vY2ktZGF0YWJhc2UtZXhhZGF0YS1pbmZyYXN0cnVjdHVyZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUlBLCtCQUErQjtBQWEvQixTQUFnQix1REFBdUQsQ0FBQyxNQUFxRDtJQUMzSCxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsWUFBWSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQUMsT0FBTyxNQUFNLENBQUM7SUFBQyxDQUFDO0lBQzVGLElBQUksS0FBSyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFDbkMsTUFBTSxJQUFJLEtBQUssQ0FBQyxvSEFBb0gsQ0FBQyxDQUFDO0lBQ3hJLENBQUM7SUFDRCxPQUFPLEVBQ04sQ0FBQTtBQUNILENBQUM7QUFQRCwwSEFPQztBQUdELFNBQWdCLDBEQUEwRCxDQUFDLE1BQXFEO0lBQzlILElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFBQyxPQUFPLE1BQU0sQ0FBQztJQUFDLENBQUM7SUFDNUYsSUFBSSxLQUFLLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG9IQUFvSCxDQUFDLENBQUM7SUFDeEksQ0FBQztJQUNELE1BQU0sS0FBSyxHQUFHLEVBQ2IsQ0FBQztJQUNGLE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQztBQVJELGdJQVFDO0FBRUQsTUFBYSwyREFBNEQsU0FBUSxLQUFLLENBQUMsYUFBYTtJQUdsRzs7Ozs7TUFLRTtJQUNGLFlBQW1CLGlCQUE2QyxFQUFFLGtCQUEwQixFQUFFLGtCQUEw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