【问题标题】:How to list GCE http load balancing?如何列出 GCE http 负载均衡?
【发布时间】:2014-09-25 01:50:25
【问题描述】:

使用php API列出GCE Http Load-Balancing和Network Load-Balancing的方法是什么?

【问题讨论】:

    标签: php google-compute-engine


    【解决方案1】:
    public function listForwardingRules($project, $region, $optParams = array())
      {
        $params = array('project' => $project, 'region' => $region);
        $params = array_merge($params, $optParams);
        return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
      }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-10-01
      • 2016-08-09
      • 2016-07-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多