ManagedInstanceDetails

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

Bases: object

Provides identifying information for the specified managed instance.

Methods

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

Attributes

display_name Gets the display_name of this ManagedInstanceDetails.
id [Required] Gets the id of this ManagedInstanceDetails.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ManagedInstanceDetails.
  • display_name (str) – The value to assign to the display_name property of this ManagedInstanceDetails.
display_name

Gets the display_name of this ManagedInstanceDetails. Managed instance name.

Returns:The display_name of this ManagedInstanceDetails.
Return type:str
id

[Required] Gets the id of this ManagedInstanceDetails. The OCID of the managed instance.

Returns:The id of this ManagedInstanceDetails.
Return type:str