
    VhI$                     l   d dl mZmZmZ eZd dlmZ 	 d dlm	Z	 dZ
d dlmZ d dlmZmZmZmZ d dlmZ  e       Zej-                   e ed	d
d
dg       ed	       ed	       ed	       ed	                   dd
dgdfdddgdfgZg Zg Zg Z G d de      Z G d de      Zy# e$ r dZ
Y w xY w)    )absolute_importdivisionprint_function)
ActionBase)AnsibleArgSpecValidatorTF)AnsibleActionFail)ISESDKise_argument_specise_compare_equalityget_dict_result)InconsistentParametersstrpresentabsent)typedefaultchoices)r   )statedescriptiondeviceGroupimeiuserEquipmentIdr   r   c                   <    e Zd Zd Zd Zd Zd Zd Zd Zd Z	d Z
y	)
UserEquipmentc                     || _         t        |j                  d      |j                  d      |j                  d      |j                  d            | _        y )Nr   r   r   r   )r   device_groupr   user_equipment_id)isedictget
new_object)selfparamsr   s      k/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/cisco/ise/plugins/action/user_equipment.py__init__zUserEquipment.__init__6   sF    

=1M2F#$jj):;	
    c                 b   d }| j                   j                  dd      }	 |D ]1  }|j                  j                  dg       }t	        |d|      }|s/|c S  	 |S # t
        t        f$ r7}| j                   j                  dj                  |             Y d }~|S d }~wt        $ r d }|cY S w xY w)	Nuser_equipmentget_user_equipments_generator)familyfunctionresponsename'  An error occured when executing operation. Check the configuration of your API Settings and API Gateway settings on your ISE server. This collection assumes that the API Gateway, the ERS APIs and OpenAPIs are enabled. You may want to enable the (ise_debug: True) argument. The error was: {error}errormsg)
r   execr,   r    r   	TypeErrorAttributeError	fail_jsonformat	Exception)r"   r-   resultgen_items_responsesitems_responseitemses          r$   get_object_by_namez UserEquipment.get_object_by_name?   s    "hhmm#.M , 
	"5 "&//33JC(=!M	"$  >* 		HH.
 &q&/      	FM	s)   0A A A B.),BB.-B.c                    	 | j                   j                  dddd|i      j                  d   }|S # t        t        f$ r7}| j                   j                  dj                  |      	       Y d }~S d }~wt        $ r d }Y |S w xY w)
Nr(   get_user_equipment_by_idFid)r*   r+   handle_func_exceptionr#   r,   r.   r/   r1   )r   r3   r,   r4   r5   r6   r7   r8   )r"   rA   r9   r=   s       r$   get_object_by_idzUserEquipment.get_object_by_idZ   s    	XX]]'3&+bz	 # 
 hz#F$  >* 		HH.
 &q&/      	F	s   .2 B,A33BBc                    d}d}d }| j                   j                  d      }| j                   j                  d      }|r'| j                  |      }|d uxr t        |t              }|s)|r'| j                  |      }|d uxr t        |t              }|r8|j                  d      }|r|r||k7  rt        d      |r| j                  |      }|d uxr t        |t              }||fS )NFrA   r-   z9The 'id' and 'name' params don't refer to the same object)r!   r    rC   
isinstancer   r>   r   )r"   	id_existsname_existsprev_objo_idr-   _id	it_existss           r$   existszUserEquipment.existsp   s    	""4(""6*,,T2H ,KHd1KIT..t4H"$.M:h3MK,,t$C[TS[,O  005D(GZ$-G	8$$r&   c                 P    | j                   g d}t        fd|D              S )N))r   r   )r   r   )r   r   )r   r   c              3   z   K   | ]2  \  }}t        j                  |      j                  |              4 y w)N)r   r    ).0	ise_paramansible_paramcurrent_objrequested_objs      r$   	<genexpr>z0UserEquipment.requires_update.<locals>.<genexpr>   sB      
 +M %	*M,=,=m,L 
s   8;)r!   any)r"   rR   
obj_paramsrS   s    ` @r$   requires_updatezUserEquipment.requires_update   s1    

  
 /9	
 
 	
r&   c                 j    | j                   j                  dd| j                        j                  }|S )Nr(   create_user_equipmentr*   r+   r#   )r   r3   r!   r,   )r"   r9   s     r$   createzUserEquipment.create   s7    #,??  
 (	 	
 r&   c                 h   | j                   j                  d      }| j                   j                  d      }d }|sE| j                  |      j                  d      }| j                   j                  t	        |             | j
                  j                  dd| j                         j                  }|S )NrA   r-   rA   r(   update_user_equipmentrZ   r!   r    r>   updater   r   r3   r,   r"   rA   r-   r9   id_s        r$   r`   zUserEquipment.update       __  &""6*))$/33D9COO""43<0#,??  
 (	 	
 r&   c                 h   | j                   j                  d      }| j                   j                  d      }d }|sE| j                  |      j                  d      }| j                   j                  t	        |             | j
                  j                  dd| j                         j                  }|S )NrA   r-   r]   r(   delete_user_equipmentrZ   r_   ra   s        r$   deletezUserEquipment.delete   rc   r&   N)__name__
__module____qualname__r%   r>   rC   rL   rW   r[   r`   rf    r&   r$   r   r   5   s*    
6,%.
$r&   r   c                   0     e Zd Z fdZd Zd fd	Z xZS )ActionModulec                 x    t         st        d      t        t        |   |i | d| _        d| _        d | _        y )NzYansible.utils is not installed. Execute 'ansible-galaxy collection install ansible.utils'F)ANSIBLE_UTILS_IS_INSTALLEDr   superrl   r%   _supports_async_supports_check_mode_result)r"   argskwargs	__class__s      r$   r%   zActionModule.__init__   sC    )#k  	lD*D;F;$$)!r&   c                 *   t        | j                  j                  t        t              dt        t
        t        t        t              | j                  j                        }|j                         \  }}| j                  _        |st        |      y )N)argument_specargspec)required_ifrequired_one_ofmutually_exclusiverequired_together)dataschemaschema_formatschema_conditionalsr-   )r   _taskrs   r   rw   ry   rz   r{   r|   actionvalidater   )r"   aavvaliderrorss       r$   _check_argspeczActionModule._check_argspec   sr    %m4# $' /#5"3	! ""
 *-&vtzz#F++ r&   c                 P   d| j                   _        t        t        |   ||      | _        d| j
                  d<   | j                          t        | j                   j                        }t        | j                   j                  |      }| j                   j                  j                  d      }d }|dk(  r|j                         \  }}|r|j                  |      r[|j                         }	| j
                  j                  t        |	             |j                         \  }}
|
}|j                          n|}|j!                          n|j#                         }|j                         \  }}|}|j%                          nM|dk(  rH|j                         \  }}|r#|j'                          |}|j)                          n|j+                          | j
                  j                  t        |             | j
                  j                  |j-                                | j
                  S )	NFchanged)r#   r   r   )ise_update_responser   )ise_response)r   diffro   rl   runrr   r   r	   rs   r   r    rL   rW   r`   r   object_updatedobject_already_presentr[   object_createdrf   object_deletedobject_already_absent	exit_json)r"   tmp	task_varsr   objr   r,   
obj_existsrH   r   updated_objise_create_responsecreated_objru   s                r$   r   zActionModule.run   s   

\44S)D"'YDJJOO,DJJOOS1

##G,I%(ZZ\"Z&&x0*-**,'LL''AT(UV03

-Z*H&&('H..0&)jjl#,/JJL)[&""$h%(ZZ\"Z

#""$))+Dh78CMMO,||r&   )NN)rg   rh   ri   r%   r   r   __classcell__)ru   s   @r$   rl   rl      s    ,"* *r&   rl   N)
__future__r   r   r   r   __metaclass__ansible.plugins.actionr   Nansible_collections.ansible.utils.plugins.module_utils.common.argspec_validater   rn   ImportErroransible.errorsr   6ansible_collections.cisco.ise.plugins.plugin_utils.iser	   r
   r   r   =ansible_collections.cisco.ise.plugins.plugin_utils.exceptionsr   rw   r`   r   ry   rz   r{   r|   objectr   rl   rj   r&   r$   <module>r      s    A @ -& "& , 
 "#   y9h:OPe$e$u%( i+,d3h*+T2   FF FRG: G]  '!&'s   B) )B32B3