UpdateManagedInstanceDetails

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

Bases: object

Information to update a managed instance

Methods

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

Attributes

is_data_collection_authorized Gets the is_data_collection_authorized of this UpdateManagedInstanceDetails.
notification_topic_id Gets the notification_topic_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:
  • notification_topic_id (str) – The value to assign to the notification_topic_id property of this UpdateManagedInstanceDetails.
  • is_data_collection_authorized (bool) – The value to assign to the is_data_collection_authorized property of this UpdateManagedInstanceDetails.
is_data_collection_authorized

Gets the is_data_collection_authorized of this UpdateManagedInstanceDetails. True if user allow data collection for this instance

Returns:The is_data_collection_authorized of this UpdateManagedInstanceDetails.
Return type:bool
notification_topic_id

Gets the notification_topic_id of this UpdateManagedInstanceDetails. OCID of the ONS topic used to send notification to users

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