Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Google::HttpHealthChecks

Public Instance Methods

all(filters={}) click to toggle source
# File lib/fog/google/models/compute/http_health_checks.rb, line 10
def all(filters={})
  data = service.list_http_health_checks.body['items'] || []
  load(data)
end
get(identity) click to toggle source
# File lib/fog/google/models/compute/http_health_checks.rb, line 15
def get(identity)
  response = service.get_http_health_check(identity)
  new(response.body) unless response.nil?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.