ruạṛ
a N��f� � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�%UpdateAutoScalingConfigurationDetailsz< The information about the autoscale configuration. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateAutoScalingConfigurationDetails 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 UpdateAutoScalingConfigurationDetails. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this UpdateAutoScalingConfigurationDetails. :type is_enabled: bool :param cluster_admin_password: The value to assign to the cluster_admin_password property of this UpdateAutoScalingConfigurationDetails. :type cluster_admin_password: str :param policy: The value to assign to the policy property of this UpdateAutoScalingConfigurationDetails. :type policy: oci.bds.models.AutoScalePolicy :param policy_details: The value to assign to the policy_details property of this UpdateAutoScalingConfigurationDetails. :type policy_details: oci.bds.models.UpdateAutoScalePolicyDetails �str�bool�AutoScalePolicy�UpdateAutoScalePolicyDetails)�display_name� is_enabled�cluster_admin_password�policy�policy_details�displayName� isEnabled�clusterAdminPasswordr � policyDetailsN)� swagger_types� attribute_map� _display_name�_is_enabled�_cluster_admin_password�_policy�_policy_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bds/models/update_auto_scaling_configuration_details.py�__init__ s"