class Softlayer::Location::Reservation::Rack
Constants
- SERVICE
Attributes
allotment[RW]
children[RW]
children_count[RW]
location[RW]
location_id[RW]
location_reservation[RW]
location_reservation_id[RW]
network_connection_capacity[RW]
network_connection_reservation[RW]
power_connection_capacity[RW]
power_connection_reservation[RW]
slot_capacity[RW]
slot_reservation[RW]
Public Instance Methods
get_allotment()
click to toggle source
# File lib/softlayer/location/reservation/rack.rb, line 21 def get_allotment request(:get_allotment, Softlayer::Network::Bandwidth::Version1::Allotment) end
get_children()
click to toggle source
# File lib/softlayer/location/reservation/rack.rb, line 25 def get_children request(:get_children, Array[Softlayer::Location::Reservation::Rack::Member]) end
get_location()
click to toggle source
# File lib/softlayer/location/reservation/rack.rb, line 29 def get_location request(:get_location, Softlayer::Location) end
get_location_reservation()
click to toggle source
# File lib/softlayer/location/reservation/rack.rb, line 33 def get_location_reservation request(:get_location_reservation, Softlayer::Location::Reservation) end
get_object()
click to toggle source
# File lib/softlayer/location/reservation/rack.rb, line 37 def get_object request(:get_object, Softlayer::Location::Reservation::Rack) end