# File lib/fog/ecloud/models/compute/environment.rb, line 67
        def physical_devices
          @physical_devices ||= Fog::Compute::Ecloud::PhysicalDevices.new(:service => service, :href => "/cloudapi/ecloud/physicalDevices/environments/#{id}")
        end