ruạṛ
a O��f4 � @ 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 )/�ManagedInstanceGroupSummaryzE An group of managed instances that will be managed together �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 )aS Initializes a new ManagedInstanceGroupSummary 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 ManagedInstanceGroupSummary. :type display_name: str :param id: The value to assign to the id property of this ManagedInstanceGroupSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ManagedInstanceGroupSummary. :type compartment_id: str :param description: The value to assign to the description property of this ManagedInstanceGroupSummary. :type description: str :param managed_instance_count: The value to assign to the managed_instance_count property of this ManagedInstanceGroupSummary. :type managed_instance_count: int :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagedInstanceGroupSummary. 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 ManagedInstanceGroupSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagedInstanceGroupSummary. :type defined_tags: dict(str, dict(str, object)) :param os_family: The value to assign to the os_family property of this ManagedInstanceGroupSummary. 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 �str�intzdict(str, str)zdict(str, dict(str, object))) �display_name�id�compartment_id�description�managed_instance_count�lifecycle_state� freeform_tags�defined_tags� os_family�displayNamer � compartmentIdr �managedInstanceCount�lifecycleState�freeformTags�definedTags�osFamilyN)� swagger_types� attribute_map� _display_name�_id�_compartment_id�_description�_managed_instance_count�_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_summary.py�__init__4 s: /� �z$ManagedInstanceGroupSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this ManagedInstanceGroupSummary. user settable name :return: The display_name of this ManagedInstanceGroupSummary. :rtype: str �r$ �r- r/ r/ r0 r � s z(ManagedInstanceGroupSummary.display_namec C s || _ dS )z� Sets the display_name of this ManagedInstanceGroupSummary. user settable name :param display_name: The display_name of this ManagedInstanceGroupSummary. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the id of this ManagedInstanceGroupSummary. OCID for the managed instance group :return: The id of this ManagedInstanceGroupSummary. :rtype: str �r% r3 r/ r/ r0 r � s zManagedInstanceGroupSummary.idc C s || _ dS )z� Sets the id of this ManagedInstanceGroupSummary. OCID for the managed instance group :param id: The id of this ManagedInstanceGroupSummary. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this ManagedInstanceGroupSummary. OCID for the Compartment :return: The compartment_id of this ManagedInstanceGroupSummary. :rtype: str �r&