我正在寻找使用谷歌云python SDK来管理我的资源。我无法在python SDK中找到计算模块。
Python Doc:https://googlecloudplatform.github.io/google-cloud-python/latest/
然而,Node.js SDK中提供了计算模块。
Node.js Doc在这里:https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/0.56.0/compute
如果这个模块(计算)在python中可用,我可以获取信息吗? 如果不是这个计划,我什么时候可以期待它。
答案 0 :(得分:0)
您链接到的google-cloud-python项目是用于GCP API的手工制作的pythonic库。 Compute还没有一个。
相反,您必须使用自动生成的Python客户端库。有关示例,请参阅https://cloud.google.com/compute/docs/tutorials/python-guide。