oci.OsManagement.ManagedInstance
Explore with Pulumi AI
This resource provides the Managed Instance resource in Oracle Cloud Infrastructure OS Management service.
Updates a specific Managed Instance.
Create ManagedInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedInstance(name: string, args: ManagedInstanceArgs, opts?: CustomResourceOptions);@overload
def ManagedInstance(resource_name: str,
                    args: ManagedInstanceArgs,
                    opts: Optional[ResourceOptions] = None)
@overload
def ManagedInstance(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    managed_instance_id: Optional[str] = None,
                    is_data_collection_authorized: Optional[bool] = None,
                    notification_topic_id: Optional[str] = None)func NewManagedInstance(ctx *Context, name string, args ManagedInstanceArgs, opts ...ResourceOption) (*ManagedInstance, error)public ManagedInstance(string name, ManagedInstanceArgs args, CustomResourceOptions? opts = null)
public ManagedInstance(String name, ManagedInstanceArgs args)
public ManagedInstance(String name, ManagedInstanceArgs args, CustomResourceOptions options)
type: oci:OsManagement:ManagedInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managedInstanceResource = new Oci.OsManagement.ManagedInstance("managedInstanceResource", new()
{
    ManagedInstanceId = "string",
    IsDataCollectionAuthorized = false,
    NotificationTopicId = "string",
});
example, err := osmanagement.NewManagedInstance(ctx, "managedInstanceResource", &osmanagement.ManagedInstanceArgs{
	ManagedInstanceId:          pulumi.String("string"),
	IsDataCollectionAuthorized: pulumi.Bool(false),
	NotificationTopicId:        pulumi.String("string"),
})
var managedInstanceResource = new com.pulumi.oci.OsManagement.ManagedInstance("managedInstanceResource", com.pulumi.oci.OsManagement.ManagedInstanceArgs.builder()
    .managedInstanceId("string")
    .isDataCollectionAuthorized(false)
    .notificationTopicId("string")
    .build());
managed_instance_resource = oci.os_management.ManagedInstance("managedInstanceResource",
    managed_instance_id="string",
    is_data_collection_authorized=False,
    notification_topic_id="string")
const managedInstanceResource = new oci.osmanagement.ManagedInstance("managedInstanceResource", {
    managedInstanceId: "string",
    isDataCollectionAuthorized: false,
    notificationTopicId: "string",
});
type: oci:OsManagement:ManagedInstance
properties:
    isDataCollectionAuthorized: false
    managedInstanceId: string
    notificationTopicId: string
ManagedInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagedInstance resource accepts the following input properties:
- ManagedInstance stringId 
- OCID for the managed instance
- bool
- (Updatable) True if user allow data collection for this instance
- NotificationTopic stringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- ManagedInstance stringId 
- OCID for the managed instance
- bool
- (Updatable) True if user allow data collection for this instance
- NotificationTopic stringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- managedInstance StringId 
- OCID for the managed instance
- Boolean
- (Updatable) True if user allow data collection for this instance
- notificationTopic StringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- managedInstance stringId 
- OCID for the managed instance
- boolean
- (Updatable) True if user allow data collection for this instance
- notificationTopic stringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- managed_instance_ strid 
- OCID for the managed instance
- bool
- (Updatable) True if user allow data collection for this instance
- notification_topic_ strid 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- managedInstance StringId 
- OCID for the managed instance
- Boolean
- (Updatable) True if user allow data collection for this instance
- notificationTopic StringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedInstance resource produces the following output properties:
- Autonomouses
List<ManagedInstance Autonomouse> 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- BugUpdates intAvailable 
- Number of bug fix type updates available to be installed
- ChildSoftware List<ManagedSources Instance Child Software Source> 
- list of child Software Sources attached to the Managed Instance
- CompartmentId string
- OCID for the Compartment
- Description string
- Information specified by the user about the managed instance
- DisplayName string
- User friendly name
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available to be installed
- Id string
- The provider-assigned unique ID for this managed resource.
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version
- LastBoot string
- Time at which the instance last booted
- LastCheckin string
- Time at which the instance last checked in
- ManagedInstance List<ManagedGroups Instance Managed Instance Group> 
- The ids of the managed instance groups of which this instance is a member.
- OsFamily string
- The Operating System type of the managed instance.
- OsKernel stringVersion 
- Operating System Kernel Version
- OsName string
- Operating System Name
- OsVersion string
- Operating System Version
- OtherUpdates intAvailable 
- Number of non-classified updates available to be installed
- ParentSoftware List<ManagedSources Instance Parent Software Source> 
- the parent (base) Software Source attached to the Managed Instance
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance
- SecurityUpdates intAvailable 
- Number of security type updates available to be installed
- Status string
- status of the managed instance.
- UpdatesAvailable int
- Number of updates available to be installed
- WorkRequest intCount 
- Number of work requests associated with this instance
- Autonomouses
[]ManagedInstance Autonomouse 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- BugUpdates intAvailable 
- Number of bug fix type updates available to be installed
- ChildSoftware []ManagedSources Instance Child Software Source 
- list of child Software Sources attached to the Managed Instance
- CompartmentId string
- OCID for the Compartment
- Description string
- Information specified by the user about the managed instance
- DisplayName string
- User friendly name
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available to be installed
- Id string
- The provider-assigned unique ID for this managed resource.
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version
- LastBoot string
- Time at which the instance last booted
- LastCheckin string
- Time at which the instance last checked in
- ManagedInstance []ManagedGroups Instance Managed Instance Group 
- The ids of the managed instance groups of which this instance is a member.
- OsFamily string
- The Operating System type of the managed instance.
- OsKernel stringVersion 
- Operating System Kernel Version
- OsName string
- Operating System Name
- OsVersion string
- Operating System Version
- OtherUpdates intAvailable 
- Number of non-classified updates available to be installed
- ParentSoftware []ManagedSources Instance Parent Software Source 
- the parent (base) Software Source attached to the Managed Instance
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance
- SecurityUpdates intAvailable 
- Number of security type updates available to be installed
- Status string
- status of the managed instance.
- UpdatesAvailable int
- Number of updates available to be installed
- WorkRequest intCount 
- Number of work requests associated with this instance
- autonomouses
List<ManagedInstance Autonomouse> 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bugUpdates IntegerAvailable 
- Number of bug fix type updates available to be installed
- childSoftware List<ManagedSources Instance Child Software Source> 
- list of child Software Sources attached to the Managed Instance
- compartmentId String
- OCID for the Compartment
- description String
- Information specified by the user about the managed instance
- displayName String
- User friendly name
- enhancementUpdates IntegerAvailable 
- Number of enhancement type updates available to be installed
- id String
- The provider-assigned unique ID for this managed resource.
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version
- lastBoot String
- Time at which the instance last booted
- lastCheckin String
- Time at which the instance last checked in
- managedInstance List<ManagedGroups Instance Managed Instance Group> 
- The ids of the managed instance groups of which this instance is a member.
- osFamily String
- The Operating System type of the managed instance.
- osKernel StringVersion 
- Operating System Kernel Version
- osName String
- Operating System Name
- osVersion String
- Operating System Version
- otherUpdates IntegerAvailable 
- Number of non-classified updates available to be installed
- parentSoftware List<ManagedSources Instance Parent Software Source> 
- the parent (base) Software Source attached to the Managed Instance
- scheduledJob IntegerCount 
- Number of scheduled jobs associated with this instance
- securityUpdates IntegerAvailable 
- Number of security type updates available to be installed
- status String
- status of the managed instance.
- updatesAvailable Integer
- Number of updates available to be installed
- workRequest IntegerCount 
- Number of work requests associated with this instance
- autonomouses
ManagedInstance Autonomouse[] 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bugUpdates numberAvailable 
- Number of bug fix type updates available to be installed
- childSoftware ManagedSources Instance Child Software Source[] 
- list of child Software Sources attached to the Managed Instance
- compartmentId string
- OCID for the Compartment
- description string
- Information specified by the user about the managed instance
- displayName string
- User friendly name
- enhancementUpdates numberAvailable 
- Number of enhancement type updates available to be installed
- id string
- The provider-assigned unique ID for this managed resource.
- isReboot booleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective stringKernel Version 
- The ksplice effective kernel version
- lastBoot string
- Time at which the instance last booted
- lastCheckin string
- Time at which the instance last checked in
- managedInstance ManagedGroups Instance Managed Instance Group[] 
- The ids of the managed instance groups of which this instance is a member.
- osFamily string
- The Operating System type of the managed instance.
- osKernel stringVersion 
- Operating System Kernel Version
- osName string
- Operating System Name
- osVersion string
- Operating System Version
- otherUpdates numberAvailable 
- Number of non-classified updates available to be installed
- parentSoftware ManagedSources Instance Parent Software Source[] 
- the parent (base) Software Source attached to the Managed Instance
- scheduledJob numberCount 
- Number of scheduled jobs associated with this instance
- securityUpdates numberAvailable 
- Number of security type updates available to be installed
- status string
- status of the managed instance.
- updatesAvailable number
- Number of updates available to be installed
- workRequest numberCount 
- Number of work requests associated with this instance
- autonomouses
Sequence[ManagedInstance Autonomouse] 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bug_updates_ intavailable 
- Number of bug fix type updates available to be installed
- child_software_ Sequence[Managedsources Instance Child Software Source] 
- list of child Software Sources attached to the Managed Instance
- compartment_id str
- OCID for the Compartment
- description str
- Information specified by the user about the managed instance
- display_name str
- User friendly name
- enhancement_updates_ intavailable 
- Number of enhancement type updates available to be installed
- id str
- The provider-assigned unique ID for this managed resource.
- is_reboot_ boolrequired 
- Indicates whether a reboot is required to complete installation of updates.
- ksplice_effective_ strkernel_ version 
- The ksplice effective kernel version
- last_boot str
- Time at which the instance last booted
- last_checkin str
- Time at which the instance last checked in
- managed_instance_ Sequence[Managedgroups Instance Managed Instance Group] 
- The ids of the managed instance groups of which this instance is a member.
- os_family str
- The Operating System type of the managed instance.
- os_kernel_ strversion 
- Operating System Kernel Version
- os_name str
- Operating System Name
- os_version str
- Operating System Version
- other_updates_ intavailable 
- Number of non-classified updates available to be installed
- parent_software_ Sequence[Managedsources Instance Parent Software Source] 
- the parent (base) Software Source attached to the Managed Instance
- scheduled_job_ intcount 
- Number of scheduled jobs associated with this instance
- security_updates_ intavailable 
- Number of security type updates available to be installed
- status str
- status of the managed instance.
- updates_available int
- Number of updates available to be installed
- work_request_ intcount 
- Number of work requests associated with this instance
- autonomouses List<Property Map>
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bugUpdates NumberAvailable 
- Number of bug fix type updates available to be installed
- childSoftware List<Property Map>Sources 
- list of child Software Sources attached to the Managed Instance
- compartmentId String
- OCID for the Compartment
- description String
- Information specified by the user about the managed instance
- displayName String
- User friendly name
- enhancementUpdates NumberAvailable 
- Number of enhancement type updates available to be installed
- id String
- The provider-assigned unique ID for this managed resource.
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version
- lastBoot String
- Time at which the instance last booted
- lastCheckin String
- Time at which the instance last checked in
- managedInstance List<Property Map>Groups 
- The ids of the managed instance groups of which this instance is a member.
- osFamily String
- The Operating System type of the managed instance.
- osKernel StringVersion 
- Operating System Kernel Version
- osName String
- Operating System Name
- osVersion String
- Operating System Version
- otherUpdates NumberAvailable 
- Number of non-classified updates available to be installed
- parentSoftware List<Property Map>Sources 
- the parent (base) Software Source attached to the Managed Instance
- scheduledJob NumberCount 
- Number of scheduled jobs associated with this instance
- securityUpdates NumberAvailable 
- Number of security type updates available to be installed
- status String
- status of the managed instance.
- updatesAvailable Number
- Number of updates available to be installed
- workRequest NumberCount 
- Number of work requests associated with this instance
Look up Existing ManagedInstance Resource
Get an existing ManagedInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagedInstanceState, opts?: CustomResourceOptions): ManagedInstance@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        autonomouses: Optional[Sequence[ManagedInstanceAutonomouseArgs]] = None,
        bug_updates_available: Optional[int] = None,
        child_software_sources: Optional[Sequence[ManagedInstanceChildSoftwareSourceArgs]] = None,
        compartment_id: Optional[str] = None,
        description: Optional[str] = None,
        display_name: Optional[str] = None,
        enhancement_updates_available: Optional[int] = None,
        is_data_collection_authorized: Optional[bool] = None,
        is_reboot_required: Optional[bool] = None,
        ksplice_effective_kernel_version: Optional[str] = None,
        last_boot: Optional[str] = None,
        last_checkin: Optional[str] = None,
        managed_instance_groups: Optional[Sequence[ManagedInstanceManagedInstanceGroupArgs]] = None,
        managed_instance_id: Optional[str] = None,
        notification_topic_id: Optional[str] = None,
        os_family: Optional[str] = None,
        os_kernel_version: Optional[str] = None,
        os_name: Optional[str] = None,
        os_version: Optional[str] = None,
        other_updates_available: Optional[int] = None,
        parent_software_sources: Optional[Sequence[ManagedInstanceParentSoftwareSourceArgs]] = None,
        scheduled_job_count: Optional[int] = None,
        security_updates_available: Optional[int] = None,
        status: Optional[str] = None,
        updates_available: Optional[int] = None,
        work_request_count: Optional[int] = None) -> ManagedInstancefunc GetManagedInstance(ctx *Context, name string, id IDInput, state *ManagedInstanceState, opts ...ResourceOption) (*ManagedInstance, error)public static ManagedInstance Get(string name, Input<string> id, ManagedInstanceState? state, CustomResourceOptions? opts = null)public static ManagedInstance get(String name, Output<String> id, ManagedInstanceState state, CustomResourceOptions options)resources:  _:    type: oci:OsManagement:ManagedInstance    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Autonomouses
List<ManagedInstance Autonomouse> 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- BugUpdates intAvailable 
- Number of bug fix type updates available to be installed
- ChildSoftware List<ManagedSources Instance Child Software Source> 
- list of child Software Sources attached to the Managed Instance
- CompartmentId string
- OCID for the Compartment
- Description string
- Information specified by the user about the managed instance
- DisplayName string
- User friendly name
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available to be installed
- bool
- (Updatable) True if user allow data collection for this instance
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version
- LastBoot string
- Time at which the instance last booted
- LastCheckin string
- Time at which the instance last checked in
- ManagedInstance List<ManagedGroups Instance Managed Instance Group> 
- The ids of the managed instance groups of which this instance is a member.
- ManagedInstance stringId 
- OCID for the managed instance
- NotificationTopic stringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- OsFamily string
- The Operating System type of the managed instance.
- OsKernel stringVersion 
- Operating System Kernel Version
- OsName string
- Operating System Name
- OsVersion string
- Operating System Version
- OtherUpdates intAvailable 
- Number of non-classified updates available to be installed
- ParentSoftware List<ManagedSources Instance Parent Software Source> 
- the parent (base) Software Source attached to the Managed Instance
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance
- SecurityUpdates intAvailable 
- Number of security type updates available to be installed
- Status string
- status of the managed instance.
- UpdatesAvailable int
- Number of updates available to be installed
- WorkRequest intCount 
- Number of work requests associated with this instance
- Autonomouses
[]ManagedInstance Autonomouse Args 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- BugUpdates intAvailable 
- Number of bug fix type updates available to be installed
- ChildSoftware []ManagedSources Instance Child Software Source Args 
- list of child Software Sources attached to the Managed Instance
- CompartmentId string
- OCID for the Compartment
- Description string
- Information specified by the user about the managed instance
- DisplayName string
- User friendly name
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available to be installed
- bool
- (Updatable) True if user allow data collection for this instance
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version
- LastBoot string
- Time at which the instance last booted
- LastCheckin string
- Time at which the instance last checked in
- ManagedInstance []ManagedGroups Instance Managed Instance Group Args 
- The ids of the managed instance groups of which this instance is a member.
- ManagedInstance stringId 
- OCID for the managed instance
- NotificationTopic stringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- OsFamily string
- The Operating System type of the managed instance.
- OsKernel stringVersion 
- Operating System Kernel Version
- OsName string
- Operating System Name
- OsVersion string
- Operating System Version
- OtherUpdates intAvailable 
- Number of non-classified updates available to be installed
- ParentSoftware []ManagedSources Instance Parent Software Source Args 
- the parent (base) Software Source attached to the Managed Instance
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance
- SecurityUpdates intAvailable 
- Number of security type updates available to be installed
- Status string
- status of the managed instance.
- UpdatesAvailable int
- Number of updates available to be installed
- WorkRequest intCount 
- Number of work requests associated with this instance
- autonomouses
List<ManagedInstance Autonomouse> 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bugUpdates IntegerAvailable 
- Number of bug fix type updates available to be installed
- childSoftware List<ManagedSources Instance Child Software Source> 
- list of child Software Sources attached to the Managed Instance
- compartmentId String
- OCID for the Compartment
- description String
- Information specified by the user about the managed instance
- displayName String
- User friendly name
- enhancementUpdates IntegerAvailable 
- Number of enhancement type updates available to be installed
- Boolean
- (Updatable) True if user allow data collection for this instance
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version
- lastBoot String
- Time at which the instance last booted
- lastCheckin String
- Time at which the instance last checked in
- managedInstance List<ManagedGroups Instance Managed Instance Group> 
- The ids of the managed instance groups of which this instance is a member.
- managedInstance StringId 
- OCID for the managed instance
- notificationTopic StringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- osFamily String
- The Operating System type of the managed instance.
- osKernel StringVersion 
- Operating System Kernel Version
- osName String
- Operating System Name
- osVersion String
- Operating System Version
- otherUpdates IntegerAvailable 
- Number of non-classified updates available to be installed
- parentSoftware List<ManagedSources Instance Parent Software Source> 
- the parent (base) Software Source attached to the Managed Instance
- scheduledJob IntegerCount 
- Number of scheduled jobs associated with this instance
- securityUpdates IntegerAvailable 
- Number of security type updates available to be installed
- status String
- status of the managed instance.
- updatesAvailable Integer
- Number of updates available to be installed
- workRequest IntegerCount 
- Number of work requests associated with this instance
- autonomouses
ManagedInstance Autonomouse[] 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bugUpdates numberAvailable 
- Number of bug fix type updates available to be installed
- childSoftware ManagedSources Instance Child Software Source[] 
- list of child Software Sources attached to the Managed Instance
- compartmentId string
- OCID for the Compartment
- description string
- Information specified by the user about the managed instance
- displayName string
- User friendly name
- enhancementUpdates numberAvailable 
- Number of enhancement type updates available to be installed
- boolean
- (Updatable) True if user allow data collection for this instance
- isReboot booleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective stringKernel Version 
- The ksplice effective kernel version
- lastBoot string
- Time at which the instance last booted
- lastCheckin string
- Time at which the instance last checked in
- managedInstance ManagedGroups Instance Managed Instance Group[] 
- The ids of the managed instance groups of which this instance is a member.
- managedInstance stringId 
- OCID for the managed instance
- notificationTopic stringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- osFamily string
- The Operating System type of the managed instance.
- osKernel stringVersion 
- Operating System Kernel Version
- osName string
- Operating System Name
- osVersion string
- Operating System Version
- otherUpdates numberAvailable 
- Number of non-classified updates available to be installed
- parentSoftware ManagedSources Instance Parent Software Source[] 
- the parent (base) Software Source attached to the Managed Instance
- scheduledJob numberCount 
- Number of scheduled jobs associated with this instance
- securityUpdates numberAvailable 
- Number of security type updates available to be installed
- status string
- status of the managed instance.
- updatesAvailable number
- Number of updates available to be installed
- workRequest numberCount 
- Number of work requests associated with this instance
- autonomouses
Sequence[ManagedInstance Autonomouse Args] 
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bug_updates_ intavailable 
- Number of bug fix type updates available to be installed
- child_software_ Sequence[Managedsources Instance Child Software Source Args] 
- list of child Software Sources attached to the Managed Instance
- compartment_id str
- OCID for the Compartment
- description str
- Information specified by the user about the managed instance
- display_name str
- User friendly name
- enhancement_updates_ intavailable 
- Number of enhancement type updates available to be installed
- bool
- (Updatable) True if user allow data collection for this instance
- is_reboot_ boolrequired 
- Indicates whether a reboot is required to complete installation of updates.
- ksplice_effective_ strkernel_ version 
- The ksplice effective kernel version
- last_boot str
- Time at which the instance last booted
- last_checkin str
- Time at which the instance last checked in
- managed_instance_ Sequence[Managedgroups Instance Managed Instance Group Args] 
- The ids of the managed instance groups of which this instance is a member.
- managed_instance_ strid 
- OCID for the managed instance
- notification_topic_ strid 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- os_family str
- The Operating System type of the managed instance.
- os_kernel_ strversion 
- Operating System Kernel Version
- os_name str
- Operating System Name
- os_version str
- Operating System Version
- other_updates_ intavailable 
- Number of non-classified updates available to be installed
- parent_software_ Sequence[Managedsources Instance Parent Software Source Args] 
- the parent (base) Software Source attached to the Managed Instance
- scheduled_job_ intcount 
- Number of scheduled jobs associated with this instance
- security_updates_ intavailable 
- Number of security type updates available to be installed
- status str
- status of the managed instance.
- updates_available int
- Number of updates available to be installed
- work_request_ intcount 
- Number of work requests associated with this instance
- autonomouses List<Property Map>
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
- bugUpdates NumberAvailable 
- Number of bug fix type updates available to be installed
- childSoftware List<Property Map>Sources 
- list of child Software Sources attached to the Managed Instance
- compartmentId String
- OCID for the Compartment
- description String
- Information specified by the user about the managed instance
- displayName String
- User friendly name
- enhancementUpdates NumberAvailable 
- Number of enhancement type updates available to be installed
- Boolean
- (Updatable) True if user allow data collection for this instance
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version
- lastBoot String
- Time at which the instance last booted
- lastCheckin String
- Time at which the instance last checked in
- managedInstance List<Property Map>Groups 
- The ids of the managed instance groups of which this instance is a member.
- managedInstance StringId 
- OCID for the managed instance
- notificationTopic StringId 
- (Updatable) OCID of the ONS topic used to send notification to users - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- osFamily String
- The Operating System type of the managed instance.
- osKernel StringVersion 
- Operating System Kernel Version
- osName String
- Operating System Name
- osVersion String
- Operating System Version
- otherUpdates NumberAvailable 
- Number of non-classified updates available to be installed
- parentSoftware List<Property Map>Sources 
- the parent (base) Software Source attached to the Managed Instance
- scheduledJob NumberCount 
- Number of scheduled jobs associated with this instance
- securityUpdates NumberAvailable 
- Number of security type updates available to be installed
- status String
- status of the managed instance.
- updatesAvailable Number
- Number of updates available to be installed
- workRequest NumberCount 
- Number of work requests associated with this instance
Supporting Types
ManagedInstanceAutonomouse, ManagedInstanceAutonomouseArgs      
- IsAuto boolUpdate Enabled 
- True if daily updates are enabled
- IsAuto boolUpdate Enabled 
- True if daily updates are enabled
- isAuto BooleanUpdate Enabled 
- True if daily updates are enabled
- isAuto booleanUpdate Enabled 
- True if daily updates are enabled
- is_auto_ boolupdate_ enabled 
- True if daily updates are enabled
- isAuto BooleanUpdate Enabled 
- True if daily updates are enabled
ManagedInstanceChildSoftwareSource, ManagedInstanceChildSoftwareSourceArgs          
ManagedInstanceManagedInstanceGroup, ManagedInstanceManagedInstanceGroupArgs          
- DisplayName string
- User friendly name
- Id string
- software source identifier
- DisplayName string
- User friendly name
- Id string
- software source identifier
- displayName String
- User friendly name
- id String
- software source identifier
- displayName string
- User friendly name
- id string
- software source identifier
- display_name str
- User friendly name
- id str
- software source identifier
- displayName String
- User friendly name
- id String
- software source identifier
ManagedInstanceParentSoftwareSource, ManagedInstanceParentSoftwareSourceArgs          
Import
ManagedInstances can be imported using the id, e.g.
$ pulumi import oci:OsManagement/managedInstance:ManagedInstance test_managed_instance "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.