rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
921 lines • 131 kB
JavaScript
"use strict";
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OsManagementHubManagedInstance = exports.OsManagementHubManagedInstanceTimeoutsOutputReference = exports.osManagementHubManagedInstanceTimeoutsToHclTerraform = exports.osManagementHubManagedInstanceTimeoutsToTerraform = exports.OsManagementHubManagedInstanceAutonomousSettingsOutputReference = exports.osManagementHubManagedInstanceAutonomousSettingsToHclTerraform = exports.osManagementHubManagedInstanceAutonomousSettingsToTerraform = exports.OsManagementHubManagedInstanceSoftwareSourcesList = exports.OsManagementHubManagedInstanceSoftwareSourcesOutputReference = exports.osManagementHubManagedInstanceSoftwareSourcesToHclTerraform = exports.osManagementHubManagedInstanceSoftwareSourcesToTerraform = exports.OsManagementHubManagedInstanceManagedInstanceGroupList = exports.OsManagementHubManagedInstanceManagedInstanceGroupOutputReference = exports.osManagementHubManagedInstanceManagedInstanceGroupToHclTerraform = exports.osManagementHubManagedInstanceManagedInstanceGroupToTerraform = exports.OsManagementHubManagedInstanceLifecycleStageList = exports.OsManagementHubManagedInstanceLifecycleStageOutputReference = exports.osManagementHubManagedInstanceLifecycleStageToHclTerraform = exports.osManagementHubManagedInstanceLifecycleStageToTerraform = exports.OsManagementHubManagedInstanceLifecycleEnvironmentList = exports.OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference = exports.osManagementHubManagedInstanceLifecycleEnvironmentToHclTerraform = exports.osManagementHubManagedInstanceLifecycleEnvironmentToTerraform = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const cdktf = require("cdktf");
function osManagementHubManagedInstanceLifecycleEnvironmentToTerraform(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.osManagementHubManagedInstanceLifecycleEnvironmentToTerraform = osManagementHubManagedInstanceLifecycleEnvironmentToTerraform;
function osManagementHubManagedInstanceLifecycleEnvironmentToHclTerraform(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.osManagementHubManagedInstanceLifecycleEnvironmentToHclTerraform = osManagementHubManagedInstanceLifecycleEnvironmentToHclTerraform;
class OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference 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;
}
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
}
exports.OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference = OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference;
_a = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference[_a] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference", version: "1.0.0" };
class OsManagementHubManagedInstanceLifecycleEnvironmentList 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 OsManagementHubManagedInstanceLifecycleEnvironmentOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.OsManagementHubManagedInstanceLifecycleEnvironmentList = OsManagementHubManagedInstanceLifecycleEnvironmentList;
_b = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceLifecycleEnvironmentList[_b] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceLifecycleEnvironmentList", version: "1.0.0" };
function osManagementHubManagedInstanceLifecycleStageToTerraform(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.osManagementHubManagedInstanceLifecycleStageToTerraform = osManagementHubManagedInstanceLifecycleStageToTerraform;
function osManagementHubManagedInstanceLifecycleStageToHclTerraform(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.osManagementHubManagedInstanceLifecycleStageToHclTerraform = osManagementHubManagedInstanceLifecycleStageToHclTerraform;
class OsManagementHubManagedInstanceLifecycleStageOutputReference 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;
}
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
}
exports.OsManagementHubManagedInstanceLifecycleStageOutputReference = OsManagementHubManagedInstanceLifecycleStageOutputReference;
_c = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceLifecycleStageOutputReference[_c] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceLifecycleStageOutputReference", version: "1.0.0" };
class OsManagementHubManagedInstanceLifecycleStageList 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 OsManagementHubManagedInstanceLifecycleStageOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.OsManagementHubManagedInstanceLifecycleStageList = OsManagementHubManagedInstanceLifecycleStageList;
_d = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceLifecycleStageList[_d] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceLifecycleStageList", version: "1.0.0" };
function osManagementHubManagedInstanceManagedInstanceGroupToTerraform(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.osManagementHubManagedInstanceManagedInstanceGroupToTerraform = osManagementHubManagedInstanceManagedInstanceGroupToTerraform;
function osManagementHubManagedInstanceManagedInstanceGroupToHclTerraform(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.osManagementHubManagedInstanceManagedInstanceGroupToHclTerraform = osManagementHubManagedInstanceManagedInstanceGroupToHclTerraform;
class OsManagementHubManagedInstanceManagedInstanceGroupOutputReference 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;
}
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
}
exports.OsManagementHubManagedInstanceManagedInstanceGroupOutputReference = OsManagementHubManagedInstanceManagedInstanceGroupOutputReference;
_e = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceManagedInstanceGroupOutputReference[_e] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceManagedInstanceGroupOutputReference", version: "1.0.0" };
class OsManagementHubManagedInstanceManagedInstanceGroupList 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 OsManagementHubManagedInstanceManagedInstanceGroupOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.OsManagementHubManagedInstanceManagedInstanceGroupList = OsManagementHubManagedInstanceManagedInstanceGroupList;
_f = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceManagedInstanceGroupList[_f] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceManagedInstanceGroupList", version: "1.0.0" };
function osManagementHubManagedInstanceSoftwareSourcesToTerraform(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.osManagementHubManagedInstanceSoftwareSourcesToTerraform = osManagementHubManagedInstanceSoftwareSourcesToTerraform;
function osManagementHubManagedInstanceSoftwareSourcesToHclTerraform(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.osManagementHubManagedInstanceSoftwareSourcesToHclTerraform = osManagementHubManagedInstanceSoftwareSourcesToHclTerraform;
class OsManagementHubManagedInstanceSoftwareSourcesOutputReference 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;
}
}
// description - computed: true, optional: false, required: false
get description() {
return this.getStringAttribute('description');
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// id - computed: true, optional: false, required: false
get id() {
return this.getStringAttribute('id');
}
// is_mandatory_for_autonomous_linux - computed: true, optional: false, required: false
get isMandatoryForAutonomousLinux() {
return this.getBooleanAttribute('is_mandatory_for_autonomous_linux');
}
// software_source_type - computed: true, optional: false, required: false
get softwareSourceType() {
return this.getStringAttribute('software_source_type');
}
}
exports.OsManagementHubManagedInstanceSoftwareSourcesOutputReference = OsManagementHubManagedInstanceSoftwareSourcesOutputReference;
_g = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceSoftwareSourcesOutputReference[_g] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceSoftwareSourcesOutputReference", version: "1.0.0" };
class OsManagementHubManagedInstanceSoftwareSourcesList 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 OsManagementHubManagedInstanceSoftwareSourcesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
}
}
exports.OsManagementHubManagedInstanceSoftwareSourcesList = OsManagementHubManagedInstanceSoftwareSourcesList;
_h = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceSoftwareSourcesList[_h] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceSoftwareSourcesList", version: "1.0.0" };
function osManagementHubManagedInstanceAutonomousSettingsToTerraform(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 {
is_data_collection_authorized: cdktf.booleanToTerraform(struct.isDataCollectionAuthorized),
};
}
exports.osManagementHubManagedInstanceAutonomousSettingsToTerraform = osManagementHubManagedInstanceAutonomousSettingsToTerraform;
function osManagementHubManagedInstanceAutonomousSettingsToHclTerraform(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 = {
is_data_collection_authorized: {
value: cdktf.booleanToHclTerraform(struct.isDataCollectionAuthorized),
isBlock: false,
type: "simple",
storageClassType: "boolean",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
exports.osManagementHubManagedInstanceAutonomousSettingsToHclTerraform = osManagementHubManagedInstanceAutonomousSettingsToHclTerraform;
class OsManagementHubManagedInstanceAutonomousSettingsOutputReference 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, 0);
this.isEmptyObject = false;
}
get internalValue() {
let hasAnyValues = this.isEmptyObject;
const internalValueResult = {};
if (this._isDataCollectionAuthorized !== undefined) {
hasAnyValues = true;
internalValueResult.isDataCollectionAuthorized = this._isDataCollectionAuthorized;
}
return hasAnyValues ? internalValueResult : undefined;
}
set internalValue(value) {
if (value === undefined) {
this.isEmptyObject = false;
this._isDataCollectionAuthorized = undefined;
}
else {
this.isEmptyObject = Object.keys(value).length === 0;
this._isDataCollectionAuthorized = value.isDataCollectionAuthorized;
}
}
get isDataCollectionAuthorized() {
return this.getBooleanAttribute('is_data_collection_authorized');
}
set isDataCollectionAuthorized(value) {
this._isDataCollectionAuthorized = value;
}
resetIsDataCollectionAuthorized() {
this._isDataCollectionAuthorized = undefined;
}
// Temporarily expose input value. Use with caution.
get isDataCollectionAuthorizedInput() {
return this._isDataCollectionAuthorized;
}
// scheduled_job_id - computed: true, optional: false, required: false
get scheduledJobId() {
return this.getStringAttribute('scheduled_job_id');
}
}
exports.OsManagementHubManagedInstanceAutonomousSettingsOutputReference = OsManagementHubManagedInstanceAutonomousSettingsOutputReference;
_j = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceAutonomousSettingsOutputReference[_j] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceAutonomousSettingsOutputReference", version: "1.0.0" };
function osManagementHubManagedInstanceTimeoutsToTerraform(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.osManagementHubManagedInstanceTimeoutsToTerraform = osManagementHubManagedInstanceTimeoutsToTerraform;
function osManagementHubManagedInstanceTimeoutsToHclTerraform(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.osManagementHubManagedInstanceTimeoutsToHclTerraform = osManagementHubManagedInstanceTimeoutsToHclTerraform;
class OsManagementHubManagedInstanceTimeoutsOutputReference 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.OsManagementHubManagedInstanceTimeoutsOutputReference = OsManagementHubManagedInstanceTimeoutsOutputReference;
_k = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstanceTimeoutsOutputReference[_k] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstanceTimeoutsOutputReference", version: "1.0.0" };
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/os_management_hub_managed_instance oci_os_management_hub_managed_instance}
*/
class OsManagementHubManagedInstance extends cdktf.TerraformResource {
// ==============
// STATIC Methods
// ==============
/**
* Generates CDKTF code for importing a OsManagementHubManagedInstance 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 OsManagementHubManagedInstance to import
* @param importFromId The id of the existing OsManagementHubManagedInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/os_management_hub_managed_instance#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OsManagementHubManagedInstance to import is found
*/
static generateConfigForImport(scope, importToId, importFromId, provider) {
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "oci_os_management_hub_managed_instance", importId: importFromId, provider });
}
// ===========
// INITIALIZER
// ===========
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/os_management_hub_managed_instance oci_os_management_hub_managed_instance} 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 OsManagementHubManagedInstanceConfig
*/
constructor(scope, id, config) {
super(scope, id, {
terraformResourceType: 'oci_os_management_hub_managed_instance',
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
});
// lifecycle_environment - computed: true, optional: false, required: false
this._lifecycleEnvironment = new OsManagementHubManagedInstanceLifecycleEnvironmentList(this, "lifecycle_environment", false);
// lifecycle_stage - computed: true, optional: false, required: false
this._lifecycleStage = new OsManagementHubManagedInstanceLifecycleStageList(this, "lifecycle_stage", false);
// managed_instance_group - computed: true, optional: false, required: false
this._managedInstanceGroup = new OsManagementHubManagedInstanceManagedInstanceGroupList(this, "managed_instance_group", false);
// software_sources - computed: true, optional: false, required: false
this._softwareSources = new OsManagementHubManagedInstanceSoftwareSourcesList(this, "software_sources", false);
// autonomous_settings - computed: false, optional: true, required: false
this._autonomousSettings = new OsManagementHubManagedInstanceAutonomousSettingsOutputReference(this, "autonomous_settings");
// timeouts - computed: false, optional: true, required: false
this._timeouts = new OsManagementHubManagedInstanceTimeoutsOutputReference(this, "timeouts");
this._description = config.description;
this._id = config.id;
this._managedInstanceId = config.managedInstanceId;
this._notificationTopicId = config.notificationTopicId;
this._primaryManagementStationId = config.primaryManagementStationId;
this._secondaryManagementStationId = config.secondaryManagementStationId;
this._autonomousSettings.internalValue = config.autonomousSettings;
this._timeouts.internalValue = config.timeouts;
}
// ==========
// ATTRIBUTES
// ==========
// architecture - computed: true, optional: false, required: false
get architecture() {
return this.getStringAttribute('architecture');
}
// bug_updates_available - computed: true, optional: false, required: false
get bugUpdatesAvailable() {
return this.getNumberAttribute('bug_updates_available');
}
// compartment_id - computed: true, optional: false, required: false
get compartmentId() {
return this.getStringAttribute('compartment_id');
}
get description() {
return this.getStringAttribute('description');
}
set description(value) {
this._description = value;
}
resetDescription() {
this._description = undefined;
}
// Temporarily expose input value. Use with caution.
get descriptionInput() {
return this._description;
}
// display_name - computed: true, optional: false, required: false
get displayName() {
return this.getStringAttribute('display_name');
}
// enhancement_updates_available - computed: true, optional: false, required: false
get enhancementUpdatesAvailable() {
return this.getNumberAttribute('enhancement_updates_available');
}
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;
}
// installed_packages - computed: true, optional: false, required: false
get installedPackages() {
return this.getNumberAttribute('installed_packages');
}
// installed_windows_updates - computed: true, optional: false, required: false
get installedWindowsUpdates() {
return this.getNumberAttribute('installed_windows_updates');
}
// is_managed_by_autonomous_linux - computed: true, optional: false, required: false
get isManagedByAutonomousLinux() {
return this.getBooleanAttribute('is_managed_by_autonomous_linux');
}
// is_management_station - computed: true, optional: false, required: false
get isManagementStation() {
return this.getBooleanAttribute('is_management_station');
}
// is_reboot_required - computed: true, optional: false, required: false
get isRebootRequired() {
return this.getBooleanAttribute('is_reboot_required');
}
// ksplice_effective_kernel_version - computed: true, optional: false, required: false
get kspliceEffectiveKernelVersion() {
return this.getStringAttribute('ksplice_effective_kernel_version');
}
get lifecycleEnvironment() {
return this._lifecycleEnvironment;
}
get lifecycleStage() {
return this._lifecycleStage;
}
// location - computed: true, optional: false, required: false
get location() {
return this.getStringAttribute('location');
}
get managedInstanceGroup() {
return this._managedInstanceGroup;
}
get managedInstanceId() {
return this.getStringAttribute('managed_instance_id');
}
set managedInstanceId(value) {
this._managedInstanceId = value;
}
// Temporarily expose input value. Use with caution.
get managedInstanceIdInput() {
return this._managedInstanceId;
}
get notificationTopicId() {
return this.getStringAttribute('notification_topic_id');
}
set notificationTopicId(value) {
this._notificationTopicId = value;
}
resetNotificationTopicId() {
this._notificationTopicId = undefined;
}
// Temporarily expose input value. Use with caution.
get notificationTopicIdInput() {
return this._notificationTopicId;
}
// os_family - computed: true, optional: false, required: false
get osFamily() {
return this.getStringAttribute('os_family');
}
// os_kernel_version - computed: true, optional: false, required: false
get osKernelVersion() {
return this.getStringAttribute('os_kernel_version');
}
// os_name - computed: true, optional: false, required: false
get osName() {
return this.getStringAttribute('os_name');
}
// os_version - computed: true, optional: false, required: false
get osVersion() {
return this.getStringAttribute('os_version');
}
// other_updates_available - computed: true, optional: false, required: false
get otherUpdatesAvailable() {
return this.getNumberAttribute('other_updates_available');
}
get primaryManagementStationId() {
return this.getStringAttribute('primary_management_station_id');
}
set primaryManagementStationId(value) {
this._primaryManagementStationId = value;
}
resetPrimaryManagementStationId() {
this._primaryManagementStationId = undefined;
}
// Temporarily expose input value. Use with caution.
get primaryManagementStationIdInput() {
return this._primaryManagementStationId;
}
// profile - computed: true, optional: false, required: false
get profile() {
return this.getStringAttribute('profile');
}
// scheduled_job_count - computed: true, optional: false, required: false
get scheduledJobCount() {
return this.getNumberAttribute('scheduled_job_count');
}
get secondaryManagementStationId() {
return this.getStringAttribute('secondary_management_station_id');
}
set secondaryManagementStationId(value) {
this._secondaryManagementStationId = value;
}
resetSecondaryManagementStationId() {
this._secondaryManagementStationId = undefined;
}
// Temporarily expose input value. Use with caution.
get secondaryManagementStationIdInput() {
return this._secondaryManagementStationId;
}
// security_updates_available - computed: true, optional: false, required: false
get securityUpdatesAvailable() {
return this.getNumberAttribute('security_updates_available');
}
get softwareSources() {
return this._softwareSources;
}
// status - computed: true, optional: false, required: false
get status() {
return this.getStringAttribute('status');
}
// tenancy_id - computed: true, optional: false, required: false
get tenancyId() {
return this.getStringAttribute('tenancy_id');
}
// time_created - computed: true, optional: false, required: false
get timeCreated() {
return this.getStringAttribute('time_created');
}
// time_last_boot - computed: true, optional: false, required: false
get timeLastBoot() {
return this.getStringAttribute('time_last_boot');
}
// time_last_checkin - computed: true, optional: false, required: false
get timeLastCheckin() {
return this.getStringAttribute('time_last_checkin');
}
// time_updated - computed: true, optional: false, required: false
get timeUpdated() {
return this.getStringAttribute('time_updated');
}
// updates_available - computed: true, optional: false, required: false
get updatesAvailable() {
return this.getNumberAttribute('updates_available');
}
// work_request_count - computed: true, optional: false, required: false
get workRequestCount() {
return this.getNumberAttribute('work_request_count');
}
get autonomousSettings() {
return this._autonomousSettings;
}
putAutonomousSettings(value) {
this._autonomousSettings.internalValue = value;
}
resetAutonomousSettings() {
this._autonomousSettings.internalValue = undefined;
}
// Temporarily expose input value. Use with caution.
get autonomousSettingsInput() {
return this._autonomousSettings.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 {
description: cdktf.stringToTerraform(this._description),
id: cdktf.stringToTerraform(this._id),
managed_instance_id: cdktf.stringToTerraform(this._managedInstanceId),
notification_topic_id: cdktf.stringToTerraform(this._notificationTopicId),
primary_management_station_id: cdktf.stringToTerraform(this._primaryManagementStationId),
secondary_management_station_id: cdktf.stringToTerraform(this._secondaryManagementStationId),
autonomous_settings: osManagementHubManagedInstanceAutonomousSettingsToTerraform(this._autonomousSettings.internalValue),
timeouts: osManagementHubManagedInstanceTimeoutsToTerraform(this._timeouts.internalValue),
};
}
synthesizeHclAttributes() {
const attrs = {
description: {
value: cdktf.stringToHclTerraform(this._description),
isBlock: false,
type: "simple",
storageClassType: "string",
},
id: {
value: cdktf.stringToHclTerraform(this._id),
isBlock: false,
type: "simple",
storageClassType: "string",
},
managed_instance_id: {
value: cdktf.stringToHclTerraform(this._managedInstanceId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
notification_topic_id: {
value: cdktf.stringToHclTerraform(this._notificationTopicId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
primary_management_station_id: {
value: cdktf.stringToHclTerraform(this._primaryManagementStationId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
secondary_management_station_id: {
value: cdktf.stringToHclTerraform(this._secondaryManagementStationId),
isBlock: false,
type: "simple",
storageClassType: "string",
},
autonomous_settings: {
value: osManagementHubManagedInstanceAutonomousSettingsToHclTerraform(this._autonomousSettings.internalValue),
isBlock: true,
type: "list",
storageClassType: "OsManagementHubManagedInstanceAutonomousSettingsList",
},
timeouts: {
value: osManagementHubManagedInstanceTimeoutsToHclTerraform(this._timeouts.internalValue),
isBlock: true,
type: "struct",
storageClassType: "OsManagementHubManagedInstanceTimeouts",
},
};
// remove undefined attributes
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
}
}
exports.OsManagementHubManagedInstance = OsManagementHubManagedInstance;
_l = JSII_RTTI_SYMBOL_1;
OsManagementHubManagedInstance[_l] = { fqn: "rhizo-co-terraform-provider-oci.osManagementHubManagedInstance.OsManagementHubManagedInstance", version: "1.0.0" };
// =================
// STATIC PROPERTIES
// =================
OsManagementHubManagedInstance.tfResourceType = "oci_os_management_hub_managed_instance";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvb3MtbWFuYWdlbWVudC1odWItbWFuYWdlZC1pbnN0YW5jZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUlBLCtCQUErQjtBQWdEL0IsU0FBZ0IsNkRBQTZELENBQUMsTUFBMkQ7SUFDdkksSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztRQUFDLE9BQU8sTUFBTSxDQUFDO0lBQUMsQ0FBQztJQUM1RixJQUFJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ25DLE1BQU0sSUFBSSxLQUFLLENBQUMsb0hBQW9ILENBQUMsQ0FBQztJQUN4SSxDQUFDO0lBQ0QsT0FBTyxFQUNOLENBQUE7QUFDSCxDQUFDO0FBUEQsc0lBT0M7QUFHRCxTQUFnQixnRUFBZ0UsQ0FBQyxNQUEyRDtJQUMxSSxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsWUFBWSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQUMsT0FBTyxNQUFNLENBQUM7SUFBQyxDQUFDO0lBQzVGLElBQUksS0FBSyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7UUFDbkMsTUFBTSxJQUFJLEtBQUssQ0FBQyxvSEFBb0gsQ0FBQyxDQUFDO0lBQ3hJLENBQUM7SUFDRCxNQUFNLEtBQUssR0FBRyxFQUNiLENBQUM7SUFDRixPQUFPLEtBQUssQ0FBQztBQUNmLENBQUM7QUFSRCw0SUFRQztBQUVELE1BQWEsaUVBQWtFLFNBQVEsS0FBSyxDQUFDLGFBQWE7SUFHeEc7Ozs7O01BS0U7SUFDRixZQUFtQixpQkFBNkMsRUFBRSxrQkFBMEIsRUFBRSxrQkFBMEIsRUFB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