You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API: AllocateEipAddressRequest and ModifyEipAddressAttributeRequest
It seems its not possible to set a name for Eip.
It is ignored.
Additionally, although it is documented, the SDK does't support the "Name" field and i used add_query_params function as such:
request = AllocateEipAddressRequest()
request.set_Bandwidth('200')
request.set_InternetChargeType('PayByTraffic')
request.set_ISP('BGP')
request.add_query_param('Name', name)
The text was updated successfully, but these errors were encountered:
It seems its not possible to set a name for Eip.
It is ignored.
Additionally, although it is documented, the SDK does't support the "Name" field and i used add_query_params function as such:
request = AllocateEipAddressRequest()
request.set_Bandwidth('200')
request.set_InternetChargeType('PayByTraffic')
request.set_ISP('BGP')
request.add_query_param('Name', name)
The text was updated successfully, but these errors were encountered: