Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 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 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:
- Managed
Instance stringId - The OCID of the managed instance.
- Managed
Instance stringId - The OCID of the managed instance.
- managed
Instance StringId - The OCID of the managed instance.
- managed
Instance stringId - The OCID of the managed instance.
- managed_
instance_ strid - The OCID of the managed instance.
- managed
Instance StringId - The OCID of the managed instance.
getManagedInstance Result
The following output properties are available:
- Architecture string
- The CPU architecture type of the managed instance.
- Autonomous
Settings List<GetManaged Instance Autonomous Setting> - Settings for the Autonomous Linux service.
- Bug
Updates intAvailable - Number of bug fix type updates available for installation.
- Compartment
Id string - The OCID of the compartment that contains the managed instance.
- Description string
- Software source description.
- Display
Name string - Software source name.
- Enhancement
Updates intAvailable - Number of enhancement type updates available for installation.
- Id string
- 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 stringKernel Version - The ksplice effective kernel version.
- Lifecycle
Environments List<GetManaged Instance Lifecycle Environment> - Id and name of a resource to simplify the display for the user.
- Lifecycle
Stages 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.
- Managed
Instance List<GetGroups Managed Instance Managed Instance Group> - Id and name of a resource to simplify the display for the user.
- Managed
Instance stringId - Notification
Topic stringId - The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- Os
Family string - The operating system type of the managed instance.
- Os
Kernel stringVersion - Operating system kernel version.
- Os
Name string - Operating system name.
- Os
Version string - Operating system version.
- Other
Updates intAvailable - Number of non-classified (other) updates available for installation.
- Primary
Management 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.
- Scheduled
Job intCount - Number of scheduled jobs associated with this instance.
- Secondary
Management stringStation Id - The OCID of the management station for the instance to use as secondary managment station.
- Security
Updates intAvailable - Number of security type updates available for installation.
- Software
Sources List<GetManaged Instance Software Source> - The list of software sources currently attached to the managed instance.
- Status string
- Current status of the managed instance.
- Tenancy
Id string - The OCID of the tenancy that the managed instance resides in.
- Time
Created string - The date and time the instance was created (in RFC 3339 format).
- Time
Last stringBoot - Time that the instance last booted (in RFC 3339 format).
- Time
Last stringCheckin - Time that the instance last checked in with the service (in RFC 3339 format).
- Time
Updated string - 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.
- Architecture string
- The CPU architecture type of the managed instance.
- Autonomous
Settings []GetManaged Instance Autonomous Setting - Settings for the Autonomous Linux service.
- Bug
Updates intAvailable - Number of bug fix type updates available for installation.
- Compartment
Id string - The OCID of the compartment that contains the managed instance.
- Description string
- Software source description.
- Display
Name string - Software source name.
- Enhancement
Updates intAvailable - Number of enhancement type updates available for installation.
- Id string
- 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 stringKernel Version - The ksplice effective kernel version.
- Lifecycle
Environments []GetManaged Instance Lifecycle Environment - Id and name of a resource to simplify the display for the user.
- Lifecycle
Stages []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.
- Managed
Instance []GetGroups Managed Instance Managed Instance Group - Id and name of a resource to simplify the display for the user.
- Managed
Instance stringId - Notification
Topic stringId - The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- Os
Family string - The operating system type of the managed instance.
- Os
Kernel stringVersion - Operating system kernel version.
- Os
Name string - Operating system name.
- Os
Version string - Operating system version.
- Other
Updates intAvailable - Number of non-classified (other) updates available for installation.
- Primary
Management 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.
- Scheduled
Job intCount - Number of scheduled jobs associated with this instance.
- Secondary
Management stringStation Id - The OCID of the management station for the instance to use as secondary managment station.
- Security
Updates intAvailable - Number of security type updates available for installation.
- Software
Sources []GetManaged Instance Software Source - The list of software sources currently attached to the managed instance.
- Status string
- Current status of the managed instance.
- Tenancy
Id string - The OCID of the tenancy that the managed instance resides in.
- Time
Created string - The date and time the instance was created (in RFC 3339 format).
- Time
Last stringBoot - Time that the instance last booted (in RFC 3339 format).
- Time
Last stringCheckin - Time that the instance last checked in with the service (in RFC 3339 format).
- Time
Updated string - 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.
- architecture String
- The CPU architecture type of the managed instance.
- autonomous
Settings List<GetManaged Instance Autonomous Setting> - Settings for the Autonomous Linux service.
- bug
Updates IntegerAvailable - Number of bug fix type updates available for installation.
- compartment
Id String - The OCID of the compartment that contains the managed instance.
- description String
- Software source description.
- display
Name String - Software source name.
- enhancement
Updates IntegerAvailable - Number of enhancement type updates available for installation.
- id String
- The OCID of the software source.
- installed
Packages Integer - Number of packages installed on the instance.
- installed
Windows IntegerUpdates - Number of Windows updates installed on the instance.
- is
Managed BooleanBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- is
Management BooleanStation - Indicates whether this managed instance is acting as an on-premises management station.
- is
Reboot BooleanRequired - Indicates whether a reboot is required to complete installation of updates.
- ksplice
Effective StringKernel Version - The ksplice effective kernel version.
- lifecycle
Environments List<GetManaged Instance Lifecycle Environment> - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages 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.
- managed
Instance List<GetGroups Managed Instance Managed Instance Group> - Id and name of a resource to simplify the display for the user.
- managed
Instance StringId - notification
Topic StringId - The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- os
Family String - The operating system type of the managed instance.
- os
Kernel StringVersion - Operating system kernel version.
- os
Name String - Operating system name.
- os
Version String - Operating system version.
- other
Updates IntegerAvailable - Number of non-classified (other) updates available for installation.
- primary
Management 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.
- scheduled
Job IntegerCount - Number of scheduled jobs associated with this instance.
- secondary
Management StringStation Id - The OCID of the management station for the instance to use as secondary managment station.
- security
Updates IntegerAvailable - Number of security type updates available for installation.
- software
Sources List<GetManaged Instance Software Source> - The list of software sources currently attached to the managed instance.
- status String
- Current status of the managed instance.
- tenancy
Id String - The OCID of the tenancy that the managed instance resides in.
- time
Created String - The date and time the instance was created (in RFC 3339 format).
- time
Last StringBoot - Time that the instance last booted (in RFC 3339 format).
- time
Last StringCheckin - Time that the instance last checked in with the service (in RFC 3339 format).
- time
Updated String - The date and time the instance was last updated (in RFC 3339 format).
- updates
Available Integer - Number of updates available for installation.
- work
Request IntegerCount - Number of work requests associated with this instance.
- architecture string
- The CPU architecture type of the managed instance.
- autonomous
Settings GetManaged Instance Autonomous Setting[] - Settings for the Autonomous Linux service.
- bug
Updates numberAvailable - Number of bug fix type updates available for installation.
- compartment
Id string - The OCID of the compartment that contains the managed instance.
- description string
- Software source description.
- display
Name string - Software source name.
- enhancement
Updates numberAvailable - Number of enhancement type updates available for installation.
- id string
- The OCID of the software source.
- installed
Packages number - Number of packages installed on the instance.
- installed
Windows numberUpdates - Number of Windows updates installed on the instance.
- is
Managed booleanBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- is
Management booleanStation - Indicates whether this managed instance is acting as an on-premises management station.
- is
Reboot booleanRequired - Indicates whether a reboot is required to complete installation of updates.
- ksplice
Effective stringKernel Version - The ksplice effective kernel version.
- lifecycle
Environments GetManaged Instance Lifecycle Environment[] - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages 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.
- managed
Instance GetGroups Managed Instance Managed Instance Group[] - Id and name of a resource to simplify the display for the user.
- managed
Instance stringId - notification
Topic stringId - The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- os
Family string - The operating system type of the managed instance.
- os
Kernel stringVersion - Operating system kernel version.
- os
Name string - Operating system name.
- os
Version string - Operating system version.
- other
Updates numberAvailable - Number of non-classified (other) updates available for installation.
- primary
Management 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.
- scheduled
Job numberCount - Number of scheduled jobs associated with this instance.
- secondary
Management stringStation Id - The OCID of the management station for the instance to use as secondary managment station.
- security
Updates numberAvailable - Number of security type updates available for installation.
- software
Sources GetManaged Instance Software Source[] - The list of software sources currently attached to the managed instance.
- status string
- Current status of the managed instance.
- tenancy
Id string - The OCID of the tenancy that the managed instance resides in.
- time
Created string - The date and time the instance was created (in RFC 3339 format).
- time
Last stringBoot - Time that the instance last booted (in RFC 3339 format).
- time
Last stringCheckin - Time that the instance last checked in with the service (in RFC 3339 format).
- time
Updated string - The date and time the instance was last updated (in RFC 3339 format).
- updates
Available number - Number of updates available for installation.
- work
Request numberCount - Number of work requests associated with this instance.
- architecture str
- The CPU architecture type of the managed instance.
- autonomous_
settings Sequence[osmanagementhub.Get Managed 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[osmanagementhub.Get Managed Instance Lifecycle Environment] - Id and name of a resource to simplify the display for the user.
- lifecycle_
stages Sequence[osmanagementhub.Get Managed 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[osmanagementhub.groups Get 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.
- 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 managment station.
- security_
updates_ intavailable - Number of security type updates available for installation.
- software_
sources Sequence[osmanagementhub.Get Managed 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.
- architecture String
- The CPU architecture type of the managed instance.
- autonomous
Settings List<Property Map> - Settings for the Autonomous Linux service.
- bug
Updates NumberAvailable - Number of bug fix type updates available for installation.
- compartment
Id String - The OCID of the compartment that contains the managed instance.
- description String
- Software source description.
- display
Name String - Software source name.
- enhancement
Updates NumberAvailable - Number of enhancement type updates available for installation.
- id String
- The OCID of the software source.
- installed
Packages Number - Number of packages installed on the instance.
- installed
Windows NumberUpdates - Number of Windows updates installed on the instance.
- is
Managed BooleanBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- is
Management BooleanStation - Indicates whether this managed instance is acting as an on-premises management station.
- is
Reboot BooleanRequired - Indicates whether a reboot is required to complete installation of updates.
- ksplice
Effective StringKernel Version - The ksplice effective kernel version.
- lifecycle
Environments List<Property Map> - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages List<Property Map> - Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managed
Instance List<Property Map>Groups - Id and name of a resource to simplify the display for the user.
- managed
Instance StringId - notification
Topic StringId - The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- os
Family String - The operating system type of the managed instance.
- os
Kernel StringVersion - Operating system kernel version.
- os
Name String - Operating system name.
- os
Version String - Operating system version.
- other
Updates NumberAvailable - Number of non-classified (other) updates available for installation.
- primary
Management 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.
- scheduled
Job NumberCount - Number of scheduled jobs associated with this instance.
- secondary
Management StringStation Id - The OCID of the management station for the instance to use as secondary managment station.
- security
Updates NumberAvailable - Number of security type updates available for installation.
- software
Sources List<Property Map> - The list of software sources currently attached to the managed instance.
- status String
- Current status of the managed instance.
- tenancy
Id String - The OCID of the tenancy that the managed instance resides in.
- time
Created String - The date and time the instance was created (in RFC 3339 format).
- time
Last StringBoot - Time that the instance last booted (in RFC 3339 format).
- time
Last StringCheckin - Time that the instance last checked in with the service (in RFC 3339 format).
- time
Updated String - The date and time the instance was last updated (in RFC 3339 format).
- updates
Available Number - Number of updates available for installation.
- work
Request 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.
- Scheduled
Job 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 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.
- scheduled
Job 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.
- scheduled
Job 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.
- scheduled
Job StringId - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
GetManagedInstanceLifecycleEnvironment
- Display
Name string - Software source name.
- Id string
- The OCID of the software source.
- Display
Name string - Software source name.
- Id string
- The OCID of the software source.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
- display
Name 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.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
GetManagedInstanceLifecycleStage
- Display
Name string - Software source name.
- Id string
- The OCID of the software source.
- Display
Name string - Software source name.
- Id string
- The OCID of the software source.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
- display
Name 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.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
GetManagedInstanceManagedInstanceGroup
- Display
Name string - Software source name.
- Id string
- The OCID of the software source.
- Display
Name string - Software source name.
- Id string
- The OCID of the software source.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
- display
Name 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.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
GetManagedInstanceSoftwareSource
- Description string
- Software source description.
- Display
Name string - Software source name.
- Id string
- 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 stringType - Type of the software source.
- Description string
- Software source description.
- Display
Name string - Software source name.
- Id string
- 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 stringType - Type of the software source.
- description String
- Software source description.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
- is
Mandatory BooleanFor Autonomous Linux - Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- software
Source StringType - Type of the software source.
- description string
- Software source description.
- display
Name string - Software source name.
- id string
- The OCID of the software source.
- is
Mandatory booleanFor Autonomous Linux - Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- software
Source 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.
- display
Name String - Software source name.
- id String
- The OCID of the software source.
- is
Mandatory BooleanFor Autonomous Linux - Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- software
Source 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
oci
Terraform Provider.