oci.OsManagementHub.ManagedInstance
Explore with Pulumi AI
This resource provides the Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
Updates the specified managed instance information, such as description, ONS topic, and associated management station.
Create ManagedInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedInstance(name: string, args: ManagedInstanceArgs, opts?: CustomResourceOptions);
@overload
def ManagedInstance(resource_name: str,
args: ManagedInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagedInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
managed_instance_id: Optional[str] = None,
autonomous_settings: Optional[_osmanagementhub.ManagedInstanceAutonomousSettingsArgs] = None,
description: Optional[str] = None,
notification_topic_id: Optional[str] = None,
primary_management_station_id: Optional[str] = None,
secondary_management_station_id: Optional[str] = None)
func NewManagedInstance(ctx *Context, name string, args ManagedInstanceArgs, opts ...ResourceOption) (*ManagedInstance, error)
public ManagedInstance(string name, ManagedInstanceArgs args, CustomResourceOptions? opts = null)
public ManagedInstance(String name, ManagedInstanceArgs args)
public ManagedInstance(String name, ManagedInstanceArgs args, CustomResourceOptions options)
type: oci:OsManagementHub:ManagedInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ociManagedInstanceResource = new Oci.OsManagementHub.ManagedInstance("ociManagedInstanceResource", new()
{
ManagedInstanceId = "string",
AutonomousSettings = new Oci.OsManagementHub.Inputs.ManagedInstanceAutonomousSettingsArgs
{
IsDataCollectionAuthorized = false,
ScheduledJobId = "string",
},
Description = "string",
NotificationTopicId = "string",
PrimaryManagementStationId = "string",
SecondaryManagementStationId = "string",
});
example, err := OsManagementHub.NewManagedInstance(ctx, "ociManagedInstanceResource", &OsManagementHub.ManagedInstanceArgs{
ManagedInstanceId: pulumi.String("string"),
AutonomousSettings: &osmanagementhub.ManagedInstanceAutonomousSettingsArgs{
IsDataCollectionAuthorized: pulumi.Bool(false),
ScheduledJobId: pulumi.String("string"),
},
Description: pulumi.String("string"),
NotificationTopicId: pulumi.String("string"),
PrimaryManagementStationId: pulumi.String("string"),
SecondaryManagementStationId: pulumi.String("string"),
})
var ociManagedInstanceResource = new ManagedInstance("ociManagedInstanceResource", ManagedInstanceArgs.builder()
.managedInstanceId("string")
.autonomousSettings(ManagedInstanceAutonomousSettingsArgs.builder()
.isDataCollectionAuthorized(false)
.scheduledJobId("string")
.build())
.description("string")
.notificationTopicId("string")
.primaryManagementStationId("string")
.secondaryManagementStationId("string")
.build());
oci_managed_instance_resource = oci.os_management_hub.ManagedInstance("ociManagedInstanceResource",
managed_instance_id="string",
autonomous_settings=oci.os_management_hub.ManagedInstanceAutonomousSettingsArgs(
is_data_collection_authorized=False,
scheduled_job_id="string",
),
description="string",
notification_topic_id="string",
primary_management_station_id="string",
secondary_management_station_id="string")
const ociManagedInstanceResource = new oci.osmanagementhub.ManagedInstance("ociManagedInstanceResource", {
managedInstanceId: "string",
autonomousSettings: {
isDataCollectionAuthorized: false,
scheduledJobId: "string",
},
description: "string",
notificationTopicId: "string",
primaryManagementStationId: "string",
secondaryManagementStationId: "string",
});
type: oci:OsManagementHub:ManagedInstance
properties:
autonomousSettings:
isDataCollectionAuthorized: false
scheduledJobId: string
description: string
managedInstanceId: string
notificationTopicId: string
primaryManagementStationId: string
secondaryManagementStationId: string
ManagedInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ManagedInstance resource accepts the following input properties:
- Managed
Instance stringId - The OCID of the managed instance.
- Autonomous
Settings ManagedInstance Autonomous Settings - (Updatable) Updatable settings for the Autonomous Linux service.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- Notification
Topic stringId - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- Primary
Management stringStation Id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- Secondary
Management stringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Managed
Instance stringId - The OCID of the managed instance.
- Autonomous
Settings ManagedInstance Autonomous Settings Args - (Updatable) Updatable settings for the Autonomous Linux service.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- Notification
Topic stringId - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- Primary
Management stringStation Id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- Secondary
Management stringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- managed
Instance StringId - The OCID of the managed instance.
- autonomous
Settings ManagedInstance Autonomous Settings - (Updatable) Updatable settings for the Autonomous Linux service.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notification
Topic StringId - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primary
Management StringStation Id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondary
Management StringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- managed
Instance stringId - The OCID of the managed instance.
- autonomous
Settings ManagedInstance Autonomous Settings - (Updatable) Updatable settings for the Autonomous Linux service.
- description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notification
Topic stringId - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primary
Management stringStation Id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondary
Management stringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- managed_
instance_ strid - The OCID of the managed instance.
- autonomous_
settings osmanagementhub.Managed Instance Autonomous Settings Args - (Updatable) Updatable settings for the Autonomous Linux service.
- description str
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notification_
topic_ strid - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primary_
management_ strstation_ id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondary_
management_ strstation_ id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- managed
Instance StringId - The OCID of the managed instance.
- autonomous
Settings Property Map - (Updatable) Updatable settings for the Autonomous Linux service.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- notification
Topic StringId - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- primary
Management StringStation Id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- secondary
Management StringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedInstance resource produces the following output properties:
- Architecture string
- The CPU architecture type of the managed instance.
- 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.
- Display
Name string - Software source name.
- Enhancement
Updates intAvailable - Number of enhancement type updates available for installation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Installed
Packages int - Number of packages installed on the instance.
- Installed
Windows intUpdates - Number of Windows updates installed on the instance.
- Is
Managed boolBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- Is
Management boolStation - Indicates whether this managed instance is acting as an on-premises management station.
- Is
Reboot boolRequired - Indicates whether a reboot is required to complete installation of updates.
- Ksplice
Effective stringKernel Version - The ksplice effective kernel version.
- Lifecycle
Environments List<ManagedInstance Lifecycle Environment> - Id and name of a resource to simplify the display for the user.
- Lifecycle
Stages List<ManagedInstance Lifecycle Stage> - Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- Managed
Instance List<ManagedGroups Instance Managed Instance Group> - Id and name of a resource to simplify the display for the user.
- 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.
- 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.
- Security
Updates intAvailable - Number of security type updates available for installation.
- Software
Sources List<ManagedInstance 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.
- 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.
- Display
Name string - Software source name.
- Enhancement
Updates intAvailable - Number of enhancement type updates available for installation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Installed
Packages int - Number of packages installed on the instance.
- Installed
Windows intUpdates - Number of Windows updates installed on the instance.
- Is
Managed boolBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- Is
Management boolStation - Indicates whether this managed instance is acting as an on-premises management station.
- Is
Reboot boolRequired - Indicates whether a reboot is required to complete installation of updates.
- Ksplice
Effective stringKernel Version - The ksplice effective kernel version.
- Lifecycle
Environments []ManagedInstance Lifecycle Environment - Id and name of a resource to simplify the display for the user.
- Lifecycle
Stages []ManagedInstance 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 []ManagedGroups Instance Managed Instance Group - Id and name of a resource to simplify the display for the user.
- 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.
- 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.
- Security
Updates intAvailable - Number of security type updates available for installation.
- Software
Sources []ManagedInstance 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.
- 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.
- display
Name String - Software source name.
- enhancement
Updates IntegerAvailable - Number of enhancement type updates available for installation.
- id String
- The provider-assigned unique ID for this managed resource.
- 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<ManagedInstance Lifecycle Environment> - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages List<ManagedInstance Lifecycle Stage> - Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managed
Instance List<ManagedGroups Instance Managed Instance Group> - Id and name of a resource to simplify the display for the user.
- 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.
- 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.
- security
Updates IntegerAvailable - Number of security type updates available for installation.
- software
Sources List<ManagedInstance 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.
- 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.
- display
Name string - Software source name.
- enhancement
Updates numberAvailable - Number of enhancement type updates available for installation.
- id string
- The provider-assigned unique ID for this managed resource.
- 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 ManagedInstance Lifecycle Environment[] - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages ManagedInstance 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 ManagedGroups Instance Managed Instance Group[] - Id and name of a resource to simplify the display for the user.
- 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.
- 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.
- security
Updates numberAvailable - Number of security type updates available for installation.
- software
Sources ManagedInstance 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.
- bug_
updates_ intavailable - Number of bug fix type updates available for installation.
- compartment_
id str - The OCID of the compartment that contains the managed instance.
- display_
name str - Software source name.
- enhancement_
updates_ intavailable - Number of enhancement type updates available for installation.
- id str
- The provider-assigned unique ID for this managed resource.
- installed_
packages int - Number of packages installed on the instance.
- installed_
windows_ intupdates - Number of Windows updates installed on the instance.
- is_
managed_ boolby_ autonomous_ linux - Indicates whether the Autonomous Linux service manages the instance.
- is_
management_ boolstation - Indicates whether this managed instance is acting as an on-premises management station.
- is_
reboot_ boolrequired - Indicates whether a reboot is required to complete installation of updates.
- ksplice_
effective_ strkernel_ version - The ksplice effective kernel version.
- lifecycle_
environments Sequence[osmanagementhub.Managed Instance Lifecycle Environment] - Id and name of a resource to simplify the display for the user.
- lifecycle_
stages Sequence[osmanagementhub.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 Managed Instance Managed Instance Group] - Id and name of a resource to simplify the display for the user.
- os_
family str - The operating system type of the managed instance.
- os_
kernel_ strversion - Operating system kernel version.
- os_
name str - Operating system name.
- os_
version str - Operating system version.
- other_
updates_ intavailable - Number of non-classified (other) updates available for installation.
- profile str
- The profile that was used to register this instance with the service.
- scheduled_
job_ intcount - Number of scheduled jobs associated with this instance.
- security_
updates_ intavailable - Number of security type updates available for installation.
- software_
sources Sequence[osmanagementhub.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.
- 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.
- display
Name String - Software source name.
- enhancement
Updates NumberAvailable - Number of enhancement type updates available for installation.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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.
- 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.
Look up Existing ManagedInstance Resource
Get an existing ManagedInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagedInstanceState, opts?: CustomResourceOptions): ManagedInstance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
architecture: Optional[str] = None,
autonomous_settings: Optional[_osmanagementhub.ManagedInstanceAutonomousSettingsArgs] = None,
bug_updates_available: Optional[int] = None,
compartment_id: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
enhancement_updates_available: Optional[int] = None,
installed_packages: Optional[int] = None,
installed_windows_updates: Optional[int] = None,
is_managed_by_autonomous_linux: Optional[bool] = None,
is_management_station: Optional[bool] = None,
is_reboot_required: Optional[bool] = None,
ksplice_effective_kernel_version: Optional[str] = None,
lifecycle_environments: Optional[Sequence[_osmanagementhub.ManagedInstanceLifecycleEnvironmentArgs]] = None,
lifecycle_stages: Optional[Sequence[_osmanagementhub.ManagedInstanceLifecycleStageArgs]] = None,
location: Optional[str] = None,
managed_instance_groups: Optional[Sequence[_osmanagementhub.ManagedInstanceManagedInstanceGroupArgs]] = None,
managed_instance_id: Optional[str] = None,
notification_topic_id: Optional[str] = None,
os_family: Optional[str] = None,
os_kernel_version: Optional[str] = None,
os_name: Optional[str] = None,
os_version: Optional[str] = None,
other_updates_available: Optional[int] = None,
primary_management_station_id: Optional[str] = None,
profile: Optional[str] = None,
scheduled_job_count: Optional[int] = None,
secondary_management_station_id: Optional[str] = None,
security_updates_available: Optional[int] = None,
software_sources: Optional[Sequence[_osmanagementhub.ManagedInstanceSoftwareSourceArgs]] = None,
status: Optional[str] = None,
tenancy_id: Optional[str] = None,
time_created: Optional[str] = None,
time_last_boot: Optional[str] = None,
time_last_checkin: Optional[str] = None,
time_updated: Optional[str] = None,
updates_available: Optional[int] = None,
work_request_count: Optional[int] = None) -> ManagedInstance
func GetManagedInstance(ctx *Context, name string, id IDInput, state *ManagedInstanceState, opts ...ResourceOption) (*ManagedInstance, error)
public static ManagedInstance Get(string name, Input<string> id, ManagedInstanceState? state, CustomResourceOptions? opts = null)
public static ManagedInstance get(String name, Output<String> id, ManagedInstanceState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Architecture string
- The CPU architecture type of the managed instance.
- Autonomous
Settings ManagedInstance Autonomous Settings - (Updatable) Updatable 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- Display
Name string - Software source name.
- Enhancement
Updates intAvailable - Number of enhancement type updates available for installation.
- Installed
Packages int - Number of packages installed on the instance.
- Installed
Windows intUpdates - Number of Windows updates installed on the instance.
- Is
Managed boolBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- Is
Management boolStation - Indicates whether this managed instance is acting as an on-premises management station.
- Is
Reboot boolRequired - Indicates whether a reboot is required to complete installation of updates.
- Ksplice
Effective stringKernel Version - The ksplice effective kernel version.
- Lifecycle
Environments List<ManagedInstance Lifecycle Environment> - Id and name of a resource to simplify the display for the user.
- Lifecycle
Stages List<ManagedInstance Lifecycle Stage> - Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- Managed
Instance List<ManagedGroups Instance Managed Instance Group> - Id and name of a resource to simplify the display for the user.
- Managed
Instance stringId - The OCID of the managed instance.
- Notification
Topic stringId - (Updatable) 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 - (Updatable) The OCID of the management station for the instance to use as primary management station.
- Profile string
- The profile that was used to register this instance with the service.
- Scheduled
Job intCount - Number of scheduled jobs associated with this instance.
- Secondary
Management stringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Security
Updates intAvailable - Number of security type updates available for installation.
- Software
Sources List<ManagedInstance 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 ManagedInstance Autonomous Settings Args - (Updatable) Updatable settings for the Autonomous Linux service.
- Bug
Updates intAvailable - Number of bug fix type updates available for installation.
- Compartment
Id string - The OCID of the compartment that contains the managed instance.
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- Display
Name string - Software source name.
- Enhancement
Updates intAvailable - Number of enhancement type updates available for installation.
- Installed
Packages int - Number of packages installed on the instance.
- Installed
Windows intUpdates - Number of Windows updates installed on the instance.
- Is
Managed boolBy Autonomous Linux - Indicates whether the Autonomous Linux service manages the instance.
- Is
Management boolStation - Indicates whether this managed instance is acting as an on-premises management station.
- Is
Reboot boolRequired - Indicates whether a reboot is required to complete installation of updates.
- Ksplice
Effective stringKernel Version - The ksplice effective kernel version.
- Lifecycle
Environments []ManagedInstance Lifecycle Environment Args - Id and name of a resource to simplify the display for the user.
- Lifecycle
Stages []ManagedInstance Lifecycle Stage Args - Id and name of a resource to simplify the display for the user.
- Location string
- The location of the managed instance.
- Managed
Instance []ManagedGroups Instance Managed Instance Group Args - Id and name of a resource to simplify the display for the user.
- Managed
Instance stringId - The OCID of the managed instance.
- Notification
Topic stringId - (Updatable) 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 - (Updatable) The OCID of the management station for the instance to use as primary management station.
- Profile string
- The profile that was used to register this instance with the service.
- Scheduled
Job intCount - Number of scheduled jobs associated with this instance.
- Secondary
Management stringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Security
Updates intAvailable - Number of security type updates available for installation.
- Software
Sources []ManagedInstance Software Source Args - 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 ManagedInstance Autonomous Settings - (Updatable) Updatable 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display
Name String - Software source name.
- enhancement
Updates IntegerAvailable - Number of enhancement type updates available for installation.
- 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<ManagedInstance Lifecycle Environment> - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages List<ManagedInstance Lifecycle Stage> - Id and name of a resource to simplify the display for the user.
- location String
- The location of the managed instance.
- managed
Instance List<ManagedGroups Instance Managed Instance Group> - Id and name of a resource to simplify the display for the user.
- managed
Instance StringId - The OCID of the managed instance.
- notification
Topic StringId - (Updatable) 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 - (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile String
- The profile that was used to register this instance with the service.
- scheduled
Job IntegerCount - Number of scheduled jobs associated with this instance.
- secondary
Management StringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- security
Updates IntegerAvailable - Number of security type updates available for installation.
- software
Sources List<ManagedInstance 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 ManagedInstance Autonomous Settings - (Updatable) Updatable 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display
Name string - Software source name.
- enhancement
Updates numberAvailable - Number of enhancement type updates available for installation.
- 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 ManagedInstance Lifecycle Environment[] - Id and name of a resource to simplify the display for the user.
- lifecycle
Stages ManagedInstance 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 ManagedGroups Instance Managed Instance Group[] - Id and name of a resource to simplify the display for the user.
- managed
Instance stringId - The OCID of the managed instance.
- notification
Topic stringId - (Updatable) 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 - (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile string
- The profile that was used to register this instance with the service.
- scheduled
Job numberCount - Number of scheduled jobs associated with this instance.
- secondary
Management stringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- security
Updates numberAvailable - Number of security type updates available for installation.
- software
Sources ManagedInstance 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 osmanagementhub.Managed Instance Autonomous Settings Args - (Updatable) Updatable settings for the Autonomous Linux service.
- bug_
updates_ intavailable - Number of bug fix type updates available for installation.
- compartment_
id str - The OCID of the compartment that contains the managed instance.
- description str
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display_
name str - Software source name.
- enhancement_
updates_ intavailable - Number of enhancement type updates available for installation.
- installed_
packages int - Number of packages installed on the instance.
- installed_
windows_ intupdates - Number of Windows updates installed on the instance.
- is_
managed_ boolby_ autonomous_ linux - Indicates whether the Autonomous Linux service manages the instance.
- is_
management_ boolstation - Indicates whether this managed instance is acting as an on-premises management station.
- is_
reboot_ boolrequired - Indicates whether a reboot is required to complete installation of updates.
- ksplice_
effective_ strkernel_ version - The ksplice effective kernel version.
- lifecycle_
environments Sequence[osmanagementhub.Managed Instance Lifecycle Environment Args] - Id and name of a resource to simplify the display for the user.
- lifecycle_
stages Sequence[osmanagementhub.Managed Instance Lifecycle Stage Args] - Id and name of a resource to simplify the display for the user.
- location str
- The location of the managed instance.
- managed_
instance_ Sequence[osmanagementhub.groups Managed Instance Managed Instance Group Args] - Id and name of a resource to simplify the display for the user.
- managed_
instance_ strid - The OCID of the managed instance.
- notification_
topic_ strid - (Updatable) The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- os_
family str - The operating system type of the managed instance.
- os_
kernel_ strversion - Operating system kernel version.
- os_
name str - Operating system name.
- os_
version str - Operating system version.
- other_
updates_ intavailable - Number of non-classified (other) updates available for installation.
- primary_
management_ strstation_ id - (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile str
- The profile that was used to register this instance with the service.
- scheduled_
job_ intcount - Number of scheduled jobs associated with this instance.
- secondary_
management_ strstation_ id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- security_
updates_ intavailable - Number of security type updates available for installation.
- software_
sources Sequence[osmanagementhub.Managed Instance Software Source Args] - The list of software sources currently attached to the managed instance.
- status str
- Current status of the managed instance.
- tenancy_
id str - The OCID of the tenancy that the managed instance resides in.
- time_
created str - The date and time the instance was created (in RFC 3339 format).
- time_
last_ strboot - Time that the instance last booted (in RFC 3339 format).
- time_
last_ strcheckin - Time that the instance last checked in with the service (in RFC 3339 format).
- time_
updated str - The date and time the instance was last updated (in RFC 3339 format).
- updates_
available int - Number of updates available for installation.
- work_
request_ intcount - Number of work requests associated with this instance.
- architecture String
- The CPU architecture type of the managed instance.
- autonomous
Settings Property Map - (Updatable) Updatable 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display
Name String - Software source name.
- enhancement
Updates NumberAvailable - Number of enhancement type updates available for installation.
- 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 - The OCID of the managed instance.
- notification
Topic StringId - (Updatable) 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 - (Updatable) The OCID of the management station for the instance to use as primary management station.
- profile String
- The profile that was used to register this instance with the service.
- scheduled
Job NumberCount - Number of scheduled jobs associated with this instance.
- secondary
Management StringStation Id (Updatable) The OCID of the management station for the instance to use as secondary management station.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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
ManagedInstanceAutonomousSettings, ManagedInstanceAutonomousSettingsArgs
- bool
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- Scheduled
Job stringId - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- Scheduled
Job stringId - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduled
Job StringId - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- boolean
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduled
Job stringId - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduled_
job_ strid - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- (Updatable) Indicates whether Autonomous Linux will collect crash files.
- scheduled
Job StringId - The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
ManagedInstanceLifecycleEnvironment, ManagedInstanceLifecycleEnvironmentArgs
- 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.
ManagedInstanceLifecycleStage, ManagedInstanceLifecycleStageArgs
- 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.
ManagedInstanceManagedInstanceGroup, ManagedInstanceManagedInstanceGroupArgs
- 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.
ManagedInstanceSoftwareSource, ManagedInstanceSoftwareSourceArgs
- Description string
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- 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
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- display_
name str - Software source name.
- id str
- The OCID of the software source.
- is_
mandatory_ boolfor_ autonomous_ linux - Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- software_
source_ strtype - Type of the software source.
- description String
- (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
- 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.
Import
ManagedInstances can be imported using the id
, e.g.
$ pulumi import oci:OsManagementHub/managedInstance:ManagedInstance test_managed_instance "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.