# File lib/fog/ecloud/models/compute/vdc.rb, line 29 def backup_internet_services @backup_internet_services ||= collection_based_on_type("application/vnd.tmrk.ecloud.internetServicesList+xml", BackupInternetServices) end
# File lib/fog/ecloud/models/compute/vdc.rb, line 51 def catalog @catalog ||= collection_based_on_type("application/vnd.vmware.vcloud.catalog+xml") end
# File lib/fog/ecloud/models/compute/vdc.rb, line 55 def firewall_acls @firewall_acls ||= collection_based_on_type("application/vnd.tmrk.ecloud.firewallAclsList+xml") end
# File lib/fog/ecloud/models/compute/vdc.rb, line 25 def internet_services @internet_services ||= collection_based_on_type("application/vnd.tmrk.ecloud.internetServicesList+xml") end
# File lib/fog/ecloud/models/compute/vdc.rb, line 33 def networks @networks ||= Fog::Compute::Ecloud::Networks. new( :connection => connection, :href => href ) end
# File lib/fog/ecloud/models/compute/vdc.rb, line 21 def public_ips @public_ips ||= collection_based_on_type("application/vnd.tmrk.ecloud.publicIpsList+xml") end
Generated with the Darkfish Rdoc Generator 2.