Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/emr/__pycache__/ |
Upload File : |
o ckF[ � @ s G d d� de �ZdS )c @ s e Zd Zddd�Zdd� ZdS )� InstanceGroupNc C sD || _ || _|| _|| _|| _|dkr |std��t|�| _d S d S )N�SPOTz,bidprice must be specified if market == SPOT)� num_instances�role�type�market�name� ValueError�str�bidprice)�selfr r r r r r � r �9/usr/lib/python3/dist-packages/boto/emr/instance_group.py�__init__ s �zInstanceGroup.__init__c C s^ | j dkrd| jj| jj| j| j| j| j| j | jf S d| jj| jj| j| j| j| j| j f S )Nr zN%s.%s(name=%r, num_instances=%r, role=%r, type=%r, market = %r, bidprice = %r)z?%s.%s(name=%r, num_instances=%r, role=%r, type=%r, market = %r)) r � __class__� __module__�__name__r r r r r )r r r r �__repr__"