UpdateManagedInstanceDetails

class oci.os_management_hub.models.UpdateManagedInstanceDetails(**kwargs)

Bases: object

Provides the information used to update a managed instance.

Methods

__init__(**kwargs) Initializes a new UpdateManagedInstanceDetails object with values from keyword arguments.

Attributes

autonomous_settings Gets the autonomous_settings of this UpdateManagedInstanceDetails.
description Gets the description of this UpdateManagedInstanceDetails.
notification_topic_id Gets the notification_topic_id of this UpdateManagedInstanceDetails.
primary_management_station_id Gets the primary_management_station_id of this UpdateManagedInstanceDetails.
secondary_management_station_id Gets the secondary_management_station_id of this UpdateManagedInstanceDetails.
__init__(**kwargs)

Initializes a new UpdateManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • description (str) – The value to assign to the description property of this UpdateManagedInstanceDetails.
  • primary_management_station_id (str) – The value to assign to the primary_management_station_id property of this UpdateManagedInstanceDetails.
  • secondary_management_station_id (str) – The value to assign to the secondary_management_station_id property of this UpdateManagedInstanceDetails.
  • notification_topic_id (str) – The value to assign to the notification_topic_id property of this UpdateManagedInstanceDetails.
  • autonomous_settings (oci.os_management_hub.models.UpdatableAutonomousSettings) – The value to assign to the autonomous_settings property of this UpdateManagedInstanceDetails.
autonomous_settings

Gets the autonomous_settings of this UpdateManagedInstanceDetails.

Returns:The autonomous_settings of this UpdateManagedInstanceDetails.
Return type:oci.os_management_hub.models.UpdatableAutonomousSettings
description

Gets the description of this UpdateManagedInstanceDetails. User-specified description of the managed instance. Avoid entering confidential information.

Returns:The description of this UpdateManagedInstanceDetails.
Return type:str
notification_topic_id

Gets the notification_topic_id of this UpdateManagedInstanceDetails. The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.

Returns:The notification_topic_id of this UpdateManagedInstanceDetails.
Return type:str
primary_management_station_id

Gets the primary_management_station_id of this UpdateManagedInstanceDetails. The OCID of the management station for the instance to use as primary management station.

Returns:The primary_management_station_id of this UpdateManagedInstanceDetails.
Return type:str
secondary_management_station_id

Gets the secondary_management_station_id of this UpdateManagedInstanceDetails. The OCID of the management station for the instance to use as secondary management station.

Returns:The secondary_management_station_id of this UpdateManagedInstanceDetails.
Return type:str