Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update computing, NAS and RDB models #40

Merged
merged 1 commit into from
Jul 22, 2020
Merged

Conversation

o108minmin
Copy link
Contributor

@o108minmin o108minmin commented Jul 14, 2020

Summary

  • Update computing, NAS and RDB model JSON

test

working sample of describe_multi_ip_address_groups()

In [4]: from nifcloud import session 
   ...:  
   ...: client = session.get_session().create_client( 
   ...:     "computing", 
   ...:     region_name="jp-east-1", 
   ...:     aws_access_key_id="xxx", 
   ...:     aws_secret_access_key="xxx" 
   ...: ) 
   ...:  
   ...: print( client.describe_multi_ip_address_groups())                                                                                                     
{'MultiIpAddressGroupsSet': [{'AvailabilityZone': 'east-12', 'CreateTime': '2020-07-10T18:23:28.000+09:00', 'Description': 'テスト用', 'InstancesSet': [], 'MultiIpAddressGroupId': 'mipag-0r16frd1', 'MultiIpAddressGroupName': 'golangsdk', 'MultiIpAddressNetwork': {'DefaultGateway': 'xxx.xxx.xxx.xxx', 'IpAddressesSet': [{'IpAddress': 'xxx.xxx.xxx.xxx'}], 'SubnetMask': '255.255.255.0'}, 'Status': 'available'}], 'RequestId': '9d64fbd2-d82a-4d2d-a9c6-73fc9c3db187', 'ResponseMetadata': {'HTTPStatusCode': 200, 'HTTPHeaders': {'date': 'Fri, 10 Jul 2020 10:35:43 GMT', 'server': 'Apache', 'content-encoding': 'UTF-8', 'content-type': 'application/xml;charset=utf-8', 'content-length': '835', 'connection': 'close'}, 'RetryAttempts': 0}}

@o108minmin o108minmin marked this pull request as ready for review July 14, 2020 05:10
@aokumasan
Copy link
Member

amazing!!

@aokumasan aokumasan merged commit c2c7abb into master Jul 22, 2020
@aokumasan aokumasan deleted the feature/update-models branch August 3, 2020 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants