Files

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::Vdc

Public Instance Methods

backup_internet_services() click to toggle source
# 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
catalog() click to toggle source
# File lib/fog/ecloud/models/compute/vdc.rb, line 51
def catalog
  @catalog ||= collection_based_on_type("application/vnd.vmware.vcloud.catalog+xml")
end
firewall_acls() click to toggle source
# 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
internet_services() click to toggle source
# 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
networks() click to toggle source
# File lib/fog/ecloud/models/compute/vdc.rb, line 33
def networks
  @networks ||= Fog::Compute::Ecloud::Networks.
    new( :connection => connection,
         :href => href )
end
public_ips() click to toggle source
# 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
servers() click to toggle source
# File lib/fog/ecloud/models/compute/vdc.rb, line 39
def servers
  @servers ||= Fog::Compute::Ecloud::Servers.
    new( :connection => connection,
         :href => href )
end
tasks() click to toggle source
# File lib/fog/ecloud/models/compute/vdc.rb, line 45
def tasks
  @tasks ||= Fog::Compute::Ecloud::Tasks.
    new( :connection => connection,
         :href => href + "/tasksList" )
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.