oci.OsManagementHub.ManagedInstance
Explore with Pulumi AI
This resource provides the Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
Updates the specified managed instance information, such as description, ONS topic, and associated management station.
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,
                    autonomous_settings: Optional[ManagedInstanceAutonomousSettingsArgs] = None,
                    description: Optional[str] = None,
                    notification_topic_id: Optional[str] = None,
                    primary_management_station_id: Optional[str] = None,
                    secondary_management_station_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:OsManagementHub: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 ociManagedInstanceResource = new Oci.OsManagementHub.ManagedInstance("ociManagedInstanceResource", new()
{
    ManagedInstanceId = "string",
    AutonomousSettings = new Oci.OsManagementHub.Inputs.ManagedInstanceAutonomousSettingsArgs
    {
        IsDataCollectionAuthorized = false,
        ScheduledJobId = "string",
    },
    Description = "string",
    NotificationTopicId = "string",
    PrimaryManagementStationId = "string",
    SecondaryManagementStationId = "string",
});
example, err := osmanagementhub.NewManagedInstance(ctx, "ociManagedInstanceResource", &osmanagementhub.ManagedInstanceArgs{
	ManagedInstanceId: pulumi.String("string"),
	AutonomousSettings: &osmanagementhub.ManagedInstanceAutonomousSettingsArgs{
		IsDataCollectionAuthorized: pulumi.Bool(false),
		ScheduledJobId:             pulumi.String("string"),
	},
	Description:                  pulumi.String("string"),
	NotificationTopicId:          pulumi.String("string"),
	PrimaryManagementStationId:   pulumi.String("string"),
	SecondaryManagementStationId: pulumi.String("string"),
})
var ociManagedInstanceResource = new com.pulumi.oci.OsManagementHub.ManagedInstance("ociManagedInstanceResource", com.pulumi.oci.OsManagementHub.ManagedInstanceArgs.builder()
    .managedInstanceId("string")
    .autonomousSettings(ManagedInstanceAutonomousSettingsArgs.builder()
        .isDataCollectionAuthorized(false)
        .scheduledJobId("string")
        .build())
    .description("string")
    .notificationTopicId("string")
    .primaryManagementStationId("string")
    .secondaryManagementStationId("string")
    .build());
oci_managed_instance_resource = oci.os_management_hub.ManagedInstance("ociManagedInstanceResource",
    managed_instance_id="string",
    autonomous_settings={
        "is_data_collection_authorized": False,
        "scheduled_job_id": "string",
    },
    description="string",
    notification_topic_id="string",
    primary_management_station_id="string",
    secondary_management_station_id="string")
const ociManagedInstanceResource = new oci.osmanagementhub.ManagedInstance("ociManagedInstanceResource", {
    managedInstanceId: "string",
    autonomousSettings: {
        isDataCollectionAuthorized: false,
        scheduledJobId: "string",
    },
    description: "string",
    notificationTopicId: "string",
    primaryManagementStationId: "string",
    secondaryManagementStationId: "string",
});
type: oci:OsManagementHub:ManagedInstance
properties:
    autonomousSettings:
        isDataCollectionAuthorized: false
        scheduledJobId: string
    description: string
    managedInstanceId: string
    notificationTopicId: string
    primaryManagementStationId: string
    secondaryManagementStationId: 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 
- The OCID of the managed instance.
- AutonomousSettings ManagedInstance Autonomous Settings 
- (Updatable) Updatable settings for the Autonomous Linux service.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- NotificationTopic stringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- PrimaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- SecondaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- The OCID of the managed instance.
- AutonomousSettings ManagedInstance Autonomous Settings Args 
- (Updatable) Updatable settings for the Autonomous Linux service.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- NotificationTopic stringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- PrimaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- SecondaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- The OCID of the managed instance.
- autonomousSettings ManagedInstance Autonomous Settings 
- (Updatable) Updatable settings for the Autonomous Linux service.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notificationTopic StringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- The OCID of the managed instance.
- autonomousSettings ManagedInstance Autonomous Settings 
- (Updatable) Updatable settings for the Autonomous Linux service.
- description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notificationTopic stringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- The OCID of the managed instance.
- autonomous_settings ManagedInstance Autonomous Settings Args 
- (Updatable) Updatable settings for the Autonomous Linux service.
- description str
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notification_topic_ strid 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primary_management_ strstation_ id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondary_management_ strstation_ id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- The OCID of the managed instance.
- autonomousSettings Property Map
- (Updatable) Updatable settings for the Autonomous Linux service.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notificationTopic StringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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:
- AgentVersion string
- The version of osmh-agent running on the managed instance
- Architecture string
- The CPU architecture type of the managed instance.
- BugUpdates intAvailable 
- Number of bug fix type updates available for installation.
- CompartmentId string
- The OCID of the compartment that contains the managed instance.
- DisplayName string
- Software source name.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- Id string
- The provider-assigned unique ID for this managed resource.
- InstalledPackages int
- Number of packages installed on the instance.
- InstalledWindows intUpdates 
- Number of Windows updates installed on the instance.
- IsManaged boolBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- IsManagement boolStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- LifecycleEnvironments List<ManagedInstance Lifecycle Environment> 
- Id and name of a resource to simplify the display for the user.
- LifecycleStages List<ManagedInstance Lifecycle Stage> 
- Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- ManagedInstance List<ManagedGroups Instance Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- 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 (other) updates available for installation.
- Profile string
- The profile that was used to register this instance with the service.
- ProfileVersion string
- The version of the profile that was used to register this instance with the service.
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance.
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources List<ManagedInstance Software Source> 
- The list of software sources currently attached to the managed instance.
- Status string
- Current status of the managed instance.
- TenancyId string
- The OCID of the tenancy that the managed instance resides in.
- TimeCreated string
- The date and time the instance was created (in RFC 3339 format).
- TimeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- TimeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- TimeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- UpdatesAvailable int
- Number of updates available for installation.
- WorkRequest intCount 
- Number of work requests associated with this instance.
- AgentVersion string
- The version of osmh-agent running on the managed instance
- Architecture string
- The CPU architecture type of the managed instance.
- BugUpdates intAvailable 
- Number of bug fix type updates available for installation.
- CompartmentId string
- The OCID of the compartment that contains the managed instance.
- DisplayName string
- Software source name.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- Id string
- The provider-assigned unique ID for this managed resource.
- InstalledPackages int
- Number of packages installed on the instance.
- InstalledWindows intUpdates 
- Number of Windows updates installed on the instance.
- IsManaged boolBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- IsManagement boolStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- LifecycleEnvironments []ManagedInstance Lifecycle Environment 
- Id and name of a resource to simplify the display for the user.
- LifecycleStages []ManagedInstance Lifecycle Stage 
- Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- ManagedInstance []ManagedGroups Instance Managed Instance Group 
- Id and name of a resource to simplify the display for the user.
- 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 (other) updates available for installation.
- Profile string
- The profile that was used to register this instance with the service.
- ProfileVersion string
- The version of the profile that was used to register this instance with the service.
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance.
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources []ManagedInstance Software Source 
- The list of software sources currently attached to the managed instance.
- Status string
- Current status of the managed instance.
- TenancyId string
- The OCID of the tenancy that the managed instance resides in.
- TimeCreated string
- The date and time the instance was created (in RFC 3339 format).
- TimeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- TimeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- TimeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- UpdatesAvailable int
- Number of updates available for installation.
- WorkRequest intCount 
- Number of work requests associated with this instance.
- agentVersion String
- The version of osmh-agent running on the managed instance
- architecture String
- The CPU architecture type of the managed instance.
- bugUpdates IntegerAvailable 
- Number of bug fix type updates available for installation.
- compartmentId String
- The OCID of the compartment that contains the managed instance.
- displayName String
- Software source name.
- enhancementUpdates IntegerAvailable 
- Number of enhancement type updates available for installation.
- id String
- The provider-assigned unique ID for this managed resource.
- installedPackages Integer
- Number of packages installed on the instance.
- installedWindows IntegerUpdates 
- Number of Windows updates installed on the instance.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement BooleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments List<ManagedInstance Lifecycle Environment> 
- Id and name of a resource to simplify the display for the user.
- lifecycleStages List<ManagedInstance Lifecycle Stage> 
- Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managedInstance List<ManagedGroups Instance Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- 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 (other) updates available for installation.
- profile String
- The profile that was used to register this instance with the service.
- profileVersion String
- The version of the profile that was used to register this instance with the service.
- scheduledJob IntegerCount 
- Number of scheduled jobs associated with this instance.
- securityUpdates IntegerAvailable 
- Number of security type updates available for installation.
- softwareSources List<ManagedInstance Software Source> 
- The list of software sources currently attached to the managed instance.
- status String
- Current status of the managed instance.
- tenancyId String
- The OCID of the tenancy that the managed instance resides in.
- timeCreated String
- The date and time the instance was created (in RFC 3339 format).
- timeLast StringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast StringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated String
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable Integer
- Number of updates available for installation.
- workRequest IntegerCount 
- Number of work requests associated with this instance.
- agentVersion string
- The version of osmh-agent running on the managed instance
- architecture string
- The CPU architecture type of the managed instance.
- bugUpdates numberAvailable 
- Number of bug fix type updates available for installation.
- compartmentId string
- The OCID of the compartment that contains the managed instance.
- displayName string
- Software source name.
- enhancementUpdates numberAvailable 
- Number of enhancement type updates available for installation.
- id string
- The provider-assigned unique ID for this managed resource.
- installedPackages number
- Number of packages installed on the instance.
- installedWindows numberUpdates 
- Number of Windows updates installed on the instance.
- isManaged booleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement booleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isReboot booleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments ManagedInstance Lifecycle Environment[] 
- Id and name of a resource to simplify the display for the user.
- lifecycleStages ManagedInstance Lifecycle Stage[] 
- Id and name of a resource to simplify the display for the user.
- location string
- The location of the managed instance.
- managedInstance ManagedGroups Instance Managed Instance Group[] 
- Id and name of a resource to simplify the display for the user.
- 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 (other) updates available for installation.
- profile string
- The profile that was used to register this instance with the service.
- profileVersion string
- The version of the profile that was used to register this instance with the service.
- scheduledJob numberCount 
- Number of scheduled jobs associated with this instance.
- securityUpdates numberAvailable 
- Number of security type updates available for installation.
- softwareSources ManagedInstance Software Source[] 
- The list of software sources currently attached to the managed instance.
- status string
- Current status of the managed instance.
- tenancyId string
- The OCID of the tenancy that the managed instance resides in.
- timeCreated string
- The date and time the instance was created (in RFC 3339 format).
- timeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable number
- Number of updates available for installation.
- workRequest numberCount 
- Number of work requests associated with this instance.
- agent_version str
- The version of osmh-agent running on the managed instance
- architecture str
- The CPU architecture type of the managed instance.
- bug_updates_ intavailable 
- Number of bug fix type updates available for installation.
- compartment_id str
- The OCID of the compartment that contains the managed instance.
- display_name str
- Software source name.
- enhancement_updates_ intavailable 
- Number of enhancement type updates available for installation.
- id str
- The provider-assigned unique ID for this managed resource.
- installed_packages int
- Number of packages installed on the instance.
- installed_windows_ intupdates 
- Number of Windows updates installed on the instance.
- is_managed_ boolby_ autonomous_ linux 
- Indicates whether the Autonomous Linux service manages the instance.
- is_management_ boolstation 
- Indicates whether this managed instance is acting as an on-premises management station.
- is_reboot_ boolrequired 
- Indicates whether a reboot is required to complete installation of updates.
- ksplice_effective_ strkernel_ version 
- The ksplice effective kernel version.
- lifecycle_environments Sequence[ManagedInstance Lifecycle Environment] 
- Id and name of a resource to simplify the display for the user.
- lifecycle_stages Sequence[ManagedInstance Lifecycle Stage] 
- Id and name of a resource to simplify the display for the user.
- location str
- The location of the managed instance.
- managed_instance_ Sequence[Managedgroups Instance Managed Instance Group] 
- Id and name of a resource to simplify the display for the user.
- 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 (other) updates available for installation.
- profile str
- The profile that was used to register this instance with the service.
- profile_version str
- The version of the profile that was used to register this instance with the service.
- scheduled_job_ intcount 
- Number of scheduled jobs associated with this instance.
- security_updates_ intavailable 
- Number of security type updates available for installation.
- software_sources Sequence[ManagedInstance Software Source] 
- The list of software sources currently attached to the managed instance.
- status str
- Current status of the managed instance.
- tenancy_id str
- The OCID of the tenancy that the managed instance resides in.
- time_created str
- The date and time the instance was created (in RFC 3339 format).
- time_last_ strboot 
- Time that the instance last booted (in RFC 3339 format).
- time_last_ strcheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- time_updated str
- The date and time the instance was last updated (in RFC 3339 format).
- updates_available int
- Number of updates available for installation.
- work_request_ intcount 
- Number of work requests associated with this instance.
- agentVersion String
- The version of osmh-agent running on the managed instance
- architecture String
- The CPU architecture type of the managed instance.
- bugUpdates NumberAvailable 
- Number of bug fix type updates available for installation.
- compartmentId String
- The OCID of the compartment that contains the managed instance.
- displayName String
- Software source name.
- enhancementUpdates NumberAvailable 
- Number of enhancement type updates available for installation.
- id String
- The provider-assigned unique ID for this managed resource.
- installedPackages Number
- Number of packages installed on the instance.
- installedWindows NumberUpdates 
- Number of Windows updates installed on the instance.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement BooleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments List<Property Map>
- Id and name of a resource to simplify the display for the user.
- lifecycleStages List<Property Map>
- Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managedInstance List<Property Map>Groups 
- Id and name of a resource to simplify the display for the user.
- 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 (other) updates available for installation.
- profile String
- The profile that was used to register this instance with the service.
- profileVersion String
- The version of the profile that was used to register this instance with the service.
- scheduledJob NumberCount 
- Number of scheduled jobs associated with this instance.
- securityUpdates NumberAvailable 
- Number of security type updates available for installation.
- softwareSources List<Property Map>
- The list of software sources currently attached to the managed instance.
- status String
- Current status of the managed instance.
- tenancyId String
- The OCID of the tenancy that the managed instance resides in.
- timeCreated String
- The date and time the instance was created (in RFC 3339 format).
- timeLast StringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast StringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated String
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable Number
- Number of updates available for installation.
- 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,
        agent_version: Optional[str] = None,
        architecture: Optional[str] = None,
        autonomous_settings: Optional[ManagedInstanceAutonomousSettingsArgs] = None,
        bug_updates_available: Optional[int] = None,
        compartment_id: Optional[str] = None,
        description: Optional[str] = None,
        display_name: Optional[str] = None,
        enhancement_updates_available: Optional[int] = None,
        installed_packages: Optional[int] = None,
        installed_windows_updates: Optional[int] = None,
        is_managed_by_autonomous_linux: Optional[bool] = None,
        is_management_station: Optional[bool] = None,
        is_reboot_required: Optional[bool] = None,
        ksplice_effective_kernel_version: Optional[str] = None,
        lifecycle_environments: Optional[Sequence[ManagedInstanceLifecycleEnvironmentArgs]] = None,
        lifecycle_stages: Optional[Sequence[ManagedInstanceLifecycleStageArgs]] = None,
        location: 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,
        primary_management_station_id: Optional[str] = None,
        profile: Optional[str] = None,
        profile_version: Optional[str] = None,
        scheduled_job_count: Optional[int] = None,
        secondary_management_station_id: Optional[str] = None,
        security_updates_available: Optional[int] = None,
        software_sources: Optional[Sequence[ManagedInstanceSoftwareSourceArgs]] = None,
        status: Optional[str] = None,
        tenancy_id: Optional[str] = None,
        time_created: Optional[str] = None,
        time_last_boot: Optional[str] = None,
        time_last_checkin: Optional[str] = None,
        time_updated: 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:OsManagementHub: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.
- AgentVersion string
- The version of osmh-agent running on the managed instance
- Architecture string
- The CPU architecture type of the managed instance.
- AutonomousSettings ManagedInstance Autonomous Settings 
- (Updatable) Updatable settings for the Autonomous Linux service.
- BugUpdates intAvailable 
- Number of bug fix type updates available for installation.
- CompartmentId string
- The OCID of the compartment that contains the managed instance.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- DisplayName string
- Software source name.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- InstalledPackages int
- Number of packages installed on the instance.
- InstalledWindows intUpdates 
- Number of Windows updates installed on the instance.
- IsManaged boolBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- IsManagement boolStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- LifecycleEnvironments List<ManagedInstance Lifecycle Environment> 
- Id and name of a resource to simplify the display for the user.
- LifecycleStages List<ManagedInstance Lifecycle Stage> 
- Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- ManagedInstance List<ManagedGroups Instance Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- ManagedInstance stringId 
- The OCID of the managed instance.
- NotificationTopic stringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- 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 (other) updates available for installation.
- PrimaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- Profile string
- The profile that was used to register this instance with the service.
- ProfileVersion string
- The version of the profile that was used to register this instance with the service.
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance.
- SecondaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources List<ManagedInstance Software Source> 
- The list of software sources currently attached to the managed instance.
- Status string
- Current status of the managed instance.
- TenancyId string
- The OCID of the tenancy that the managed instance resides in.
- TimeCreated string
- The date and time the instance was created (in RFC 3339 format).
- TimeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- TimeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- TimeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- UpdatesAvailable int
- Number of updates available for installation.
- WorkRequest intCount 
- Number of work requests associated with this instance.
- AgentVersion string
- The version of osmh-agent running on the managed instance
- Architecture string
- The CPU architecture type of the managed instance.
- AutonomousSettings ManagedInstance Autonomous Settings Args 
- (Updatable) Updatable settings for the Autonomous Linux service.
- BugUpdates intAvailable 
- Number of bug fix type updates available for installation.
- CompartmentId string
- The OCID of the compartment that contains the managed instance.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- DisplayName string
- Software source name.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- InstalledPackages int
- Number of packages installed on the instance.
- InstalledWindows intUpdates 
- Number of Windows updates installed on the instance.
- IsManaged boolBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- IsManagement boolStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- LifecycleEnvironments []ManagedInstance Lifecycle Environment Args 
- Id and name of a resource to simplify the display for the user.
- LifecycleStages []ManagedInstance Lifecycle Stage Args 
- Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- ManagedInstance []ManagedGroups Instance Managed Instance Group Args 
- Id and name of a resource to simplify the display for the user.
- ManagedInstance stringId 
- The OCID of the managed instance.
- NotificationTopic stringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- 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 (other) updates available for installation.
- PrimaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- Profile string
- The profile that was used to register this instance with the service.
- ProfileVersion string
- The version of the profile that was used to register this instance with the service.
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance.
- SecondaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources []ManagedInstance Software Source Args 
- The list of software sources currently attached to the managed instance.
- Status string
- Current status of the managed instance.
- TenancyId string
- The OCID of the tenancy that the managed instance resides in.
- TimeCreated string
- The date and time the instance was created (in RFC 3339 format).
- TimeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- TimeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- TimeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- UpdatesAvailable int
- Number of updates available for installation.
- WorkRequest intCount 
- Number of work requests associated with this instance.
- agentVersion String
- The version of osmh-agent running on the managed instance
- architecture String
- The CPU architecture type of the managed instance.
- autonomousSettings ManagedInstance Autonomous Settings 
- (Updatable) Updatable settings for the Autonomous Linux service.
- bugUpdates IntegerAvailable 
- Number of bug fix type updates available for installation.
- compartmentId String
- The OCID of the compartment that contains the managed instance.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- displayName String
- Software source name.
- enhancementUpdates IntegerAvailable 
- Number of enhancement type updates available for installation.
- installedPackages Integer
- Number of packages installed on the instance.
- installedWindows IntegerUpdates 
- Number of Windows updates installed on the instance.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement BooleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments List<ManagedInstance Lifecycle Environment> 
- Id and name of a resource to simplify the display for the user.
- lifecycleStages List<ManagedInstance Lifecycle Stage> 
- Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managedInstance List<ManagedGroups Instance Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- managedInstance StringId 
- The OCID of the managed instance.
- notificationTopic StringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- 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 (other) updates available for installation.
- primaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile String
- The profile that was used to register this instance with the service.
- profileVersion String
- The version of the profile that was used to register this instance with the service.
- scheduledJob IntegerCount 
- Number of scheduled jobs associated with this instance.
- secondaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- securityUpdates IntegerAvailable 
- Number of security type updates available for installation.
- softwareSources List<ManagedInstance Software Source> 
- The list of software sources currently attached to the managed instance.
- status String
- Current status of the managed instance.
- tenancyId String
- The OCID of the tenancy that the managed instance resides in.
- timeCreated String
- The date and time the instance was created (in RFC 3339 format).
- timeLast StringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast StringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated String
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable Integer
- Number of updates available for installation.
- workRequest IntegerCount 
- Number of work requests associated with this instance.
- agentVersion string
- The version of osmh-agent running on the managed instance
- architecture string
- The CPU architecture type of the managed instance.
- autonomousSettings ManagedInstance Autonomous Settings 
- (Updatable) Updatable settings for the Autonomous Linux service.
- bugUpdates numberAvailable 
- Number of bug fix type updates available for installation.
- compartmentId string
- The OCID of the compartment that contains the managed instance.
- description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- displayName string
- Software source name.
- enhancementUpdates numberAvailable 
- Number of enhancement type updates available for installation.
- installedPackages number
- Number of packages installed on the instance.
- installedWindows numberUpdates 
- Number of Windows updates installed on the instance.
- isManaged booleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement booleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isReboot booleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments ManagedInstance Lifecycle Environment[] 
- Id and name of a resource to simplify the display for the user.
- lifecycleStages ManagedInstance Lifecycle Stage[] 
- Id and name of a resource to simplify the display for the user.
- location string
- The location of the managed instance.
- managedInstance ManagedGroups Instance Managed Instance Group[] 
- Id and name of a resource to simplify the display for the user.
- managedInstance stringId 
- The OCID of the managed instance.
- notificationTopic stringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- 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 (other) updates available for installation.
- primaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile string
- The profile that was used to register this instance with the service.
- profileVersion string
- The version of the profile that was used to register this instance with the service.
- scheduledJob numberCount 
- Number of scheduled jobs associated with this instance.
- secondaryManagement stringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- securityUpdates numberAvailable 
- Number of security type updates available for installation.
- softwareSources ManagedInstance Software Source[] 
- The list of software sources currently attached to the managed instance.
- status string
- Current status of the managed instance.
- tenancyId string
- The OCID of the tenancy that the managed instance resides in.
- timeCreated string
- The date and time the instance was created (in RFC 3339 format).
- timeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable number
- Number of updates available for installation.
- workRequest numberCount 
- Number of work requests associated with this instance.
- agent_version str
- The version of osmh-agent running on the managed instance
- architecture str
- The CPU architecture type of the managed instance.
- autonomous_settings ManagedInstance Autonomous Settings Args 
- (Updatable) Updatable settings for the Autonomous Linux service.
- bug_updates_ intavailable 
- Number of bug fix type updates available for installation.
- compartment_id str
- The OCID of the compartment that contains the managed instance.
- description str
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display_name str
- Software source name.
- enhancement_updates_ intavailable 
- Number of enhancement type updates available for installation.
- installed_packages int
- Number of packages installed on the instance.
- installed_windows_ intupdates 
- Number of Windows updates installed on the instance.
- is_managed_ boolby_ autonomous_ linux 
- Indicates whether the Autonomous Linux service manages the instance.
- is_management_ boolstation 
- Indicates whether this managed instance is acting as an on-premises management station.
- is_reboot_ boolrequired 
- Indicates whether a reboot is required to complete installation of updates.
- ksplice_effective_ strkernel_ version 
- The ksplice effective kernel version.
- lifecycle_environments Sequence[ManagedInstance Lifecycle Environment Args] 
- Id and name of a resource to simplify the display for the user.
- lifecycle_stages Sequence[ManagedInstance Lifecycle Stage Args] 
- Id and name of a resource to simplify the display for the user.
- location str
- The location of the managed instance.
- managed_instance_ Sequence[Managedgroups Instance Managed Instance Group Args] 
- Id and name of a resource to simplify the display for the user.
- managed_instance_ strid 
- The OCID of the managed instance.
- notification_topic_ strid 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- 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 (other) updates available for installation.
- primary_management_ strstation_ id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile str
- The profile that was used to register this instance with the service.
- profile_version str
- The version of the profile that was used to register this instance with the service.
- scheduled_job_ intcount 
- Number of scheduled jobs associated with this instance.
- secondary_management_ strstation_ id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- security_updates_ intavailable 
- Number of security type updates available for installation.
- software_sources Sequence[ManagedInstance Software Source Args] 
- The list of software sources currently attached to the managed instance.
- status str
- Current status of the managed instance.
- tenancy_id str
- The OCID of the tenancy that the managed instance resides in.
- time_created str
- The date and time the instance was created (in RFC 3339 format).
- time_last_ strboot 
- Time that the instance last booted (in RFC 3339 format).
- time_last_ strcheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- time_updated str
- The date and time the instance was last updated (in RFC 3339 format).
- updates_available int
- Number of updates available for installation.
- work_request_ intcount 
- Number of work requests associated with this instance.
- agentVersion String
- The version of osmh-agent running on the managed instance
- architecture String
- The CPU architecture type of the managed instance.
- autonomousSettings Property Map
- (Updatable) Updatable settings for the Autonomous Linux service.
- bugUpdates NumberAvailable 
- Number of bug fix type updates available for installation.
- compartmentId String
- The OCID of the compartment that contains the managed instance.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- displayName String
- Software source name.
- enhancementUpdates NumberAvailable 
- Number of enhancement type updates available for installation.
- installedPackages Number
- Number of packages installed on the instance.
- installedWindows NumberUpdates 
- Number of Windows updates installed on the instance.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement BooleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments List<Property Map>
- Id and name of a resource to simplify the display for the user.
- lifecycleStages List<Property Map>
- Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managedInstance List<Property Map>Groups 
- Id and name of a resource to simplify the display for the user.
- managedInstance StringId 
- The OCID of the managed instance.
- notificationTopic StringId 
- (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- 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 (other) updates available for installation.
- primaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile String
- The profile that was used to register this instance with the service.
- profileVersion String
- The version of the profile that was used to register this instance with the service.
- scheduledJob NumberCount 
- Number of scheduled jobs associated with this instance.
- secondaryManagement StringStation Id 
- (Updatable) The OCID of the management station for the instance to use as secondary management station. - ** 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 
- securityUpdates NumberAvailable 
- Number of security type updates available for installation.
- softwareSources List<Property Map>
- The list of software sources currently attached to the managed instance.
- status String
- Current status of the managed instance.
- tenancyId String
- The OCID of the tenancy that the managed instance resides in.
- timeCreated String
- The date and time the instance was created (in RFC 3339 format).
- timeLast StringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast StringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated String
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable Number
- Number of updates available for installation.
- workRequest NumberCount 
- Number of work requests associated with this instance.
Supporting Types
ManagedInstanceAutonomousSettings, ManagedInstanceAutonomousSettingsArgs        
- bool
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- ScheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- ScheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduledJob StringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- boolean
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduled_job_ strid 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduledJob StringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
ManagedInstanceLifecycleEnvironment, ManagedInstanceLifecycleEnvironmentArgs        
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
- displayName string
- Software source name.
- id string
- The OCID of the software source.
- display_name str
- Software source name.
- id str
- The OCID of the software source.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
ManagedInstanceLifecycleStage, ManagedInstanceLifecycleStageArgs        
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
- displayName string
- Software source name.
- id string
- The OCID of the software source.
- display_name str
- Software source name.
- id str
- The OCID of the software source.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
ManagedInstanceManagedInstanceGroup, ManagedInstanceManagedInstanceGroupArgs          
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
- displayName string
- Software source name.
- id string
- The OCID of the software source.
- display_name str
- Software source name.
- id str
- The OCID of the software source.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
ManagedInstanceSoftwareSource, ManagedInstanceSoftwareSourceArgs        
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- IsMandatory boolFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- SoftwareSource stringType 
- Type of the software source.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- DisplayName string
- Software source name.
- Id string
- The OCID of the software source.
- IsMandatory boolFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- SoftwareSource stringType 
- Type of the software source.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
- isMandatory BooleanFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- softwareSource StringType 
- Type of the software source.
- description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- displayName string
- Software source name.
- id string
- The OCID of the software source.
- isMandatory booleanFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- softwareSource stringType 
- Type of the software source.
- description str
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display_name str
- Software source name.
- id str
- The OCID of the software source.
- is_mandatory_ boolfor_ autonomous_ linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- software_source_ strtype 
- Type of the software source.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- displayName String
- Software source name.
- id String
- The OCID of the software source.
- isMandatory BooleanFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- softwareSource StringType 
- Type of the software source.
Import
ManagedInstances can be imported using the id, e.g.
$ pulumi import oci:OsManagementHub/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.