ruạṛ
a O��fr2 � @ 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_family�displayNamer r � compartmentId�managedInstances�lifecycleState�freeformTags�definedTags�osFamilyN)� swagger_types� attribute_map� _display_name�_id�_description�_compartment_id�_managed_instances�_lifecycle_state�_freeform_tags� _defined_tags� _os_family)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/managed_instance_group.py�__init__4 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/ r � s z!ManagedInstanceGroup.display_namec C s || _ dS )z� Sets the display_name of this ManagedInstanceGroup. Managed Instance Group identifier :param display_name: The display_name of this ManagedInstanceGroup. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the id of this ManagedInstanceGroup. OCID for the managed instance group :return: The id of this ManagedInstanceGroup. :rtype: str �r$ r2 r. r. r/ r � s zManagedInstanceGroup.idc C s || _ dS )z� Sets the id of this ManagedInstanceGroup. OCID for the managed instance group :param id: The id of this ManagedInstanceGroup. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )z� Gets the description of this ManagedInstanceGroup. Information specified by the user about the managed instance group :return: The description of this ManagedInstanceGroup. :rtype: str �r% r2 r. r. r/ r � s z ManagedInstanceGroup.descriptionc C s || _ dS )z� Sets the description of this ManagedInstanceGroup. Information specified by the user about the managed instance group :param description: The description of this ManagedInstanceGroup. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the compartment_id of this ManagedInstanceGroup. OCID for the Compartment :return: The compartment_id of this ManagedInstanceGroup. :rtype: str �r&