ruạṛ
a ���fO � @ 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 d d� Z dd� Zdd� ZdS )�InstallOsPatchDetailszD Os patch details for installing a os patches to a cluster. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new InstallOsPatchDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param os_patch_version: The value to assign to the os_patch_version property of this InstallOsPatchDetails. :type os_patch_version: str :param cluster_admin_password: The value to assign to the cluster_admin_password property of this InstallOsPatchDetails. :type cluster_admin_password: str :param patching_configs: The value to assign to the patching_configs property of this InstallOsPatchDetails. :type patching_configs: oci.bds.models.PatchingConfigs �strZPatchingConfigs)�os_patch_version�cluster_admin_password�patching_configsZosPatchVersionZclusterAdminPasswordZpatchingConfigsN)Z swagger_typesZ attribute_map�_os_patch_version�_cluster_admin_password�_patching_configs)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/bds/models/install_os_patch_details.py�__init__ s ��zInstallOsPatchDetails.__init__c C s | j S )z� **[Required]** Gets the os_patch_version of this InstallOsPatchDetails. The target os patch version. :return: The os_patch_version of this InstallOsPatchDetails. :rtype: str �r �r r r r r 4 s z&InstallOsPatchDetails.os_patch_versionc C s || _ dS )z� Sets the os_patch_version of this InstallOsPatchDetails. The target os patch version. :param os_patch_version: The os_patch_version of this InstallOsPatchDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the cluster_admin_password of this InstallOsPatchDetails. Base-64 encoded password for the cluster admin user. :return: The cluster_admin_password of this InstallOsPatchDetails. :rtype: str �r r r r r r L s z,InstallOsPatchDetails.cluster_admin_passwordc C s || _ dS )a Sets the cluster_admin_password of this InstallOsPatchDetails. Base-64 encoded password for the cluster admin user. :param cluster_admin_password: The cluster_admin_password of this InstallOsPatchDetails. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the patching_configs of this InstallOsPatchDetails. :return: The patching_configs of this InstallOsPatchDetails. :rtype: oci.bds.models.PatchingConfigs �r r r r r r d s z&InstallOsPatchDetails.patching_configsc C s || _ dS )z� Sets the patching_configs of this InstallOsPatchDetails. :param patching_configs: The patching_configs of this InstallOsPatchDetails. :type: oci.bds.models.PatchingConfigs Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s zInstallOsPatchDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zInstallOsPatchDetails.__eq__c C s | |k S r r r r r r �__ne__� s zInstallOsPatchDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"