class Fog::Terremark::Shared::Network

Public Instance Methods

ips() click to toggle source
# File lib/fog/terremark/models/shared/network.rb, line 18
def ips
  #Until there is a real model for these ?
  service.get_network_ips(id).body['IpAddresses']
end

Private Instance Methods

href=(new_href) click to toggle source
# File lib/fog/terremark/models/shared/network.rb, line 25
def href=(new_href)
  self.id = new_href.split('/').last.to_i
end
type=(new_type) click to toggle source
# File lib/fog/terremark/models/shared/network.rb, line 29
def type=(new_type); end