rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
918 lines • 137 kB
JavaScript
"use strict";
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatabaseVmClusterRemoveVirtualMachine = exports.DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference = exports.databaseVmClusterRemoveVirtualMachineTimeoutsToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineTimeoutsToTerraform = exports.DatabaseVmClusterRemoveVirtualMachineDbServersList = exports.DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference = exports.databaseVmClusterRemoveVirtualMachineDbServersToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineDbServersToTerraform = exports.DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList = exports.DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference = exports.databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToTerraform = exports.DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList = exports.DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference = exports.databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToTerraform = exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList = exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference = exports.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToTerraform = exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList = exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference = exports.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToTerraform = exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList = exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference = exports.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform = exports.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform(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.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform = databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform;
function databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform(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.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform = databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference 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.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference = DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference;
_a = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference", version: "1.0.0" };
class DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList 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 DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList = DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList;
_b = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList[_b] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList", version: "1.0.0" };
function databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToTerraform(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.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToTerraform = databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToTerraform;
function databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToHclTerraform(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.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToHclTerraform = databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference 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.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference = DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference;
_c = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference", version: "1.0.0" };
class DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList 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 DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList = DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList;
_d = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList[_d] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList", version: "1.0.0" };
function databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToTerraform(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.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToTerraform = databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToTerraform;
function databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToHclTerraform(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.databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToHclTerraform = databaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference 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 DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList(this, "apply_update_time_preference", false);
// freeze_period - computed: true, optional: false, required: false
this._freezePeriod = new DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsFreezePeriodList(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.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference = DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference;
_e = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference", version: "1.0.0" };
class DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList 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 DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList = DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList;
_f = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList[_f] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList", version: "1.0.0" };
function databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToTerraform(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.databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToTerraform = databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToTerraform;
function databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToHclTerraform(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.databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToHclTerraform = databaseVmClusterRemoveVirtualMachineDataCollectionOptionsToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference 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.DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference = DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference;
_g = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference", version: "1.0.0" };
class DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList 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 DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList = DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList;
_h = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList[_h] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList", version: "1.0.0" };
function databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToTerraform(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.databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToTerraform = databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToTerraform;
function databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToHclTerraform(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.databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToHclTerraform = databaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference 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.DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference = DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference;
_j = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference", version: "1.0.0" };
class DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList 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 DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList = DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList;
_k = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList[_k] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList", version: "1.0.0" };
function databaseVmClusterRemoveVirtualMachineDbServersToTerraform(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 {
db_server_id: cdktf.stringToTerraform(struct.dbServerId),
};
}
exports.databaseVmClusterRemoveVirtualMachineDbServersToTerraform = databaseVmClusterRemoveVirtualMachineDbServersToTerraform;
function databaseVmClusterRemoveVirtualMachineDbServersToHclTerraform(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 = {
db_server_id: {
value: cdktf.stringToHclTerraform(struct.dbServerId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
exports.databaseVmClusterRemoveVirtualMachineDbServersToHclTerraform = databaseVmClusterRemoveVirtualMachineDbServersToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference 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() {
if (this.resolvableValue) {
return this.resolvableValue;
}
let hasAnyValues = this.isEmptyObject;
const internalValueResult = {};
if (this._dbServerId !== undefined) {
hasAnyValues = true;
internalValueResult.dbServerId = this._dbServerId;
}
return hasAnyValues ? internalValueResult : undefined;
}
set internalValue(value) {
if (value === undefined) {
this.isEmptyObject = false;
this.resolvableValue = undefined;
this._dbServerId = undefined;
}
else if (cdktf.Tokenization.isResolvable(value)) {
this.isEmptyObject = false;
this.resolvableValue = value;
}
else {
this.isEmptyObject = Object.keys(value).length === 0;
this.resolvableValue = undefined;
this._dbServerId = value.dbServerId;
}
}
get dbServerId() {
return this.getStringAttribute('db_server_id');
}
set dbServerId(value) {
this._dbServerId = value;
}
// Temporarily expose input value. Use with caution.
get dbServerIdInput() {
return this._dbServerId;
}
}
exports.DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference = DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference;
_l = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference[_l] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference", version: "1.0.0" };
class DatabaseVmClusterRemoveVirtualMachineDbServersList 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 DatabaseVmClusterRemoveVirtualMachineDbServersOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.DatabaseVmClusterRemoveVirtualMachineDbServersList = DatabaseVmClusterRemoveVirtualMachineDbServersList;
_m = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineDbServersList[_m] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineDbServersList", version: "1.0.0" };
function databaseVmClusterRemoveVirtualMachineTimeoutsToTerraform(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 {
create: cdktf.stringToTerraform(struct.create),
delete: cdktf.stringToTerraform(struct.delete),
update: cdktf.stringToTerraform(struct.update),
};
}
exports.databaseVmClusterRemoveVirtualMachineTimeoutsToTerraform = databaseVmClusterRemoveVirtualMachineTimeoutsToTerraform;
function databaseVmClusterRemoveVirtualMachineTimeoutsToHclTerraform(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 = {
create: {
value: cdktf.stringToHclTerraform(struct.create),
isBlock: false,
type: "simple",
storageClassType: "string",
},
delete: {
value: cdktf.stringToHclTerraform(struct.delete),
isBlock: false,
type: "simple",
storageClassType: "string",
},
update: {
value: cdktf.stringToHclTerraform(struct.update),
isBlock: false,
type: "simple",
storageClassType: "string",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
exports.databaseVmClusterRemoveVirtualMachineTimeoutsToHclTerraform = databaseVmClusterRemoveVirtualMachineTimeoutsToHclTerraform;
class DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference extends cdktf.ComplexObject {
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource, terraformAttribute) {
super(terraformResource, terraformAttribute, false);
this.isEmptyObject = false;
}
get internalValue() {
if (this.resolvableValue) {
return this.resolvableValue;
}
let hasAnyValues = this.isEmptyObject;
const internalValueResult = {};
if (this._create !== undefined) {
hasAnyValues = true;
internalValueResult.create = this._create;
}
if (this._delete !== undefined) {
hasAnyValues = true;
internalValueResult.delete = this._delete;
}
if (this._update !== undefined) {
hasAnyValues = true;
internalValueResult.update = this._update;
}
return hasAnyValues ? internalValueResult : undefined;
}
set internalValue(value) {
if (value === undefined) {
this.isEmptyObject = false;
this.resolvableValue = undefined;
this._create = undefined;
this._delete = undefined;
this._update = undefined;
}
else if (cdktf.Tokenization.isResolvable(value)) {
this.isEmptyObject = false;
this.resolvableValue = value;
}
else {
this.isEmptyObject = Object.keys(value).length === 0;
this.resolvableValue = undefined;
this._create = value.create;
this._delete = value.delete;
this._update = value.update;
}
}
get create() {
return this.getStringAttribute('create');
}
set create(value) {
this._create = value;
}
resetCreate() {
this._create = undefined;
}
// Temporarily expose input value. Use with caution.
get createInput() {
return this._create;
}
get delete() {
return this.getStringAttribute('delete');
}
set delete(value) {
this._delete = value;
}
resetDelete() {
this._delete = undefined;
}
// Temporarily expose input value. Use with caution.
get deleteInput() {
return this._delete;
}
get update() {
return this.getStringAttribute('update');
}
set update(value) {
this._update = value;
}
resetUpdate() {
this._update = undefined;
}
// Temporarily expose input value. Use with caution.
get updateInput() {
return this._update;
}
}
exports.DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference = DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference;
_o = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference[_o] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference", version: "1.0.0" };
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/database_vm_cluster_remove_virtual_machine oci_database_vm_cluster_remove_virtual_machine}
*/
class DatabaseVmClusterRemoveVirtualMachine extends cdktf.TerraformResource {
// ==============
// STATIC Methods
// ==============
/**
* Generates CDKTF code for importing a DatabaseVmClusterRemoveVirtualMachine 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 DatabaseVmClusterRemoveVirtualMachine to import
* @param importFromId The id of the existing DatabaseVmClusterRemoveVirtualMachine that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/database_vm_cluster_remove_virtual_machine#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DatabaseVmClusterRemoveVirtualMachine to import is found
*/
static generateConfigForImport(scope, importToId, importFromId, provider) {
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_database_vm_cluster_remove_virtual_machine", importId: importFromId, provider });
}
// ===========
// INITIALIZER
// ===========
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/database_vm_cluster_remove_virtual_machine oci_database_vm_cluster_remove_virtual_machine} Resource
*
* @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 DatabaseVmClusterRemoveVirtualMachineConfig
*/
constructor(scope, id, config) {
super(scope, id, {
terraformResourceType: 'oci_database_vm_cluster_remove_virtual_machine',
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 DatabaseVmClusterRemoveVirtualMachineCloudAutomationUpdateDetailsList(this, "cloud_automation_update_details", false);
// data_collection_options - computed: true, optional: false, required: false
this._dataCollectionOptions = new DatabaseVmClusterRemoveVirtualMachineDataCollectionOptionsList(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 DatabaseVmClusterRemoveVirtualMachineFileSystemConfigurationDetailsList(this, "file_system_configuration_details", false);
// freeform_tags - computed: true, optional: false, required: false
this._freeformTags = new cdktf.StringMap(this, "freeform_tags");
// db_servers - computed: false, optional: false, required: true
this._dbServers = new DatabaseVmClusterRemoveVirtualMachineDbServersList(this, "db_servers", false);
// timeouts - computed: false, optional: true, required: false
this._timeouts = new DatabaseVmClusterRemoveVirtualMachineTimeoutsOutputReference(this, "timeouts");
this._id = config.id;
this._vmClusterId = config.vmClusterId;
this._dbServers.internalValue = config.dbServers;
this._timeouts.internalValue = config.timeouts;
}
// ==========
// ATTRIBUTES
// ==========
// availability_domain - computed: true, optional: false, required: false
get availabilityDomain() {
return this.getStringAttribute('availability_domain');
}
get cloudAutomationUpdateDetails() {
return this._cloudAutomationUpdateDetails;
}
// compartment_id - computed: true, optional: false, required: false
get compartmentId() {
return this.getStringAttribute('compartment_id');
}
// cpus_enabled - computed: true, optional: false, required: false
get cpusEnabled() {
return this.getNumberAttribute('cpus_enabled');
}
get dataCollectionOptions() {
return this._dataCollectionOptions;
}
// 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');
}
get definedTags() {
return this._definedTags;
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// exadata_infrastructure_id - computed: true, optional: false, required: false
get exadataInfrastructureId() {
return this.getStringAttribute('exadata_infrastructure_id');
}
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');
}
get id() {
return this.getStringAttribute('id');
}
set id(value) {
this._id = value;
}
resetId() {
this._id = undefined;
}
// Temporarily expose input value. Use with caution.
get idInput() {
return this._id;
}
// 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_patch_history_entry_id - computed: true, optional: false, required: false
get lastPatchHistoryEntryId() {
return this.getStringAttribute('last_patch_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');
}
// memory_size_in_gbs - computed: true, optional: false, required: false
get memorySizeInGbs() {
return this.getNumberAttribute('memory_size_in_gbs');
}
// 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');
}
// 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');
}
get vmClusterId() {
return this.getStringAttribute('vm_cluster_id');
}
set vmClusterId(value) {
this._vmClusterId = value;
}
// Temporarily expose input value. Use with caution.
get vmClusterIdInput() {
return this._vmClusterId;
}
// vm_cluster_network_id - computed: true, optional: false, required: false
get vmClusterNetworkId() {
return this.getStringAttribute('vm_cluster_network_id');
}
get dbServers() {
return this._dbServers;
}
putDbServers(value) {
this._dbServers.internalValue = value;
}
// Temporarily expose input value. Use with caution.
get dbServersInput() {
return this._dbServers.internalValue;
}
get timeouts() {
return this._timeouts;
}
putTimeouts(value) {
this._timeouts.internalValue = value;
}
resetTimeouts() {
this._timeouts.internalValue = undefined;
}
// Temporarily expose input value. Use with caution.
get timeoutsInput() {
return this._timeouts.internalValue;
}
// =========
// SYNTHESIS
// =========
synthesizeAttributes() {
return {
id: cdktf.stringToTerraform(this._id),
vm_cluster_id: cdktf.stringToTerraform(this._vmClusterId),
db_servers: cdktf.listMapper(databaseVmClusterRemoveVirtualMachineDbServersToTerraform, true)(this._dbServers.internalValue),
timeouts: databaseVmClusterRemoveVirtualMachineTimeoutsToTerraform(this._timeouts.internalValue),
};
}
synthesizeHclAttributes() {
const attrs = {
id: {
value: cdktf.stringToHclTerraform(this._id),
isBlock: false,
type: "simple",
storageClassType: "string",
},
vm_cluster_id: {
value: cdktf.stringToHclTerraform(this._vmClusterId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
db_servers: {
value: cdktf.listMapperHcl(databaseVmClusterRemoveVirtualMachineDbServersToHclTerraform, true)(this._dbServers.internalValue),
isBlock: true,
type: "list",
storageClassType: "DatabaseVmClusterRemoveVirtualMachineDbServersList",
},
timeouts: {
value: databaseVmClusterRemoveVirtualMachineTimeoutsToHclTerraform(this._timeouts.internalValue),
isBlock: true,
type: "struct",
storageClassType: "DatabaseVmClusterRemoveVirtualMachineTimeouts",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
}
exports.DatabaseVmClusterRemoveVirtualMachine = DatabaseVmClusterRemoveVirtualMachine;
_p = JSII_RTTI_SYMBOL_1;
DatabaseVmClusterRemoveVirtualMachine[_p] = { fqn: "rhizo-co-terraform-provider-oci.databaseVmClusterRemoveVirtualMachine.DatabaseVmClusterRemoveVirtualMachine", version: "1.0.0" };
// =================
// STATIC PROPERTIES
// =================
DatabaseVmClusterRemoveVirtualMachine.tfResourceType = "oci_database_vm_cluster_remove_virtual_machine";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YWJhc2Utdm0tY2x1c3Rlci1yZW1vdmUtdmlydHVhbC1tYWNoaW5lL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBSUEsK0JBQStCO0FBZ0MvQixTQUFnQixxR0FBcUcsQ0FBQyxNQUFtRztJQUN2TixJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsWUFBWSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQUMsT0FBTyxNQUFNLENBQUM7SUFBQyxDQUFDO0lBQzVGLElBQUksS0FBSyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFDbkMsTUFBTSxJQUFJLEtBQUssQ0FBQyxvSEFBb0gsQ0FBQyxDQUFDO0lBQ3hJLENBQUM7SUFDRCxPQUFPLEVBQ04sQ0FBQTtBQUNILENBQUM7QUFQRCxzTkFPQztBQUdELFNBQWdCLHdHQUF3RyxDQUFDLE1BQW1HO0lBQzFOLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFBQyxPQUFPLE1BQU0sQ0FBQztJQUFDLENBQUM7SUFDNUYsSUFBSSxLQUFLLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG9IQUFvSCxDQUFDLENBQUM7SUFDeEksQ0FBQztJQUNELE1BQU0sS0FBSyxHQUFHLEVBQ2IsQ0FBQztJQUNGLE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQztBQVJELDROQVFDO0FBRUQsTUFBYSx5R0FBMEcsU0FBUSxLQUFLLENBQUMsYUFBYTtJQUdoSjs7Ozs7TUFLRTtJQUNGLFlBQW1CLGlCQUE2QyxFQUFFLGtCQUEwQixFQUFFLGtCQUEwQixFQUFFLHNCQUErQjtRQUN2SixLQUFLLENBQUMsaUJBQWlCLEVBQUUsa0JBQWtCLEVBQUUsc0JBQXNCLEVBQUUsa0JBQWtCLENBQUMsQ0FBQztRQVRuRixrQkFBYSxHQUFHLEtBQUssQ0FBQztJQVU5QixDQUFDO0lBRUQsSUFBVyxhQUFhO1FBQ3RCLElBQUksWUFBWSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUM7UUFDdEMsTUFBTSxtQkFBbUIsR0FBUSxFQUFFLENBQUM7UUFDcEMsT0FBTyxZQUFZLENBQUMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDeEQsQ0FBQztJQUVELElBQVcsYUFBYSxDQUFDLEtBQTZHO1FBQ3BJLElBQUksS0FBSyxLQUFLLFNBQVMsRUFBRSxDQUFDO1lBQ3hCLE