# File lib/fog/softlayer/models/network/datacenter.rb, line 38 def create raise "Not possible." end
# File lib/fog/softlayer/models/network/datacenter.rb, line 46 def destroy raise "Not possible." end
# File lib/fog/softlayer/models/network/datacenter.rb, line 29 def routable_subnets requires :id @routable_subnets ||= service.request(:location_datacenter, "#{id}/get_bound_subnets").body end
# File lib/fog/softlayer/models/network/datacenter.rb, line 24 def routers requires :id @routers ||= service.get_datacenter_routers(id).body end
Generated with the Darkfish Rdoc Generator 2.