class Softlayer::Network::Backbone::Location::Dependent
Constants
- SERVICE
Attributes
dependent_location[RW]
dependent_location_id[RW]
id[RW]
source_location[RW]
source_location_id[RW]
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/network/backbone/location/dependent.rb, line 13 def self.get_all_objects request(:get_all_objects, Array[Softlayer::Network::Backbone::Location::Dependent]) end
get_source_dependents_by_name(message)
click to toggle source
location_name
# File lib/softlayer/network/backbone/location/dependent.rb, line 26 def self.get_source_dependents_by_name(message) request(:get_source_dependents_by_name, Softlayer::Location, message) end
Public Instance Methods
get_dependent_location()
click to toggle source
# File lib/softlayer/network/backbone/location/dependent.rb, line 17 def get_dependent_location request(:get_dependent_location, Softlayer::Location) end
get_object()
click to toggle source
# File lib/softlayer/network/backbone/location/dependent.rb, line 21 def get_object request(:get_object, Softlayer::Network::Backbone::Location::Dependent) end
get_source_location()
click to toggle source
# File lib/softlayer/network/backbone/location/dependent.rb, line 30 def get_source_location request(:get_source_location, Softlayer::Location) end