Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.OsManagementHub.getManagedInstance
Explore with Pulumi AI
This data source provides details about a specific Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
Gets information about the specified managed instance.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedInstance = oci.OsManagementHub.getManagedInstance({
    managedInstanceId: testManagedInstanceOciOsManagementHubManagedInstance.id,
});
import pulumi
import pulumi_oci as oci
test_managed_instance = oci.OsManagementHub.get_managed_instance(managed_instance_id=test_managed_instance_oci_os_management_hub_managed_instance["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/osmanagementhub"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := osmanagementhub.GetManagedInstance(ctx, &osmanagementhub.GetManagedInstanceArgs{
			ManagedInstanceId: testManagedInstanceOciOsManagementHubManagedInstance.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testManagedInstance = Oci.OsManagementHub.GetManagedInstance.Invoke(new()
    {
        ManagedInstanceId = testManagedInstanceOciOsManagementHubManagedInstance.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OsManagementHub.OsManagementHubFunctions;
import com.pulumi.oci.OsManagementHub.inputs.GetManagedInstanceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testManagedInstance = OsManagementHubFunctions.getManagedInstance(GetManagedInstanceArgs.builder()
            .managedInstanceId(testManagedInstanceOciOsManagementHubManagedInstance.id())
            .build());
    }
}
variables:
  testManagedInstance:
    fn::invoke:
      function: oci:OsManagementHub:getManagedInstance
      arguments:
        managedInstanceId: ${testManagedInstanceOciOsManagementHubManagedInstance.id}
Using getManagedInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedInstance(args: GetManagedInstanceArgs, opts?: InvokeOptions): Promise<GetManagedInstanceResult>
function getManagedInstanceOutput(args: GetManagedInstanceOutputArgs, opts?: InvokeOptions): Output<GetManagedInstanceResult>def get_managed_instance(managed_instance_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetManagedInstanceResult
def get_managed_instance_output(managed_instance_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetManagedInstanceResult]func LookupManagedInstance(ctx *Context, args *LookupManagedInstanceArgs, opts ...InvokeOption) (*LookupManagedInstanceResult, error)
func LookupManagedInstanceOutput(ctx *Context, args *LookupManagedInstanceOutputArgs, opts ...InvokeOption) LookupManagedInstanceResultOutput> Note: This function is named LookupManagedInstance in the Go SDK.
public static class GetManagedInstance 
{
    public static Task<GetManagedInstanceResult> InvokeAsync(GetManagedInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedInstanceResult> Invoke(GetManagedInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedInstanceResult> getManagedInstance(GetManagedInstanceArgs args, InvokeOptions options)
public static Output<GetManagedInstanceResult> getManagedInstance(GetManagedInstanceArgs args, InvokeOptions options)
fn::invoke:
  function: oci:OsManagementHub/getManagedInstance:getManagedInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ManagedInstance stringId 
- The OCID of the managed instance.
- ManagedInstance stringId 
- The OCID of the managed instance.
- managedInstance StringId 
- The OCID of the managed instance.
- managedInstance stringId 
- The OCID of the managed instance.
- managed_instance_ strid 
- The OCID of the managed instance.
- managedInstance StringId 
- The OCID of the managed instance.
getManagedInstance Result
The following output properties are available:
- AgentVersion string
- The version of osmh-agent running on the managed instance
- Architecture string
- The CPU architecture type of the managed instance.
- AutonomousSettings List<GetManaged Instance Autonomous Setting> 
- 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
- Software source description.
- DisplayName string
- Software source name.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- Id string
- The OCID of the software source.
- 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<GetManaged Instance Lifecycle Environment> 
- Id and name of a resource to simplify the display for the user.
- LifecycleStages List<GetManaged Instance 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<GetGroups Managed Instance Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- ManagedInstance stringId 
- NotificationTopic stringId 
- 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 
- 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 
- The OCID of the management station for the instance to use as secondary management station.
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources List<GetManaged Instance 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 []GetManaged Instance Autonomous Setting 
- 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
- Software source description.
- DisplayName string
- Software source name.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- Id string
- The OCID of the software source.
- 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 []GetManaged Instance Lifecycle Environment 
- Id and name of a resource to simplify the display for the user.
- LifecycleStages []GetManaged Instance Lifecycle Stage 
- Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- ManagedInstance []GetGroups Managed Instance Managed Instance Group 
- Id and name of a resource to simplify the display for the user.
- ManagedInstance stringId 
- NotificationTopic stringId 
- 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 
- 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 
- The OCID of the management station for the instance to use as secondary management station.
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources []GetManaged Instance 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 List<GetManaged Instance Autonomous Setting> 
- 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
- Software source description.
- displayName String
- Software source name.
- enhancementUpdates IntegerAvailable 
- Number of enhancement type updates available for installation.
- id String
- The OCID of the software source.
- 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<GetManaged Instance Lifecycle Environment> 
- Id and name of a resource to simplify the display for the user.
- lifecycleStages List<GetManaged Instance 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<GetGroups Managed Instance Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- managedInstance StringId 
- notificationTopic StringId 
- 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 
- 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 
- The OCID of the management station for the instance to use as secondary management station.
- securityUpdates IntegerAvailable 
- Number of security type updates available for installation.
- softwareSources List<GetManaged Instance 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 GetManaged Instance Autonomous Setting[] 
- 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
- Software source description.
- displayName string
- Software source name.
- enhancementUpdates numberAvailable 
- Number of enhancement type updates available for installation.
- id string
- The OCID of the software source.
- 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 GetManaged Instance Lifecycle Environment[] 
- Id and name of a resource to simplify the display for the user.
- lifecycleStages GetManaged Instance Lifecycle Stage[] 
- Id and name of a resource to simplify the display for the user.
- location string
- The location of the managed instance.
- managedInstance GetGroups Managed Instance Managed Instance Group[] 
- Id and name of a resource to simplify the display for the user.
- managedInstance stringId 
- notificationTopic stringId 
- 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 
- 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 
- The OCID of the management station for the instance to use as secondary management station.
- securityUpdates numberAvailable 
- Number of security type updates available for installation.
- softwareSources GetManaged Instance 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 Sequence[GetManaged Instance Autonomous Setting] 
- 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
- Software source description.
- display_name str
- Software source name.
- enhancement_updates_ intavailable 
- Number of enhancement type updates available for installation.
- id str
- The OCID of the software source.
- 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[GetManaged Instance Lifecycle Environment] 
- Id and name of a resource to simplify the display for the user.
- lifecycle_stages Sequence[GetManaged Instance 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[Getgroups Managed Instance Managed Instance Group] 
- Id and name of a resource to simplify the display for the user.
- managed_instance_ strid 
- notification_topic_ strid 
- 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 
- 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 
- The OCID of the management station for the instance to use as secondary management station.
- security_updates_ intavailable 
- Number of security type updates available for installation.
- software_sources Sequence[GetManaged Instance 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.
- autonomousSettings List<Property Map>
- 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
- Software source description.
- displayName String
- Software source name.
- enhancementUpdates NumberAvailable 
- Number of enhancement type updates available for installation.
- id String
- The OCID of the software source.
- 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 
- notificationTopic StringId 
- 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 
- 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 
- The OCID of the management station for the instance to use as secondary management station.
- 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
GetManagedInstanceAutonomousSetting    
- bool
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- ScheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- ScheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduledJob StringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- boolean
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduled_job_ strid 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduledJob StringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
GetManagedInstanceLifecycleEnvironment    
- 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.
GetManagedInstanceLifecycleStage    
- 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.
GetManagedInstanceManagedInstanceGroup     
- 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.
GetManagedInstanceSoftwareSource    
- Description string
- Software source description.
- 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
- Software source description.
- 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
- Software source description.
- 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
- Software source description.
- 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
- Software source description.
- 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
- Software source description.
- 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.