1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. OsManagementHub
  5. getManagedInstance
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi

oci.OsManagementHub.getManagedInstance

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi

    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/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 GetManagedInstance(ctx *Context, args *GetManagedInstanceArgs, opts ...InvokeOption) (*GetManagedInstanceResult, error)
    func GetManagedInstanceOutput(ctx *Context, args *GetManagedInstanceOutputArgs, opts ...InvokeOption) GetManagedInstanceResultOutput

    > Note: This function is named GetManagedInstance 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:OsManagementHub/getManagedInstance:getManagedInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagedInstanceId string
    The OCID of the managed instance.
    ManagedInstanceId string
    The OCID of the managed instance.
    managedInstanceId String
    The OCID of the managed instance.
    managedInstanceId string
    The OCID of the managed instance.
    managed_instance_id str
    The OCID of the managed instance.
    managedInstanceId String
    The OCID of the managed instance.

    getManagedInstance Result

    The following output properties are available:

    Architecture string
    The CPU architecture type of the managed instance.
    AutonomousSettings List<GetManagedInstanceAutonomousSetting>
    Settings for the Autonomous Linux service.
    BugUpdatesAvailable int
    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.
    EnhancementUpdatesAvailable int
    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.
    InstalledWindowsUpdates int
    Number of Windows updates installed on the instance.
    IsManagedByAutonomousLinux bool
    Indicates whether the Autonomous Linux service manages the instance.
    IsManagementStation bool
    Indicates whether this managed instance is acting as an on-premises management station.
    IsRebootRequired bool
    Indicates whether a reboot is required to complete installation of updates.
    KspliceEffectiveKernelVersion string
    The ksplice effective kernel version.
    LifecycleEnvironments List<GetManagedInstanceLifecycleEnvironment>
    Id and name of a resource to simplify the display for the user.
    LifecycleStages List<GetManagedInstanceLifecycleStage>
    Id and name of a resource to simplify the display for the user.
    Location string
    The location of the managed instance.
    ManagedInstanceGroups List<GetManagedInstanceManagedInstanceGroup>
    Id and name of a resource to simplify the display for the user.
    ManagedInstanceId string
    NotificationTopicId string
    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.
    OsKernelVersion string
    Operating system kernel version.
    OsName string
    Operating system name.
    OsVersion string
    Operating system version.
    OtherUpdatesAvailable int
    Number of non-classified (other) updates available for installation.
    PrimaryManagementStationId string
    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.
    ScheduledJobCount int
    Number of scheduled jobs associated with this instance.
    SecondaryManagementStationId string
    The OCID of the management station for the instance to use as secondary managment station.
    SecurityUpdatesAvailable int
    Number of security type updates available for installation.
    SoftwareSources List<GetManagedInstanceSoftwareSource>
    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).
    TimeLastBoot string
    Time that the instance last booted (in RFC 3339 format).
    TimeLastCheckin string
    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.
    WorkRequestCount int
    Number of work requests associated with this instance.
    Architecture string
    The CPU architecture type of the managed instance.
    AutonomousSettings []GetManagedInstanceAutonomousSetting
    Settings for the Autonomous Linux service.
    BugUpdatesAvailable int
    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.
    EnhancementUpdatesAvailable int
    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.
    InstalledWindowsUpdates int
    Number of Windows updates installed on the instance.
    IsManagedByAutonomousLinux bool
    Indicates whether the Autonomous Linux service manages the instance.
    IsManagementStation bool
    Indicates whether this managed instance is acting as an on-premises management station.
    IsRebootRequired bool
    Indicates whether a reboot is required to complete installation of updates.
    KspliceEffectiveKernelVersion string
    The ksplice effective kernel version.
    LifecycleEnvironments []GetManagedInstanceLifecycleEnvironment
    Id and name of a resource to simplify the display for the user.
    LifecycleStages []GetManagedInstanceLifecycleStage
    Id and name of a resource to simplify the display for the user.
    Location string
    The location of the managed instance.
    ManagedInstanceGroups []GetManagedInstanceManagedInstanceGroup
    Id and name of a resource to simplify the display for the user.
    ManagedInstanceId string
    NotificationTopicId string
    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.
    OsKernelVersion string
    Operating system kernel version.
    OsName string
    Operating system name.
    OsVersion string
    Operating system version.
    OtherUpdatesAvailable int
    Number of non-classified (other) updates available for installation.
    PrimaryManagementStationId string
    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.
    ScheduledJobCount int
    Number of scheduled jobs associated with this instance.
    SecondaryManagementStationId string
    The OCID of the management station for the instance to use as secondary managment station.
    SecurityUpdatesAvailable int
    Number of security type updates available for installation.
    SoftwareSources []GetManagedInstanceSoftwareSource
    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).
    TimeLastBoot string
    Time that the instance last booted (in RFC 3339 format).
    TimeLastCheckin string
    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.
    WorkRequestCount int
    Number of work requests associated with this instance.
    architecture String
    The CPU architecture type of the managed instance.
    autonomousSettings List<GetManagedInstanceAutonomousSetting>
    Settings for the Autonomous Linux service.
    bugUpdatesAvailable Integer
    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.
    enhancementUpdatesAvailable Integer
    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.
    installedWindowsUpdates Integer
    Number of Windows updates installed on the instance.
    isManagedByAutonomousLinux Boolean
    Indicates whether the Autonomous Linux service manages the instance.
    isManagementStation Boolean
    Indicates whether this managed instance is acting as an on-premises management station.
    isRebootRequired Boolean
    Indicates whether a reboot is required to complete installation of updates.
    kspliceEffectiveKernelVersion String
    The ksplice effective kernel version.
    lifecycleEnvironments List<GetManagedInstanceLifecycleEnvironment>
    Id and name of a resource to simplify the display for the user.
    lifecycleStages List<GetManagedInstanceLifecycleStage>
    Id and name of a resource to simplify the display for the user.
    location String
    The location of the managed instance.
    managedInstanceGroups List<GetManagedInstanceManagedInstanceGroup>
    Id and name of a resource to simplify the display for the user.
    managedInstanceId String
    notificationTopicId String
    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.
    osKernelVersion String
    Operating system kernel version.
    osName String
    Operating system name.
    osVersion String
    Operating system version.
    otherUpdatesAvailable Integer
    Number of non-classified (other) updates available for installation.
    primaryManagementStationId String
    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.
    scheduledJobCount Integer
    Number of scheduled jobs associated with this instance.
    secondaryManagementStationId String
    The OCID of the management station for the instance to use as secondary managment station.
    securityUpdatesAvailable Integer
    Number of security type updates available for installation.
    softwareSources List<GetManagedInstanceSoftwareSource>
    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).
    timeLastBoot String
    Time that the instance last booted (in RFC 3339 format).
    timeLastCheckin String
    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.
    workRequestCount Integer
    Number of work requests associated with this instance.
    architecture string
    The CPU architecture type of the managed instance.
    autonomousSettings GetManagedInstanceAutonomousSetting[]
    Settings for the Autonomous Linux service.
    bugUpdatesAvailable number
    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.
    enhancementUpdatesAvailable number
    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.
    installedWindowsUpdates number
    Number of Windows updates installed on the instance.
    isManagedByAutonomousLinux boolean
    Indicates whether the Autonomous Linux service manages the instance.
    isManagementStation boolean
    Indicates whether this managed instance is acting as an on-premises management station.
    isRebootRequired boolean
    Indicates whether a reboot is required to complete installation of updates.
    kspliceEffectiveKernelVersion string
    The ksplice effective kernel version.
    lifecycleEnvironments GetManagedInstanceLifecycleEnvironment[]
    Id and name of a resource to simplify the display for the user.
    lifecycleStages GetManagedInstanceLifecycleStage[]
    Id and name of a resource to simplify the display for the user.
    location string
    The location of the managed instance.
    managedInstanceGroups GetManagedInstanceManagedInstanceGroup[]
    Id and name of a resource to simplify the display for the user.
    managedInstanceId string
    notificationTopicId string
    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.
    osKernelVersion string
    Operating system kernel version.
    osName string
    Operating system name.
    osVersion string
    Operating system version.
    otherUpdatesAvailable number
    Number of non-classified (other) updates available for installation.
    primaryManagementStationId string
    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.
    scheduledJobCount number
    Number of scheduled jobs associated with this instance.
    secondaryManagementStationId string
    The OCID of the management station for the instance to use as secondary managment station.
    securityUpdatesAvailable number
    Number of security type updates available for installation.
    softwareSources GetManagedInstanceSoftwareSource[]
    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).
    timeLastBoot string
    Time that the instance last booted (in RFC 3339 format).
    timeLastCheckin string
    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.
    workRequestCount number
    Number of work requests associated with this instance.
    architecture str
    The CPU architecture type of the managed instance.
    autonomous_settings Sequence[osmanagementhub.GetManagedInstanceAutonomousSetting]
    Settings for the Autonomous Linux service.
    bug_updates_available int
    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_available int
    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_updates int
    Number of Windows updates installed on the instance.
    is_managed_by_autonomous_linux bool
    Indicates whether the Autonomous Linux service manages the instance.
    is_management_station bool
    Indicates whether this managed instance is acting as an on-premises management station.
    is_reboot_required bool
    Indicates whether a reboot is required to complete installation of updates.
    ksplice_effective_kernel_version str
    The ksplice effective kernel version.
    lifecycle_environments Sequence[osmanagementhub.GetManagedInstanceLifecycleEnvironment]
    Id and name of a resource to simplify the display for the user.
    lifecycle_stages Sequence[osmanagementhub.GetManagedInstanceLifecycleStage]
    Id and name of a resource to simplify the display for the user.
    location str
    The location of the managed instance.
    managed_instance_groups Sequence[osmanagementhub.GetManagedInstanceManagedInstanceGroup]
    Id and name of a resource to simplify the display for the user.
    managed_instance_id str
    notification_topic_id str
    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_version str
    Operating system kernel version.
    os_name str
    Operating system name.
    os_version str
    Operating system version.
    other_updates_available int
    Number of non-classified (other) updates available for installation.
    primary_management_station_id str
    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.
    scheduled_job_count int
    Number of scheduled jobs associated with this instance.
    secondary_management_station_id str
    The OCID of the management station for the instance to use as secondary managment station.
    security_updates_available int
    Number of security type updates available for installation.
    software_sources Sequence[osmanagementhub.GetManagedInstanceSoftwareSource]
    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_boot str
    Time that the instance last booted (in RFC 3339 format).
    time_last_checkin str
    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_count int
    Number of work requests associated with this instance.
    architecture String
    The CPU architecture type of the managed instance.
    autonomousSettings List<Property Map>
    Settings for the Autonomous Linux service.
    bugUpdatesAvailable Number
    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.
    enhancementUpdatesAvailable Number
    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.
    installedWindowsUpdates Number
    Number of Windows updates installed on the instance.
    isManagedByAutonomousLinux Boolean
    Indicates whether the Autonomous Linux service manages the instance.
    isManagementStation Boolean
    Indicates whether this managed instance is acting as an on-premises management station.
    isRebootRequired Boolean
    Indicates whether a reboot is required to complete installation of updates.
    kspliceEffectiveKernelVersion String
    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.
    managedInstanceGroups List<Property Map>
    Id and name of a resource to simplify the display for the user.
    managedInstanceId String
    notificationTopicId String
    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.
    osKernelVersion String
    Operating system kernel version.
    osName String
    Operating system name.
    osVersion String
    Operating system version.
    otherUpdatesAvailable Number
    Number of non-classified (other) updates available for installation.
    primaryManagementStationId String
    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.
    scheduledJobCount Number
    Number of scheduled jobs associated with this instance.
    secondaryManagementStationId String
    The OCID of the management station for the instance to use as secondary managment station.
    securityUpdatesAvailable Number
    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).
    timeLastBoot String
    Time that the instance last booted (in RFC 3339 format).
    timeLastCheckin String
    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.
    workRequestCount Number
    Number of work requests associated with this instance.

    Supporting Types

    GetManagedInstanceAutonomousSetting

    IsDataCollectionAuthorized bool
    Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
    ScheduledJobId string
    The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
    IsDataCollectionAuthorized bool
    Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
    ScheduledJobId string
    The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
    isDataCollectionAuthorized Boolean
    Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
    scheduledJobId String
    The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
    isDataCollectionAuthorized boolean
    Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
    scheduledJobId string
    The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
    is_data_collection_authorized bool
    Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
    scheduled_job_id str
    The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
    isDataCollectionAuthorized Boolean
    Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
    scheduledJobId String
    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.
    IsMandatoryForAutonomousLinux bool
    Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
    SoftwareSourceType string
    Type of the software source.
    Description string
    Software source description.
    DisplayName string
    Software source name.
    Id string
    The OCID of the software source.
    IsMandatoryForAutonomousLinux bool
    Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
    SoftwareSourceType string
    Type of the software source.
    description String
    Software source description.
    displayName String
    Software source name.
    id String
    The OCID of the software source.
    isMandatoryForAutonomousLinux Boolean
    Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
    softwareSourceType String
    Type of the software source.
    description string
    Software source description.
    displayName string
    Software source name.
    id string
    The OCID of the software source.
    isMandatoryForAutonomousLinux boolean
    Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
    softwareSourceType string
    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_for_autonomous_linux bool
    Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
    software_source_type str
    Type of the software source.
    description String
    Software source description.
    displayName String
    Software source name.
    id String
    The OCID of the software source.
    isMandatoryForAutonomousLinux Boolean
    Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
    softwareSourceType String
    Type of the software source.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi