ManagedInstanceGroupDetails¶
-
class
oci.os_management_hub.models.
ManagedInstanceGroupDetails
(**kwargs)¶ Bases:
object
Provides identifying information for the specified managed instance group.
Methods
__init__
(**kwargs)Initializes a new ManagedInstanceGroupDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this ManagedInstanceGroupDetails. id
[Required] Gets the id of this ManagedInstanceGroupDetails. -
__init__
(**kwargs)¶ Initializes a new ManagedInstanceGroupDetails 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 ManagedInstanceGroupDetails.
- display_name (str) – The value to assign to the display_name property of this ManagedInstanceGroupDetails.
-
display_name
¶ Gets the display_name of this ManagedInstanceGroupDetails. Managed instance group name.
Returns: The display_name of this ManagedInstanceGroupDetails. Return type: str
-