Sha256: 1ba73dbbdcf4998a7854ec706f3821c4750a54e1b5a0ec8154ea71cba95111ef

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists load balancer HealthCheck policies.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listLBHealthCheckPolicies.html]
        def list_lb_health_check_policies(lbruleid, options={})
          options.merge!(
            'command' => 'listLBHealthCheckPolicies', 
            'lbruleid' => lbruleid  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/list_lb_health_check_policies.rb