Fog::Ecloud::Collection
# File lib/fog/ecloud/models/compute/trusted_network_groups.rb, line 12 def all data = service.get_trusted_network_groups(href).body data = data[:TrustedNetworkGroup] ? data[:TrustedNetworkGroup] : data load(data) end
# File lib/fog/ecloud/models/compute/trusted_network_groups.rb, line 18 def get(uri) if data = service.get_trusted_network_group(uri) new(data.body) end rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.