Sha256: 51d71e4b4e1c011789432a4b9237e594a1009c971ffc44b7e37b1e93fc950b80

Contents?: true

Size: 1.08 KB

Versions: 26

Compression:

Stored size: 1.08 KB

Contents

!!! XML
%instances
  - @elements.each do |instance|
    %instance{:href => instance_url(instance.id), :id => instance.id}
      %name #{instance.name}
      %owner_id #{instance.owner_id}
      %image{:href => image_url(instance.image_id), :id => instance.image_id }
      %realm{:href => realm_url(instance.realm_id), :id => instance.realm_id }
      %state #{instance.state}
      - haml_tag :"hardware_profile", { :id => instance.instance_profile.id, :href => hardware_profile_url(instance.instance_profile.id)} do
        - instance.instance_profile.overrides.each do |p, v|
          %property{:kind => 'fixed', :name => p, :value => v, :unit => Deltacloud::HardwareProfile::unit(p)}
      %actions
        - instance.actions.compact.each do |action|
          %link{:rel => action, :href => self.send("#{action}_instance_url", instance.id), :method => instance_action_method(action)}
      %public_addresses
        - instance.public_addresses.each do |address|
          %address  #{address}
      %private_addresses
        - instance.private_addresses.each do |address|
          %address  #{address}

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
steamcannon-deltacloud-core-0.1.2.1 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.1.1.3 views/instances/index.xml.haml
deltacloud-core-0.1.2 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.1.1.2 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.1.1.1 views/instances/index.xml.haml
deltacloud-core-0.1.1 views/instances/index.xml.haml
deltacloud-core-0.1.0 views/instances/index.xml.haml
deltacloud-core-0.0.9 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.0.8.1-java views/instances/index.xml.haml
steamcannon-deltacloud-core-0.0.8.1 views/instances/index.xml.haml
deltacloud-core-0.0.8 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.0.7.2 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.0.7.2-java views/instances/index.xml.haml
steamcannon-deltacloud-core-0.0.7.1 views/instances/index.xml.haml
steamcannon-deltacloud-core-0.0.7.1-java views/instances/index.xml.haml
deltacloud-core-0.0.7 views/instances/index.xml.haml
bbrowning-deltacloud-core-0.0.6.1-java views/instances/index.xml.haml
bbrowning-deltacloud-core-0.0.6-java views/instances/index.xml.haml
bbrowning-deltacloud-core-0.0.6 views/instances/index.xml.haml
deltacloud-core-0.0.6 views/instances/index.xml.haml