Skip to content

Commit 631e092

Browse files
upadhyeammitxiaozhu36
authored andcommitted
Add allocate_public_ip_address in compute
1 parent 6f20bb0 commit 631e092

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/fog/aliyun/compute.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ class Aliyun < Fog::Service
117117
request :attach_disk
118118
request :detach_disk
119119

120+
# PublicIpAddress
121+
request :allocate_public_ip_address
122+
120123
class Mock
121124
attr_reader :auth_token
122125
attr_reader :auth_token_expiration

0 commit comments

Comments
 (0)