ruạṛ
a ���f�2 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s> e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�ManagedInstanceGroupz9 Detail information for a managed instance group �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�LINUX�WINDOWS�ALLc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new ManagedInstanceGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this ManagedInstanceGroup. :type display_name: str :param id: The value to assign to the id property of this ManagedInstanceGroup. :type id: str :param description: The value to assign to the description property of this ManagedInstanceGroup. :type description: str :param compartment_id: The value to assign to the compartment_id property of this ManagedInstanceGroup. :type compartment_id: str :param managed_instances: The value to assign to the managed_instances property of this ManagedInstanceGroup. :type managed_instances: list[oci.os_management.models.Id] :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagedInstanceGroup. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this ManagedInstanceGroup. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagedInstanceGroup. :type defined_tags: dict(str, dict(str, object)) :param os_family: The value to assign to the os_family property of this ManagedInstanceGroup. Allowed values for this property are: "LINUX", "WINDOWS", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type os_family: str �strzlist[Id]zdict(str, str)zdict(str, dict(str, object))) �display_name�id�description�compartment_id�managed_instances�lifecycle_state� freeform_tags�defined_tags� os_familyZdisplayNamer r Z compartmentIdZmanagedInstancesZlifecycleStateZfreeformTagsZdefinedTagsZosFamilyN)Z swagger_typesZ attribute_map� _display_name�_id�_description�_compartment_id�_managed_instances�_lifecycle_state�_freeform_tags� _defined_tags� _os_family)�self�kwargs� r% �S/usr/lib/python3.9/site-packages/oci/os_management/models/managed_instance_group.py�__init__6 s: /� �zManagedInstanceGroup.__init__c C s | j S )z� **[Required]** Gets the display_name of this ManagedInstanceGroup. Managed Instance Group identifier :return: The display_name of this ManagedInstanceGroup. :rtype: str �r �r# r% r% r&