Sha256: e883f4c39c22483d6ca2e39e454d1159df2ce5de634a976f708d1fc30550ec81
Contents?: true
Size: 591 Bytes
Versions: 30
Compression:
Stored size: 591 Bytes
Contents
module Fog module Vcloud module Terremark module Ecloud class PublicIp < Fog::Vcloud::Model identity :href, :Href ignore_attributes :xmlns, :xmlns_i attribute :name, :aliases => :Name attribute :id, :aliases => :Id def internet_services load_unless_loaded! @internet_services ||= Fog::Vcloud::Terremark::Ecloud::InternetServices. new( :connection => connection, :href => href.to_s + "/internetServices" ) end end end end end end
Version data entries
30 entries across 30 versions & 2 rubygems